Хранилища Subversion ant

Редакция

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

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