Add First CSS
This commit is contained in:
63
resources/css/iwla.css
Normal file
63
resources/css/iwla.css
Normal file
@@ -0,0 +1,63 @@
|
||||
|
||||
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%;
|
||||
}
|
||||
|
||||
.iwla_block_title > 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;
|
||||
}
|
||||
|
||||
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; }
|
Reference in New Issue
Block a user