Хранилища Subversion ant

Редакция

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

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