Changeset 8664

Show
Ignore:
Timestamp:
05/23/08 10:52:45 (8 months ago)
Author:
afz
Message:

remove extra spaces in themes and cosmetics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/bamboo/blog.css

    r8592 r8664  
    11.entry-meta {margin-top: 10px;} 
    22.avatar { 
    3     float: left; 
    4     margin-right: 5px; 
    5     margin-bottom: 5px; 
     3float: left; 
     4margin-right: 5px; 
     5margin-bottom: 5px; 
    66} 
    77 
    88.blog-entry { 
    9     margin-top: 20px; 
    10     padding-bottom: 5px; 
    11     border-bottom: 1px solid #339933; 
     9margin-top: 20px; 
     10padding-bottom: 5px; 
     11border-bottom: 1px solid #339933; 
    1212} 
    1313 
    1414.blog-title { 
    15     color: #000; 
    16     font-size: 16px; 
    17     font-weight: bold; 
     15color: #000; 
     16font-size: 16px; 
     17font-weight: bold; 
    1818} 
    1919 
    2020.blog-title a { 
    21     text-decoration: none; 
    22     color: #000; 
     21text-decoration: none; 
     22color: #000; 
    2323} 
    2424 
    2525.blog-title a:hover { 
    26     color: #339933; 
     26color: #339933; 
    2727} 
    2828 
    2929.blog-body { 
    30     text-align: justify; 
     30text-align: justify; 
    3131} 
    3232 
    3333.blog-addinfo { 
    34     padding: 5px; 
    35     text-align: right; 
    36     font-size: xx-small; 
    37     color: #999; 
     34padding: 5px; 
     35text-align: right; 
     36font-size: xx-small; 
     37color: #999; 
    3838} 
    3939 
    4040.blog-powered { 
    41     padding: 5px; 
    42     text-align: left; 
    43     font-size: xx-small; 
    44     color: #fff; 
    45     padding-top:90px; 
    46     padding-left:15px; 
     41padding: 5px; 
     42text-align: left; 
     43font-size: xx-small; 
     44color: #fff; 
     45padding-top:90px; 
     46padding-left:15px; 
    4747} 
    4848 
    4949.blog-powered a { 
    50     color: #fff; 
     50color: #fff; 
    5151} 
    5252 
    5353.blog-tb { 
    54     text-align: left; 
    55     border: 1px solid #339933; 
    56     background: none; 
    57     padding: 5px; 
    58     font-size: x-small; 
     54text-align: left; 
     55border: 1px solid #339933; 
     56background: none; 
     57padding: 5px; 
     58font-size: x-small; 
    5959} 
    6060 
    6161.blog-comment-title { 
    62     color: #000; 
    63     font-weight: bold; 
    64     font-size: 110%; 
     62color: #000; 
     63font-weight: bold; 
     64font-size: 110%; 
    6565} 
    6666 
    6767.blog-comment-title a, .blog-comment-title a:hover { 
    68     color: #000; 
    69     text-decoration: none; 
     68color: #000; 
     69text-decoration: none; 
    7070} 
    7171 
    7272 
    7373.calendar { 
    74     margin-top: 10px; 
    75     padding: 2px; 
    76     border: 1px solid #ddd; 
    77     width: 100%; 
    78     text-align: center; 
     74margin-top: 10px; 
     75padding: 2px; 
     76border: 1px solid #ddd; 
     77width: 100%; 
     78text-align: center; 
    7979} 
    8080 
    8181.calendar #cal-header { 
    82     color: #339933; 
    83     background: #339933 
    84     font-size: 12px; 
    85     font-weight: bold; 
    86     padding: 2px; 
    87     text-align: center; 
     82color: #339933; 
     83background: #339933 
     84font-size: 12px; 
     85font-weight: bold; 
     86padding: 2px; 
     87text-align: center; 
    8888} 
    8989 
    9090.calendar #cal-header a { 
    91     font-weight: bold; 
    92     color: #339933; 
    93     text-decoration: none; 
     91font-weight: bold; 
     92color: #339933; 
     93text-decoration: none; 
    9494} 
    9595 
    9696.calendar #cal-header #arrow-left { 
    97     margin-left: 2px; 
    98     float: left; 
     97margin-left: 2px; 
     98float: left; 
    9999} 
    100100 
    101101.calendar #cal-header #arrow-right { 
    102     margin-right: 2px; 
    103     float: right; 
     102margin-right: 2px; 
     103float: right; 
    104104} 
    105105 
    106106.calendar .weekday { 
    107     color: #999; 
    108     background: #eee; 
    109     font-size: 10px; 
    110     font-weight: bold; 
    111     padding: 2px; 
     107color: #999; 
     108background: #eee; 
     109font-size: 10px; 
     110font-weight: bold; 
     111padding: 2px; 
    112112} 
    113113 
    114114.calendar .noday { 
    115     color: #aaa; 
    116     font-size: 10px; 
    117     padding: 2px; 
     115color: #aaa; 
     116font-size: 10px; 
     117padding: 2px; 
    118118} 
    119119 
    120120.calendar .noday a { 
    121     color: #aaa; 
    122     text-decoration: underline; 
     121color: #aaa; 
     122text-decoration: underline; 
    123123} 
    124124 
    125125.calendar .day { 
    126     color: #333; 
    127     font-size: 10px; 
    128     padding: 2px; 
     126color: #333; 
     127font-size: 10px; 
     128padding: 2px; 
    129129} 
    130130 
    131131.calendar .day a { 
    132     color: #339933; 
    133     text-decoration: underline; 
     132color: #339933; 
     133text-decoration: underline; 
    134134} 
    135135 
    136136.calendar .today { 
    137     background-color: #339933; 
    138     color: #fff; 
    139     font-size: 10px; 
    140     font-weight: bold; 
     137background-color: #339933; 
     138color: #fff; 
     139font-size: 10px; 
     140font-weight: bold; 
    141141} 
  • art/themes/bamboo/blog.rtl.css

    r8592 r8664  
    22 
    33.avatar { 
    4     float: right; 
    5     margin-left: 5px; 
    6     margin-bottom: 5px; 
     4float: right; 
     5margin-left: 5px; 
     6margin-bottom: 5px; 
    77} 
    88 
    99.blog-entry { 
    10     margin-top: 20px; 
    11     padding-bottom: 5px; 
    12     border-bottom: 1px solid #339933; 
     10margin-top: 20px; 
     11padding-bottom: 5px; 
     12border-bottom: 1px solid #339933; 
    1313} 
    1414 
    1515.blog-title { 
    16     color: #000; 
    17     font-size: 16px; 
    18     font-weight: bold; 
     16color: #000; 
     17font-size: 16px; 
     18font-weight: bold; 
    1919} 
    2020 
    2121.blog-title a { 
    22     text-decoration: none; 
    23     color: #000; 
     22text-decoration: none; 
     23color: #000; 
    2424} 
    2525 
    2626.blog-title a:hover { 
    27     color: #339933; 
     27color: #339933; 
    2828} 
    2929 
    3030.blog-body { 
    31     text-align: justify; 
     31text-align: justify; 
    3232} 
    3333 
    3434.blog-addinfo { 
    35     padding: 5px; 
    36     text-align: left; 
    37     font-size: xx-small; 
    38     color: #999; 
     35padding: 5px; 
     36text-align: left; 
     37font-size: xx-small; 
     38color: #999; 
    3939} 
    4040 
    4141.blog-powered { 
    42     padding: 5px; 
    43     text-align: right; 
    44     font-size: xx-small; 
    45     color: #fff; 
    46     padding-top:90px; 
    47     padding-left:15px; 
     42padding: 5px; 
     43text-align: right; 
     44font-size: xx-small; 
     45color: #fff; 
     46padding-top:90px; 
     47padding-left:15px; 
    4848} 
    4949 
    5050.blog-powered a { 
    51     color: #fff; 
     51color: #fff; 
    5252} 
    5353 
    5454.blog-tb { 
    55     text-align: left; 
    56     border: 1px solid #339933; 
    57     background: none; 
    58     padding: 5px; 
    59     font-size: xx-small; 
     55padding: 5px; 
     56font-size: 8pt; 
     57background: none; 
     58text-align: left; 
     59margin-bottom: 2px; 
     60border: 1px solid #d3d7cf; 
    6061} 
    6162 
    6263.blog-comment-title { 
    63     color: #000; 
    64     font-weight: bold; 
    65     font-size: 110%; 
     64color: #000; 
     65font-weight: bold; 
     66font-size: 110%; 
    6667} 
    6768 
    6869.blog-comment-title a, .blog-comment-title a:hover { 
    69     color: #000; 
    70     text-decoration: none; 
     70color: #000; 
     71text-decoration: none; 
    7172} 
    7273 
    7374 
    7475.calendar { 
    75     margin-top: 10px; 
    76     padding: 2px; 
    77     border: 1px solid #ddd; 
    78     width: 100%; 
    79     text-align: center; 
     76margin-top: 10px; 
     77padding: 2px; 
     78border: 1px solid #ddd; 
     79width: 100%; 
     80text-align: center; 
    8081} 
    8182 
    8283.calendar #cal-header { 
    83     color: #339933; 
    84     background: #339933 
    85     font-size: 12px; 
    86     font-weight: bold; 
    87     padding: 2px; 
    88     text-align: center; 
     84color: #339933; 
     85background: #339933 
     86font-size: 12px; 
     87font-weight: bold; 
     88padding: 2px; 
     89text-align: center; 
    8990} 
    9091 
    9192.calendar #cal-header a { 
    92     font-weight: bold; 
    93     color: #339933; 
    94     text-decoration: none; 
     93font-weight: bold; 
     94color: #339933; 
     95text-decoration: none; 
    9596} 
    9697 
    9798.calendar #cal-header #arrow-left { 
    98     margin-right: 2px; 
    99     float: right; 
     99margin-right: 2px; 
     100float: right; 
    100101} 
    101102 
    102103.calendar #cal-header #arrow-right { 
    103     margin-left: 2px; 
    104     float: left; 
     104margin-left: 2px; 
     105float: left; 
    105106} 
    106107 
    107108.calendar .weekday { 
    108     color: #999; 
    109     background: #eee; 
    110     font-size: 10px; 
    111     font-weight: bold; 
    112     padding: 2px; 
     109color: #999; 
     110background: #eee; 
     111font-size: 10px; 
     112font-weight: bold; 
     113padding: 2px; 
    113114} 
    114115 
    115116.calendar .noday { 
    116     color: #aaa; 
    117     font-size: 10px; 
    118     padding: 2px; 
     117color: #aaa; 
     118font-size: 10px; 
     119padding: 2px; 
    119120} 
    120121 
    121122.calendar .noday a { 
    122     color: #aaa; 
    123     text-decoration: underline; 
     123color: #aaa; 
     124text-decoration: underline; 
    124125} 
    125126 
    126127.calendar .day { 
    127     color: #333; 
    128     font-size: 10px; 
    129     padding: 2px; 
     128color: #333; 
     129font-size: 10px; 
     130padding: 2px; 
    130131} 
    131132 
    132133.calendar .day a { 
    133     color: #339933; 
    134     text-decoration: underline; 
     134color: #339933; 
     135text-decoration: underline; 
    135136} 
    136137 
    137138.calendar .today { 
    138     background-color: #339933; 
    139     color: #fff; 
    140     font-size: 10px; 
    141     font-weight: bold; 
     139background-color: #339933; 
     140color: #fff; 
     141font-size: 10px; 
     142font-weight: bold; 
    142143} 
  • art/themes/bonsai-tree/css.css

    r8572 r8664  
    22html {font-size: 100.01%;} 
    33body { 
    4     font-family: Arial, Helvetica, sans-serif; 
    5     text-align: center; 
    6     background-color: #FFFFFF; 
    7     background-image: url(images/bg.gif); 
    8     background-repeat: repeat-x; 
    9     color: #313131; 
    10     font-size: 12px; 
     4font-family: Arial, Helvetica, sans-serif; 
     5text-align: center; 
     6background-color: #FFFFFF; 
     7background-image: url(images/bg.gif); 
     8background-repeat: repeat-x; 
     9color: #313131; 
     10font-size: 12px; 
    1111} 
    1212 
    1313img { 
    14     border:0; 
     14border:0; 
    1515}ul { 
    16     list-style-type: none; 
     16list-style-type: none; 
    1717} 
    1818a {color: #1b5790; text-decoration: underline;} 
     
    2222img {border: 0;} 
    2323textarea { 
    24   padding: 2px; 
    25   font-size: 8pt; 
    26   border: 1px solid #cccccc; 
     24padding: 2px; 
     25font-size: 8pt; 
     26border: 1px solid #cccccc; 
    2727} 
    2828input, select {font-size: 11pt; border: 1px solid #cccccc;} 
    2929button{font-size:12px; border: 1px solid #333;} 
    30 button, input[type="button"], input[type="submit"] 
    31   color: #888a85; 
    32   font-size: 8pt; 
    33   cursor: pointer; 
    34   background-color: #efefef; 
    35   border: 1px solid #babdb6; 
    36   border-top: 1px solid #d3d7cf; 
    37   border-left: 1px solid #d3d7cf; 
     30button, input[type="button"], input[type="submit"]
     31color: #888a85; 
     32font-size: 8pt; 
     33cursor: pointer; 
     34background-color: #efefef; 
     35border: 1px solid #babdb6; 
     36border-top: 1px solid #d3d7cf; 
     37border-left: 1px solid #d3d7cf; 
    3838} 
    3939* html button { 
    40   color: #888a85; 
    41   font-size: 8pt; 
    42   cursor: pointer; 
    43   background-color: #efefef; 
    44   border: 1px solid #babdb6; 
    45   border-top: 1px solid #d3d7cf; 
    46   border-left: 1px solid #d3d7cf; 
    47 } 
    48 button:hover, input[type="button"]:hover, input[type="submit"]:hover 
    49   color: #fff; 
    50   background-color: #3465a4; 
     40color: #888a85; 
     41font-size: 8pt; 
     42cursor: pointer; 
     43background-color: #efefef; 
     44border: 1px solid #babdb6; 
     45border-top: 1px solid #d3d7cf; 
     46border-left: 1px solid #d3d7cf; 
     47} 
     48button:hover, input[type="button"]:hover, input[type="submit"]:hover
     49color: #fff; 
     50background-color: #3465a4; 
    5151} 
    5252button:active, input[type="button"]:active, input[type="submit"]:active { 
    53   color: #000; 
    54   border: 1px solid #3465a4; 
    55   background-color: #fff; 
     53color: #000; 
     54border: 1px solid #3465a4; 
     55background-color: #fff; 
    5656} 
    5757select {cursor: pointer;} 
    5858input[type="text"], input[type="password"], textarea { 
    59   color: #555753; 
    60   background-color: #fff; 
    61   border: 1px solid #d3d7cf; 
    62   border-top: 1px solid #babdb6; 
    63   border-left: 1px solid #babdb6; 
    64 } 
    65 input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
    66   color: #000; 
    67   background-color: #fff; 
    68   border: 1px solid #3465a4; 
     59color: #555753; 
     60background-color: #fff; 
     61border: 1px solid #d3d7cf; 
     62border-top: 1px solid #babdb6; 
     63border-left: 1px solid #babdb6; 
     64} 
     65input[type="text"]:focus, input[type="password"]:focus, textarea:focus
     66color: #000; 
     67background-color: #fff; 
     68border: 1px solid #3465a4; 
    6969} 
    7070textarea {width: inherit;} 
    7171input[type="radio"], input[type="checkbox"], select { 
    72   padding: 2px; 
    73   font-size: small; 
     72padding: 2px; 
     73font-size: small; 
    7474} 
    7575fieldset { 
    76   border: 0; 
    77   margin: 0; 
    78   padding: 0; 
    79   margin-bottom: 1em; 
    80   font-size: small; 
     76border: 0; 
     77margin: 0; 
     78padding: 0; 
     79margin-bottom: 1em; 
     80font-size: small; 
    8181} 
    8282legend { 
    83   background-color: white; 
    84   font-weight: bold; 
    85   font-size: 110%; 
    86   padding: 4px; 
    87   padding-left: .5em; 
    88   padding-right: .5em; 
     83background-color: white; 
     84font-weight: bold; 
     85font-size: 110%; 
     86padding: 4px; 
     87padding-left: .5em; 
     88padding-right: .5em; 
    8989} 
    9090label {color: #777; font-size: 12px; cursor: pointer;} 
     
    9393fieldset label {display: block; font-size: 100%;} 
    9494fieldset div { 
    95   clear: right; 
    96   padding: 0 1em; 
    97   padding-bottom: 6px; 
     95clear: right; 
     96padding: 0 1em; 
     97padding-bottom: 6px; 
    9898} 
    9999fieldset div strong {font-size: 100%} 
    100100 
    101101#wrap { 
    102     width: 750px; 
    103     margin-right: auto; 
    104     margin-left: auto; 
     102width: 750px; 
     103margin-right: auto; 
     104margin-left: auto; 
    105105} 
    106106#main {float: left; width: 488px;} 
     
    108108#header a {text-decoration: none;} 
    109109h1 { 
    110     font-size: 30px; 
    111     line-height: 30px; 
    112     font-weight: normal; 
    113     color: #1b5790; 
    114     letter-spacing: -1px; 
    115     padding-top: 24px; 
     110font-size: 30px; 
     111line-height: 30px; 
     112font-weight: normal; 
     113color: #1b5790; 
     114letter-spacing: -1px; 
     115padding-top: 24px; 
    116116} 
    117117.desc {font-weight: bold; margin-top: 4px;} 
     
    119119.float-right {float: right;} 
    120120.clearfix:after { 
    121     content: "."; 
    122     display: block; 
    123     height: 0; 
    124     clear: both; 
    125     visibility: hidden; 
     121content: "."; 
     122display: block; 
     123height: 0; 
     124clear: both; 
     125visibility: hidden; 
    126126} 
    127127#maincontent { 
    128     background-color: #FFFFFF; 
    129     background-image: url(images/mainbg.gif); 
    130     background-repeat: no-repeat; 
    131     background-position: top; 
    132     text-align: left; 
    133     padding-top: 20px; 
    134     padding-right: 10px; 
    135     padding-bottom: 10px; 
    136     padding-left: 10px; 
     128background-color: #FFFFFF; 
     129background-image: url(images/mainbg.gif); 
     130background-repeat: no-repeat; 
     131background-position: top; 
     132text-align: left; 
     133padding-top: 20px; 
     134padding-right: 10px; 
     135padding-bottom: 10px; 
     136padding-left: 10px; 
    137137} 
    138138#maincontent h1 {margin-bottom: 1em;} 
    139139#maincontent h2 { 
    140     font-size: 24px; 
    141     line-height: 24px; 
    142     color: #e85d64; 
    143     margin-bottom: 10px; 
    144     font-weight: normal; 
    145     letter-spacing: -1px ; 
     140font-size: 24px; 
     141line-height: 24px; 
     142color: #e85d64; 
     143margin-bottom: 10px; 
     144font-weight: normal; 
     145letter-spacing: -1px ; 
    146146} 
    147147#maincontent p {line-height: 1.4em; margin-bottom: 10px;} 
    148148 
    149149#side { 
    150     background-image: url(images/bonsai.gif); 
    151     background-repeat: no-repeat; 
    152     background-position: left top; 
    153     float: right; 
    154     width: 254px; 
    155     padding-top: 173px; 
     150background-image: url(images/bonsai.gif); 
     151background-repeat: no-repeat; 
     152background-position: left top; 
     153float: right; 
     154width: 254px; 
     155padding-top: 173px; 
    156156} 
    157157#sidecontent { 
    158     background-color: #FFFFFF; 
    159     background-image: url(images/sidebg.gif); 
    160     background-repeat: no-repeat; 
    161     background-position: top; 
    162     padding-top: 10px; 
    163     padding-right: 40px; 
    164     padding-bottom: 10px; 
    165     padding-left: 40px; 
    166     text-align: left; 
     158background-color: #FFFFFF; 
     159background-image: url(images/sidebg.gif); 
     160background-repeat: no-repeat; 
     161background-position: top; 
     162padding-top: 10px; 
     163padding-right: 40px; 
     164padding-bottom: 10px; 
     165padding-left: 40px; 
     166text-align: left; 
    167167} 
    168168#sidecontent h3 { 
    169     font-size: 24px; 
    170     line-height: 24px; 
    171     font-weight: normal; 
    172     color: #313131; 
    173     margin-bottom: 10px; 
    174     margin-top: 10px; 
     169font-size: 24px; 
     170line-height: 24px; 
     171font-weight: normal; 
     172color: #313131; 
     173margin-bottom: 10px; 
     174margin-top: 10px; 
    175175} 
    176176#sidecontent ul li { 
    177     line-height: 1.4em; 
    178     font-weight: bold; 
    179     display: block; 
     177line-height: 1.4em; 
     178font-weight: bold; 
     179display: block; 
    180180} 
    181181#sidecontent ul li a {text-decoration: none;} 
    182182#footer { 
    183     clear: both; 
    184     margin-top: 60px; 
    185     text-align: left; 
    186     padding-right: 10px; 
    187     padding-left: 10px; 
    188     font-size: 11px; 
     183clear: both; 
     184margin-top: 60px; 
     185text-align: left; 
     186padding-right: 10px; 
     187padding-left: 10px; 
     188font-size: 11px; 
    189189} 
    190190 
     
    197197/* Common styles for all gadgets */ 
    198198.clearfix:after { 
    199   height: 0; 
    200   clear: both; 
    201   width: 100%; 
    202   content: "."; 
    203   display: block; 
    204   visibility: hidden; 
     199height: 0; 
     200clear: both; 
     201width: 100%; 
     202content: "."; 
     203display: block; 
     204visibility: hidden; 
    205205} 
    206206.gadget {margin-bottom: 10px;} 
    207207.wide .gadget {margin-bottom: 2px;} 
    208208.gadget h3 { 
    209   color: #000; 
    210   padding: 3px; 
    211   font-size: 12px; 
    212   text-align: left; 
    213   margin-bottom: 2px; 
    214   border-bottom: 1px solid #f6960a; 
     209color: #000; 
     210padding: 3px; 
     211font-size: 12px; 
     212text-align: left; 
     213margin-bottom: 2px; 
     214border-bottom: 1px solid #f6960a; 
    215215} 
    216216.gadget h3 a {color: #555753;} 
     
    222222.gadget .actions div {text-align: left;} 
    223223.gadget .actions button{ 
    224   margin: 2px; 
    225   padding: 1px; 
    226   min-height: 18px; 
    227   min-width: 42px; 
    228   font-weight: bold; 
    229   overflow: visible; 
    230   border: 1px solid #babdb6; 
    231   border-top: 1px solid #d3d7cf; 
    232   border-right: 1px solid #d3d7cf; 
     224margin: 2px; 
     225padding: 1px; 
     226min-height: 18px; 
     227min-width: 42px; 
     228font-weight: bold; 
     229overflow: visible; 
     230border: 1px solid #babdb6; 
     231border-top: 1px solid #d3d7cf; 
     232border-right: 1px solid #d3d7cf; 
    233233} 
    234234 
     
    247247/* Commnets */ 
    248248.comment .comment_info, .comment_reply { 
    249   padding: 5px; 
    250   text-align: right; 
    251   font-size: xx-small; 
    252   color: #babdb6; 
    253   clear: both; 
     249padding: 5px; 
     250text-align: right; 
     251font-size: xx-small; 
     252color: #babdb6; 
     253clear: both; 
    254254} 
    255255.comment .content {text-align: justify;} 
    256256.comment .avatar { 
    257   float: left; 
    258   margin-right: 5px; 
    259   margin-bottom: 5px; 
    260   border: 1px solid #000; 
     257float: left; 
     258margin-right: 5px; 
     259margin-bottom: 5px; 
     260border: 1px solid #000; 
    261261} 
    262262.comment_level_0 {margin-left: 0px;} 
     
    283283 
    284284/* Poll */ 
    285 .poll .content  input {padding: 2px; border: none;} 
    286 .poll .content  label {padding-left: 2px;} 
     285.poll .contentinput {padding: 2px; border: none;} 
     286.poll .contentlabel {padding-left: 2px;} 
    287287.poll_result table {width: 99%; margin: 0px; padding:0px; font-size:10pt;} 
    288288.poll_result th { border: 1px solid #d3d7cf; } 
     
    305305.quotes ul {list-style: none;} 
    306306.quotes li , .rssreader li { 
    307   display: block; 
    308   color: #271739; 
    309   font-size: 12px; 
    310   padding: 2px 6px 2px 2px; 
    311   text-decoration: none; 
    312   border-bottom: 1px dashed #ccc; 
     307display: block; 
     308color: #271739; 
     309font-size: 12px; 
     310padding: 2px 6px 2px 2px; 
     311text-decoration: none; 
     312border-bottom: 1px dashed #ccc; 
    313313} 
    314314.quotes ul a:hover {color: #ef3300;} 
     
    317317/* Blog */ 
    318318.blog_entry .entry-meta, .comment-feed { 
    319   display: block; 
    320   padding-top: 4px; 
    321   text-align: right; 
    322   font-size: smaller; 
    323   border-top:1px dashed #e3e7df; margin-top: 10px; 
     319display: block; 
     320padding-top: 4px; 
     321text-align: right; 
     322font-size: smaller; 
     323border-top:1px dashed #e3e7df; margin-top: 10px; 
    324324} 
    325325.blog-comment-title { 
    326   color: #000; 
    327   font-weight: bold; 
    328   font-size: 110%; 
     326color: #000; 
     327font-weight: bold; 
     328font-size: 110%; 
    329329} 
    330330.blog-comment-title a, .blog-comment-title a:hover { 
    331   color: #000; 
    332   text-decoration: none; 
    333 } 
    334  
    335 .blog-entry-nav, .blog-page-nav 
    336   padding: 4px; 
    337   height: 15px; 
    338   font-size: 80%; 
    339   display: block; 
    340   margin-bottom: 5px; 
    341   border: 1px solid #d3d7cf; 
    342   background-color: #fafafa; 
     331color: #000; 
     332text-decoration: none; 
     333} 
     334 
     335.blog-entry-nav, .blog-page-nav
     336padding: 4px; 
     337height: 15px; 
     338font-size: 80%; 
     339display: block; 
     340margin-bottom: 5px; 
     341border: 1px solid #d3d7cf; 
     342background-color: #fafafa; 
    343343} 
    344344.blog-entry-nav .float-left {float:left} 
    345345.blog-entry-nav .float-right {float:right} 
    346346.blog-tb { 
    347   border: 1px solid #d3d7cf; 
    348   background: #fff; 
    349   padding: 10px; 
    350   font-size: xx-small; 
     347padding: 5px; 
     348font-size: 8pt; 
     349background: none; 
     350text-align: left; 
     351margin-bottom: 2px; 
     352border: 1px solid #d3d7cf; 
    351353} 
    352354 
     
    357359.calendar td {padding: 2px; text-align: right; width: 14.25%;} 
    358360#cal-header { 
    359     background-color: #e85d64; 
    360     color: #fff; 
    361     font-weight: bold; 
    362     text-align: center; 
    363     height: 1.5em; 
    364     display: table-cell; 
    365     vertical-align: middle; 
     361background-color: #e85d64; 
     362color: #fff; 
     363font-weight: bold; 
     364text-align: center; 
     365height: 1.5em; 
     366display: table-cell; 
     367vertical-align: middle; 
    366368} 
    367369 
     
    369371#arrow-right {float: right;} 
    370372.weekday { 
    371     color: #666; 
    372     background-color: #eee; 
    373     border-bottom: 1px solid #aaa; 
    374     padding: 2px; 
     373color: #666; 
     374background-color: #eee; 
     375border-bottom: 1px solid #aaa; 
     376padding: 2px; 
    375377} 
    376378.noday {color: #999;} 
     
    419421.faq .summary {padding-bottom: 5px;} 
    420422.faq .summary li {margin-left: 20px; font-size: 10pt;} 
    421 .faq .summary li  {font-weight: bold;} 
    422 .faq .summary li  ol li {font-weight: normal;} 
     423.faq .summary li{font-weight: bold;} 
     424.faq .summary liol li {font-weight: normal;} 
    423425.faq_category h4 {font-size: 10pt;} 
    424426 
     
    428430.glossary h3 {margin-bottom: 10px;} 
    429431.glossary span { 
    430   border: 1px solid #d3d7cf; 
    431   padding: 4px; 
    432   background: #eee; 
    433   font-size: xx-small; 
     432border: 1px solid #d3d7cf; 
     433padding: 4px; 
     434background: #eee; 
     435font-size: xx-small; 
    434436} 
    435437.glossary span a {padding: 2px;} 
     
    470472.narrow .menu .content ul {z-index:500;} 
    471473.menu a, .menu a:visited { 
    472   color:#777; 
    473   padding:4px; 
    474   display:block; 
    475   min-height:18px; 
    476   font-weight: bold; 
    477   text-decoration:none; 
    478   border:1px solid #fff; 
    479   border-bottom: none; 
     474color:#777; 
     475padding:4px; 
     476display:block; 
     477min-height:18px; 
     478font-weight: bold; 
     479text-decoration:none; 
     480border:1px solid #fff; 
     481border-bottom: none; 
    480482} 
    481483.menu li {background:#f0f0f0;} 
     
    489491.wide .menu li ul {display:none;} 
    490492.menu li:hover > ul { 
    491   display:block; 
    492   position:absolute; 
    493   padding:10px 30px 30px 30px; 
    494   background:transparent url(images/blank.gif); 
     493display:block; 
     494position:absolute; 
     495padding:10px 30px 30px 30px; 
     496background:transparent url(images/blank.gif); 
    495497} 
    496498.wide .menu li:hover > ul {top:16px; left:-30px;} 
     
    502504* html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 
    503505* html .narrow .menu li ul { 
    504   display:block; 
    505   position:absolute; 
    506   visibility:hidden; 
    507   top:-10px; left:144px; 
    508   padding:10px 30px 30px 30px; 
    509   background:transparent url(images/blank.gif); 
     506display:block; 
     507position:absolute; 
     508visibility:hidden; 
     509top:-10px; left:144px; 
     510padding:10px 30px 30px 30px; 
     511background:transparent url(images/blank.gif); 
    510512} 
    511513* html .wide .menu li ul { 
    512   display:block; 
    513   position:absolute; 
    514   visibility:hidden; 
    515   top:0px; left:148px; 
    516   padding:10px 30px 30px 30px; 
    517   background:transparent url(images/blank.gif); 
     514display:block; 
     515position:absolute; 
     516visibility:hidden; 
     517top:0px; left:148px; 
     518padding:10px 30px 30px 30px; 
     519background:transparent url(images/blank.gif); 
    518520} 
    519521.wide .menu ul li a:hover ul ul{visibility:hidden;} 
  • art/themes/bonsai-tree/css.rtl.css

    r8572 r8664  
    22html {font-size: 100.01%;} 
    33body { 
    4     font-family: Tahoma, Arial, Helvetica, sans-serif; 
    5     text-align: center; 
    6     background-color: #FFFFFF; 
    7     background-image: url(images/bg.gif); 
    8     background-repeat: repeat-x; 
    9     color: #313131; 
    10     font-size: 12px; 
    11     direction: ltr; 
     4font-family: Tahoma, Arial, Helvetica, sans-serif; 
     5text-align: center; 
     6background-color: #FFFFFF; 
     7background-image: url(images/bg.gif); 
     8background-repeat: repeat-x; 
     9color: #313131; 
     10font-size: 12px; 
     11direction: ltr; 
    1212} 
    1313 
    1414img { 
    15     border:0; 
     15border:0; 
    1616}ul { 
    17     list-style-type: none; 
     17list-style-type: none; 
    1818} 
    1919a {color: #1b5790; text-decoration: underline;} 
     
    2323img {border: 0;} 
    2424textarea { 
    25   padding: 2px; 
    26   font-size: 8pt; 
    27   border: 1px solid #cccccc; 
     25padding: 2px; 
     26font-size: 8pt; 
     27border: 1px solid #cccccc; 
    2828} 
    2929input, select {font-size: 10pt; border: 1px solid #cccccc; font-family: Tahoma, Arial, Helvetica, sans-serif;} 
    3030button{font-size:11px; border: 1px solid #333; font-family: Tahoma, Arial, Helvetica, sans-serif;} 
    31 button, input[type="button"], input[type="submit"] 
    32   color: #888a85; 
    33   font-size: 8pt; 
    34   cursor: pointer; 
    35   background-color: #efefef; 
    36   border: 1px solid #babdb6; 
    37   border-top: 1px solid #d3d7cf; 
    38   border-right: 1px solid #d3d7cf; 
     31button, input[type="button"], input[type="submit"]
     32color: #888a85; 
     33font-size: 8pt; 
     34cursor: pointer; 
     35background-color: #efefef; 
     36border: 1px solid #babdb6; 
     37border-top: 1px solid #d3d7cf; 
     38border-right: 1px solid #d3d7cf; 
    3939} 
    4040* html button { 
    41   color: #888a85; 
    42   font-size: 8pt; 
    43   cursor: pointer; 
    44   background-color: #efefef; 
    45   border: 1px solid #babdb6; 
    46   border-top: 1px solid #d3d7cf; 
    47   border-right: 1px solid #d3d7cf; 
    48 } 
    49 button:hover, input[type="button"]:hover, input[type="submit"]:hover 
    50   color: #fff; 
    51   background-color: #3465a4; 
     41color: #888a85; 
     42font-size: 8pt; 
     43cursor: pointer; 
     44background-color: #efefef; 
     45border: 1px solid #babdb6; 
     46border-top: 1px solid #d3d7cf; 
     47border-right: 1px solid #d3d7cf; 
     48} 
     49button:hover, input[type="button"]:hover, input[type="submit"]:hover
     50color: #fff; 
     51background-color: #3465a4; 
    5252} 
    5353button:active, input[type="button"]:active, input[type="submit"]:active { 
    54   color: #000; 
    55   border: 1px solid #3465a4; 
    56   background-color: #fff; 
     54color: #000; 
     55border: 1px solid #3465a4; 
     56background-color: #fff; 
    5757} 
    5858select {cursor: pointer;} 
    5959input[type="text"], input[type="password"], textarea { 
    60   color: #555753; 
    61   background-color: #fff; 
    62   border: 1px solid #d3d7cf; 
    63   border-top: 1px solid #babdb6; 
    64   border-right: 1px solid #babdb6; 
    65 } 
    66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
    67   color: #000; 
    68   background-color: #fff; 
    69   border: 1px solid #3465a4; 
     60color: #555753; 
     61background-color: #fff; 
     62border: 1px solid #d3d7cf; 
     63border-top: 1px solid #babdb6; 
     64border-right: 1px solid #babdb6; 
     65} 
     66input[type="text"]:focus, input[type="password"]:focus, textarea:focus
     67color: #000; 
     68background-color: #fff; 
     69border: 1px solid #3465a4; 
    7070} 
    7171textarea {width: inherit;} 
    7272input[type="radio"], input[type="checkbox"], select { 
    73   padding: 2px; 
    74   font-size: small; 
     73padding: 2px; 
     74font-size: small; 
    7575} 
    7676fieldset { 
    77   border: 0; 
    78   margin: 0; 
    79   padding: 0; 
    80   margin-bottom: 1em; 
    81   font-size: small; 
     77border: 0; 
     78margin: 0; 
     79padding: 0; 
     80margin-bottom: 1em; 
     81font-size: small; 
    8282} 
    8383legend {