Показать сообщение отдельно
Старый 27.12.2010, 18:43 Вверх   #5
Знаток
 
Аватар для Bahok
Bahok вне форума
Доп. информация
По умолчанию

Дополнительные определения CSS

Нажми для просмотра
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


и второе окно

Нажми для просмотра
.footerlink a:active, .footerlink a:link,.footerlink a:visited, {
color:#ffffff;
text-decoration:none;
}

.footerlink a:hover {
color:#ffffff;
text-decoration:underline;
}

.newlogin a:active,.newlogin a:link,.newlogin a:visited {
color:#ffffff;
padding: 0px;
text-decoration: none;
}

.newlogin a:hover {
color:#ffffff;
padding: 0px;
text-decoration: underline;
}


.newlogin {
line-height: 1.4
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
background-color: transparent;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;

border: 0px solid #59a41c; /*dark purple border*/
border-width: 0px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 5px 11px;
margin:0 1px;
text-decoration: none;
background-color: #59a41c;
border-right: 1px solid transparent; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(media/indentbg2.gif) center center repeat-x;
}
/* Начало-Затемнение */
.bormotuhinet img {
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity:0.2;
opacity:0.2;
}

.bormotuhinet a:hover img {
opacity:2.0;
-moz-opacity:2.0;
-khtml-opacity:2.0;
filterrogid:DXImageTransform.Microsoft.Alpha(opacity=200);
}

/* Конец-Затемнение */
  Ответить с цитированием
 
Время генерации страницы 0.04485 секунды с 10 запросами