Update of /cvsroot/phpmp/phpMP/templates/BlueMP/css
In directory sc8-pr-cvs1:/tmp/cvs-serv16142/BlueMP/css
Added Files:
base.css
Log Message:
Adding the skeleton of the template Booster made for us. Thanks, man.
--- NEW FILE: base.css ---
body {
background-color: #FFFFFF;
font-size: 80%;
font-family: Verdana, Helvetica, Arial, Sans Serif;
color: #000000;
text-align: center;
}
img { border: none; }
a:link, a:active, a:visited {
background-color: transparent;
color: #000000;
font-size: 100%;
}
div#container {
background-color: transparent;
width: 100%;
text-align: left;
}
div#footer {
background-color: #CCCCCC;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 4px;
text-align: center;
}
div#logininfo {
background-color: #CCCCCC;
border-style: solid;
border-color: #000000;
border-width: 1px 0px 1px 0px;
padding: 2px 0px 2px 0px;
margin: 0px 0px 10px 0px;
text-align: right;
}
div#leftboxes {
background-color: transparent;
float: left;
width: 20%;
}
div#contentboxes {
background-color: transparent;
float: left;
width: 57%;
margin: 0px 1.4%;
}
div#rightboxes {
background-color: transparent;
float: right;
width: 20%;
}
div.boxheader {
background-color: #000099;
border-style: solid;
border-color: #000000;
border-width: 1px 0px 1px 0px;
font-size: 100%;
color: #FFFFFF;
font-weight: bold;
padding: 2px;
margin: 2px 0px 0px 0px;
}
div.boxcontent {
background-color: transparent;
border-style: solid;
border-color: #000000;
border-width: 1px;
margin: 2px 0px 10px 0px;
padding: 4px;
}
div.boxcontent ul {
background-color: transparent;
list-style: none;
padding: 2px;
margin: 0px;
}
|