Changeset 157

Show
Ignore:
Timestamp:
2008-08-27 09:39:12 (4 months ago)
Author:
hannes
Message:

spaces to tabs in stylesheet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/styles/default.css

    r156 r157  
    1313 * This program is distributed in the hope that it will be useful, 
    1414 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the 
    1616 * GNU Affero General Public License for more details. 
    1717 * 
     
    2222 
    2323html { 
    24     padding:0px; 
    25     margin:0px; 
    26     color:#555555; 
     24   padding:0px; 
     25   margin:0px; 
     26   color:#555555; 
    2727} 
    2828 
    2929body { 
    30     font-family:sans-serif; 
    31     font-size:0.75em; 
    32     background:#f2f2f2; 
    33     margin:0px; 
    34     padding-top:1em; 
    35     padding-bottom:1em; 
    36     padding-left:2em; 
    37     padding-right:2em; 
     30   font-family:sans-serif; 
     31   font-size:0.75em; 
     32   background:#f2f2f2; 
     33   margin:0px; 
     34   padding-top:1em; 
     35   padding-bottom:1em; 
     36   padding-left:2em; 
     37   padding-right:2em; 
    3838} 
    3939 
    4040h1 { 
    4141    font-size:1.5em; 
    42     position:relative; 
    43     top:0.5em; 
    44     margin:0px; 
    45     padding:0px; 
     42   position:relative; 
     43   top:0.5em; 
     44   margin:0px; 
     45   padding:0px; 
    4646} 
    4747 
    4848img { 
    49     border:0px; 
     49   border:0px; 
    5050} 
    5151 
    5252h2 { 
    53     width:90%; 
    54     margin:0px; 
    55     position:relative; 
    56     left:5%; 
    57     background:#83be83; 
    58     padding:0px; 
    59     padding-top:0.1em; 
    60     padding-bottom:0.1em; 
    61     color:#000000; 
    62     font-weight:bold; 
     53   width:90%; 
     54   margin:0px; 
     55   position:relative; 
     56   left:5%; 
     57   background:#83be83; 
     58   padding:0px; 
     59   padding-top:0.1em; 
     60   padding-bottom:0.1em; 
     61   color:#000000; 
     62   font-weight:bold; 
    6363    font-size:1.25em; 
    6464} 
    6565 
    6666h2:before { 
    67     content: '    '; 
    68     margin-left:0.2em; 
     67   content: '    '; 
     68   margin-left:0.2em; 
    6969} 
    7070 
    7171h3 { 
    72     margin:0px; 
    73     padding:0px; 
     72   margin:0px; 
     73   padding:0px; 
    7474    font-size:1.1em; 
    7575} 
    7676 
    7777table { 
    78     width:90%; 
    79     margin:0px; 
    80     position:relative; 
    81     left:5%; 
    82     border-spacing:1px; 
    83     border-left:1px solid #83be83; 
    84     border-right:1px solid #83be83; 
    85     border-bottom:1px solid #83be83; 
     78   width:90%; 
     79   margin:0px; 
     80   position:relative; 
     81   left:5%; 
     82   border-spacing:1px; 
     83   border-left:1px solid #83be83; 
     84   border-right:1px solid #83be83; 
     85   border-bottom:1px solid #83be83; 
    8686} 
    8787 
    8888table.messagetable { 
    89     position:relative; 
    90     left:0px; 
    91     margin-left:auto; 
    92     margin-right:auto; 
    93     border-spacing:0px; 
    94     border-left:1px solid #a1b4a1; 
    95     border-right:1px solid #a1b4a1; 
    96     border-bottom:1px solid #a1b4a1; 
     89   position:relative; 
     90   left:0px; 
     91   margin-left:auto; 
     92   margin-right:auto; 
     93   border-spacing:0px; 
     94   border-left:1px solid #a1b4a1; 
     95   border-right:1px solid #a1b4a1; 
     96   border-bottom:1px solid #a1b4a1; 
    9797} 
    9898 
    9999table.blind td { 
    100     white-space:nowrap; 
     100   white-space:nowrap; 
    101101} 
    102102 
    103103table.blind { 
    104     width:90%; 
    105     margin:0px; 
    106     position:relative; 
    107     left:5%; 
    108     border-spacing:0px; 
    109     border-left:1px solid #83be83; 
    110     border-right:1px solid #83be83; 
    111     border-bottom:1px solid #83be83; 
     104   width:90%; 
     105   margin:0px; 
     106   position:relative; 
     107   left:5%; 
     108   border-spacing:0px; 
     109   border-left:1px solid #83be83; 
     110   border-right:1px solid #83be83; 
     111   border-bottom:1px solid #83be83; 
    112112} 
    113113 
    114114table.blind_messenger { 
    115     width:90%; 
    116     margin:0px; 
    117     margin-left:auto; 
    118     margin-right:auto; 
    119     position:relative; 
    120     left:0px; 
    121     border-spacing:0px; 
    122     border:0px; 
     115   width:90%; 
     116   margin:0px; 
     117   margin-left:auto; 
     118   margin-right:auto; 
     119   position:relative; 
     120   left:0px; 
     121   border-spacing:0px; 
     122   border:0px; 
    123123} 
    124124 
    125125table.blind_messenger td { 
    126     white-space:nowrap; 
    127     vertical-align:middle; 
     126   white-space:nowrap; 
     127   vertical-align:middle; 
    128128} 
    129129 
    130130table.addresses { 
    131     position:relative; 
    132     left:0px; 
    133     margin:0px; 
    134     margin-left:auto; 
    135     margin-right:auto; 
    136     border-spacing:1px; 
    137     background:#a1b4a1; 
     131   position:relative; 
     132   left:0px; 
     133   margin:0px; 
     134   margin-left:auto; 
     135   margin-right:auto; 
     136   border-spacing:1px; 
     137   background:#a1b4a1; 
    138138} 
    139139 
     
    145145    border-spacing:0px; 
    146146    white-space:nowrap; 
    147     margin-left:auto; 
    148     margin-right:auto; 
    149     position:relative; 
    150     left:0px; 
     147   margin-left:auto; 
     148    margin-right:auto; 
     149   position:relative; 
     150   left:0px; 
    151151} 
    152152 
    153153table.helptable { 
    154     border:0px; 
    155     border-left:1px solid #000; 
    156     border-right:1px solid #000; 
    157     width:1px; 
    158     border-spacing:0px; 
    159     white-space:nowrap; 
    160     position:relative; 
    161     left:0px; 
    162     margin:0px; 
    163     margin-left:auto; 
    164     margin-right:auto; 
    165     border-collapse:collapse; 
     154   border:0px; 
     155   border-left:1px solid #000; 
     156   border-right:1px solid #000; 
     157   width:1px; 
     158   border-spacing:0px; 
     159   white-space:nowrap; 
     160   position:relative; 
     161   left:0px; 
     162   margin:0px; 
     163   margin-left:auto; 
     164   margin-right:auto; 
     165   border-collapse:collapse; 
    166166} 
    167167 
    168168table.helptable tr { 
    169     border-top:1px solid #000; 
    170     border-bottom:1px solid #000; 
     169   border-top:1px solid #000; 
     170   border-bottom:1px solid #000; 
    171171} 
    172172 
    173173table.calendar { 
    174     width:90%; 
    175     margin:0px; 
    176     position:relative; 
    177     left:5%; 
     174   width:90%; 
     175   margin:0px; 
     176   position:relative; 
     177   left:5%; 
    178178    border:0px; 
    179179    border-spacing:0px; 
     
    196196 
    197197table.calendar td.monthnav { 
    198     background:#a1b4a1; 
    199     padding:0.2em; 
    200     font-weight:bold; 
     198   background:#a1b4a1; 
     199   padding:0.2em; 
     200   font-weight:bold; 
    201201    border:0px; 
    202202} 
    203203 
    204204table.postform { 
    205     width:90%; 
    206     margin:0px; 
    207     position:relative; 
    208     left:5%; 
    209     border-spacing:0px; 
    210     border-left:1px solid #83be83; 
    211     border-right:1px solid #83be83; 
    212     border-bottom:1px solid #83be83; 
     205   width:90%; 
     206   margin:0px; 
     207   position:relative; 
     208   left:5%; 
     209   border-spacing:0px; 
     210   border-left:1px solid #83be83; 
     211   border-right:1px solid #83be83; 
     212   border-bottom:1px solid #83be83; 
    213213    white-space:nowrap; 
    214214} 
    215215 
    216216table.postform_message { 
    217     width:90%; 
    218     margin:0px; 
    219     margin-left:auto; 
    220     margin-right:auto; 
    221     position:relative; 
    222     left:0px; 
    223     border-spacing:0px; 
    224     border:0px; 
     217   width:90%; 
     218   margin:0px; 
     219   margin-left:auto; 
     220   margin-right:auto; 
     221   position:relative; 
     222   left:0px; 
     223   border-spacing:0px; 
     224   border:0px; 
    225225    white-space:nowrap; 
    226226} 
     
    245245 
    246246th { 
    247     background:#a1b4a1; 
    248     padding:0.2em; 
    249     font-weight:bold; 
    250     text-align:left; 
     247   background:#a1b4a1; 
     248   padding:0.2em; 
     249   font-weight:bold; 
     250   text-align:left; 
    251251} 
    252252 
    253253td { 
    254     background:#cccccc; 
    255     padding:0.2em; 
    256     vertical-align:top; 
     254   background:#cccccc; 
     255   padding:0.2em; 
     256   vertical-align:top; 
    257257} 
    258258 
    259259.liketr { 
    260     background:#cccccc; 
    261     vertical-align:top; 
    262     text-align:center; 
    263     width:90%; 
    264     margin:0px; 
    265     position:relative; 
    266     left:5%; 
    267     border-left:1px solid #83be83; 
    268     border-right:1px solid #83be83; 
     260   background:#cccccc; 
     261   vertical-align:top; 
     262   text-align:center; 
     263   width:90%; 
     264   margin:0px; 
     265   position:relative; 
     266   left:5%; 
     267   border-left:1px solid #83be83; 
     268   border-right:1px solid #83be83; 
    269269} 
    270270 
     
    283283 
    284284input[type=text] { 
    285     width:90%; 
     285   width:90%; 
    286286} 
    287287 
    288288input[type=password] { 
    289     width:90%; 
     289   width:90%; 
    290290} 
    291291 
    292292textarea { 
    293     width:90%; 
     293   width:90%; 
    294294} 
    295295 
    296296ol { 
    297     list-style-type:decimal; 
    298     list-style-position:outside; 
     297   list-style-type:decimal; 
     298   list-style-position:outside; 
    299299} 
    300300 
    301301#sitelink { 
    302     width:100%; 
    303     text-align:right; 
    304     position:relative; 
    305     z-index:2; 
     302   width:100%; 
     303   text-align:right; 
     304   position:relative; 
     305   z-index:2; 
    306306} 
    307307 
    308308#bottombar { 
    309     background:#b9b9b9; 
    310     text-align:center; 
    311     margin-top:1em; 
    312     padding:0.2em; 
    313     border:1px solid #000000; 
     309   background:#b9b9b9; 
     310   text-align:center; 
     311   margin-top:1em; 
     312   padding:0.2em; 
     313   border:1px solid #000000; 
    314314} 
    315315 
    316316#location { 
    317     width:90%; 
    318     position:relative; 
    319     left:5%; 
    320     margin-top:1em; 
    321     margin-bottom:1em; 
    322     font-weight:bold; 
     317   width:90%; 
     318   position:relative; 
     319   left:5%; 
     320   margin-top:1em; 
     321   margin-bottom:1em; 
     322   font-weight:bold; 
    323323} 
    324324 
    325325#navbar { 
    326     background:#b9b9b9; 
    327     font-weight:bold; 
    328     border:1px solid #000000; 
    329     border-bottom:0px; 
    330     padding:0.6em; 
    331     height:1.4em; 
     326   background:#b9b9b9; 
     327   font-weight:bold; 
     328   border:1px solid #000000; 
     329   border-bottom:0px; 
     330   padding:0.6em; 
     331   height:1.4em; 
    332332} 
    333333 
    334334#navbar div { 
    335     width:49%; 
    336     float:left; 
     335   width:49%; 
     336   float:left; 
    337337} 
    338338 
    339339#navbar div a { 
    340     margin-left:1em; 
     340   margin-left:1em; 
    341341} 
    342342 
    343343#memberbar { 
    344     background:#cccccc; 
    345     color:#555555; 
    346     border:1px solid #000000; 
    347     border-top:0px; 
    348     padding:0.6em; 
    349     height:1.4em; 
     344   background:#cccccc; 
     345   color:#555555; 
     346   border:1px solid #000000; 
     347   border-top:0px; 
     348   padding:0.6em; 
     349   height:1.4em; 
    350350} 
    351351 
    352352#memberbar div { 
    353     width:49%; 
    354     float:left; 
     353   width:49%; 
     354   float:left; 
    355355} 
    356356 
    357357#memberbar div span { 
    358     margin-left:1em; 
     358   margin-left:1em; 
    359359} 
    360360 
    361361#memberbar div a { 
    362     margin-left:0.1em; 
     362   margin-left:0.1em; 
    363363} 
    364364 
    365365#posthelp { 
    366     margin-top:2em; 
    367     margin-left:auto; 
    368     margin-right:auto; 
    369     padding:0.5em; 
    370     border:1px solid #a1b4a1; 
    371     background:#c0c0c0; 
    372     width:100px; 
    373     text-align:center; 
    374     white-space:normal; 
     366   margin-top:2em; 
     367   margin-left:auto; 
     368   margin-right:auto; 
     369   padding:0.5em; 
     370   border:1px solid #a1b4a1; 
     371   background:#c0c0c0; 
     372   width:100px; 
     373   text-align:center; 
     374   white-space:normal; 
    375375} 
    376376 
    377377#posthelp img { 
    378     margin:2px; 
     378   margin:2px; 
    379379} 
    380380 
    381381#posthelp input { 
    382     margin:2px; 
     382   margin:2px; 
    383383} 
    384384 
    385385#debug { 
    386     width:100%; 
    387     position:relative; 
    388     left:0px; 
    389     margin-top:2em; 
    390     border:1px solid #000; 
    391     background:#c0c0c0; 
    392     font-size:1.1em; 
     386   width:100%; 
     387   position:relative; 
     388   left:0px; 
     389   margin-top:2em; 
     390   border:1px solid #000; 
     391   background:#c0c0c0; 
     392   font-size:1.1em; 
    393393} 
    394394 
    395395#forumjump { 
    396     position:relative; 
    397     left:5%; 
    398     top:-1em; 
    399     display:inline; 
     396   position:relative; 
     397   left:5%; 
     398   top:-1em; 
     399   display:inline; 
    400400} 
    401401 
    402402#moderation { 
    403     position:relative; 
    404     left:5%; 
    405     top:-0.8em; 
    406     display:inline; 
     403   position:relative; 
     404   left:5%; 
     405   top:-0.8em; 
     406   display:inline; 
    407407} 
    408408 
    409409.span2 { 
    410     text-align:right; 
     410   text-align:right; 
    411411} 
    412412 
    413413.postheader { 
    414     background:#a1b4a1; 
    415     padding:0.2em; 
    416     text-align:right; 
     414   background:#a1b4a1; 
     415   padding:0.2em; 
     416   text-align:right; 
    417417} 
    418418 
    419419.postfooter { 
    420     background:#83be83; 
     420   background:#83be83; 
    421421} 
    422422 
    423423.post a:link { 
    424     text-decoration:underline; 
     424   text-decoration:underline; 
    425425} 
    426426 
    427427.post a:visited { 
    428     text-decoration:underline; 
     428   text-decoration:underline; 
    429429} 
    430430 
    431431.post a:hover { 
    432     text-decoration:none; 
     432   text-decoration:none; 
    433433} 
    434434 
    435435.deniedmessage { 
    436     margin-top:1em; 
    437     font-weight:bold; 
    438     text-align:center; 
     436   margin-top:1em; 
     437   font-weight:bold; 
     438   text-align:center; 
    439439} 
    440440 
    441441.quote1 { 
    442442    width:90%; 
    443     position:relative; 
    444     left:5%; 
     443   position:relative; 
     444   left:5%; 
    445445    font-weight:bold; 
    446446} 
     
    448448.quote { 
    449449    width:90%; 
    450     position:relative; 
    451     left:5%; 
     450   position:relative; 
     451   left:5%; 
    452452    background:#b9b9b9; 
    453453    border:1px solid #a1b4a1; 
     
    456456.code1 { 
    457457    width:90%; 
    458     position:relative; 
    459     left:5%; 
     458   position:relative; 
     459   left:5%; 
    460460    font-weight:bold; 
    461461} 
     
    463463.code { 
    464464    width:90%; 
    465     position:relative; 
    466     left:5%; 
     465   position:relative; 
     466   left:5%; 
    467467    margin-top:0px; 
    468468    background:#b9b9b9; 
     
    487487.pollheaders { 
    488488    width:90%; 
    489     position:relative; 
    490     left:5%; 
     489   position:relative; 
     490   left:5%; 
    491491    padding:0px; 
    492492    text-align:left; 
     
    496496    border-bottom:0px; 
    497497    border-spacing:0px; 
    498     background:#a1b4a1; 
     498   background:#a1b4a1; 
    499499} 
    500500 
    501501.pollheaders:before { 
    502     content: '    '; 
    503     margin-left:0.2em; 
     502   content: '    '; 
     503   margin-left:0.2em; 
    504504} 
    505505 
    506506.pollbody { 
    507507    width:90%; 
    508     position:relative; 
    509     left:5%; 
     508   position:relative; 
     509   left:5%; 
    510510    background:#cccccc; 
    511511    border-left:1px solid #83be83; 
     
    522522.pollbottom { 
    523523    width:90%; 
    524     position:relative; 
    525     left:5%; 
     524   position:relative; 
     525   left:5%; 
    526526    background:#83be83; 
    527527    padding:0px; 
     
    531531.multipages { 
    532532    width:90%; 
    533     position:relative; 
    534     left:5%; 
     533   position:relative; 
     534   left:5%; 
    535535} 
    536536 
     
    544544 
    545545.postbuttons { 
    546     width:90%; 
    547     position:relative; 
    548     left:5%; 
    549     margin-bottom:1em; 
    550     margin-top:1em; 
    551     z-index:5; 
     546   width:90%; 
     547   position:relative; 
     548   left:5%; 
     549   margin-bottom:1em; 
     550   margin-top:1em; 
     551   z-index:5; 
    552552} 
    553553 
    554554.postbuttons a { 
    555     margin-left:2em; 
    556     padding:0.35em; 
    557     padding-top:0.15em; 
    558     padding-bottom:0.15em; 
    559     background:#83be83; 
    560     border:1px solid #000; 
    561     font-size:1.1em; 
    562     font-weight:bold; 
    563     z-index:5; 
     555   margin-left:2em; 
     556   padding:0.35em; 
     557   padding-top:0.15em; 
     558   padding-bottom:0.15em; 
     559   background:#83be83; 
     560   border:1px solid #000; 
     561   font-size:1.1em; 
     562   font-weight:bold; 
     563   z-index:5; 
    564564} 
    565565 
    566566.message { 
    567     width:90%; 
    568     border:1px solid #83be83; 
    569     border-top:0px; 
    570     position:relative; 
    571     left:5%; 
    572     background:#cccccc; 
    573     padding:0px; 
    574     padding-top:0.2em; 
    575     padding-bottom:0.2em; 
     567   width:90%; 
     568   border:1px solid #83be83; 
     569   border-top:0px; 
     570   position:relative; 
     571   left:5%; 
     572   background:#cccccc; 
     573   padding:0px; 
     574   padding-top:0.2em; 
     575   padding-bottom:0.2em; 
    576576} 
    577577 
     
    602602 
    603603#admin_top { 
    604     background:#b9b9b9; 
    605     font-weight:bold; 
    606     border:1px solid #000000; 
    607     padding:0.2em; 
    608     text-align:center; 
     604   background:#b9b9b9; 
     605   font-weight:bold; 
     606   border:1px solid #000000; 
     607   padding:0.2em; 
     608   text-align:center; 
    609609} 
    610610