Хранилища Subversion ant

Редакция

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

Редакция 162 Редакция 165
Строка 17... Строка 17...
17
}
17
}
18
#menu
18
#menu
19
{
19
{
20
    clear:both;
20
    clear:both;
21
    width:185px;
21
    width:185px;
-
 
22
    height:100%;
22
    border: 0px;
23
    border: 0px;
23
    float: left
24
    float: left
24
}
25
}
25
#main
26
#main
26
{
27
{
27
    left:20px;
28
    left:20px;
-
 
29
    clear:top;
28
}
30
}
29
.modulename
31
.modulename
30
{
32
{
31
    text-align:right;
33
    text-align:center;
32
    font: 22px Georgia, "Times New Roman";
34
    font: 22px Georgia, "Times New Roman";
33
    color: #0094D6;
35
    color: #0094D6;
34
    margin: 10px 0;
36
    margin: 10px 0;
35
    padding: 0;
37
    padding: 0;
36
    margin-right:50px;
38
    margin-right:50px;
Строка 63... Строка 65...
63
    font: 10pt tahoma;
65
    font: 10pt tahoma;
64
    text-indent: 5px;
66
    text-indent: 5px;
65
}
67
}
66
a
68
a
67
{
69
{
68
    border-bottom-width: 1px;
70
/*    border-bottom-width: 1px;
69
    border-bottom-style: dashed;
71
    border-bottom-style: dashed;
70
    border-bottom-color: #007799;
72
    border-bottom-color: #007799;
71
    color: #007799;
73
*/    color: #007799;
72
    text-decoration: none;
74
    text-decoration: none;
73
}
75
}
74
76
75
a:hover
77
a:hover
76
{
78
{
Строка 79... Строка 81...
79
    background-image: none;
81
    background-image: none;
80
    background-repeat: repeat;
82
    background-repeat: repeat;
81
    background-attachment: scroll;
83
    background-attachment: scroll;
82
    background-position: 0% 0%;
84
    background-position: 0% 0%;
83
}
85
}
84
a.edit
-
 
85
{
-
 
86
    color: green;
-
 
87
    text-decoration: none;
-
 
88
}
-
 
89
a.delete
86
a.dashed
90
{
87
{
91
    color: red;
88
    border-bottom-width: 1px;
92
    text-decoration: none;
89
    border-bottom-style: dashed;
-
 
90
    border-bottom-color: #007799;
93
}
91
}
94
body
92
body
95
{
93
{
96
    background-color: #D8ECD5 ;
94
    background-color: #D8ECD5 ;
97
    margin:3px;
95
    margin:3px;