/b2evolution/nonzero/rsc/css/red.css
http://laibcomsthemes.googlecode.com/ · CSS · 79 lines · 50 code · 16 blank · 13 comment · 0 complexity · e9c0d7e63d485b485ba86dca7fc07342 MD5 · raw file
- @charset "UTF-8";
- /*
-
- Nonzero1.0 by nodethirtythree design
- http://www.nodethirtythree.com
- missing in a maze
-
- */
-
- /* Basic Stuff */
-
- h3 a, h4 a, h5 a, h6 a,
- h3,h4,h5,h6
- {
- color: #66000F;
- }
-
- a
- {
- color: #D90000;
- }
-
- /* Header */
-
- #header
- {
- background: #440000 url('../img/red/n1.gif') repeat-x;
- }
-
- /* Logo */
-
- #logo h2 a,
- #logo .widget_core_coll_tagline,
- #logo .widget_core_coll_tagline a,
- #logo h2
- {
- color: #E5CCD0;
- }
-
- /* Menu */
-
- #menu li a
- {
- background: #fff url('../img/red/n4.gif') repeat-x;
- }
-
- #menu li a.active
- {
- background: #CA2F2F url('../img/red/n3.gif') repeat-x;
- border: solid 1px #A94B4B;
- }
-
- /* Main */
-
- #main
- {
- background: #fff url('../img/red/n2.gif') 0px 1px repeat-x;
- }
-
- #main_inner .featurepost ul.post_info li.date,
- #main_inner .post ul.post_info li.date
- {
- background-image: url('../img/red/n5.gif');
- }
-
- #main_inner .featurepost ul.post_info li.comments,
- #main_inner .post ul.post_info li.comments
- {
- background-image: url('../img/red/n6.gif');
- }
-
- /* Search */
-
- .widget_core_coll_search_form input.submit,
- input.button
- {
- background: #CA2F2F url('../img/red/n3.gif') repeat-x;
- border: solid 1px #A94B4B;
- }