Changeset 9652

Show
Ignore:
Timestamp:
10/12/08 16:00:11 (3 months ago)
Author:
afz
Message:

for coolwater...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/coolwater/images/bgheader.jpg

    • Property svn:mergeinfo set
  • art/themes/coolwater/style.css

    r9641 r9652  
    33 
    44body { 
    5        background: #caced1; 
    6        font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; 
    7        color: #777; 
    8        text-align: center; 
    9        margin: 15px 0; 
     5background: #caced1; 
     6font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; 
     7color: #777; 
     8text-align: center; 
     9margin: 15px 0; 
    1010} 
    1111 
    1212/* links */ 
    1313a, a:visited { 
    14        text-decoration: none; 
    15        background: inherit; 
    16        color: #FB9233;  
     14text-decoration: none; 
     15background: inherit; 
     16color: #FB9233;  
    1717} 
    1818a:hover { 
    19        text-decoration: underline; 
    20        background: inherit; 
    21        color: #93C600; 
     19text-decoration: underline; 
     20background: inherit; 
     21color: #93C600; 
    2222} 
    2323 
    2424/* headers */ 
    25 h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; 
     25h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    2626h1 { 
    27         font-size: 180%;         
    28         font-weight: normal;     
    29        color: #555; 
     27font-size: 180%; 
     28font-weight: normal; 
     29color: #555; 
    3030} 
    3131h2 { 
    32        font-size: 160%; 
    33        color: #88ac0b; 
    34        font-weight: normal; 
     32font-size: 160%; 
     33color: #88ac0b; 
     34font-weight: normal; 
    3535} 
    3636h3 { 
    37        font-size: 135%;         
    38        color: #666666; 
     37font-size: 135%;  
     38color: #666666; 
    3939} 
    4040 
    4141/* images */ 
    4242img { 
    43        background: #fff; 
    44    border: 1px solid #E5E5E5; 
    45        padding: 5px; 
    46 } 
    47 img.float-right { margin: 5px 0px 10px 10px; 
     43background: #fff; 
     44 border: 1px solid #E5E5E5; 
     45padding: 5px; 
     46} 
     47img.float-right { margin: 5px 0px 10px 10px;
    4848img.float-left { margin: 5px 10px 10px 0px; } 
    4949 
    5050h1, h2, h3, p { 
    51        margin: 10px 15px; 
    52        padding: 0; 
     51margin: 10px 15px; 
     52padding: 0; 
    5353} 
    5454ul, ol { 
    55        margin: 5px 15px; 
    56        padding: 0 25px; 
     55margin: 5px 15px; 
     56padding: 0 25px; 
    5757} 
    5858 
    5959code { 
    60   margin: 5px 0; 
    61   padding: 15px; 
    62   text-align: left; 
    63   display: block; 
    64   overflow: auto;   
    65   font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; 
    66   /* white-space: pre; */ 
    67   border: 1px solid #E5F0FB;   
    68   background: #F4F8FD; 
     60margin: 5px 0; 
     61padding: 15px; 
     62text-align: left; 
     63display: block; 
     64overflow: auto; 
     65font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; 
     66/* white-space: pre; */ 
     67border: 1px solid #E5F0FB; 
     68background: #F4F8FD; 
    6969} 
    7070acronym { 
    71   cursor: help; 
    72   border-bottom: 1px dotted #777; 
     71cursor: help; 
     72border-bottom: 1px dotted #777; 
    7373} 
    7474blockquote { 
    75   margin: 10px 15px; 
    76   padding: 0 0 0 25px;   
    77   font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;  
    78   color: #2361BA; 
    79   border: 1px solid #E5F0FB;   
    80   background: #F4F8FD url(images/quote.jpg) no-repeat 8px 6px; 
     75margin: 10px 15px; 
     76padding: 0 0 0 25px; 
     77font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;  
     78color: #2361BA; 
     79border: 1px solid #E5F0FB;  
     80background: #F4F8FD url(images/quote.jpg) no-repeat 8px 6px; 
    8181} 
    8282 
    8383/* start - table */ 
    8484table { 
    85        border-collapse: collapse; 
    86         margin: 10px 15px;       
     85border-collapse: collapse; 
     86margin: 10px 15px; 
    8787} 
    8888th strong { 
    89        color: #fff; 
     89color: #fff; 
    9090} 
    9191th { 
    92        background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
    93        height: 35px; 
    94        padding-left: 12px; 
    95        padding-right: 12px; 
    96        color: #fff; 
    97        text-align: left; 
    98        border: 1px solid #306bc1; 
    99        border-bottom-width: 2px; 
     92background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
     93height: 35px; 
     94padding-left: 12px; 
     95padding-right: 12px; 
     96color: #fff; 
     97text-align: left; 
     98border: 1px solid #306bc1; 
     99border-bottom-width: 2px; 
    100100} 
    101101tr { 
    102        height: 32px; 
    103         background: #fff;        
     102height: 32px; 
     103background: #fff; 
    104104} 
    105105td { 
    106        padding-left: 12px; 
    107        padding-right: 12px; 
    108        border: 1px solid #E5F0FB;  
     106padding-left: 12px; 
     107padding-right: 12px; 
     108border: 1px solid #E5F0FB;  
    109109} 
    110110/* end - table */ 
     
    112112/* form elements */ 
    113113form { 
    114        margin:10px 15px;  
    115        padding: 10px 0; 
    116        border: 1px solid #E5F0FB;  
    117        background: #F4F8FD; 
     114margin:10px 15px;  
     115padding: 10px 0; 
     116border: 1px solid #E5F0FB;  
     117background: #F4F8FD; 
    118118} 
    119119fieldset { 
    120        margin: 0;      padding: 0; 
    121        border: none; 
     120margin: 0;padding: 0; 
     121border: none; 
    122122} 
    123123legend { 
    124        display: none; 
     124display: none; 
    125125} 
    126126label { 
    127        display:block; 
    128        font-weight:bold; 
    129        margin: 7px 0; 
     127display:block; 
     128font-weight:bold; 
     129margin: 7px 0; 
    130130} 
    131131input { 
    132        padding:3px; 
    133        border: 1px solid #E5F0FB;  
    134        font: normal 1em Verdana, sans-serif; 
    135         color:#777;      
     132padding:3px; 
     133border: 1px solid #E5F0FB;  
     134font: normal 1em Verdana, sans-serif; 
     135color:#777; 
    136136} 
    137137textarea { 
    138        width:400px; 
    139        padding:3px; 
    140        font: normal 1em Verdana, sans-serif; 
    141        border: 1px solid #E5F0FB;  
    142        height:100px; 
    143        display:block; 
    144        color:#777; 
     138width:400px; 
     139padding:3px; 
     140font: normal 1em Verdana, sans-serif; 
     141border: 1px solid #E5F0FB;  
     142height:100px; 
     143display:block; 
     144color:#777; 
    145145} 
    146146input.button {  
    147        font: bold 12px Arial, Sans-serif;  
    148        height: 28px; 
    149        margin: 0; 
    150        padding: 2px 3px;  
    151        color: #fff; 
    152        background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
    153        border: 1px solid #306bc1; 
     147font: bold 12px Arial, Sans-serif;  
     148height: 28px; 
     149margin: 0; 
     150padding: 2px 3px;  
     151color: #fff; 
     152background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
     153border: 1px solid #306bc1; 
    154154} 
    155155 
    156156/* search form */ 
    157157.searchform { 
    158        background-color: transparent; 
    159         border: none;    
    160        margin: 0;  
    161         padding: 5px 0 5px 0;    
    162         width: 180px;    
     158background-color: transparent; 
     159border: none; 
     160margin: 0;  
     161padding: 5px 0 5px 0; 
     162width: 180px; 
    163163} 
    164164.searchform p { margin: 0; padding: 0; } 
    165165.searchform input.textbox {  
    166        width: 110px; 
    167        color: #777;  
    168        height: 20px; 
    169         padding: 2px;    
    170        border: 1px solid #D2E8F7;  
    171        vertical-align: top; 
     166width: 110px; 
     167color: #777;  
     168height: 20px; 
     169padding: 2px; 
     170border: 1px solid #D2E8F7;  
     171vertical-align: top; 
    172172} 
    173173.searchform input.button {  
    174        width: 55px; 
    175        height: 26px; 
    176        padding: 2px 5px; 
    177        vertical-align: top; 
     174width: 55px; 
     175height: 26px; 
     176padding: 2px 5px; 
     177vertical-align: top; 
    178178} 
    179179 
    180180/******************************************** 
    181    LAYOUT 
     181 LAYOUT 
    182182********************************************/  
    183183#container { 
    184        width: 790px; 
    185        background: #CCC url(images/content.jpg) repeat-y center top; 
    186        margin: 0 auto; 
    187        text-align: left; 
     184width: 790px; 
     185background: #CCC url(images/content.jpg) repeat-y center top; 
     186margin: 0 auto; 
     187text-align: left; 
    188188} 
    189189#main-section { 
    190        clear: both; 
    191         width: 760px;    
    192        margin: 5px auto; 
    193         padding: 0;      
     190clear: both; 
     191width: 760px; 
     192margin: 5px auto; 
     193padding: 0;  
    194194} 
    195195#top-header { 
    196        position: relative; 
    197        height: 131px; 
    198        background: #caced1 url(images/header.jpg) no-repeat center top; 
    199         padding: 0;      
    200         color: #fff;     
     196position: relative; 
     197height: 131px; 
     198background: #caced1 url(images/header.jpg) no-repeat center top; 
     199padding: 0; 
     200color: #fff; 
    201201} 
    202202#top-header h1#logo-text a { 
    203        position: absolute; 
    204        margin: 0; padding: 0; 
    205        font: bolder 55px 'Trebuchet MS', Arial, Sans-serif; 
    206        letter-spacing: -3px; 
    207        color: #fff; 
    208        text-transform: none; 
    209        text-decoration: none; 
    210        background: transparent; 
    211          
    212        /* change the values of top and left to adjust the position of the logo*/ 
    213         top: 18px; left: 35px;   
     203position: absolute; 
     204margin: 0; padding: 0; 
     205font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif; 
     206letter-spacing: -3px; 
     207color: #fff; 
     208text-transform: none; 
     209text-decoration: none; 
     210background: transparent; 
     211 
     212/* change the values of top and left to adjust the position of the logo*/ 
     213top: 18px; left: 35px; 
    214214} 
    215215#top-header p#slogan { 
    216        position: absolute; 
    217        margin: 0; padding: 0; 
    218        font: bold 13px 'Trebuchet MS', Arial, Sans-serif; 
    219        text-transform: none; 
    220        color: #FFF; 
    221          
    222        /* change the values of top and left to adjust the position of the slogan*/ 
    223         top: 80px; left: 50px;           
     216position: absolute; 
     217margin: 0; padding: 0; 
     218font: bold 13px 'Trebuchet MS', Arial, Sans-serif; 
     219text-transform: none; 
     220color: #FFF; 
     221 
     222/* change the values of top and left to adjust the position of the slogan*/ 
     223top: 80px; left: 50px; 
    224224} 
    225225 
    226226/* header links */ 
    227227#top-header #header-links { 
    228        position: absolute; 
    229        color: #C6DDEE; 
    230        font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif; 
    231         top: 20px; right: 20px;  
    232 } 
    233 #top-header #header-links a {   
    234        color: #fff; 
    235         text-decoration: none;   
     228position: absolute; 
     229color: #C6DDEE; 
     230font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif; 
     231top: 20px; right: 20px; 
     232} 
     233#top-header #header-links a { 
     234color: #fff; 
     235text-decoration: none; 
    236236} 
    237237#top-header #header-links a:hover { 
    238         color: #D4FF55;  
     238color: #D4FF55; 
    239239} 
    240240 
    241241/* navigation */ 
    242242#header { 
    243         clear: both;     
    244        margin: 0 auto; padding: 0; 
    245         background: #81C524 url(images/menu.jpg) no-repeat;      
    246        font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif; 
    247        height: 40px; 
    248         width: 790px;    
     243clear: both; 
     244margin: 0 auto; padding: 0; 
     245background: #81C524 url(images/bgheader.jpg) repeat; 
     246font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif; 
     247min-height: 40px; 
     248width: 790px; 
    249249} 
    250250#menu ul { 
    251        float: left; 
    252        list-style: none; 
    253        margin:0; padding: 0 0 0 20px; 
     251float: left; 
     252list-style: none; 
     253margin:0; padding: 0 0 0 20px; 
    254254} 
    255255#menu ul li { 
    256        display: inline; 
     256display: inline; 
    257257} 
    258258#menu ul li a { 
    259        display: block; 
    260        float: left; 
    261        padding: 0 12px; 
    262         color: #fff;     
    263        text-decoration: none; 
    264        background: url(images/sep.jpg) no-repeat 100% 100%; 
     259display: block; 
     260float: left; 
     261padding: 0 12px; 
     262color: #fff; 
     263text-decoration: none; 
     264background: url(images/sep.jpg) no-repeat 100% 100%; 
    265265} 
    266266#menu ul li a:hover { 
    267         color: #3b5e0b;  
    268 } 
    269 #menu ul li#current a {         
    270        color: #3b5e0b; 
     267color: #3b5e0b; 
     268} 
     269#menu ul li#current a { 
     270color: #3b5e0b; 
    271271} 
    272272 
    273273/* Main Column */ 
    274274#main { 
    275         float: left; 
    276         width: 555px; 
    277         margin: 0; padding: 20px 0 0 0;  
    278         display: inline; 
    279         background: url(images/box.jpg) no-repeat;       
     275float: left; 
     276width: 555px; 
     277margin: 0; 
     278padding: 10px 0 0 0;  
     279display: inline; 
     280background: url(images/box.jpg) no-repeat;  
    280281} 
    281282#main h2 { 
    282        font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif; 
    283         padding: 0;      
    284         margin-bottom: 0;                
    285        color: #2666c3; 
     283font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif; 
     284padding: 0;  
     285margin-bottom: 0; 
     286color: #2666c3; 
    286287} 
    287288#main h2 a { 
    288        color: #2666c3; 
    289         text-decoration: none;   
     289color: #2666c3; 
     290text-decoration: none; 
    290291} 
    291292 
    292293#main p, #main h1, #main h2, #main h3, #main ol, #main ul, 
    293294#main blockquote, #main table, #main form { 
    294        margin-left: 20px; 
    295        margin-right: 25px; 
     295margin-left: 20px; 
     296margin-right: 25px; 
    296297} 
    297298#main ul li { 
    298        list-style-image: url(bullet.gif);  
    299 } 
    300  
    301 /* Sidebar */   
     299list-style-image: url(bullet.gif);  
     300} 
     301 
     302/* Sidebar */ 
    302303#sidebar { 
    303        float: right; 
    304        width: 195px; 
    305         padding: 0; margin: 10px 0 0 0;  
    306         color: #777;     
    307 }       
     304float: right; 
     305width: 195px; 
     306padding: 0; margin: 10px 0 0 0; 
     307color: #777; 
     308} 
    308309#sidebar h2 { 
    309        margin: 15px 5px 10px 5px; 
    310        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif; 
    311         color: #555;     
     310margin: 15px 5px 10px 5px; 
     311font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif; 
     312color: #555; 
    312313} 
    313314#sidebar p { 
    314        margin-left: 5px; 
     315margin-left: 5px; 
    315316} 
    316317 
    317318#sidebar ul.sidemenu { 
    318        list-style: none; 
    319        text-align: left; 
    320        margin: 7px 10px 8px 0; padding: 0; 
    321         text-decoration: none;   
    322         border-top: 1px solid #A9D4EF;   
     319list-style: none; 
     320text-align: left; 
     321margin: 7px 10px 8px 0; padding: 0; 
     322text-decoration: none; 
     323border-top: 1px solid #A9D4EF; 
    323324} 
    324325#sidebar ul.sidemenu li { 
    325        list-style: none; 
    326        padding: 4px 0 4px 5px; 
    327         margin: 0 2px;   
    328         color: #777;     
    329        border-bottom: 1px solid #D2E8F7;  
     326list-style: none; 
     327padding: 4px 0 4px 5px; 
     328margin: 0 2px; 
     329color: #777; 
     330border-bottom: 1px solid #D2E8F7;  
    330331} 
    331332* html body #sidebar ul.sidemenu li { 
    332        height: 1%; 
     333height: 1%; 
    333334} 
    334335#sidebar ul.sidemenu li a { 
    335         text-decoration: none;   
    336         color: #1773BC;                          
    337 } 
    338 #sidebar ul.sidemenu li a:hover {       
    339        color: #333; 
     336text-decoration: none; 
     337color: #1773BC; 
     338} 
     339#sidebar ul.sidemenu li a:hover { 
     340color: #333; 
    340341} 
    341342#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; } 
    342343#sidebar ul.sidemenu ul li { border: none; } 
    343344 
    344 /* Footer */    
     345/* Footer */ 
    345346#footer { 
    346        color: #C6DDEE; 
    347        background: #caced1 url(images/footer.jpg) no-repeat center top; 
    348        clear: both; 
    349        width: 790px; 
    350        height: 57px; 
    351         text-align: center;      
    352         font-size: 90%;  
     347color: #C6DDEE; 
     348background: #caced1 url(images/footer.jpg) no-repeat center top; 
     349clear: both; 
     350width: 790px; 
     351height: 57px; 
     352text-align: center; 
     353font-size: 90%; 
    353354} 
    354355#footer p {  
    355        padding: 10px 0; 
    356        margin: 0; 
     356padding: 10px 0; 
     357margin: 0; 
    357358} 
    358359#footer a {  
    359        color: #fff; 
    360        text-decoration: none;  
     360color: #fff; 
     361text-decoration: none;  
    361362} 
    362363 
    363364/* post footer */ 
    364365.post-footer { 
    365        background: #F4F8FD; 
    366        padding: 5px; margin: 20px 25px 0 25px; 
    367        border: 1px solid #E5F0FB;  
    368         font-size: 95%;  
    369 } 
    370 .post-footer .date {   padding-left: 0px; margin: 0 5px; } 
     366background: #F4F8FD; 
     367padding: 5px; margin: 20px 25px 0 25px; 
     368border: 1px solid #E5F0FB;  
     369font-size: 95%; 
     370} 
     371.post-footer .date {padding-left: 0px; margin: 0 5px; } 
    371372.post-footer .comments { padding-left: 0px; margin: 0 5px; } 
    372373.post-footer .readmore { padding-left: 0px; margin: 0 5px; } 
    373374 
    374 .post-by { font-size: .95em;   margin-top: 0; 
     375.post-by { font-size: .95em;margin-top: 0;
    375376 
    376377/* alignment classes */ 
    377 .float-left  { float: left; } 
     378.float-left{ float: left; } 
    378379.float-right { float: right; } 
    379 .align-left  { text-align: left; } 
     380.align-left{ text-align: left; } 
    380381.align-right { text-align: right; } 
    381382