Changeset 98 for trunk/css/admin.inc.css


Ignore:
Timestamp:
Apr 16, 2006 10:18:33 AM (18 years ago)
Author:
scdev
Message:

B - pEdit formatting ticket #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin.inc.css

    r97 r98  
    77
    88/*_____________________ GLOBAL ____________________*/
    9 body
    10 {
     9body {
    1110    background: #fff;
    1211    margin: 0;
     
    1615}
    1716
    18 a:link
    19 {
    20     color: #336;
    21     text-decoration: underline;
    22 }
    23 
    24 a:visited
    25 {
    26     color: #336;
    27     text-decoration: underline;
    28 }
    29 
    30 a:hover
    31 {
    32     color: #C30;
    33     text-decoration: none;
    34 }
    35 
    36 a:active
    37 {
    38     color: #336;
    39     text-decoration: none;
    40 }
     17a:link,
     18a:visited { color: #336; text-decoration: underline; }
     19a:hover   { color: #C30; text-decoration: none; }
     20a:active  { color: #336; }
    4121
    4222/*_____________________ MISC ____________________*/
     
    4525
    4626/* Why does having a form change the presentation of the page? Don't do that. */
    47 form
    48 {
    49     margin: 0;
    50 }
    51 
    52 form label
    53 {
     27form { margin: 0; }
     28
     29form label {
    5430    font-size: 70%;
    5531    max-width: 25em;
    5632    font-weight: bold;
    57     /* BEAU: I added class="right" to the <TD> to make them align right as they were before. Do you know a better way? */
    58     /*float: right;*/
    59 }
    60 
    61 .help
    62 {
    63     font-size: 70%;
    64 }
    65 
    66 .commandtext
    67 {
    68     font-size: 70%;
    69 }
    70 
    71 
     33}
     34
     35.help,
     36.commandtext { font-size: 70%; }
    7237
    7338/*_____________________ HEADER ____________________*/
    74 #userinfo
    75 {
     39#userinfo {
    7640    width: 98%;
    7741    margin: 10px auto 2px;
     
    8145}
    8246
    83 #userinfo p
    84 {
     47#userinfo p {
    8548    margin: 0;
    8649    padding: 0;
     
    8851}
    8952
    90 #container
    91 {
     53#container {
    9254    width: 98%;
    9355    margin: 0 auto 10px;
     
    9658}
    9759
    98 #top
    99 {
     60#top {
    10061    border-bottom: 1px solid gray;
    10162    background-color: #CCC;
     
    10364}
    10465
    105 #top h1
    106 {
     66#top h1 {
    10767    margin: 0;
    10868    padding: 0;
     
    11272
    11373/*_____________________ NAVIGATION ____________________*/
    114 #leftnav
    115 {
     74#leftnav {
    11675    float: left;
    11776    width: 9em;
     
    12281}
    12382
    124 #leftnav ul
    125 {
     83#leftnav ul {
    12684    padding: 0;
    12785    margin: 0;
     
    12987}
    13088
    131 #leftnav #navlist li
    132 {
     89#leftnav #navlist li {
    13390    list-style: none;
    13491    margin: 0;
     
    13996}
    14097
    141 #leftnav #navlist li a
    142 {
     98#leftnav #navlist li a {
    14399    text-decoration: none;
    144100    padding: 1px;
    145101}
    146102
    147 #leftnav #navlist li.label
    148 {
     103#leftnav #navlist li.label {
    149104    color: #999;
    150105    padding-top: 10px;
     
    153108}
    154109
    155 #leftnav #navlist li a:link, #navlist li a:visited
    156 {
     110#leftnav #navlist li a:link, #navlist li a:visited {
    157111    color: #336;
    158112}
    159113
    160 #leftnav #navlist li a:hover, #navlist li a:active
    161 {
     114#leftnav #navlist li a:hover, #navlist li a:active {
    162115    color: #C00;
    163116}
    164117
    165 #leftnav a.addlink
    166 {
     118#leftnav a.addlink {
    167119    margin-left: 0.5em;
    168120}
    169121
    170122/*_____________________ CONTENT ____________________*/
    171 #content
    172 {
     123#content {
    173124    margin-left: 9em;
    174125    border-left: 1px solid gray;
     
    177128}
    178129
    179 #content h2
    180 {
     130#content h2 {
    181131    font-size: 100%;
    182132    margin: 0 0 .5em 0;
    183133}
    184134
    185 #content h3
    186 {
     135#content h3 {
    187136    font-size: 85%;
    188137    margin: 0 0 .5em 0;
    189138}
    190139
    191 #content h4
    192 {
    193     font-size: 70%;
    194     margin: 0 0 .5em 0;
    195 }
    196 
    197 #content p
    198 {
    199     margin: 0 0 .5em 0;
    200     font-size: 70%;
    201     /*     max-width: 36em; */
     140#content h4 {
     141    font-size: 70%;
     142    margin: 0 0 .5em 0;
     143}
     144
     145#content p {
     146    margin: 0 0 .5em 0;
     147    font-size: 70%;
    202148    line-height: 130%;
    203149}
    204150
    205 #content li
    206 {
     151#content li {
    207152    margin: 0 0 0 0;
    208153    font-size: 70%;
    209     /*     max-width: 36em; */
    210154    line-height: 100%;
    211155}
     
    213157/*_____________________ TABLES ____________________*/
    214158/* BEAU: I copied this from NEXT. Please help! */
    215 table
    216 {
     159table {
    217160    border-size: 1px;
    218161    border-collapse: collapse;
     
    220163}
    221164
    222 th
    223 {
     165th {
    224166    padding: 2px;
    225167    text-align: left;
     
    228170}
    229171
    230 td
    231 {
     172td {
    232173    vertical-align: top;
    233174    padding: 8px 6px 0 0;
    234175}
    235176
    236 table.list
    237 {
     177table.list {
    238178    border-size: 1px;
    239179    width: 100%;
     
    241181}
    242182
    243 table.list th
    244 {
     183table.list th {
    245184    padding-right: 6px;
    246185    font-size: 70%;
     
    249188}
    250189
    251 table.list td
    252 {
     190table.list td {
    253191    font-size: 70%;
    254192    padding: 2px;
     
    257195
    258196/* BEAU: The old stuff that was here...
    259 #content table
    260 {
     197#content table {
    261198         background-color: #FFF;
    262199}
    263200
    264 #content th
    265 {
     201#content th {
    266202    padding: 2px;
    267203    text-align: left;
     
    270206}
    271207
    272 #content td
    273 {
     208#content td {
    274209    vertical-align: top;
    275210}
    276211
    277 #content table.list
    278 {
     212#content table.list {
    279213    width: 99%;
    280214    margin: 4px 0;
     
    282216}
    283217
    284 #content table.list th
    285 {
     218#content table.list th {
    286219    padding-right: 6px;
    287220    font-size: 70%;
     
    290223}
    291224
    292 #content table.list td
    293 {
     225#content table.list td {
    294226    font-size: 70%;
    295227    padding: 2px;
     
    298230*/
    299231/*_____________________ FOOTER ____________________*/
    300 #footer
    301 {
     232#footer {
    302233    clear: both;
    303234    margin: 0;
     
    311242
    312243#footer a:link,
    313 #footer a:visited
    314 {
     244#footer a:visited {
    315245    color: #333;
    316246    text-decoration: none;
     
    318248
    319249#footer a:active,
    320 #footer a:hover
    321 {
     250#footer a:hover {
    322251    color: #333;
    323252    text-decoration: underline;
Note: See TracChangeset for help on using the changeset viewer.