1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/templates/skin/habra/css/my.css

211 lines
3.8 KiB
CSS
Raw Blame History

#system_messages_error, #system_messages_notice { padding-top: 3px; border: 1px solid #c5c5c5; margin-bottom: 10px; background: #F8F8F8; color: #ff0000;}
#system_messages_error ul, #system_messages_notice ul { list-style-type: none }
#system_messages_error ul li , #system_messages_notice ul li { line-height: 16px }
#system_messages_notice { padding-top: 3px; border: 1px solid #c5c5c5; margin-bottom: 10px; background: #F8F8F8; color: #1c8221;}
ul, ol { margin: 0; padding: 10px 10px 0 27px }
ul li, ol li { padding: 0 0 5px 0; text-align: left; line-height: 100%; margin: 0 0 10px 0 }
.padding {
padding: 15px 15px 10px 15px;
}
.panel_topic_form {
padding-top: 0px;
padding-left: 3px;
padding-bottom: 2px;
/*
display: table-cell;
vertical-align: top;
*/
}
.panel_topic_form a.button img {
margin-top: 2px;
}
.panel_topic_form a.button:hover img {
background: #ffffff;
}
.panel_topic_form select {
height: 20px;
margin-bottom: 0px;
}
.panel_topic_form select option {
background:#eaecea;
}
.panel_topic_form select option.title {
background:#fff;
}
#window_load_img { z-index: 100; position: absolute; display: none; padding-top: 0px;
padding-left: 0px;
padding-bottom: 2px;
border: 1px solid #c5c5c5;
background:#eaecea;
}
#window_load_img td{
padding: 5px 5px 5px 5px;
}
#window_load_img th{
padding: 5px 5px 5px 5px;
background:#c5c5c5;
}
#window_status { z-index: 1000; position: absolute; border: 1px solid #c5c5c5; background:#eaecea; display: none;}
#window_status td {
padding: 5px 5px 5px 5px;
}
table.inbox th {
padding: 3px 3px 3px 3px;
text-align: left;
font-size: 14px;
color: #999;
background:#F0F0E7;
margin-bottom: 2px;
border-bottom: 4px solid #ffffff;
}
table.inbox td {
padding: 0px 0px 0px 3px;
background:#F0F0E7;
border-bottom: 2px solid #ffffff;
}
td.date {
font-size: 10px;
line-height: 160%;
text-align: left;
color: #666;
}
.addressee, .subj {
text-align: left;
font-size: 12px;
color: #999;
}
div.comment_text2 {
font-size:13px;
padding:6px 0 16px 0;
font-family:Arial;
}
.comment_item_self {
position:relative;
padding-bottom:3px;
margin-top:3px;
font-family:Arial;
background:#fdf5e6;
}
.comment_item_new2 {
position:relative;
padding-bottom:3px;
margin-top:3px;
font-family:Arial;
background:#e7eefe;
}
.comment_item_del_admin {
position:relative;
padding-bottom:3px;
margin-top:3px;
font-family:Arial;
background:#c5c5c5;
}
/*Опросы*/
.poll dl {
float: left;
clear: both;
width: 100%;
border: .5em solid #fff;
margin: 0px 0px 0px 0px;
}
.poll dl dt {
float: left;
width: 8%;
font-size: 97.6%;
text-align: right;
margin-left: -20px;
color: #ccc;
}
.poll dl dt strong {
color:#404040;
text-align: right;
}
.poll dl dd {
width: 91%;
float: left;
margin-left: 20px;
}
.poll .total {
font-size: 97.6%;
clear: both;
margin-top: 1em;
color: #999;
}
table.tbl th
{
vertical-align:bottom;
border: none;
border-bottom: solid #B0C1D3 1px;
padding:.2em .6em .2em .65em;
background:#e2e4e4;
font-size:0.9em;
font-weight:normal;
color:#6e6e6e;
}
table.tbl td
{
padding:6px 8px 6px 8px;
border: none;
border-right: solid #B0C1D3 1px;
}
table.tbl tr.colored td
{
background-color:#EEF6FB;
}
table.tbl tr.colored_sel td
{
background-color:#D9FBC2;
}
table.tbl
{
font-size:0.9em;
border:none;
margin:20px 0px 30px 0px;
border-bottom:solid 1px #B0C1D3;
}
table.tbl td:first-child
{
border-left: solid #B0C1D3 1px
}
table.tbl td
{
/* <20><><EFBFBD> IE: */
border-left: expression(previousSibling == null ? 'solid #B0C1D3 1px' : 'inherit');
}