From 3351c62e884f651d42392f54e911414101163732 Mon Sep 17 00:00:00 2001 From: weijen Date: Sat, 28 May 2011 17:22:24 +0800 Subject: [PATCH] move theme files --- .../handicraft/themes/default/blue.css | 161 --------------- .../handicraft/themes/default/core.css | 103 ---------- .../handicraft/themes/default/gray.css | 185 ------------------ .../handicraft/themes/default/red.css | 161 --------------- 4 files changed, 610 deletions(-) delete mode 100644 handicraft-theme/stylesheets/handicraft/themes/default/blue.css delete mode 100644 handicraft-theme/stylesheets/handicraft/themes/default/core.css delete mode 100644 handicraft-theme/stylesheets/handicraft/themes/default/gray.css delete mode 100644 handicraft-theme/stylesheets/handicraft/themes/default/red.css diff --git a/handicraft-theme/stylesheets/handicraft/themes/default/blue.css b/handicraft-theme/stylesheets/handicraft/themes/default/blue.css deleted file mode 100644 index 42dd3e8..0000000 --- a/handicraft-theme/stylesheets/handicraft/themes/default/blue.css +++ /dev/null @@ -1,161 +0,0 @@ -/* `Text -----------------------------------------------------------------------------------------------------*/ - -html, body { - color: #222; - background: #f0f0ee; -} - -hr { - background: #f0f0ee; - color: #f0f0ee; -} - -.hightlight { - background-color: #ffc; -} - -h1, h2, h3 { - color: #2F427A; -} - -/* `Link -----------------------------------------------------------------------------------------------------*/ - -a:link { - color: #2F427A; -} - -a:visited { - color: #600; -} - -a:hover { - color: #CF2929; -} - -a:active { - color: #f33; -} - -/* `Header -----------------------------------------------------------------------------------------------------*/ - -#header { - background: #2F427A; -} - -#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited { - color: #FFF; -} - -/* `Footer -----------------------------------------------------------------------------------------------------*/ - -#footer .grid_16 { - color: #FFF; - background: #262626; -} - -/* `Section -----------------------------------------------------------------------------------------------------*/ - -.section { - background: #FFF; -} - -.section h2.title, .section h3.title { - background: #2F427A; - color: #FFF; - border-bottom: 10px solid #262626; -} - -/* `Navigation -----------------------------------------------------------------------------------------------------*/ - -#main-navigation { - background: #262626; -} - -#main-navigation ul li a { - background: #262626; -} - -#main-navigation ul li.current a, -#main-navigation ul li.current a:hover { - background: #f0f0ee; -} - -#main-navigation ul li a:hover { - background: #f0f0ee; - color: #262626; -} - -#main-navigation ul li a, #user-navigation ul li a { - color: #FFF; -} - -#main-navigation ul li.current a { - color: #262626; -} - -#sidebar .nav ul li a:link, #sidebar .nav ul li a:visited { - background: #FFF; - border-bottom: 1px solid #F0F0EE; - text-decoration: none; -} - -#sidebar .nav ul li a:hover, #sidebar .nav ul li a:active { - background: #316291; - color: #FFF; -} - -/* `Table -----------------------------------------------------------------------------------------------------*/ - -.table th { - background: #262626; - color: #FFF; -} - -.table td { - border-bottom: 1px solid #F0F0EE; -} - -.table tr.even { - background: #fff; -} - -/* `Sidebar -----------------------------------------------------------------------------------------------------*/ - -#sidebar .notice { - background: #FFFFCC; -} - -#sidebar .notice h4 { - color: #000; -} - -/* `Pagination -----------------------------------------------------------------------------------------------------*/ - -.pagination span, .pagination a { - background: #fff; - border: 1px solid #262626; -} - -.pagination em { - background: #262626; - color: #FFF; - border-color: #262626; -} - -.pagination a { - color: #262626; -} - -.pagination a:hover { - color: #FFF; - background: #262626; -} diff --git a/handicraft-theme/stylesheets/handicraft/themes/default/core.css b/handicraft-theme/stylesheets/handicraft/themes/default/core.css deleted file mode 100644 index 95a73ea..0000000 --- a/handicraft-theme/stylesheets/handicraft/themes/default/core.css +++ /dev/null @@ -1,103 +0,0 @@ -/* `Text -----------------------------------------------------------------------------------------------------*/ - -.small { - font-size: 85%; -} - -.gray { - color: #999; -} - -/* `Link -----------------------------------------------------------------------------------------------------*/ - -a { - -moz-outline: none; -} - -/* `Header -----------------------------------------------------------------------------------------------------*/ - -#header h1 { - padding: 20px 0; -} - -/* `Footer -----------------------------------------------------------------------------------------------------*/ - -#footer address { - margin: 0; - padding: 0.5em 20px; -} - -/* `Navigation -----------------------------------------------------------------------------------------------------*/ - -#main-navigation ul li { - margin-right: 0; -} - -#user-navigation ul li { - margin-left: 5px; -} - -#main-navigation ul li a, -#user-navigation ul li a { - display: block; - text-decoration: none; - padding: 8px 15px; -} - -#sidebar .nav ul { - margin: 0; -} - -#sidebar .nav ul li a { - display: block; - padding: 0.5em 20px; -} - -/* `Section -----------------------------------------------------------------------------------------------------*/ - -.section { - margin-bottom: 10px; -} - -.section .bd { - padding: 10px 20px; -} - -.section .hd h2 { - margin: 0 0 0 20px; - padding: 1em 0 0.5em; -} - -.section .hd h2.title, -.section .hd h3.title { - margin: 0; -} - -.section .hd h2.title { - padding: 10px 20px; - height: 1%; -} - -.section .hd h3.title { - padding: 7px 20px 6px; -} - -#sidebar .notice { - padding: 20px; -} - -#page-description { - padding: 10px 20px; -} - -#page-description h2, -#page-description p { - display: inline; - margin: 0; -} \ No newline at end of file diff --git a/handicraft-theme/stylesheets/handicraft/themes/default/gray.css b/handicraft-theme/stylesheets/handicraft/themes/default/gray.css deleted file mode 100644 index 2a75d8f..0000000 --- a/handicraft-theme/stylesheets/handicraft/themes/default/gray.css +++ /dev/null @@ -1,185 +0,0 @@ -/* `Text -----------------------------------------------------------------------------------------------------*/ - -html, body { - color: #222; - background: #eee; -} - -hr { - background: #f0f0ee; - color: #f0f0ee; -} - -.hightlight { - background-color: #ff8; -} - -h1, h2, h3 { - color: #36393d; -} - -/* `Link -----------------------------------------------------------------------------------------------------*/ - -a:link { - color: #369; -} - -a:visited { - color: #423132; -} - -a:hover { - color: #666C73; -} - -a:active { - color: #666C73; -} - -/* `Header -----------------------------------------------------------------------------------------------------*/ -#header { - background: #333; -} - -#header h1 a { - color: #fff; -} - -/* `Footer -----------------------------------------------------------------------------------------------------*/ - -#footer .grid_16 { - color: #FFF; - background: #1a1a1a; -} - -/* `Section -----------------------------------------------------------------------------------------------------*/ - -.section { -} - -.section h2.title, .section h3.title { - margin: 0; - background: #333; - color: #fff; -} - -/* `Navigation -----------------------------------------------------------------------------------------------------*/ - -#main-navigation { - background: #333; -} - -#main-navigation ul li a { - background: #333; -} - -#main-navigation ul li.current a, -#main-navigation ul li.current a:hover { - background: #eee; -} - -#main-navigation ul li a:hover { - background: #f0f0ee; - color: #1a1a1a; -} - -#main-navigation ul li a, #user-navigation ul li a { - color: #FFF; -} - -#main-navigation ul li.current a { - color: #1a1a1a; -} - -#top-menu { - background: #333; -} - -#top-menu li { - margin: 0 0 0 6px; -} - -#top-menu a { - display: block; - width: 149px; - height: 40px; - line-height: 40px; - background: #000; - color: #f2f2f2; - text-align: center; - text-decoration: none; -} - -#top-menu .current a { - cursor: default; -} - -#top-menu .current a, -#top-menu a:hover { - background: #fff; - color: #000; -} - - -/* `Table -----------------------------------------------------------------------------------------------------*/ - -.table thead th { - background: #36393d; - color: #FFF; -} - -.table td, .table th { - border-bottom: 1px solid #F0F0EE; -} - -.table tr.even { - background: #ebebeb; -} - -/* `Sidebar -----------------------------------------------------------------------------------------------------*/ - -#sidebar .notice { - background: #E6EEFC; -} - -#sidebar .notice h4 { - color: #0B43A8; -} - -#sidebar .nav ul li a { - background: #ddd; - color: #000; - border-bottom: 1px solid #F0F0EE; - text-decoration: none; -} - -/* `Pagination -----------------------------------------------------------------------------------------------------*/ - -.pagination a, .pagination span { - background: #eee; - border: 1px solid #c1c1c1; -} - -.pagination em { - background: #36393d; - color: #FFF; - border: 1px solid #36393d; -} - -.pagination a { - color: #1a1a1a; -} - -.pagination a:hover { - border: 1px solid #666; - background: #fff; -} diff --git a/handicraft-theme/stylesheets/handicraft/themes/default/red.css b/handicraft-theme/stylesheets/handicraft/themes/default/red.css deleted file mode 100644 index f402ac4..0000000 --- a/handicraft-theme/stylesheets/handicraft/themes/default/red.css +++ /dev/null @@ -1,161 +0,0 @@ -/* `Text -----------------------------------------------------------------------------------------------------*/ - -html, body { - color: #222; - background: #f0f0ee; -} - -hr { - background: #f0f0ee; - color: #f0f0ee; -} - -.hightlight { - background-color: #ffc; -} - -h1, h2, h3 { - color: #7A1818; -} - -/* `Link -----------------------------------------------------------------------------------------------------*/ - -a:link { - color: #7A1818; -} - -a:visited { - color: #600; -} - -a:hover { - color: #CF2929; -} - -a:active { - color: #f33; -} - -/* `Header -----------------------------------------------------------------------------------------------------*/ - -#header { - background: #7A1818; -} - -#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited { - color: #FFF; -} - -/* `Footer -----------------------------------------------------------------------------------------------------*/ - -#footer .grid_16 { - color: #FFF; - background: #262626; -} - -/* `Section -----------------------------------------------------------------------------------------------------*/ - -.section { - background: #FFF; -} - -.section h2.title, .section h3.title { - background: #7A1818; - color: #FFF; - border-bottom: 10px solid #262626; -} - -/* `Navigation -----------------------------------------------------------------------------------------------------*/ - -#main-navigation { - background: #262626; -} - -#main-navigation ul li a { - background: #262626; -} - -#main-navigation ul li.current a, -#main-navigation ul li.current a:hover { - background: #f0f0ee; -} - -#main-navigation ul li a:hover { - background: #f0f0ee; - color: #262626; -} - -#main-navigation ul li a, #user-navigation ul li a { - color: #FFF; -} - -#main-navigation ul li.current a { - color: #262626; -} - -#sidebar .nav ul li a:link, #sidebar .nav ul li a:visited { - background: #FFF; - border-bottom: 1px solid #F0F0EE; - text-decoration: none; -} - -#sidebar .nav ul li a:hover, #sidebar .nav ul li a:active { - background: #470E0E; - color: #FFF; -} - -/* `Table -----------------------------------------------------------------------------------------------------*/ - -.table th { - background: #262626; - color: #FFF; -} - -.table td { - border-bottom: 1px solid #F0F0EE; -} - -.table tr.even { - background: #fff; -} - -/* `Sidebar -----------------------------------------------------------------------------------------------------*/ - -#sidebar .notice { - background: #E6EEFC; -} - -#sidebar .notice h4 { - color: #0B43A8; -} - -/* `Pagination -----------------------------------------------------------------------------------------------------*/ - -.pagination a, .pagination span { - background: #fff; - border: 1px solid #262626; -} - -.pagination em { - background: #262626; - color: #FFF; - border-color: #262626; -} - -.pagination a { - color: #262626; -} - -.pagination a:hover { - color: #FFF; - background: #262626; -}