Хранилища Subversion ant

Редакция

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

Редакция 165 Редакция 168
Строка 52... Строка 52...
52
}
52
}
53
.menutitle
53
.menutitle
54
{
54
{
55
    width: 125px;
55
    width: 125px;
56
    height: 20px;
56
    height: 20px;
57
    background-color: #EC870C;
57
    background-color: #DCDCDC;
58
    font: bold 10pt tahoma;
58
    font: bold 10pt Georgia;
59
    margin-left: 0px;
59
    margin-left: 0px;
60
    border-top-style:solid;
60
    border-top-style:solid;
61
    text-align: center;
61
    text-align: center;
62
}
62
}
63
.menuitem
63
.menuitem
64
{
64
{
65
    font: 10pt tahoma;
65
    font: 10pt tahoma;
66
    text-indent: 5px;
66
    text-indent: 5px;
67
}
67
}
-
 
68
68
a
69
a
69
{
70
{
70
/*    border-bottom-width: 1px;
-
 
71
    border-bottom-style: dashed;
-
 
72
    border-bottom-color: #007799;
-
 
73
*/    color: #007799;
-
 
74
    text-decoration: none;
71
    text-decoration: none;
75
}
72
}
76
73
77
a:hover
74
a.dashed:hover
78
{
75
{
79
    color: #ffffff;
76
    color: #ffffff;
80
    background-color: #154ead;
77
    background-color: #154ead;
81
    background-image: none;
78
    background-image: none;
82
    background-repeat: repeat;
79
    background-repeat: repeat;
Строка 87... Строка 84...
87
{
84
{
88
    border-bottom-width: 1px;
85
    border-bottom-width: 1px;
89
    border-bottom-style: dashed;
86
    border-bottom-style: dashed;
90
    border-bottom-color: #007799;
87
    border-bottom-color: #007799;
91
}
88
}
-
 
89
92
body
90
body
93
{
91
{
94
    background-color: #D8ECD5 ;
92
    background: #fff url(../img/bg.gif) top left repeat;
95
    margin:3px;
93
    margin:3px;
96
}
94
}
-
 
95
-
 
96
img {
-
 
97
    border: 0;
-
 
98
}