ed1a383ee6
in templates and pulled parts out in new templates, fixed some bugs and typos from previous commits moved new events, ratings and caches HTML code generation into separate templates and changed templates accordingly to avoid redundant code moved generation of HTML code for RSSParser into separate smarty template and changed involved files accordingly moved code that generates the "new" (cache, event, rating, forum, blog, etc.) sections into separate class to avoid redundant code
62 lines
846 B
CSS
Executable File
62 lines
846 B
CSS
Executable File
/***************************************************************************
|
|
* You can find the license in the docs directory
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************/
|
|
/*
|
|
* opencaching.de - landingpage styles
|
|
*/
|
|
|
|
div#frame {
|
|
width: 970px;
|
|
margin: 0 auto 5px auto;
|
|
background-color: white;
|
|
}
|
|
|
|
a.links:visited {
|
|
color: black;
|
|
}
|
|
|
|
div#head {
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
div#content {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
div#foot {
|
|
margin-top: 20px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
div#head img#oc404 {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
p.text {
|
|
font-size: 165%;
|
|
}
|
|
|
|
table.narrowtable {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
div.sresult {
|
|
margin: 20px 0 0 50px;
|
|
}
|
|
|
|
span.dnf {
|
|
font-size: 300%;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
ul.nodot li {
|
|
font-size: 110%;
|
|
} |