Blogtheme
@import url(http://www.wikidot.com/common--theme/bloo/css/style.css);
 
#page-content{
min-height:800px;
 
}
 
#top-bar{
display: none;
}
 
#search-top-box{
display: none;
}
 
#header h2{
display: none;
}
 
#side-bar {
    display:none;
 
}
 
/* Rounded Boxes */
 
.box {
   padding: 15px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 10px;
    height: auto;
    width: auto;
    background: yellow;
   margin: 10px;
 
}
 
/* Customized Links */
.blacklink a {
    color: #000000;
    font-weight: normal;
    font-size: 100%;
 
}
.blacklink a:hover {
    color: #881c1c;
    font-weight: normal;
    font-size: 100%;
 
}
 
.undeclink a {
    text-decoration: none;
}
.undeclink a:hover {
    color: #000000
    text-decoration: underline;
}
 
.blackundeclink a {
    color: #000000;
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
}
.blackundeclink a:hover {
    color: #881c1c;
    font-weight: normal;
    font-size: 100%;
    text-decoration: underline;
}
css
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License