Хранилища Subversion ant

Редакция

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

Редакция 231 Редакция 238
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: 10px 0;
39
    margin: 10px 0;
40
}
40
}
41
.sectlist img {
41
.sectlist img {
42
    vertical-align: middle;
42
    vertical-align: middle;
43
}
43
}
44
.modulename
44
.modulename
45
{
45
{
46
    text-align:center;
46
    text-align:center;
47
    font: 22px Georgia, "Times New Roman";
47
    font: 22px Georgia, "Times New Roman";
48
    color: #0094D6;
48
    color: #0094D6;
49
    margin: 10px 0;
49
    margin: 10px 0;
50
    padding: 0;
50
    padding: 0;
51
    margin-right:50px;
51
    margin-right:50px;
52
}
52
}
53
.title
53
.title
54
{
54
{
55
    font: 26px Georgia, "Times New Roman";
55
    font: 26px Georgia, "Times New Roman";
56
    color: #0094D6;
56
    color: #0094D6;
57
    padding: 0;
57
    padding: 0;
58
}
58
}
59
.smalltitle
59
.smalltitle
60
{
60
{
61
    font: 20px Georgia, "Times New Roman";
61
    font: 20px Georgia, "Times New Roman";
62
    color: #0094D6;
62
    color: #0094D6;
63
    padding: 0;
63
    padding: 0;
64
    margin-left: 15px;
64
    margin-left: 15px;
65
}
65
}
66
.menutitle
66
.menutitle
67
{
67
{
68
    width: 125px;
68
    width: 125px;
69
    height: 20px;
69
    height: 20px;
70
    background-color: #DCDCDC;
70
    background-color: #DCDCDC;
71
    font: bold 10pt Georgia;
71
    font: bold 10pt Georgia;
72
    margin-left: 0px;
72
    margin-left: 0px;
73
    border-top-style:solid;
73
    border-top-style:solid;
74
    text-align: center;
74
    text-align: center;
75
}
75
}
76
.menuitem
76
.menuitem
77
{
77
{
78
    font: 10pt tahoma;
78
    font: 10pt tahoma;
79
    text-indent: 5px;
79
    text-indent: 5px;
80
}
80
}
81
-
 
82
a
-
 
83
{
-
 
84
    text-decoration: none;
-
 
85
}
-
 
86
-
 
87
a.dashed:hover
-
 
88
{
-
 
89
    color: #ffffff;
-
 
90
    background-color: #154ead;
-
 
91
    background-image: none;
-
 
92
    background-repeat: repeat;
-
 
93
    background-attachment: scroll;
-
 
94
    background-position: 0% 0%;
-
 
95
}
-
 
96
a.dashed
-
 
97
{
-
 
98
    border-bottom-width: 1px;
-
 
99
    border-bottom-style: dashed;
-
 
100
    border-bottom-color: #007799;
-
 
101
}
-
 
102
-
 
103
body
-
 
104
{
-
 
105
    background: #fff url(../img/bg.gif) top left repeat;
-
 
106
    margin:3px;
-
 
107
}
-
 
108
-
 
109
img {
-
 
110
    border: 0;
-
 
111
}
-
 
112
-
 
113
pre {
-
 
114
        font: 10pt Arial;
-
 
115
        border: 1px solid #000;
-
 
116
        margin: 10px 0;
-
 
117
        padding: 10px;
-
 
118
        background-color: #dcdcdc;
-
 
119
}
-
 
120
-
 
121
pre#replist,pre#reps, p#getfile {
-
 
122
        display: none;
-
 
123
}
-
 
124
-
 
125
#sourceslist {
-
 
126
        font-family: Arial;
-
 
127
        padding: 1px 3px;
-
 
128
}
-
 
129
-
 
130
#steps{
-
 
131
        font: bold 14px serif;
-
 
132
        margin: 20px auto;
-
 
133
}
-
 
134
.sllink{
-
 
135
    margin-right: 40px;
-
 
136
    margin-top: 10px;
-
 
137
    text-align: right;
-
 
138
}
-
 
139
81