web/static/ldt/css/style.css
author ymh <ymh.work@gmail.com>
Mon, 12 Jul 2010 12:03:31 +0200
changeset 58 ec1d0e7dcb53
parent 2 252f2e87cdc3
permissions -rw-r--r--
Added tag V00.09 for changeset 3a3c15c462f8

#loginstate a, #loginstate a:hover, #loginstate a:visited, #loginstate a:link, #loginstate a:active {
    color:#0063DC;
    margin-right:4px;
    text-decoration:none;
}

#loginstate a:hover{
    text-decoration: underline;
}

#loginstate ul {
    margin:0;
    padding:0;
    float: left;
}
#loginstate li{
    display: inline;
    padding:0;
    margin:0;
}
#loginstate #user{
    color: #000000;
    font-weight: bold;
    margin-right:4px;
}
#loginstate ul .usertool a,
#loginstate ul .usertool a:link, 
#loginstate ul .usertool a:visited {
    color:#0063DC;
    text-decoration:none;
}

#loginstate ul .usertool a:hover {
    color:#0063DC;
    text-decoration:underline;
}

.errorlist
{
    color: red;
    font-size:12px
}