Хранилища Subversion ant

Редакция

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

Редакция 123 Редакция 161
Строка 1... Строка 1...
1
/*
1
#head
2

2
{
-
 
3
    height: 60px;
-
 
4
    border: 0px;
-
 
5
    padding: 20px;
3
Theme Ant (default)
6
    float: left;
-
 
7
     width:300px;
4

8
}
-
 
9
#login
5
*/
10
{
-
 
11
    text-align:right;
-
 
12
    font: 8pt tahoma;
6
13
}
7
body {
14
#cont
8
        background: #fff url(../img/bg.gif) top left repeat;
-
 
9
}
15
{
-
 
16
    clear:both;
10
17
}
-
 
18
#menu
11
a {
19
{
-
 
20
    clear:both;
-
 
21
    width:155px;
-
 
22
    border: 0px;
12
        color: blue;
23
    float: left
13
}
24
}
-
 
25
#main
14
26
{
15
#ant {
27
    left:20px;
16
        font: 12pt/20pt Georgia;       
28
    position: relative;
17
}
29
}
-
 
30
.modulename
18
31
{
-
 
32
    text-align:right;
-
 
33
    font: 22px Georgia, "Times New Roman";
-
 
34
    color: #0094D6;
19
#ant h2 {
35
    margin: 10px 0;
20
        font: 20pt Georgia;
36
    padding: 0;
-
 
37
    margin-right:50px;
21
}
38
}
-
 
39
.title
22
40
{
23
#ant input {
41
    font: 26px Georgia, "Times New Roman";
24
        margin: 0 5px 0 15px;
42
    color: #0094D6;
25
        font: 12pt Georgia;
43
    padding: 0;
26
}
44
}
-
 
45
.smalltitle
27
46
{
-
 
47
    font: 20px Georgia, "Times New Roman";
-
 
48
    color: #0094D6;
28
#ant p {
49
    padding: 0;
29
        margin: 0;
50
    margin-left: 15px;
30
}
51
}
-
 
52
.menutitle
31
53
{
32
#footer {
54
    width: 125px;
33
        margin: 5px 0;
55
    height: 20px;
-
 
56
    background-color: #EC870C;
-
 
57
    font: bold 10pt tahoma;
34
        padding: 5px 0;
58
    margin-left: 0px;
35
        border-top: 1px solid #a9a9a9;
59
    border-top-style:solid;
-
 
60
    text-align: center;
-
 
61
}
-
 
62
.menuitem
-
 
63
{
36
        font: 10pt Georgia;
64
    font: 10pt tahoma;
37
        color: #a9a9a9;
65
    text-indent: 5px;
38
}
66
}
-
 
67
a
39
68
{
-
 
69
    border-bottom-width: 1px;
40
#footer a {
70
    border-bottom-style: dashed;
-
 
71
    border-bottom-color: #007799;
41
        color: #a9a9a9;
72
    color: #007799;
42
        text-decoration: none; 
73
    text-decoration: none;
43
}
74
}
44
75
-
 
76
a:hover
-
 
77
{
-
 
78
    color: #ffffff;
-
 
79
    background-color: #154ead;
-
 
80
    background-image: none;
-
 
81
    background-repeat: repeat;
-
 
82
    background-attachment: scroll;
-
 
83
    background-position: 0% 0%;
-
 
84
}
45
pre {
85
a.edit
-
 
86
{
46
        font: 12pt Arial;
87
    color: green;
47
        border: 1px solid #000;
88
    text-decoration: none;
-
 
89
}
-
 
90
a.delete
-
 
91
{
48
        margin: 10px 0;
92
    color: red;
49
        padding: 10px;
93
    text-decoration: none;
-
 
94
}
-
 
95
body
-
 
96
{
50
        background-color: #dcdcdc;
97
    background-color: #D8ECD5 ;
-
 
98
    margin:3px;
51
}
99
}
52
-
 
53
pre#replist, p#getfile {
-
 
54
        display: none;
-
 
55
}
-
 
56
-
 
57
#sourceslist {
-
 
58
        font-family: Arial;
-
 
59
        padding: 1px 3px;
-
 
60
}
-
 
61
-
 
62
img {
-
 
63
        border:0;
-
 
64
}
-
 
65
-
 
66
a.edit {
-
 
67
        color: green;
-
 
68
        text-decoration: none;
-
 
69
}
-
 
70
-
 
71
a.delete {
-
 
72
        color: red;
-
 
73
        text-decoration: none;
-
 
74
}
-
 
75
-
 
76
#signin span {
-
 
77
        display: block;
-
 
78
        width: 75px;
-
 
79
}
-
 
80
-
 
81
#signin p {
-
 
82
        height: 35px;
-
 
83
}
-
 
84
-
 
85
#log {
-
 
86
        list-style: none;
-
 
87
        margin: 0;
-
 
88
        padding: 0;
-
 
89
}
-
 
90
-
 
91
.time, .time a {
-
 
92
        font: 9pt Arial;
-
 
93
        color: gray;
-
 
94
        text-decoration: none;
-
 
95
}
-
 
96
-