1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_config/resources/style.css
zedshaw 2f049babd1 mongrel_config now adapts to the platform it runs on and does either a win32 specific tool or a regular one, but with a similar interface.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@109 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-14 05:48:37 +00:00

170 lines
No EOL
3 KiB
CSS

/* CSS Document */
body {
margin: 25px auto 0px auto;
background-image: url(/config/resources/images/top.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
text-align: center;
}
a:hover {
color: #990000;
text-decoration: underline;
}
a {
color: #990000;
text-decoration: none;
}
#container {
font-weight: normal;
margin: 0px auto 0px auto;
width: 686px;
text-align: center;
}
#main {
padding-top: 50px;
padding-bottom: 50px;
border: 1px solid #CC0000;
height: auto;
}
#title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 36px;
color: #FFF;
font-weight: normal;
font-size:36px;
text-align: center;
color: #FFFFFF;
padding-top: 28px;
}
#top {
margin: 0px auto;
width: 686px;
height: 96px;
background: url(/config/resources/images/topbar.jpg) no-repeat
}
#middle {
background: url(/config/resources/images/middle.jpg) no-repeat;
background-repeat: repeat-y;
margin: -2px auto 0px auto;
}
#bottom {
margin: -100px auto 0px;
width: 686px;
height: 106px;
background: url(/config/resources/images/bottom.gif) no-repeat;
clear: center;
}
#nav {
width: 455px;
padding: 20px 30px 10px;
margin: 0px auto;
color: #999;
font-weight: normal;
font-size: 11px;
text-align: center;
}
#nav li {
list-style: none;
display: inline;
margin-right: 20px;
}
#nav a {
font-size: 10px;
font-weight: bold;
color: #999;
text-decoration: none;
}
#nav a:hover {
color: #990000;
text-decoration: underline;
}
#content {
padding: 0px 68px 1px 68px;
margin: 0px auto 0px auto;
text-align: left;
height: 370px;
}
#side {
margin: 30px auto 0px auto;
width: 110px;
border-left: 1px dotted #C4D0D7;
padding: 0px 10px 0px 20px;
color: #999;
float: right;
font-size: 70%;
}
#content h2 {
color: #990000;
font-weight: bolder;
font-size: 14px;
padding: 0px 135px 0px 10px;
}
#content h2 a:hover{
color: #990000;
text-decoration: underline;
}
#content h2 a{
text-decoration: none;
}
#content h3 {
color: #000000;
font-size: 10px;
letter-spacing: .3em;
padding: 0px 135px 0px 10px;
text-decoration: underline;
}
#content p {
padding: 0px 170px 0px 10px;
font-size: 70%;
line-height: 1.7em;
margin: 0px 0px 1.7em 0px;
vertical-align: top;
color: #666666;
}
#footertext {
font-size: 10px;
font-weight: bold;
margin: 20px auto 0px;
height: 20px;
width: 686px;
height: 31px;
text-align: center;
color: #888;
}
#footertext a {
font-size: 10px;
font-weight: bold;
color: #999;
text-decoration: none;
}
#footertext a:hover {
text-decoration: underline;
}
b { font-size: 10pt; }
#viewport {
overflow: auto; width: 400px; height: 320px;
}
table {
border-collapse: collapsed;
}
td {
font-size: 11px;
padding: 5px;
}
th {
border: 1px #990000 solid;
font-size: 12px;
background-color: #955;
color: #eeeeee;
}