Хранилища Subversion ant

Редакция

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

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