Хранилища Subversion ant

Редакция

Редакция 162 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
161 diffor 1
#head
2
{
3
    height: 60px;
4
    border: 0px;
5
    padding: 20px;
6
    float: left;
7
     width:300px;
45 alex-w 8
}
161 diffor 9
#login
10
{
11
    text-align:right;
12
    font: 8pt tahoma;
53 alex-w 13
}
161 diffor 14
#cont
15
{
162 sivan 16
   clear:both;
45 alex-w 17
}
161 diffor 18
#menu
19
{
20
    clear:both;
162 sivan 21
    width:185px;
165 sivan 22
    height:100%;
161 diffor 23
    border: 0px;
24
    float: left
83 alex-w 25
}
161 diffor 26
#main
27
{
28
    left:20px;
165 sivan 29
    clear:top;
45 alex-w 30
}
161 diffor 31
.modulename
32
{
165 sivan 33
    text-align:center;
161 diffor 34
    font: 22px Georgia, "Times New Roman";
35
    color: #0094D6;
36
    margin: 10px 0;
37
    padding: 0;
38
    margin-right:50px;
45 alex-w 39
}
161 diffor 40
.title
41
{
42
    font: 26px Georgia, "Times New Roman";
43
    color: #0094D6;
44
    padding: 0;
45 alex-w 45
}
161 diffor 46
.smalltitle
47
{
48
    font: 20px Georgia, "Times New Roman";
49
    color: #0094D6;
50
    padding: 0;
51
    margin-left: 15px;
45 alex-w 52
}
161 diffor 53
.menutitle
54
{
55
    width: 125px;
56
    height: 20px;
57
    background-color: #EC870C;
58
    font: bold 10pt tahoma;
59
    margin-left: 0px;
60
    border-top-style:solid;
61
    text-align: center;
45 alex-w 62
}
161 diffor 63
.menuitem
64
{
65
    font: 10pt tahoma;
66
    text-indent: 5px;
45 alex-w 67
}
161 diffor 68
a
69
{
165 sivan 70
/*    border-bottom-width: 1px;
161 diffor 71
    border-bottom-style: dashed;
72
    border-bottom-color: #007799;
165 sivan 73
*/    color: #007799;
161 diffor 74
    text-decoration: none;
45 alex-w 75
}
76
 
161 diffor 77
a:hover
78
{
79
    color: #ffffff;
80
    background-color: #154ead;
81
    background-image: none;
82
    background-repeat: repeat;
83
    background-attachment: scroll;
84
    background-position: 0% 0%;
45 alex-w 85
}
165 sivan 86
a.dashed
161 diffor 87
{
165 sivan 88
    border-bottom-width: 1px;
89
    border-bottom-style: dashed;
90
    border-bottom-color: #007799;
111 alex-w 91
}
161 diffor 92
body
93
{
94
    background-color: #D8ECD5 ;
95
    margin:3px;
114 alex-w 96
}