Хранилища Subversion ant

Редакция

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