HOME | DD
Published: 2016-10-20 20:30:49 +0000 UTC; Views: 73; Favourites: 1; Downloads: 0
Redirect to original
Description
SKIN HEADER IN DISCRIPTIONPut this in the Skin CSS:
.side {
display: block;
text-align: center;
background: #e0f9f3 ;
position: absolute;
left: 0px;
top: 0px;
float: left;
padding: 10px;
padding-top: 30px;
width: 350px;
border: solid
border: #e0f9f3 ;
margin-bottom: 0px;
height: 100%;
}
.sidebuttons {
background: #e5fff2 ;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
width: 50%;
text-align: center;
font: 20px Courier New;
float: left;
text-align: center;
position-left: 20px;
text-decoration: none;
color: #be5bc1 ;
transition: background-color 0.5s;
transition-timing-function: ease-in-out;
}
a, small {
background: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
width: 50%;
text-align: center;
font: 20px Courier New;
float: left;
text-align: center;
position-left: 20px;
text-decoration: none;
color: #be5bc1 ;
transition: background-color 2s;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
background: none;
font: 20px Courier New;
float: left;
text-align: center;
color: #be5bc1 ;
}
.sidebuttons:hover {
background-color: #ffffff ;
}
* {
background:#FFF5FC ;
}








