Просмотр файла Simple_theme/style.css

Размер файла: 3.49Kb
/*
Designed by Ferdinand
ICQ:695-646
Edit for RotorCMS
Shit happens. Deal with it.
*/

body {
    background: url(images/bg.png) repeat-x top #f2f2f2;
    font-family: Verdana;
    font-size: 12px;
    margin: 15px auto;
    max-width: 520px;
}

 a {
    color: #9e9e9e;
    text-decoration: underline;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
hr {
    margin: 3px 0px;
    height: 2px;
    border: none;
    background: url(images/hr.png) repeat-x;
    color: #92d016;
    border-right-style : none;
    border-right-width : 0;
    border-left-style : none;
    border-left-width : 0;
}

/* Span's */
.data {
    color: #52add8;
    font-size: 10px;
}


.round {
    background: #fff;
    border-radius: 9px;
    border: 1px solid #dfdfdf;
    padding-bottom: 4px;
}

/* Шапка */

.header {
    background: url(images/header.png) repeat-x top #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: 1px solid #ededed;
    padding: 6px 0px;
}

.logo {
    /*background: url(images/logo.png) no-repeat left; */
    display: inline-block;
    padding: 8px 0px 5px 10px;
    margin: 4px 0px 0px 8px;
}

/* Навигация напротив логотипа */

.r_nav {
    background: url(images/r_nav.png) repeat-x bottom #fff;
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 8px 2px;
    margin-top: 4px;
    float: right;
}

.r_nav a {
    color: #9e9e9e;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

.r_nav a:hover {
    color: #d13333;
    text-decoration: underline;
}

/* Подпись под логотипом */

.slogan {
    color: #868686;
    padding: 4px 4px 4px 18px;
    clear: both;
}

/* Общий класс меню сайта */

.stuff {
    color: #9e9e9e;
    padding: 8px 6px 8px 6px;
    line-height: 16px;
}

.stuff a {
    color: #289acf;
    text-decoration: none;
}

.stuff a:hover {
    color: #d44242;
    text-decoration: underline;
}

.b {
    background: #e5f2fc;
    padding: 6px;
    color: #42a6d5;
    margin: 3px 0px;
}

.b a {
    color: #42a6d5;
    text-decoration: underline;
}

.b a:hover {
    color: #d13333;
    text-decoration: underline;
}

.b img {
    border: none;
    margin-bottom: -3px;
}

.form {
    background: #f7f7f7;
    padding: 5px;
}

.nav {
    background: #f5fbff;
    padding: 5px;
}

input, select, textarea, button {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 4px;
    margin: 3px;
}

.img {
    float: left;
    padding-right: 8px;
    margin-top: -3px;
}

.stat {
    background: url(images/stat.png) repeat-x bottom #fff;
    padding: 5px;
    color: #888;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.stat a {
    color: #d05b5b;
    text-decoration: none;
}

.stat a:hover {
    color: #289acf;
    text-decoration: underline;
}

.cp {
    color: #9e9e9e;
    padding: 3px;
    text-align: center;
}

.cp a {
    color: #9e9e9e;
    text-decoration: underline;
}

.note {
    background: #ededed;
    color: #888;
    padding: 5px;
    margin: 5px 0px;
}


/*
Designed by Ferdinand
ICQ:695-646
Edit for RotorCMS
Shit happens. Deal with it.
*/