Хранилища Subversion ant

Редакция

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

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