View file inc/styles/blue_wap/style.css

File size: 1.83Kb
body {
background: #fefefe;
color: #8e8e8e;
margin: 0 auto;
font-size: 12px;
font-family: Arial, Tahoma, sans-serif;
max-width: 450px; 
margin: auto;
}
a{color:#326ca7;text-decoration:none;}
a:hover{border-bottom-style:dotted;border-bottom-width:1px;font-weight:700;text-shadow: -1px 1px 2px #555;}

h3{
margin: 0; 
padding: 0 0 2px 0;
}
hr{
border: 0; 
border-top: 1px solid #57de5a; 
margin: 0;
}
p {
margin-bottom: 6px;
margin-top: 6px;
}
form {
font-size: small;
margin: 0px;
padding: 0px;
}
a:hover {
color: #449fd9;
text-decoration: none;
}
.title {
background: #a3d169 url(title.gif) repeat-x top;
padding: 1px 2px 1px 2px;
color: #fff;
margin: 1px 0px 1px 0px;
}
.main {
background: #F4F4F4 url(menu.gif) repeat-x top;
margin: 0px 1px 0px 1px;
border-top: 1px solid #eee;
padding: 2px 4px 2px 4px;
}
.row1 {
background: #efffda;
padding: 1px 2px 1px 2px;
border-top: 1px solid #c6e39e;
border-bottom: 1px solid #c6e39e;
margin: 1px 0px 1px 0px;
}
.row2{
background: #f2f8e8;
padding: 1px 2px 1px 2px;
margin: 1px 0px 1px 0px;
border-top: 1px solid #e5f0d7;
}
.header a, .navigation a{
	color: #fff;
}
.header, .navigation {
background: #3A96D7 url(all.gif) repeat-x top;
padding: 2px 3px 2px 3px;
color: #DEF1FF;
margin: 1px 0px 1px 0px;
}
.ad {
background: #e3f0fe url(ad.png) repeat-x top;
padding: 1px 2px 1px 2px;
color: #2d83da;
margin: 1px 0px 1px 0px;
}
textarea {
	width: 99%;
	font-size: 9pt;
	padding: 0;
}
img {
border: none;
}
a img {
opacity: 1.0;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-o-transition: all 0.218s;
-ms-transition: all 0.218s;
transition: all 0.218s;
}
a:hover img {
opacity: 0.7;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-o-transition: all 0.218s;
-ms-transition: all 0.218s;
transition: all 0.218s;
}