diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
commit | a9a4930d74ba07771507cc82bc7ef4552be85d39 (patch) | |
tree | 949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /webroot/css | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'webroot/css')
-rw-r--r-- | webroot/css/base.css | 263 | ||||
-rw-r--r-- | webroot/css/grid.css | 484 | ||||
-rw-r--r-- | webroot/css/reset.css | 1 | ||||
-rw-r--r-- | webroot/css/style.css | 4 | ||||
-rw-r--r-- | webroot/css/themes/black.css | 28 | ||||
-rw-r--r-- | webroot/css/themes/blue.css | 29 | ||||
-rw-r--r-- | webroot/css/themes/green.css | 29 | ||||
-rw-r--r-- | webroot/css/themes/grey.css | 32 | ||||
-rw-r--r-- | webroot/css/themes/light.css | 42 | ||||
-rw-r--r-- | webroot/css/themes/purple.css | 28 | ||||
-rw-r--r-- | webroot/css/themes/red.css | 30 |
11 files changed, 70 insertions, 900 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index 7908666..0143743 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -13,30 +13,29 @@ h2 { letter-spacing:-1px; } h2.ribbon { - padding:15px 30px; - position:relative; - left:-55px; - float:left; - margin-bottom:20px; - border-radius:3px 3px 3px 0px; - -moz-border-radius:3px 3px 3px 0px; - -webkit-border-radius:3px 3px 3px 0px; + padding: 15px 30px; + position: relative; + left: -55px; + float: left; + margin: 20px 0; + border-radius: 3px 3px 3px 0px; + -moz-border-radius: 3px 3px 3px 0px; + -webkit-border-radius: 3px 3px 3px 0px; + width: 890px; } .triangle-ribbon { - border-style:solid; - border-width:13px; - height:0; - position:relative; - width:0; - float:left; - clear:left; - left:-67px; - top:-33px; - z-index:-1; -} -h2.full { - width:890px; + /* border-right-color is overwritten by theme */ + border: 13px solid transparent; + height: 0; + position: relative; + width: 0; + float: left; + clear: left; + left: -67px; + top: -33px; + z-index: -1; } + h2 span { position:absolute; right:25px; @@ -449,43 +448,8 @@ dl.definition dd { display:inline; margin-right:10px; } -#feature { - margin-bottom:20px; -} -.feature-img { - float:left; - margin-top:10px; -} -.feature-text { - margin-left:545px; -} -h2#tagline { - font-size:240%; -} -h3#tagline-mini { - font-weight:normal; - font-size:100%; - color:#4d4d4d; - line-height:1.6; - margin-bottom:25px; -} -.feature-screenshots { - margin:0; - list-style:none; -} -.feature-screenshots li { - float:left; - margin: 0 20px 10px 0; -} -/* Homepage */ -.feature img { - float:left; -} -.feature p { - margin-left:70px; -} .scrollable { height:110px; overflow:hidden; @@ -587,21 +551,7 @@ a.disabled { float: right; margin-top: 5px; } -button.search { - background:#fff url(../img/grad-grey.gif) repeat-x top; - border:1px solid #d9d9d9; - color:#404040; - height:38px; - line-height:12px; - font-size:108%; - font-weight:bold; - padding:8px 8px 10px; - margin: 0 0 0 5px; - text-shadow:0 1px 0 #FFFFFF; - border-radius:5px; - -moz-border-radius:5px; - -webkit-border-radius:5px; -} + .pricing-table h4 { color:#FFFFFF; font-size:240%; @@ -624,12 +574,6 @@ button.search { background:#fff; border:none; } -.pricing-table .feature { - border-left:1px solid #58bbec; -} -.pricing-table .feature.first { - border-top:1px solid #58bbec; -} .pricing-table { border-right:1px solid #58bbec; border-bottom:1px solid #58bbec; @@ -677,17 +621,35 @@ form label { margin-top:5px; } form input, form textarea { - padding:10px 5px; - background:#fff url(../img/bg-input.gif) repeat-x top; - border:1px solid #D9D9D9; - width:448px; - border-radius:3px; - -moz-border-radius:3px; - -webkit-border-radius:3px; + padding: 7px 5px; + border: 1px solid #ccc; + width: 200px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } form input.small { width:35px; } +input[type="button"], input[type="submit"], button { + cursor: pointer; + display: inline-block; + font-weight: 700; + outline: none; + width: auto; + text-align: center; + vertical-align: middle; + background: #ddd; + color: #444; + text-shadow: 0 -1px 0 #eee; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} +input[type="button"]:hover, input[type="submit"]:hover, button:hover { + background: #eee; +} + #message { margin-bottom:20px; } @@ -705,140 +667,7 @@ form input.small { -moz-border-radius:3px; -webkit-border-radius:3px; } -/* Buttons */ -button, .button { - cursor:pointer; - display:inline-block; - font-size:108%; - font-weight:700; - margin:0 5px 15px 0; - outline:none; - padding:10px 15px; - width:auto; - text-align:center; - text-decoration:none !important; - vertical-align:middle; - background:url('../img/grad-grey.gif') repeat-x center top #c3c3c3; - color:#444444; - border:1px solid #c3c3c3; - text-shadow:0 -1px 0 #FFFFFF; - border-radius:3px; - -moz-border-radius:3px; - -webkit-border-radius:3px; -} -body.ie7 button, body.ie8 button, body.ie7 .button, body.ie8 .button { - zoom:1; - display:inline; -} -button:hover, .button:hover { - background:url('../img/grad-grey-hover.gif') repeat-x center top #c3c3c3; - text-decoration:none; - outline:none; -} -button:active, .button:active { - position:relative; - top:1px; - outline:none; - background:url('../img/grad-grey-rev.gif') repeat-x center top #c3c3c3; -} -/* Blue Button */ -button.blue, .button.blue { - background:url("../img/grad-blue.gif") repeat-x center top #166890; - border:1px solid #11506F; - color:#FFFFFF; - text-shadow:0 -1px 0 #11506F; -} -button.blue:hover, .button.blue:hover { - background:url("../img/grad-blue-hover.gif") repeat-x center top #166890; -} -button.blue:active, .button.blue:active { - background:url("../img/grad-blue-rev.gif") repeat-x center top #166890; -} -/* Green Button */ -button.green, .button.green { - background:url("../img/grad-green.gif") repeat-x center top #518f14; - border:1px solid #406f11; - color:#FFFFFF; - text-shadow:0 -1px 0 #406f11; -} -button.green:hover, .button.green:hover { - background:url("../img/grad-green-hover.gif") repeat-x center top #166890; -} -button.green:active, .button.green:active { - background:url("../img/grad-green-rev.gif") repeat-x center top #166890; -} -/* Red Button */ -button.red, .button.red { - background:url("../img/grad-red.gif") repeat-x center top #8f1e14; - border:1px solid #6f1811; - color:#FFFFFF; - text-shadow:0 -1px 0 #6f1811; -} -button.red:hover, .button.red:hover { - background:url("../img/grad-red-hover.gif") repeat-x center top #166890; -} -button.red:active, .button.red:active { - background:url("../img/grad-red-rev.gif") repeat-x center top #166890; -} -/* Purple Button */ -button.purple, .button.purple { - background:url("../img/grad-purple.gif") repeat-x center top #8f146e; - border:1px solid #6f1156; - color:#FFFFFF; - text-shadow:0 -1px 0 #6f1156; -} -button.purple:hover, .button.purple:hover { - background:url("../img/grad-purple-hover.gif") repeat-x center top #166890; -} -button.purple:active, .button.blue:active { - background:url("../img/grad-purple-rev.gif") repeat-x center top #166890; -} -/* Black Button */ -button.black, .button.black { - background:url("../img/grad-black.gif") repeat-x center top #3b3b3b; - border:1px solid #3b3b3b; - color:#FFFFFF; - text-shadow:0 -1px 0 #3b3b3b; -} -button.black:hover, .button.black:hover { - background:url("../img/grad-black-hover.gif") repeat-x center top #3b3b3b; -} -button.black:active, .button.black:active { - background:url("../img/grad-black-rev.gif") repeat-x center top #3b3b3b; -} -button.large, .button.large { - font-size:138.5%; - padding:10px 30px; -} -button.small, .button.small { - font-size:93%; - padding:4px 10px 5px; -} -button.disabled, button.disabled:hover, .button.disabled, .button.disabled:hover { - background-color:#ccc !important; - color:#666 !important; - text-shadow:0 1px 0 #CCCCCC; - cursor:default; -} -body.ie7 button.disabled, body.ie8 button.disabled { - border-color:#a3a3a3; -} -button.disabled:active, .button.disabled:active { - position:relative; - top:0; - background-image: url('../img/grad.png'); -} -fieldset button, .button { - margin:0 5px 10px 0; -} -button img, .button img { - display:inline; - height:16px; - margin-right:10px; - vertical-align:-3px; - width:16px; -} /* notifications */ .notification.success { background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px; diff --git a/webroot/css/grid.css b/webroot/css/grid.css deleted file mode 100644 index 6b03e87..0000000 --- a/webroot/css/grid.css +++ /dev/null @@ -1,484 +0,0 @@ -/* - 960 Grid System ~ Core CSS. - Learn more ~ http://960.gs/ - - Licensed under GPL and MIT. -*/ - -/* =Containers ---------------------------------------------------------------------------------*/ - -/* =Grid >> Global ---------------------------------------------------------------------------------*/ - -.grid_1, -.grid_2, -.grid_3, -.grid_4, -.grid_5, -.grid_6, -.grid_7, -.grid_8, -.grid_9, -.grid_10, -.grid_11, -.grid_12, -.grid_13, -.grid_14, -.grid_15, -.grid_16 -{ - display: inline; - float: left; - margin-left: 1%; - margin-right: 1%; -} - -.container_12 .grid_3, -.container_16 .grid_4 -{ - width: 23%; -} - -.container_12 .grid_6, -.container_16 .grid_8 -{ - width: 48%; -} - -.container_12 .grid_9, -.container_16 .grid_12 -{ - width: 73%; -} - -.container_12 .grid_12, -.container_16 .grid_16 -{ - width: 98%; -} - -/* =Grid >> Children (Alpha ~ First, Omega ~ Last) ---------------------------------------------------------------------------------*/ - -.alpha -{ - margin-left: 0; -} - -.omega -{ - margin-right: 0; -} - -/* =Grid >> 12 Columns ---------------------------------------------------------------------------------*/ - -.container_12 .grid_1 -{ - width: 6.333%; -} - -.container_12 .grid_2 -{ - width: 14.666%; -} - -.container_12 .grid_4 -{ - width: 31.333%; -} - -.container_12 .grid_5 -{ - width: 39.666%; -} - -.container_12 .grid_7 -{ - width: 56.333%; -} - -.container_12 .grid_8 -{ - width: 64.666%; -} - -.container_12 .grid_10 -{ - width: 81.333%; -} - -.container_12 .grid_11 -{ - width: 89.666%; -} - -/* =Grid >> 16 Columns ---------------------------------------------------------------------------------*/ - -.container_16 .grid_1 -{ - width: 4.25%; -} - -.container_16 .grid_2 -{ - width: 10.5%; -} - -.container_16 .grid_3 -{ - width: 16.75%; -} - -.container_16 .grid_5 -{ - width: 29.25%; -} - -.container_16 .grid_6 -{ - width: 35.5%; -} - -.container_16 .grid_7 -{ - width: 41.75%; -} - -.container_16 .grid_9 -{ - width: 54.25%; -} - -.container_16 .grid_10 -{ - width: 60.5%; -} - -.container_16 .grid_11 -{ - width: 66.75%; -} - -.container_16 .grid_13 -{ - width: 79.25%; -} - -.container_16 .grid_14 -{ - width: 85.5%; -} - -.container_16 .grid_15 -{ - width: 91.75%; -} - -/* =Prefix Extra Space >> Global ---------------------------------------------------------------------------------*/ - -.container_12 .prefix_3, -.container_16 .prefix_4 -{ - padding-left: 25%; -} - -.container_12 .prefix_6, -.container_16 .prefix_8 -{ - padding-left: 50%; -} - -.container_12 .prefix_9, -.container_16 .prefix_12 -{ - padding-left: 75%; -} - -/* =Prefix Extra Space >> 12 Columns ---------------------------------------------------------------------------------*/ - -.container_12 .prefix_1 -{ - padding-left: 8.333%; -} - -.container_12 .prefix_2 -{ - padding-left: 16.666%; -} - -.container_12 .prefix_4 -{ - padding-left: 33.333%; -} - -.container_12 .prefix_5 -{ - padding-left: 41.666%; -} - -.container_12 .prefix_7 -{ - padding-left: 58.333%; -} - -.container_12 .prefix_8 -{ - padding-left: 66.666%; -} - -.container_12 .prefix_10 -{ - padding-left: 83.333%; -} - -.container_12 .prefix_11 -{ - padding-left: 91.666%; -} - -/* =Prefix Extra Space >> 16 Columns ---------------------------------------------------------------------------------*/ - -.container_16 .prefix_1 -{ - padding-left: 6.25%; -} - -.container_16 .prefix_2 -{ - padding-left: 12.5%; -} - -.container_16 .prefix_3 -{ - padding-left: 18.75%; -} - -.container_16 .prefix_5 -{ - padding-left: 31.25%; -} - -.container_16 .prefix_6 -{ - padding-left: 37.5%; -} - -.container_16 .prefix_7 -{ - padding-left: 43.75%; -} - -.container_16 .prefix_9 -{ - padding-left: 56.25%; -} - -.container_16 .prefix_10 -{ - padding-left: 62.5%; -} - -.container_16 .prefix_11 -{ - padding-left: 68.75%; -} - -.container_16 .prefix_13 -{ - padding-left: 81.25%; -} - -.container_16 .prefix_14 -{ - padding-left: 87.5%; -} - -.container_16 .prefix_15 -{ - padding-left: 93.75%; -} - -/* =Suffix Extra Space >> Global ---------------------------------------------------------------------------------*/ - -.container_12 .suffix_3, -.container_16 .suffix_4 -{ - padding-right: 25%; -} - -.container_12 .suffix_6, -.container_16 .suffix_8 -{ - padding-right: 50%; -} - -.container_12 .suffix_9, -.container_16 .suffix_12 -{ - padding-right: 75%; -} - -/* =Suffix Extra Space >> 12 Columns ---------------------------------------------------------------------------------*/ - -.container_12 .suffix_1 -{ - padding-right: 8.333%; -} - -.container_12 .suffix_2 -{ - padding-right: 16.666%; -} - -.container_12 .suffix_4 -{ - padding-right: 33.333%; -} - -.container_12 .suffix_5 -{ - padding-right: 41.666%; -} - -.container_12 .suffix_7 -{ - padding-right: 58.333%; -} - -.container_12 .suffix_8 -{ - padding-right: 66.666%; -} - -.container_12 .suffix_10 -{ - padding-right: 83.333%; -} - -.container_12 .suffix_11 -{ - padding-right: 91.666%; -} - -/* =Suffix Extra Space >> 16 Columns ---------------------------------------------------------------------------------*/ - -.container_16 .suffix_1 -{ - padding-right: 6.25%; -} - -.container_16 .suffix_2 -{ - padding-right: 16.5%; -} - -.container_16 .suffix_3 -{ - padding-right: 18.75%; -} - -.container_16 .suffix_5 -{ - padding-right: 31.25%; -} - -.container_16 .suffix_6 -{ - padding-right: 37.5%; -} - -.container_16 .suffix_7 -{ - padding-right: 43.75%; -} - -.container_16 .suffix_9 -{ - padding-right: 56.25%; -} - -.container_16 .suffix_10 -{ - padding-right: 62.5%; -} - -.container_16 .suffix_11 -{ - padding-right: 68.75%; -} - -.container_16 .suffix_13 -{ - padding-right: 81.25%; -} - -.container_16 .suffix_14 -{ - padding-right: 87.5%; -} - -.container_16 .suffix_15 -{ - padding-right: 93.75%; -} - -/* =Clear Floated Elements ---------------------------------------------------------------------------------*/ - -/* http://sonspring.com/journal/clearing-floats */ - -html body * span.cl, -html body * div.cl, -html body * li.cl, -html body * dd.cl, -.cl -{ - background: none; - border: 0; - clear: both; - display: block; - float: none; - font-size: 0; - list-style: none; - margin: 0; - padding: 0; - overflow: hidden; - visibility: hidden; - width: 0; - height: 0; -} - -/* http://www.positioniseverything.net/easyclearing.html */ - -.cl:after -{ - clear: both; - content: '.'; - display: block; - visibility: hidden; - height: 0; -} - -.cl -{ - display: inline-block; -} - -* html .cl -{ - height: 1%; -} - -.cl -{ - display: block; -}
\ No newline at end of file diff --git a/webroot/css/reset.css b/webroot/css/reset.css deleted file mode 100644 index 99a0211..0000000 --- a/webroot/css/reset.css +++ /dev/null @@ -1 +0,0 @@ -html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
\ No newline at end of file diff --git a/webroot/css/style.css b/webroot/css/style.css index 9f9bb89..64fe2c6 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -152,7 +152,7 @@ label, input[type=button], input[type=submit], button { cursor: pointer; } /* These selection declarations have to be separate. No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink. */ -::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; } +::-moz-selection { background: #FF5E99; color:#fff; text-shadow: none; } ::selection { background:#FF5E99; color:#fff; text-shadow: none; } /* j.mp/webkit-tap-highlight-color */ @@ -166,5 +166,3 @@ button { width: auto; overflow: visible; } /* bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ .ie7 img { -ms-interpolation-mode: bicubic; } - - diff --git a/webroot/css/themes/black.css b/webroot/css/themes/black.css deleted file mode 100644 index f1b6640..0000000 --- a/webroot/css/themes/black.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#1a1a1a; -} -a:hover { -color:#1a1a1a; -} - - -.ribbon { - background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b; - border:1px solid #3b3b3b; - color:#FFFFFF; - text-shadow:0 -1px 0 #3b3b3b; -} -.triangle-ribbon { -border-color:transparent #080808 transparent transparent; -} - - -.sidebar-nav li.current { -background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b; -border:1px solid #3b3b3b; -} diff --git a/webroot/css/themes/blue.css b/webroot/css/themes/blue.css deleted file mode 100644 index 4de747f..0000000 --- a/webroot/css/themes/blue.css +++ /dev/null @@ -1,29 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#1d94c3; -} -a:hover{ -color:#1d94c3; -} - - -.ribbon { - background:url(../../img/grad-blue.gif) repeat-x center top #166890; - border:1px solid #11506F; - color:#FFFFFF; - text-shadow:0 -1px 0 #11506F; -} -.triangle-ribbon { -border-color:transparent #0e425c transparent transparent; -} - - - -.sidebar-nav li.current { -background:url(../../img/grad-blue.gif) repeat-x center top #166890; -border:1px solid #11506F; -} diff --git a/webroot/css/themes/green.css b/webroot/css/themes/green.css deleted file mode 100644 index df01818..0000000 --- a/webroot/css/themes/green.css +++ /dev/null @@ -1,29 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#406f11; -} -a:hover { -color:#406f11; -} - - -.ribbon { - background:url(../../img/grad-green.gif) repeat-x center top #518f14; - border:1px solid #406f11; - color:#FFFFFF; - text-shadow:0 -1px 0 #406f11; -} -.triangle-ribbon { -border-color:transparent #345c0d transparent transparent; -} - - - -.sidebar-nav li.current { -background:url(../../img/grad-green.gif) repeat-x center top #518f14; -border:1px solid #406f11; -} diff --git a/webroot/css/themes/grey.css b/webroot/css/themes/grey.css deleted file mode 100644 index fdfc6af..0000000 --- a/webroot/css/themes/grey.css +++ /dev/null @@ -1,32 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#1a1a1a; -} -a:hover { -color:#1a1a1a; -} - - -h2.ribbon { - background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3; - color:#444444; - border:1px solid #c3c3c3; - text-shadow:0 -1px 0 #FFFFFF; -} -.triangle-ribbon { -border-color:transparent #8f8f8f transparent transparent; -} - - -.sidebar-nav li.current { -background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3; -border:1px solid #c3c3c3; -color:#444444 !important; -} -.sidebar-nav li a:hover, .sidebar-nav li.current a { - color:#444444 !important; -} diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css index 50de53b..e38b72d 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -1,31 +1,35 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - body { - color:#191919; - background: #f2f2f2 url(../../img/bg.jpg) repeat-x top; -} -h1#logo { - background:url(../../img/logo.png) no-repeat scroll 0 0 transparent; + color: #222; + background: #ddd; + background: -moz-linear-gradient(top, #fff, #ddd 500px, #ddd); + background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd'); } nav a, nav a:visited { - color: #1a1a1a; -text-shadow:0 1px 0 #FFFFFF; + color: #222; + text-shadow:0 1px 0 #fff; } nav a:hover { - color:#666666; + color: #666; } - +h2.ribbon { + background: #359; + background: -moz-linear-gradient(top, #37f, #359); + background: -webkit-linear-gradient(top, #35f, #359); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#359'); + color: #eee; +} +.triangle-ribbon { + border-right-color: #359; +} footer { -color:#666666; + color: #666; } -footer li a, footer li a:visited { -color:#191919; +footer li a, footer li a:visited { + color: #222; } footer li a:hover { - color:#666666; -}
\ No newline at end of file + color: #666; +} diff --git a/webroot/css/themes/purple.css b/webroot/css/themes/purple.css deleted file mode 100644 index 7a8794d..0000000 --- a/webroot/css/themes/purple.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#6f1156; -} -a:hover { -color:#6f1156; -} - - -.ribbon { - background:url(../../img/grad-purple.gif) repeat-x center top #8f146e; - border:1px solid #6f1156; - color:#FFFFFF; - text-shadow:0 -1px 0 #6f1156; -} -.triangle-ribbon { -border-color:transparent #5c0d47 transparent transparent; -} - - -.sidebar-nav li.current { -background:url(../../img/grad-purple.gif) repeat-x center top #8f146e; -border:1px solid #6f1156; -} diff --git a/webroot/css/themes/red.css b/webroot/css/themes/red.css deleted file mode 100644 index c8a6f74..0000000 --- a/webroot/css/themes/red.css +++ /dev/null @@ -1,30 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#c31d25; -} -a:hover { -color:#c31d25; -} - - -.ribbon { - background:url(../../img/grad-red.gif) repeat-x center top #8f1e14; - border:1px solid #6f1811; - color:#FFFFFF; - text-shadow:0 -1px 0 #6f1811; -} -.triangle-ribbon { -border-color:transparent #5c130d transparent transparent; -} - - - -.sidebar-nav li.current { -background:url(../../img/grad-red.gif) repeat-x center top #8f1e14; -border:1px solid #6f1811; -} - |