view frontend/mfrontend/static/style.css @ 27:6a9e2b3b4398

Dodałem pliki statyczne od Miłosza, małe modyfikacje w kwestii dokumentacji
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Sat, 21 May 2011 10:01:30 +0200
parents
children
line wrap: on
line source

body {
    font-family: "tahoma", "arial", "helvetica", "sans-serif";
    background: url(/static/pic/backgroundbody.jpg);
	border-collapse : collapse;
	text-align: center;
	font-size: small;
}

#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;
}

.ft {
  height : 17px;
  width : 700px;
}

.ftl {
float: left;
display:inline;
  background : url(/static/pic/tb2_l.gif) no-repeat;
  width : 22px;
  height: 22px;
}

.ftc {
	float: left;
	display:inline;
  background : url(/static/pic/tb2_m.gif) repeat-x;
  width : 554px;
  height: 17px;
  color : #445588;
  padding-top: 5px;
  font-weight: bold;
  text-align: left;
}

.ftr {
	float: left;
	display:inline;
  background : url(/static/pic/tb2_r.gif) no-repeat;
  width : 124px;
  height: 22px;
}
.fm {
float: left;
padding: 4px;
margin: 0px;
  background-color : #f7f7f7;
  font-family : Verdana, Helvetica, sans-serif;
  width: 690px;
  border-color : #B5B6B8;
  border-style : solid;
  border-width : 1px;
}

.fb {
  border-collapse : collapse;
  height : 4px;
  width : 100%;
  border : 0;
  margin-bottom: 20px;
}
.fbl {
float:left;
display: inline;
  background : url(/static/pic/tb4_l.gif) no-repeat;
  width : 8px;
    height: 3px;
}
.fbc {
float:left;
display: inline;
  background : url(/static/pic/tb4_m.gif) repeat-x;
  width : 684px;
  height: 3px;
}
.fbr {
float:left;
display: inline;
  background : url(/static/pic/tb4_r.gif) no-repeat;
  width : 8px;
  height: 3px;
}

.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;
}

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(/static/pic/buttons/button1.gif) no-repeat;
  background-position: bottom center;
  width: 140px;
  height: 22px;
  color : #445588;
  border: none;
  padding-top: 8px;
}

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