Ignore:
Timestamp:
2004-12-02T09:56:11+13:00 (19 years ago)
Author:
schweer
Message:

worked on web interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/extensions/gsdl-as/web/default.css

    r8630 r8720  
    11body {
    2     font-family: "Trebuchet MS",Arial,helvetica,sans-serif;
     2    color:             black;
     3    background-color:  white;
     4    /*font-family:       "Trebuchet MS", Arial, helvetica, sans-serif;*/
     5    text-align:        center;
     6    margin:            0px;
     7    background-image:  url("images/chalk.gif");
     8    background-repeat: repeat-y;
    39}
    410
     11#content {
     12    background-image: url("images/gsdlhead.gif");
     13    background-repeat: no-repeat;
     14    background-position: center top;
     15    padding-top:  88px;
     16    width:        537px;
     17    position:     relative;
     18    text-align:   left;
     19    margin-left:  auto;
     20    margin-right: auto;
     21    margin-top:   10px;
     22}
     23
     24
    525.error {
    6     color: red;
    7     font-weight: bold;
     26        color: red;
     27        font-weight: bold;
    828}
    929
    1030.details {
    11     font-size: small;
     31        font-size: small;
    1232}
    1333
    1434table, thead {
    15     border: 1pt solid black;
     35        border: 1pt solid black;
    1636}
    1737
    1838thead {
    19     background-color: gray;
     39        background-color: gray;
    2040}
     41
     42a:link {
     43    color: #006666;
     44}
     45
     46a:active {
     47    color: #cc9900;
     48}
     49
     50a:visited {
     51    color: #666633;
     52}
     53
     54img.help {
     55    cursor: help;
     56}
Note: See TracChangeset for help on using the changeset viewer.