minetest-manual/style.css

405 lines
3.1 KiB
CSS
Raw Permalink Normal View History

2012-12-27 10:39:01 -08:00
html {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
body {
2012-12-29 08:55:18 -08:00
2012-12-28 07:54:50 -08:00
background: none repeat scroll 0 0 #333333;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #000000;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
font-family: Arial,Helvetica,sans-serif;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.constrain {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: auto;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
max-width: 60em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
#logo {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
background-image:url(images/banner.jpg);
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
background-repeat:repeat-x;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
height: 126px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
left: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
right: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
top: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
#logo_left {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
width: 126px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
height: 126px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
left: 30px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
top: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
bottom: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
position: absolute;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
#logo_right {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
background-image:url(images/bannerR.jpg);
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
background-repeat:none;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
width: 308px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
height: 126px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
right: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
top: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
bottom: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
position: absolute;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
/*
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
--
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
-- NAVIGATION BARS
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
--
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
*/
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.inbar_left{
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
float: left;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.inbar_right {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
float: right;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.inbar_separator {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #666666;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
display: block;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
float: left;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-size: 18px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin-left: 10px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin-right: 10px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding-top: 4px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-decoration: none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.navlink_normal {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.navlink_special {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.navlink_special2 {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
.navbar {
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
background: none repeat scroll 0 0 #333333;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
height: 32px;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
left: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
right: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
top: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 12:37:59 -08:00
}
2012-12-27 10:39:01 -08:00
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.navbar ul {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
border: 0 none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
list-style-type: none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.navbar ul li {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
display: inline-block;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-size: 18px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 4px 7px 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#navbar ul li a {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #CCCCCC;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
display: block;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-decoration: none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#navbar ul li a:hover {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #FFFFFF;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
background: none repeat scroll 0 0 #FFFFFF;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-size: 90%;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 0;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 1em 0 2em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content img {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 0.5em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content a img {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
border: 1px solid #666666;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content a:hover img {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
border: 1px solid #000000;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content a {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-decoration: none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content a:visited {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content a:hover {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-decoration: underline;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#content h2 h3 h4 {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #222222;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#footer {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
background: none repeat scroll 0 0 #DDDDDD;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
clear: both;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #000000;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
display: block;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin-top: 1em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 0 0.2em 2em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.footerlogo {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: auto;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-align: center;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.footerlogo img {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
vertical-align: middle;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.footerlogo span {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin: 1em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
vertical-align: middle;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.footermainlist {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
display: inline-block;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-align: left;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
vertical-align: middle;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#footer ul {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
list-style: none outside none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 0 0 0 1.5em;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
#footer ul .the_li {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-size: 16px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-weight: bold;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.tooltip {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #005500;
2012-12-29 08:55:18 -08:00
}
.tooltip{
border-bottom: 2px dotted #005500;
}
.tooltip:hover {
border-bottom: 2px solid #005500;
2012-12-27 10:39:01 -08:00
}
.bigbutton {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
width: 210px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
height: 44px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
background-image:url(images/big_button.png);
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
background-repeat:none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
font-size: 20px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
padding: 18px 0 0 20px;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
margin-left: 20px;
2012-12-29 08:55:18 -08:00
cursor: pointer;
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.bigbutton a {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #CCCCCC;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
text-decoration: none;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
.bigbutton a:hover {
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
color: #FFFFFF;
2012-12-29 08:55:18 -08:00
2012-12-27 10:39:01 -08:00
}