Хранилища Subversion ant

Редакция

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

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