2011-01-03 23:49:19 +00:00
|
|
|
body {
|
2011-01-24 05:48:04 +00:00
|
|
|
margin-top: 0;
|
2011-01-28 07:47:44 +00:00
|
|
|
font-family: arial, serif;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
#header {
|
2011-01-03 23:49:19 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2011-01-24 05:48:04 +00:00
|
|
|
|
|
|
|
div.bar {
|
|
|
|
height: 43px;
|
|
|
|
width: 788;
|
2011-01-03 23:49:19 +00:00
|
|
|
text-align: center;
|
2011-01-24 05:48:04 +00:00
|
|
|
background: url(camli-bar-background.png);
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
div.bar div.hatecss {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
2011-01-03 23:49:19 +00:00
|
|
|
text-align: center;
|
2011-01-24 05:48:04 +00:00
|
|
|
width: 788px;
|
|
|
|
height: 43px;
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
margin: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
|
|
|
font-family: 'Droid Sans', arial, serif;
|
|
|
|
text-transform: uppercase;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
div.bar div.hatecss a {
|
|
|
|
color: #fff;
|
|
|
|
margin-left: 0.4em;
|
|
|
|
margin-right: 0.4em;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
div.content {
|
|
|
|
width: 788px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 140%;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
#props {
|
2011-01-28 07:47:44 +00:00
|
|
|
margin-top:1em;
|
2011-01-24 05:48:04 +00:00
|
|
|
text-align: center;
|
2011-01-28 07:47:44 +00:00
|
|
|
font-size: 75%;
|
2011-01-03 23:49:19 +00:00
|
|
|
}
|