iwla/resources/css/iwla.css

98 lines
1.6 KiB
CSS

body
{
font: 11px verdana, arial, helvetica, sans-serif;
background-color: #FFFFFF;
}
.iwla_block
{
display:block;
margin: 2em;
}
.iwla_block_title {
font: 13px verdana, arial, helvetica, sans-serif;
font-weight: bold;
background-color: #CCCCDD;
text-align: center;
color: #000000;
width: 60%;
}
a
{
font: 11px verdana, arial, helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
}
.iwla_block_value
{
border-width : 0.2em;
border-color : #CCCCDD;
border-style : solid;
}
/* .iwla_block_value table tr th */
th
{
padding : 0.5em;
background : #ECECEC;
font-weight: normal;
white-space: nowrap;
}
td
{
text-align:center;
vertical-align:middle;
}
.iwla_td_img
{
vertical-align:bottom;
}
td:first-child
{
text-align:left;
/* width : 100%; */
}
.iwla_visitor { background : #FFAA66; }
.iwla_visit { background : #F4F090; }
.iwla_page { background : #4477DD; }
.iwla_hit { background : #66DDEE; }
.iwla_bandwidth { background : #2EA495; }
.iwla_search { background : #F4F090; }
.iwla_weekend { background : #ECECEC; }
.iwla_curday { font-weight: bold; }
.iwla_curday > a { font-weight: bold; color:black}
.iwla_others { color: #668; }
.iwla_update { background : orange; }
.iwla_new { background : green }
.iwla_graph_table
{
margin-left:auto;
margin-right:auto;
}
table.iwla_graph_table + table.iwla_table
{
margin-left:auto;
margin-right:auto;
}
table.iwla_graph_table td
{
text-align:center;
}
iframe {outline:none; border:0px; width:100%; height:500px; display:block;}
.iwla_enlight {
color:orange;
}