Хранилища Subversion ant

Редакция

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