Файл: style/themes/blue_partizan/style.css
Строк: 120
/*
Дизайн by PaRtiZzaN специально для php-zona.ru
лучший сайт для WAP мастеров!
*/
body{
max-width:
500px;
background-color: #efefef;
font-family: Arial,
Tahoma;
font-style: normal;
font-size:
12px;
margin:auto;
box-shadow: 0 0 10px 10px
lightblue;
}
/*Шапка*/
.head{
background: url(images/head.png)
repeat;
color: #79CDCD;
padding:
4px;
}
/*Титлы*/
.title{
background: url(images/title.png)
repeat;
color: #73D0B0;
padding: 10px;
}
/* Ссылки в
титлах */
.title a{
color: #73D0B0;
text-decoration:
none;
}
.title a:hover {
color: #efefef;
}
.title1 {
background:
url(images/title.png) repeat;
color: #73D0B0;
padding: 10px;
}
/*
Ссылки в титлах */
.title1 a {
color: #73D0B0;
text-decoration: none;
}
.title1 a:hover {
color: #efefef;
}
/*
Счётчики ссылок */
c {
background: url(images/font.png)
repeat;
float: right;
padding: 3px 5px;
margin-top:
-3px;
border-radius: 4px;
color: #444;
}
/*Текст и
пр.*/
.text{
background-color: #e5f5fb;
padding:
10px;
}
/*Ссылки в тексте*/
.text a{
color:
#B5B5B5;
text-decoration: none;
}
/*Ссылка в тексте при
наведении мышки*/
.text a:hover{
color:
#9C9C9C;
}
/*Ноги*/
.foot{
background: url(images/foot.png)
repeat;
color: #ddd;
padding: 5px;
text-decoration: none;
}
.foot a
{
color: #777;
}
/*Ошибка*/
.error{
background-color: rgb(244,
167, 167);
color: rgb(82, 33, 33);
padding: 10px;
text-decoration:
none;
}
/*Удачно*/
.success{
background-color: rgb(168, 213,
163);
color: rgb(0, 0, 0);
padding: 10px;
}
/*Кнопока
отправить*/
input[type="submit"]{
background:
#008B8B;
border: 0;
padding: 5px;
margin-top: 4px;
color:
#fff;
}
/* Кароч для ссылок навигации
внизу*/
.nvg{
background-color: white;
padding: 10px;
}
.nvg
a{
color:#79CDCD;
text-decoration: none;
}
.nvg a:hover{
color:
#528B8B;
}
.nvgup{
background: url(images/nvgstr.png)
repeat;
padding: 10px;
text-align: center;
}
.nvgup
a{
color:#444;
background-color: #20B2AA;
text-decoration:
none;
padding: 4px 6px;
border-radius: 7px;
}
.nvgup
a:hover{
color: #ccc;
background: url(images/nvgstrah.png)
repeat;
}
.textq{
background-color: white;
padding:
10px;
border-top: 1px solid #008B8B;
border-bottom: 1px solid
#008B8B;
}
/*Ссылки в тексте*/
.textq a{
color:
#B5B5B5;
text-decoration: none;
}
/*Ссылка в тексте при
наведении мышки*/
.textq a:hover{
color:
#9C9C9C;
}
.nvgstr{
background-color: white;
padding-left:
5px;
border-top: 1px solid #008B8B;
border-bottom: 1px solid
#008B8B;
}
.nvgstr a{
color:#79CDCD;
text-decoration:
none;
}
.nvgstr a:hover{
color: #528B8B;
}
.section {
background:
url(images/section.png) repeat;
padding: 10px;
border-top: 1px solid
#eee;
}
/*Ссылки в тексте*/
.section a{
color:
#666;
text-decoration: none;
padding-left: 4px;
}
/*Ссылка в
тексте при наведении мышки*/
.section
a:hover{
color: #9C9C9C;
}
.section1 {
background:
#e9faff;
padding: 10px;
border-top: 1px solid #eee;
}
/*Ссылки
в тексте*/
.section1 a {
color: #666;
text-decoration:
none;
padding-left: 4px;
}
/*Ссылка в тексте при
наведении мышки*/
.section1 a:hover {
color:
#9C9C9C;
}
.quote {
border-left: 4px solid #c0c0c0;
color: #878787;
padding: 2px 0 2px 4px;
font-size: x-small;
margin-left: 2px;
}
.ads{
background: url(images/section.png)
repeat;
padding: 6px;
border-top: 1px solid #eee;
}
.ads
a{
color: #666;
text-decoration: none;
padding-left:
4px;
}
.ads a:hover{
color: #9C9C9C;
}
textarea{
margin:
1px;
width: 99%;
height: 50px;
}