Changeset 6186


Ignore:
Timestamp:
22 May 2011, 05:40:22 (13 years ago)
Author:
uli
Message:

cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/yuiapp.css

    r6031 r6186  
    11html, body { background-color:#f0f0ee; color:#222; }
    2  
     2
    33/* Make the page full bleed */
    44#doc3 { margin:0; }
    5  
     5
    66/* Header */
    77#hd { padding:1.2em 1.5em 0 1.5em; background-color:#7a1818; }
    88h1 { font-size:230%; color:#fff; }
    9  
     9
    1010#navigation { margin-top:1.5em; background-color:#262626; height:1%; }
    1111#navigation li { float:left; display:inline; }
    1212#navigation li a { display:block; color:#fff; text-decoration:none; }
    1313#navigation li a:hover { text-decoration:underline; }
    14  
     14
    1515#primary-navigation li a { font-size:116%; padding:0.4em 1em; }
    1616#primary-navigation li.active a { background-color:#f0f0ee; color:#000; }
    17  
     17
    1818#user-navigation { float:right; }
    1919#user-navigation li a { font-size:93%; padding:0.5em 1em; }
    20  
     20
    2121/* Body */
    2222#bd { padding:1.5em; }
    2323h2 { font-size:153.9%; margin-bottom:0.5em; }
    2424h3 { font-size:153.9%; margin-bottom:0.5em; }
    25  
     25
    2626/* Basic block */
    2727.block { margin-bottom:1.5em; }
    28 .block .hd { background-color:#7a1818; padding:0.7em 1em; color:#fff; border-bottom:10px solid #262626; }
     28.block .hd { background-color:#7a1818; padding:0.7em 1em; color:#fff;
     29             border-bottom:10px solid #262626; }
    2930.block .hd h2, .block .hd h3 { font-size:100%; margin-bottom:0; }
    3031.block .bd { padding:1em; background-color:#fff; }
     
    3233.block .bd h2 { color:#7a1818; }
    3334.block .bd h3 { color:#7a1818; }
    34  
     35
    3536/* Extend block with tabs */
    3637.tabs .hd { padding:0; }
    3738.tabs .hd ul { height:1%; }
    3839.tabs .hd ul li { float:left; }
    39 .tabs .hd ul li a { display:block; color:#fff; text-decoration:none; padding:0.5em 1em; }
     40.tabs .hd ul li a { display:block; color:#fff; text-decoration:none;
     41                    padding:0.5em 1em; }
    4042.tabs .hd ul li a:hover { background-color:#470E0E; }
    41 .tabs .hd ul li.active a { background-color:#262626 !important; color:#fff; text-decoration:none; } /* important! fixes IE cascade issue */
    42 .tabs .hd h2, .tabs .hd h3 { position:absolute; margin-left:-5000px; } /* Hidden SEO Header if needed */
    43  
     43.tabs .hd ul li.active a { background-color:#262626 !important; color:#fff;
     44                           text-decoration:none; } /* important! fixes IE cascade issue */
     45.tabs .hd h2, .tabs .hd h3 { position:absolute;
     46                             margin-left:-5000px; } /* Hidden SEO Header if needed */
     47
    4448/* Extend tab block with spaced tabs */
    4549.spaces .hd { background-color:transparent; }
    4650.spaces .hd ul li { background-color:#7a1818; margin-right:0.1em; }
    47  
     51
    4852/* Extend block and header to have rounded corners */
    4953.rounded .hd,
     
    5862    -webkit-border-top-left-radius:7px;
    5963}
    60  
     64
    6165/* Style the horizontal rules inside .block */
    6266.block hr { background-color:#f0f0ee; color:#f0f0ee; height:1px; border:0; }
    63  
     67
    6468/* Tables */
    6569table { width:100%; margin-bottom:2em; }
     
    6973table thead a:hover { text-decoration:underline; }
    7074table tbody a { text-decoration:underline; }
    71  
     75
    7276table.zebra tbody tr:nth-child(even) {background: #eee}
    7377table.zebra tbody tr:nth-child(odd) {background: #fff}
    74  
    75  
    76  
     78
     79
     80
    7781/* Pager control*/
    7882ul.pager { text-align:right; }
    7983ul.pager li { display:inline; }
    80 ul.pager li a { padding:0.1em 0.3em; margin-right:0.3em; border:1px solid #000; text-decoration:none; color:#000; }
     84ul.pager li a { padding:0.1em 0.3em; margin-right:0.3em; border:1px solid #000;
     85                text-decoration:none; color:#000; }
    8186ul.pager li.active a, ul.pager li a:hover { background-color:#000; color:#fff; }
    82  
    83  
    84  
     87
     88
     89
    8590/* Forms */
    8691form label { font-weight:bold; }
     
    9196form .left { float:left; }
    9297form .right { float:right; }
    93  
     98
    9499/* Messages */
    95100.alert { padding:0.5em; text-align:center; }
     
    97102.warning { border:2px solid #fffaaa; background-color:#ffc; }
    98103.notice { border:2px solid #1fdf00; background-color:#bbffb6; }
    99  
     104
    100105/* Lists */
    101106ol.list, ul.list, dl.list { margin-left:2em; margin-bottom:1em; }
     
    103108ul.list li { list-style:disc outside; }
    104109dl.list dd { margin-left:1em; }
    105  
     110
    106111ul.biglist { margin-bottom:1em; }
    107 ul.biglist li { margin-top:-1px; border:1px solid #f0f0ee; border-width:1px 0 1px 0; }
    108 ul.biglist li a { display:block; padding:0.5em 0; text-decoration:none; color:#000; }
     112ul.biglist li { margin-top:-1px; border:1px solid #f0f0ee;
     113                border-width:1px 0 1px 0; }
     114ul.biglist li a { display:block; padding:0.5em 0; text-decoration:none;
     115                  color:#000; }
    109116ul.biglist li a:hover { text-decoration:underline; }
    110  
     117
    111118/* Footer */
    112119#ft { text-align:center; font-size:85%; padding:0.5em 1em; color:#262626; }
    113  
     120
    114121/* Generics */
    115122p { margin-bottom:1em; }
     
    118125em { font-style:italic; }
    119126abbr, acronym { border-bottom:1px dotted #000; cursor:help; }
    120  
     127
    121128.small { font-size:85%; }
    122129.gray { color:#999; }
Note: See TracChangeset for help on using the changeset viewer.