Хранилища Subversion ant

Редакция

Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
238 sivan 1
 
2
a
3
{
4
    text-decoration: none;
5
}
6
 
7
a.dashed:hover
8
{
9
    color: #ffffff;
10
    background-color: #154ead;
11
    background-image: none;
12
    background-repeat: repeat;
13
    background-attachment: scroll;
14
    background-position: 0% 0%;
15
}
16
a.dashed
17
{
18
    border-bottom-width: 1px;
19
    border-bottom-style: dashed;
20
    border-bottom-color: #007799;
21
}
22
 
23
body
24
{
25
        background-color: #DBE8F9;
26
        font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
27
        color: #5A698B;
28
    margin:3px;
29
}
30
 
31
img {
32
    border: 0;
33
}
34
 
35
pre {
36
        font: 10pt Arial;
37
        border: 1px solid #000;
38
        margin: 10px 0;
39
        padding: 10px;
40
        background-color: #dcdcdc;
41
}
42
 
43
pre#replist,pre#reps, p#getfile {
44
        display: none;
45
}
46
 
47
#sourceslist {
48
        font-family: Arial;
49
        padding: 1px 3px;
50
}
51
 
52
#steps{
53
        font: bold 14px serif;
54
        margin: 20px auto;
55
}
56
.sllink{
57
    margin-right: 40px;
58
    margin-top: 10px;
59
    text-align: right;
60
}
61
 
62
 
63
 
64
 
65
 
66
 
67