Monday 23 January 2012

CSS For Zabira Records in Table


/* CSS For Zabira  Records */

body {
background-color: #e5e5e5;
font-family: Arial, Helvetica, sans-serif;
}
#listing {
width: 1000px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
background-color: #FFFFFF;
padding: 20px;
border: 4px solid #999999;
-moz-border-radius: 9px;
}
h1 {
font-size: 20px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #000033;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding: 0px 0px 5px 0px;
}


img {
height: 50px;
width: 50px;
border: 1px solid #000033;
}

th {
text-align: left;
font-size: 15px;
}

td {
font-size: 13px;
}

.even {
background-color: #CCCCCC;

}

.button {
padding: 10px; height: 50px;
width: 100%;
color: #FFFFFF;
background-color: #666666;
border: 1px solid #000000;
font-weight: bold;
cursor:pointer;
-moz-border-radius: 5px;
}

No comments:

Post a Comment