BAŞLIK ALANI CSS

}

hr {
margin: 0;
padding: 0;
border: none;
height: 1px;
background: #cccccc;
}

legend {
font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
font-weight: 300;
margin: 5px;
background-color:#000;
opacity:0.7;
height:30px;
padding-left: 25px;
padding-top: 15px;
padding-bottom: 5px;
text-transform:uppercase
}



CONTENT BOX CSS

.xdbbloka {
background-color:#28B779;
border:2px solid #186E49;
display:inline-block;
color:#ffffff;
font-family:ubuntu;
font-size:15px;
font-weight:normal;
padding:15px;
text-decoration:none;
opacity: 0.8;
width: 235px;
}
.xdbbloka:hover {
opacity: 1;
}
.xdbbloka:active {
position:relative;
top:3px;
}