From a78a9d18a6d9ccfe5658b18b651b11deed014ea3 Mon Sep 17 00:00:00 2001 From: David Persson Date: Thu, 10 Dec 2009 08:45:34 +0100 Subject: [PATCH] Removing syntax style files, this is handled in li3.css. --- views/layouts/default.html.php | 7 +--- webroot/css/syntax.diff.css | 58 ---------------------------------- webroot/css/syntax.php.css | 52 ------------------------------ 3 files changed, 1 insertion(+), 116 deletions(-) delete mode 100644 webroot/css/syntax.diff.css delete mode 100644 webroot/css/syntax.php.css diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index f5f95a2..d4ac394 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -14,14 +14,9 @@ html->link('Icon', null, array('type' => 'icon')); ?> html->style(array( 'base', - 'http://li3.rad-dev.org/css/li3.css', + 'http://lithium_main/css/li3.css', 'pastium' )); ?> - language) { - echo $this->html->style('syntax.' . $paste->language); - } - ?> scripts(); ?> diff --git a/webroot/css/syntax.diff.css b/webroot/css/syntax.diff.css deleted file mode 100644 index 34c35d7..0000000 --- a/webroot/css/syntax.diff.css +++ /dev/null @@ -1,58 +0,0 @@ -/** - * CSS rules for GeSHI paste bin - * - */ -li.li1 { - background-color: white; -} -li.li2 { - background-color: #eee; -} -/* keyword 2 -class extends etc -*/ -span.kw1, span.kw2 { - color: black; - font-weight: bold; -} -/* linked keyword*/ -a { - text-decoration: underline; -} -span.kw3, span.kw4 { - color: blue; - font-weight: bold; -} - -/* break points -{ [ ] } -*/ -span.br0 { - font-weight: bold; -} -/* variable names -$name $id -*/ -span.re0 { - color: blue; -} -/* strings -'dfs' "sdfs" -*/ -span.st_h { - color:red; -} -/* class methods -->link( -*/ -span.me1 { - color: green; -} -/* -> => ; */ -span.sy0 { - font-weight: bold; -} -/* code comment */ -span.co1, span.co2, span.co3, span.co4 { - color: #888; -} diff --git a/webroot/css/syntax.php.css b/webroot/css/syntax.php.css deleted file mode 100644 index 137ed0b..0000000 --- a/webroot/css/syntax.php.css +++ /dev/null @@ -1,52 +0,0 @@ -/** - * CSS rules for GeSHI paste bin - * - */ -/* keyword 2 -class extends etc -*/ -span.kw1, span.kw2 { - color: black !important; - font-weight: bold !important; -} -/* linked keyword*/ -a { - text-decoration: underline; -} -span.kw3, span.kw4 { - color: blue; - font-weight: bold; -} - -/* break points -{ [ ] } -*/ -span.br0 { - font-weight: bold; -} -/* variable names -$name $id -*/ -span.re0 { - color: blue; -} -/* strings -'dfs' "sdfs" -*/ -span.st_h { - color:red; -} -/* class methods -->link( -*/ -span.me1 { - color: green; -} -/* -> => ; */ -span.sy0 { - font-weight: bold; -} -/* code comment */ -span.co1, span.co2, span.co3, span.co4 { - color: #888; -}