Хранилища Subversion ant

Редакция

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

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