Хранилища Subversion ant

Редакция

Редакция 168 | Редакция 170 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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;
169 alex-w 30
    padding-left: 190px;
45 alex-w 31
}
169 alex-w 32
#main ul
33
{
34
    list-style: none;
35
}
161 diffor 36
.modulename
37
{
165 sivan 38
    text-align:center;
161 diffor 39
    font: 22px Georgia, "Times New Roman";
40
    color: #0094D6;
41
    margin: 10px 0;
42
    padding: 0;
43
    margin-right:50px;
45 alex-w 44
}
161 diffor 45
.title
46
{
47
    font: 26px Georgia, "Times New Roman";
48
    color: #0094D6;
49
    padding: 0;
45 alex-w 50
}
161 diffor 51
.smalltitle
52
{
53
    font: 20px Georgia, "Times New Roman";
54
    color: #0094D6;
55
    padding: 0;
56
    margin-left: 15px;
45 alex-w 57
}
161 diffor 58
.menutitle
59
{
60
    width: 125px;
61
    height: 20px;
168 diffor 62
    background-color: #DCDCDC;
63
    font: bold 10pt Georgia;
161 diffor 64
    margin-left: 0px;
65
    border-top-style:solid;
66
    text-align: center;
45 alex-w 67
}
161 diffor 68
.menuitem
69
{
70
    font: 10pt tahoma;
71
    text-indent: 5px;
45 alex-w 72
}
168 diffor 73
 
161 diffor 74
a
75
{
76
    text-decoration: none;
45 alex-w 77
}
78
 
168 diffor 79
a.dashed:hover
161 diffor 80
{
81
    color: #ffffff;
82
    background-color: #154ead;
83
    background-image: none;
84
    background-repeat: repeat;
85
    background-attachment: scroll;
86
    background-position: 0% 0%;
45 alex-w 87
}
165 sivan 88
a.dashed
161 diffor 89
{
165 sivan 90
    border-bottom-width: 1px;
91
    border-bottom-style: dashed;
92
    border-bottom-color: #007799;
111 alex-w 93
}
168 diffor 94
 
161 diffor 95
body
96
{
168 diffor 97
    background: #fff url(../img/bg.gif) top left repeat;
161 diffor 98
    margin:3px;
114 alex-w 99
}
168 diffor 100
 
101
img {
102
    border: 0;
103
}