This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwb-ged-proto/server/style.css

173 lines
2.5 KiB
CSS

/* theme derived and inspired by TerraFirma
* <http://www.oswd.org/design/information/id/3557/>
*/
html, body {
margin: 0;
font-family: sans-serif;
}
html {
background: #F9F9F7 url(a1.gif) repeat-x;
color: #8c8c73;
}
a {
color: #413C3C;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
div#wrap {
background: white;
width: 95%;
margin: 2em auto;
margin-bottom: 0;
padding: 15px;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75);
position: relative;
}
#header
{
position: absolute;
background: #FF7800 url(a8.gif) repeat-x;
-moz-border-radius: 6px 0 0 6px;
-webkit-border-radius: 6px 0 0 6px;
width: 212px;
height: 92px;
color: #fff;
padding-left: 10px;
z-index: 14;
}
#header h1
{
font-size: 23px;
letter-spacing: -1px;
padding-top: 30px;
margin: 0;
}
#header span
{
margin: 0;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
}
#header span a {
color: white;
}
#splash
{
position: absolute;
right: 15px;
background: #5D91E5 url(sky-birds.jpg) no-repeat top right;
width: 90%;
height: 87px;
-moz-border-radius: 0 6px 6px 0;
-webkit-border-radius: 0 6px 6px 0;
z-index: 10;
color: white;
font-weight: bold;
text-shadow: 1px 1px 1px black;
text-align: right;
padding-right: 10px;
padding-top: 5px;
}
div#content {
margin: 1em 1ex;
margin-top: 100px;
padding: 1ex;
}
div#content h2 {
margin-top: 0;
font-weight: normal;
color: #656551;
font-size: 18px;
letter-spacing: -1px;
line-height: 25px;
margin-bottom: 20px;
padding: 0 0 10px 15px;
position: relative;
top: 4px;
background: url(../images/a22.gif) bottom repeat-x;
}
#footer
{
font-size: 70%;
position: relative;
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
background-image: url(../images/a50.gif);
color: #A8A88D;
}
#footer a
{
color: #8C8C73;
}
div#appbar a {
position: relative;
top: -45px;
float: right;
padding-left: 15px;
padding-right: 15px;
}
div#content h2 {
margin-top: 0;
font-weight: normal;
color: #656551;
font-size: 18px;
letter-spacing: -1px;
line-height: 25px;
margin-bottom: 20px;
padding: 0 0 10px 15px;
position: relative;
top: 4px;
background: url(a22.gif) bottom repeat-x;
}
div#debug {
position: absolute;
top: 0;
right: 0;
}
#preview {
position: absolute;
z-index: 10;
top: 140px;
left: 400px;
border: 1px solid gray;
}
a.nav.next {
margin-left: 10px;
}
span.score {
display: none;
}