web/ldt/media/css/style.css
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
#loginstate a, #loginstate a:hover, #loginstate a:visited, #loginstate a:link, #loginstate a:active {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
    color:#0063DC;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
    margin-right:4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
    text-decoration:none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
#loginstate a:hover{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
    text-decoration: underline;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
#loginstate ul {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
    margin:0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
    padding:0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
#loginstate li{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
    display: inline;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
    padding:0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
    margin:0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
#loginstate #user{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
    color: #000000;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
    margin-right:4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
#loginstate ul .usertool a,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
#loginstate ul .usertool a:link, 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
#loginstate ul .usertool a:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
    color:#0063DC;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
    text-decoration:none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
#loginstate ul .usertool a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
    color:#0063DC;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
    text-decoration:underline;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
.errorlist
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
    color: red;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
    font-size:12px
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47