| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,82 @@ |
| 1 |
+/* |
|
| 2 |
+ Skin Name: Zenlike |
|
| 3 |
+ Skin Download: http://sally.lunaescence.com/tag/zenlike |
|
| 4 |
+ Description: A light green and white skin with very few graphics |
|
| 5 |
+ Author: Sally Anderson |
|
| 6 |
+ Author E-Mail: sally@lunaescence.com |
|
| 7 |
+ Author URI: http://sally.lunaescence.com/ |
|
| 8 |
+*/ |
|
| 9 |
+ |
|
| 10 |
+/* Basic Styles. */ |
|
| 11 |
+A:link,A:active,A:visited {text-decoration:none;color:#066}
|
|
| 12 |
+A:hover {text-decoration:underline}
|
|
| 13 |
+BODY {color:#000;background:#FFF url(images/bkgrd.jpg) repeat-x scroll top left;font:normal normal 10px verdana,helvetica,tahoma,arial,sans-serif;margin:0 2px 5px 0}
|
|
| 14 |
+HR {border-top:4px double #A4ACAC;border-left:0;border-right:0;border-bottom:0;width:500px;height:5px;text-align:center}
|
|
| 15 |
+INPUT,TEXTAREA,SELECT {color:#000;z-index:3;margin-top:1px;border:1px solid #A4ACAC;background:#FFF;font:12px normal verdana,helvetica,arial,tahoma,sans-serif}
|
|
| 16 |
+TD {vertical-align:top;display:table-cell}
|
|
| 17 |
+ |
|
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
+/* Layout and Text Styles in Alphabetical Order. */ |
|
| 21 |
+/* Alternating Cells */ |
|
| 22 |
+.even { background: #E4EAEA; }
|
|
| 23 |
+.odd { background: #E3EEEF; }
|
|
| 24 |
+ |
|
| 25 |
+/* Footer.tpl Styles */ |
|
| 26 |
+.footer {padding-top:50px;margin-top:50px;text-align:left;font-size:9px;color:#A4ACAC}
|
|
| 27 |
+.footer A {color:#A4ACAC;text-decoration:none;font-weight:bold}
|
|
| 28 |
+ |
|
| 29 |
+/* General Styles, used in multiple places throughout the page */ |
|
| 30 |
+#alphabet {text-align:center;font-size:12px;line-height:1.5em;padding-bottom:1em}
|
|
| 31 |
+.jumpmenu {text-align:right}
|
|
| 32 |
+.m2 {width:200px;padding-left:20px;font-size:9px;text-align:right}
|
|
| 33 |
+.m4 {border:1px solid #A4ACAC;width:200px;padding:3px}
|
|
| 34 |
+.n1 {text-align:center;font-weight:bold;font-size:14px;letter-spacing:.1em}
|
|
| 35 |
+#pagelinks {width:90%;text-align:center;padding:1em;background:#FFF}
|
|
| 36 |
+#pagetitle {font-size:15px;font-weight:800;text-align:center;margin-bottom:14px}
|
|
| 37 |
+.sectionheader {background:#CAD1CB;color:#000;letter-spacing:.1em;text-align:center;width:100%;clear:both}
|
|
| 38 |
+#sort {float:right}
|
|
| 39 |
+#story {clear:both}
|
|
| 40 |
+.tblborder {border:1px solid #A4ACAC}
|
|
| 41 |
+.title {letter-spacing:.1em}
|
|
| 42 |
+ |
|
| 43 |
+/* Layout Styles */ |
|
| 44 |
+.c1 {font-size:14px;letter-spacing:.1em;vertical-align:bottom;background:url(images/cats.gif) no-repeat;padding-left:35px}
|
|
| 45 |
+.c2 {border:1px solid #A4ACAC;width:50%;padding:3px;line-height:1.6em;text-align:left;}
|
|
| 46 |
+.storinfo {margin-bottom:12px;border-bottom:1px solid #DDE7E8}
|
|
| 47 |
+.notes {background: #E3EEEF;clear:both;margin-bottom:5px;}
|
|
| 48 |
+.notes .content {margin-left:25px;font-size:12px;}
|
|
| 49 |
+.comment {margin-bottom:2em}
|
|
| 50 |
+.finalfrm {background:url(images/bkgrd2.jpg) repeat-x scroll top left}
|
|
| 51 |
+.m3 {font-size:14px;letter-spacing:.1em;vertical-align:bottom;background:url(images/topper.gif) no-repeat;padding-left:2px}
|
|
| 52 |
+.main {padding-left:5px;width:90%;font-size:12px;text-align:left}
|
|
| 53 |
+ |
|
| 54 |
+/* Main Title Position and Style */ |
|
| 55 |
+.bgfttl {color:#3F4D4D;position:absolute;left:100px;top:90px;z-index:3;font:500 35px/25px georgia,times,palatino,"times roman","times new roman",serif}
|
|
| 56 |
+.udrttl {font-size:12px;font-weight:lighter;color:#808080;position:absolute;left:140px;top:115px;z-index:3}
|
|
| 57 |
+ |
|
| 58 |
+/* Menu Styles */ |
|
| 59 |
+.line {border-top:4px double #A4ACAC;height:5px;border-left:0;border-right:0;width:100%;text-align:center}
|
|
| 60 |
+#menu {width:100%;height:25px;position:absolute;left:0;top:190px;text-align:center;vertical-align:middle;margin:0;padding-top:5px;padding-bottom:3px;display:block}
|
|
| 61 |
+#menu OL {position:relative;left:0;top:0;margin-bottom:10px;color:#888868;list-style-type:none}
|
|
| 62 |
+#menu LI {display:inline;vertical-align:middle;text-align:center;line-height:25px;margin:0;padding-right:.58em;padding-left:.58em;font-size:11px}
|
|
| 63 |
+#menu A {color:#606048;text-decoration:none;padding:0}
|
|
| 64 |
+#menu A:hover {color:#606048;background:#DBE5E5}
|
|
| 65 |
+ |
|
| 66 |
+/* News Styles */ |
|
| 67 |
+#newsarchive,#sortform,.respond {text-align:center}
|
|
| 68 |
+.newsbox {border:1px solid #A4ACAC;width:75%;text-align:left}
|
|
| 69 |
+.newstitle {font-size:14px;font-weight:100;text-align:left;padding:0;background:url(images/cats.gif) no-repeat;padding-left:35px}
|
|
| 70 |
+ |
|
| 71 |
+/* User.tpl styles */ |
|
| 72 |
+.label {font-weight:bold}
|
|
| 73 |
+#tabs {padding:0;margin:0;clear:both;border-top:1px solid #A4ACAC;width:100%;}
|
|
| 74 |
+#tabs DIV {width:14.2%;height:20px;float:left;font-size:11px;color:#000;text-align:left;text-indent:10px;line-height:25px;vertical-align:middle;z-index:1;}
|
|
| 75 |
+#tabs #centertab {width:auto;}
|
|
| 76 |
+#tabs a {color:#000}
|
|
| 77 |
+#tabs a:active,a:hover {text-decoration:underline;color:#000}
|
|
| 78 |
+#tabs #active {width:14.2%;color:#000;z-index:8}
|
|
| 79 |
+#tabs #active a {color:#000}
|
|
| 80 |
+#tabs #active a:active,a:hover {text-decoration:underline;color:#000}
|
|
| 81 |
+html>body #tabs {padding: 3px 0 0 0;width:100%;}
|
|
| 82 |
+html>body #tabs div {margin-right: 0px;}
|
|
| 0 | 83 |
\ No newline at end of file |