Хранилища Subversion ant

Редакция

Редакция 169 | Редакция 171 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

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