Хранилища Subversion dreq

Редакция

Авторство | Последнее изменение | Открыть журнал | RSS

/*
    Document   : style
    Created on : 24.06.2009, 12:42:34
    Author     : Sinegovsky Ivan
    Description: Main stylesheet.
*/


body {
    background: url(img/bg.gif);
}

h1 {
 text-align: center;
 margin: 35px 0 0px 0;
}

h2 {
 font: 20pt/20pt Georgia;
 text-align: center;
 margin: 10px 0 10px 0;
}

table {
 border-top: 2px solid #000;
 border-left: 2px solid #000;
 border-bottom: 2px solid #000;
 border-right: 1px solid #000;
 width: 500px;
 margin: 0 auto;
 border-spacing: 0;
 white-space: nowrap;
}

td {
 text-align: center;
 padding: 8px 5px;
 border-bottom: 1px solid #dcdcdc;
 border-right: 1px solid #000;
}

.ok{
    color:green;
}

.need{
    color:red;
}

.add{
    margin: 10px;
    text-align:center;
}

a,a:visited{
    color:blue;
    text-decoration:none;
}
a:hover{
    color:blue;
    text-decoration:underline;
}