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