★ Theme
@import url(http://www.wikidot.com/common--theme/shiny/css/style.css);
 
/* --------------------- HIDDEN ELEMENTS ---------------------*/
 
#login-status {
    display: none;
}
 
#page-title {
    display: none;
}
 
/* --------------------- HEADER ---------------------*/
 
#header {
    background-image: url(http://testsubject.m0nkey.com/minecraft/MCAlmanac/header_bg.png);
    background-repeat: repeat-x;
    padding-bottom:0px;
    height:15em;
    z-index:1;
    width:auto;
}
 
#header-extra-div-1  {
    background:url("http://testsubject.m0nkey.com/minecraft/MCAlmanac/mcalmanac_logo1.gif") no-repeat scroll 0 0 transparent;
    position:absolute;
    height:70px;
    width:550px;
    margin-top:13px;
    margin-left:10px;
    z-index:-1;
}
 
#header h1 {
    background:none repeat scroll 0 0 transparent;
    display:block;
    font-size:180%;
    margin:0;
    opacity:0;
    filter:alpha(opacity=0);
    padding:0;
    text-decoration:none;
    width:550px;
}
 
#search-top-box {
    float:left;
    position:absolute;
    top:35px;
    right:25px;
    padding:0px 0px 0px 0px;
}
 
#top-bar {
    float:left;
    left:0px;
    position:absolute;
    top:96px;
}
 
/* --------------------- BODY ---------------------*/
 
#main-content  {
    margin:0 auto;
    width:1050px;
}
 
#container {
    background-color:#000;
    background-image: url(http://testsubject.m0nkey.com/minecraft/MCAlmanac/bg.gif);
    background-repeat:repeat;
}
 
/* --------------------- ARTICLE TEMPLATES (DIV BOXES) ---------------------*/
 
.box {
    background: #FFF;
    border: 2px solid #000;
    padding: 15px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 10px;
    width:1000px;
    height:460px;
    margin-left:auto;
    margin-right:auto;
}
 
.box-header h2 {
    background: #2a2a2a;
    border: 2px solid #000;
    padding:10px;
    width: auto;
    color:#FFF;
    margin:0px 0px 10px;
    font-weight:bold;
}
 
/* --------------------- FRONT PAGE/SEARCH BOX DIV BOX ---------------------*/
 
.quote2 {
    background: #F7F7F7;
    border: 1px solid #000;
    padding:5px;
    margin:15px;
    width:auto;
}
 
.quote {
    background: #FFF;
    border: 2px solid #000;
    padding: 15px;
    width: auto;
    font-family: Tahoma;
    font-size: 13px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 10px;
}
 
/* --------------------- FOOTER ---------------------*/
 
#license-area {
    background-color:#FFF;
    background-image: url(http://testsubject.m0nkey.com/minecraft/MCAlmanac/maincontent_bg.png);
    background-repeat: repeat;
}
 
#footer {
    width:auto;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License