/*************************************************************/ /*************************************************************/ /************************* css index *************************/ /*************************************************************/ /*************************************************************/ /********* search index number to find what you want *********/ /****------------- 1.0.0 - normal elements ---------------****/ /***---------- 1.1.0 - body ---------------------------***/ /***---------- 1.2.0 - links --------------------------***/ /***---------- 1.3.0 - h1, h2, h3, h4 -----------------***/ /***---------- 1.4.0 - acronym, abbr ------------------***/ /***---------- 1.5.0 - blockquote, code, cite ---------***/ /***---------- 1.6.0 - p, small, em, span .etc --------***/ /***---------- 1.7.0 - image setting ------------------***/ /****------------- 2.0.0 - header ------------------------****/ /***---------- 2.1.0 - page nav -----------------------***/ /***---------- 2.2.0 - post nav -----------------------***/ /****------------- 3.0.0 - content -----------------------****/ /***---------- 3.1.0 - normal elements ----------------***/ /***---------- 3.2.0 - post ---------------------------***/ /**------- 3.2.1 - post, commt,tb titles -----------**/ /**------- 3.2.2 - entrytext -----------------------**/ /**------- 3.2.3 - postmetadata --------------------**/ /***---------- 3.3.0 - comment ------------------------***/ /**------- 3.3.1 - author comment ------------------**/ /**------- 3.3.2 - user comment --------------------**/ /**------- 3.3.3 - trackback comment ---------------**/ /**------- 3.3.4 - reply form ----------------------**/ /***---------- 3.4.0 - archives -----------------------***/ /****------------- 4.0.0 - footer ------------------------****/ /***---------- 4.1.0 - information --------------------***/ /***---------- 4.2.0 - search form --------------------***/ /*************************************************************/ /*************************************************************/ /************************ css content ************************/ /*************************************************************/ /*************************************************************/ /*************************************************************/ /****------------- begin 1.0.0 - normal elements ---------****/ /*************************************************************/ /************* begin 1.1.0 - body *************/ body { font-size: 12px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background-color: #d5d6d7; color: #333333; text-align: left; margin: 0; padding: 0; } /************* end - body *************/ /************* begin 1.2.0 - links *************/ a {white-space: normal;} a:link { color: #cc0000; text-decoration: none; } a:visited { color: #cc0000; text-decoration: none; } a:hover { color: #dd5800; text-decoration: none; } a:active {text-decoration: none;} /************* end - links *************/ /************* begin 1.3.0 - h1, h2, h3, h4 *************/ h1, h2, h3 { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; margin: 0; } h1 { font-size: 4em; text-align: left; } h1.title {margin: 45px 0 -10px 45px;} h1.title a { color: #cc0000; text-decoration: none; } h1.title a:visited {color: #cc0000;} h1.title a:hover {color: #dd5800;} h2 { font-size: 17px; color: #cc0000; line-height: 19px; } h3 { font-size: 18px; color: #cc0000; padding: 0; } a, h2 a:hover, h3 a:hover { color: #dd5800; text-decoration: none; } /************* end - h1, h2, h3, h4 *************/ /************* begin 1.4.0 - acronym, abbr *************/ acronym, abbr { font-size: 11px; cursor: help; border-bottom: 1px dashed #999999; } /************* end - acronym, abbr *************/ /************* begin 1.5.0 - blockquote, code, cite *************/ blockquote { color: #777777; margin: 15px 0 0 0; padding-left: 10px; border-left: 5px solid #dddddd; white-space: normal; } blockquote cite { margin: 5px 0 0; display: block; } code { font: 12px 'Courier New', Courier, Fixed, serif; white-space: normal; width: 450px; } /************* end - blockquote, code, cite *************/ /************* begin 1.6.0 - p, small, em, span .etc *************/ small { color: #777777; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; text-decoration: none; } span a {color: #cccccc;} span a:hover {color: #ff5000;} hr {display: none;} .center {text-align: center;} .padding { margin: 0; padding: 0 45px 0 45px; } /************* end - p, small, em, span .etc *************/ /************* begin 1.7.0 - image setting *************/ p img { padding: 5px; max-width: 400px; border: 1px solid #a9a9a9; } a img { padding: 5px; border: 1px solid #a9a9a9; } a:hover img{ padding: 5px; border: 1px solid #cc0000; } img .centered { display: block; margin-left: auto; margin-right: auto; border: 1px solid #a9a9a9; } /************* end - image setting *************/ /*************************************************************/ /****------------- end - normal elements -----------------****/ /*************************************************************/ /*************************************************************/ /****------------- begin 2.0.0 - header ------------------****/ /*************************************************************/ /************* begin 2.1.0 - page nav *************/ #navcontainer { margin-top: 20px; padding: 0px; width: 100%; height: 20px; background-color: #cccccc; text-align: right; text-transform: uppercase; } #navlist ul { margin-left: 0; margin-right: 5px; padding-left: 0; white-space: nowrap; z-index: 1; } #navlist li { display: inline; list-style-type: none; } #navlist a { padding: 2px 10px 2px 10px; color: #ffffff; background-color: #999999; text-decoration: none; } #navlist a:hover { color: #000000; background-color: #ffffff; text-decoration: none; } .page_item {font-size: 10px;} /************* end - page nav *************/ /************* begin 2.2.0 - post nav *************/ .navigation { width: 450px; display: block; text-align: center; margin: 0 45px 0 45px; padding: 20px 0 35px 0; text-decoration: none; } .navigation_page { width: 450px; display: block; text-align: center; margin: 0 45px 0 45px; padding: 20px 0 0 0; text-decoration: none; } .navigation a:link {color: #cc0000;} .navigation a:visited {color: #cc0000;} .navigation a:hover {color: #dd5800;} .alignright { float: right; padding-left:10px; } .alignleft { float: left; padding-right:10px; } /************* begin 2.2.0 - post nav *************/ /*************************************************************/ /****------------- end - header --------------------------****/ /*************************************************************/ /*************************************************************/ /****------------- begin 3.0.0 - content -----------------****/ /*************************************************************/ /************* begin 3.1.0 - normal elements *************/ .space { padding: 10px 0 10px 0; font-size: 40px; font-weight: bold; color: #dddddd; } #page { text-align: left; background-color: #ffffff; margin: 0 auto 0 100px; padding: 0; width: 542px; /* for IE5/WIN */ voice-family: "\"}\""; voice-family: inherit; width: 540px; /* actual value*/ border: 1px solid #959596; } html>body #page {width: 540px;} #content {font-size: 12px;} .narrowcolumn { float: left; padding-top: 15px; padding-bottom: 45px; } .narrowcolumn .entry { line-height: auto; margin: 15px 45px 15px 45px; } .narrowcolumn .postmetadata {text-align: left;} .wp-smiley { border: none; } /************* end - normal elements *************/ /************* begin 3.2.0 - post *************/ .post { margin: 0; clear: left; text-align: left; text-decoration: none; } .post a {color: #cc0000;} .post a:visited {color: #cc0000;} .post a:hover {color: #dd5800;} /************ begin 3.2.1 - post, commt,tb titles **********-**/ .post_bg { width: 450px; background-color: #eeeeee; padding: 15px 45px 15px 45px; } .post_bg h2 { padding: 0; margin: 0; } .date { color: #dddddd; padding: 40px 0 10px 0; margin: 0 45px 0 45px; font-size: 40px; font-weight: bold; } .time { color: #000000; float: left; margin: 0 0 0 0; text-align: center; font-weight: bold; padding-right: 8px; font-size: 16px; } .counter { color: #999999; text-decoration: none; } .counter a {color: #999999;} .counter a:visited {color: #999999;} .counter a:hover {color: #cc0000;} small.cat a {color: #999999;} small.cat a:visited {color: #999999;} small.cat a:hover {color: #cc0000;} small.catindex a {color: #999999;} small.catindex a:visited {color: #999999;} small.catindex a:hover {color: #cc0000;} /************ end - post, commt,tb titles **********-**/ /************ begin 3.2.2 - entrytext ************/ html>body .entry ul { margin-left: 10px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; } html>body .entry li { list-style-image: url(../images/bullet.gif); margin: 0 10px 0 25px; } .entry ol li { padding: 0; margin-left: 5px; margin-top: 0px; margin-bottom: 0px; } .entry ul li { padding: 0; margin-left: 5px; margin-top: 0px; margin-bottom: 0px; } .entry dl {/* null */} .entry dt { margin-left: 30px; padding-left: 18px; font-weight: none; background: url(../images/bullet.gif) no-repeat 0 2px; } .entry dd { margin-left: 50px; padding-left: 18px; color: #999999; background: url(../images/bullet.gif) no-repeat 0 2px; } .entry form { /* This is mainly for password protected posts, makes them look better */ text-align:center; } .entrytext dl {/* null */} .entrytext dt { margin-left: 30px; padding-left: 18px; font-weight: none; background: url(../images/bullet.gif) no-repeat 0 2px; } .entrytext dd { margin-left: 50px; padding-left: 18px; color: #999999; background: url(../images/bullet.gif) no-repeat 0 2px; } .entrytext { padding: 0; margin: 15px 45px 15px 45px; } .entrytext li { list-style-image: url(../images/bullet.gif); padding: 0; margin-left: 5px; margin-top: 0px; margin-bottom: 0px; } /************ end - entrytext ************/ /************ begin 3.2.3 - postmetadata ************/ .alter {border-top: 1px solid #dddddd;} .postmetadata { color: #777777; text-align: left; padding: 10px 0 1px 0; } acronym, abbr { cursor: help; border-bottom: 1px dashed #999999; } /************ end - postmetadata ************/ /************* end - post *************/ /************* begin 3.3.0 - comment *************/ .alt { margin: 0; padding: 0; } .commentlist { width: 455px; text-align: left; margin-top: 40px; } .commentlist li { font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; line-height: 14px; background-color: #f5f5f5; border: 1px solid #f5f5f5; margin: 0; padding: 5px; list-style: decimal outside; /* this 2 are used for fixing word wrap problem in ie and opera, no one for firefox! */ white-space: normal; word-break: break-all; } .commentlist p { margin: 12px 0 0 0; font-weight: normal; text-transform: none; } .commentlist cite { color: #000000; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-style: normal; font-size: 12px; } .nocomments { text-align: center; margin: 0; padding: 0; } /************ begin 3.3.1 - author comment ************/ .commentlist li.author-comment { font-weight: bold; background-color: #fffaf0; border: 1px solid #fffaf0; margin-bottom: 25px; list-style: none; } .commentlist li.author-comment .comment-header { font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #000000; } .commentlist li.author-comment .comment-body { font-size: 12px; color: #000000; } /************ end - author comment ************/ /************ begin 3.3.2 - user comment ************/ .commentlist li.user-comment { font-weight: bold; background-color: #f5f5f5; border: 1px solid #f5f5f5; margin-bottom: 25px; list-style: none; } .commentlist li.user-comment .comment-header { font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #000000; } .commentlist li.user-comment .comment-body { font-size: 12px; color: #000000; } /************ end - user comment ************/ /************ begin 3.3.3 - trackback comment ************/ .trackbacklist { margin: 35px 45px 0 45px; padding: 0; } .trackbacklist li { font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; line-height: 14px; font-weight: bold; background-color: #ffffff; margin: 0 0 30px 0; list-style: none; } .trackbacklist p { font-weight: normal; text-transform: none; } .trackbacklist small { font-weight: normal; text-transform: none; } .trackbacklist small a {color: #999999;} .trackbacklist small a:visited {color: #999999;} .trackbacklist small a:hover {color: #cc0000;} /************ end - trackback comment ************/ /************ begin 3.3.4 - reply form ************/ #commentform { margin: 15px 45px 0 45px; width:450px; } #commentform p { margin: 0; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #000000; } #commentform input, #commentform textarea { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 12px; color: #000000; line-height: 14px; word-break: break-all; } .commentform-input-normal { width: 440px; height: 14px; margin: 5px 5px 1px 0; background-color: #ffffff; border: 1px solid #000000; padding: 2px 0 2px 2px; } .commentform-input-over { width: 440px; height: 14px; margin: 5px 5px 1px 0; background-color: #eeeeee; border: 1px solid #cc0000; padding: 2px 0 2px 2px; } .commentform-textarea-normal { width: 440px; margin: 5px 5px 1px 0; background-color: #ffffff; border: 1px solid #000000; padding: 2px 0 2px 2px; } .commentform-textarea-over { width: 440px; margin: 5px 5px 1px 0; background-color: #eeeeee; border: 1px solid #cc0000; padding: 2px 0 2px 2px; } .commentform-submit { color: #000000; height: 30px; width: 444px; margin-top: 5px; border: 1px solid #000000; background-color: #ffffff; } .commentform-submit-active { color: #ffffff; height: 30px; width: 444px; margin-top: 5px; border: 1px solid #cc0000; background-color: #cc0000; } /************ end - reply form ************/ /************* end - comment *************/ /************* begin 3.4.0 - archives *************/ #archive {padding: 0 45px 0 0;} #archive dl {margin: 0 0 0 12px;} #archive dt { margin: 0 0 0 30px; padding: 0 0 0 18px; font-weight: none; background: url(../images/bullet.gif) no-repeat 0 2px; } #archive dd { margin: 0 0 10px 48px; padding: 0; color: #999999; } #archive_desc { margin: -10px -10px 20px 45px; color: #999999; } #archive_desc blockquote { padding-left: 10px; } /************* end - archives *************/ /*************************************************************/ /****------------- end - content -------------------------****/ /*************************************************************/ /*************************************************************/ /****------------- begin 4.0.0 - footer ------------------****/ /*************************************************************/ #footer { font-size: 10px; height: 60px; background-color: #ffffff; padding: 20px 45px 10px 45px; border-top: 1px solid #dddddd; clear: both; text-decoration: none; } #footer p {margin: 0;} /************* begin 4.1.0 - information *************/ .info {float: left;} /************* end - information *************/ /************* begin 4.2.0 - search form *************/ .search {text-align: right;} .searchform-input-normal { font-size: 12px; width: 100px; height: 14px; background-color: #ffffff; border: 1px solid #000000; padding: 2px 0 2px 2px; text-align: left; } .searchform-input-over { font-size: 12px; width: 100px; height: 14px; background-color: #eeeeee; border: 1px solid #cc0000; padding: 2px 0 2px 2px; text-align: left; } /************* end - search form *************/ /*************************************************************/ /*****------------- end - footer -------------------------****/ /*************************************************************/ /* eek “无产阶级文化大革命(嘿)就是好!就是好啊就是好啊就是好。马列主义大普及,上层建筑红旗飘。 革命大字报(嘿),烈火遍地烧。胜利凯歌冲云霄。七亿人民团结战斗,红色江山牢又牢。” WordPress Theme Almodovar + Public by a freelance designer and photographer. */