CS
: WikiCssAlan
CsWiki :: LogIn
/* WikiCssAlan a WikiCss CSS for Wakka

Design for Mozilla first
*/

Body{
background-image: url(http://personal.cityu.edu.hk/~50261693/images/grassbg.png)
background-color: #D4E6EA;
background-attachment: fixed;
background-position: bottom;
background-repeat: repeat-x;
z-index: 1;
}

a {
/*border:1px solid;
border-color: #fff;
padding:0 10px;
font:bold 8pt Verdana,sans-serif;
color:#0076A3;
background:#fff;
margin:5px;
-moz-border-radius: 15px;*/
}

a:visited, a:hover,
a:visited:hover, a:active{
color: #0076A3;
}



.header, .subheader {
width: 200px;
float: right;
clear: right;
background: #ffffff;
-moz-border-radius: 15px;
margin-bottom: 20px;
padding: 10px;
margin-right: 5px;
}

/*.logo {
position: absolute;
background: url() no-repeat top right;
background-attachment: scroll;
z-index: 0;
}*/

.wikiname{
display: inline;
}

.currentpage {
display: inline;
}

.page {
color: black;
margin-left: auto;
margin-right: 250px;
text-align: left;
border: thin;
border-color: #53992E;
border-style: dashed;
padding: 10px;
padding-bottom: 50px;

background: url() no-repeat top right;
background-attachment: scroll;

-moz-border-radius: 15px;
}

.footer{
width: 90%;
padding: 10px;
margin-left: auto;
border: thin;
border-color: White;
border-style: dashed;
}

.copyright{
clear: both;
font-size: xx-small;
text-align: right;
}