view static/style.css @ 30:50708627f3c7

Ukończona strona klienta
author mild@mild-laptop
date Sun, 05 Jun 2011 23:10:18 +0200
parents
children b288abf2ea9f
line wrap: on
line source

body {
    background: url(http://localhost/static/pic/backgroundbody.jpg);
    font-family: "tahoma", "arial", "helvetica", "sans-serif";
    font-size: 8pt;
    color: #000000;
    margin: 0px;
    border: none;
    padding: 5px;
}
table {
  border-width: none;
  font-size : 12px;
}
td {
  padding: 0px;
  font-family : Verdana, Helvetica, sans-serif;
  border-width: 0px;
}
#content
{
	background: #ffffff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
.frame{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}
.forumline {
  background-color : #a9b8c2;
  border : 0 solid #006699;
}
.tbl {
  border-collapse : collapse;
  height : 4px;
  width : 100%;
  border : 0;
  margin-bottom: 20px;
}
.tbll {
  background : url(http://localhost/static/pic/tb4_l.gif) no-repeat;
  width : 8px;
}
.tblbot {
  background : url(http://localhost/static/pic/tb4_m.gif) repeat-x;
  width : 100%;
  height: 22px;
}
.tblr {
  background : url(http://localhost/static/pic/tb4_r.gif) no-repeat;
  width : 8px;
}
.tbt {
  border-collapse : collapse;
  height : 22px;
  width : 100%;
  border : 0;
}
.tbtl {
  background : url(http://localhost/static/pic/tb2_l.gif) no-repeat;
  width : 22px;
  height: 22px;
  display: block;  
}
.tbtbot {
  background : url(http://localhost/static/pic/tb2_m.gif) repeat-x;
  width : 100%;
  font-size : 13px;
  color : #445588;
}
.tbtr {
  background : url(http://localhost/static/pic/tb2_r.gif) no-repeat;
  width : 124px;
  height: 22px;
  display: block;
}
.theme_table
{
  border: none;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : 11px;
}
.tbtr_block {
  background : url(http://localhost/static/pic/tb2_r_block.gif) no-repeat;
  width : 70px;
}
.row1 {
  background-color : #f7f7f7;
  padding : 4px;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : 10px;
  border-color : #ffffff;
  border-style : solid;
  border-width : 1px 1px 0;
}
.row2 {
  background-color : #ececec;
  padding : 4px;
  font-family : Verdana, Helvetica, sans-serif;
  border-color : #ffffff;
  border-style : solid;
  border-width : 1px 1px 0;
}
.row3 {
  background-color : #f7f7f7;
  margin : 4px;
  padding : 10px;
  font-family : Verdana, Helvetica, sans-serif;
  border-width : 0px;
}

.colhead {
padding: 5px;
text-align: center;
font-weight: bold;
color: #000000;
background-color: #e0e5f1;
}
.state100
{
  background-image : url(http://localhost/static/pic/100.gif);
  background-repeat: no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state87
{
  background : url(http://localhost/static/pic/87.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state75
{
  background : url(http://localhost/static/pic/75.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state62
{
  background : url(http://localhost/static/pic/62.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}.state50
{
  background : url(http://localhost/static/pic/50.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state37
{
  background : url(http://localhost/static/pic/37.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state25
{
  background : url(http://localhost/static/pic/25.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state12
{
  background : url(http://localhost/static/pic/12.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.state0
{
  background : url(http://localhost/static/pic/0.gif) no-repeat;
  background-position: center left;
  width : 31px;
  height: 23px;
  display: block;
  padding-top: 10px;
  font-size: 11px;
}

table.inner {
    border-collapse: collapse;
}

#menu
{
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
  font-weight: bold;
}

.button {
display: inline-block;
  background : url(http://localhost/static/pic/buttons/button1.gif) no-repeat;
  background-position: bottom center;
  width: 140px;
  height: 20px;
  color : #445588;
  border: none;
  padding-top: 8px;
}

.button a
{
  color : #445588;
    font-weight: bold;
  text-decoration: none;
  font-size: small;
}