View file klub/diz/style.css

File size: 2.09Kb
body {background-color: #222;
margin: auto;
font-size: 11px;
max-width: 300px;
font-family: arial;
padding: 3px;}

a:link, a:active, a:visited {color: #f8d983;
text-decoration: none;}

.st_1 {

 margin-left: 20px;
 margin-bottom:0;
 border-style:solid;
 border-color:transparent transparent #a9dcf7 transparent ;
 border-width:0px 0px 10px 10px;
 height: 0px;
 width:0px;
 }
.st_2 {
 margin: 3px;
 margin-top: 0;
 border:#ffffff 2px solid;
 padding: 7px;
 color: #fff;
 background: url('iconas/pfs2.png') bottom;
 -o-border-radius: 10px;
 border-radius: 10px;
 -moz-border-radius: 10px;
 word-wrap:break-word;
 }
.msg {
 border : #000000 solid 2px;
 padding : 4px;
 background-color : #5b955b;
 font-family : tahoma;
 margin : 1px;
 text-align : center;
 color : #ffffff;
 font-weight : bold;
 font-size : 15px;
 border-bottom-left-radius : 10px 10px;
 border-bottom-right-radius : 10px 10px;
 border-top-left-radius : 10px 10px;
 border-top-right-radius : 10px 10px;
 border-radius : 10px;
 }

 .err {
 border : #000000 solid 2px;
 background-color : #aa3737;
  padding : 4px;
 font-family : tahoma;
 font-weight : bold;
 margin : 1px;
 text-align : center;
 color : #ffffff;
 font-size : 15px;
 border-bottom-left-radius : 10px 10px;
 border-bottom-right-radius : 10px 10px;
 border-top-left-radius : 10px
10px;
border-top-right-radius : 10px 10px;
border-radius : 10px;
}
a:hover {
border-bottom: 1px dotted #f8b50b;}

img {
	vertical-align: middle;
	border-style: none;
              display: inline;
}

.head {height: 60px;
background: #001820 url('img/head.png') repeat-x;
text-align: left;}

.title {
color: #f8b50b;
background: #3f3f3f url('img/tit.png') repeat-x bottom;
font-size: 12px;
font-weight: bold;
margin: 3px 0px 0px 0px;
}

.link {
background: #333;
padding: 3px 3px 5px 3px;
color: #f8b50b;
margin: 0px 0px 0px 0px;
border-bottom: 2px solid #b68f1d;
}

.foot {
height: 40px;
color: #f8b50b;
font-size: 10px;
background: #001820 url('img/foot.png') repeat-x;
border-bottom: 2px solid #b68f1d;
text-align: center;}