Initial commit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
#mhead{
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #e3e3e3;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
text-align: center;
|
||||
font-family: georgia;
|
||||
}
|
||||
#pagination table{
|
||||
width:960px;
|
||||
margin:0px auto;
|
||||
font-family:Tahoma,Arial,Verdana,sans-serif;
|
||||
font-size:13px;
|
||||
padding:4px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.head{
|
||||
background:lightseagreen;
|
||||
}
|
||||
#pagination table tr td{
|
||||
padding: 8px;
|
||||
text-transform:capitalize;
|
||||
border:1px solid #d1d1d1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pagination{
|
||||
width:600px;
|
||||
margin:0px auto;
|
||||
}
|
||||
.pagination .current{
|
||||
padding: 4px 10px;
|
||||
color: black;
|
||||
margin: 1px 0px 9px 6px;
|
||||
display: block;
|
||||
text-decoration:none;
|
||||
float: left;
|
||||
text-transform: capitalize;
|
||||
background: whitesmoke;
|
||||
}
|
||||
.pagination .page-numbers{
|
||||
padding: 4px 10px;
|
||||
color: white !important;
|
||||
margin: 1px 0px 9px 6px;
|
||||
display: block;
|
||||
text-decoration:none;
|
||||
float: left;
|
||||
text-transform: capitalize;
|
||||
background: #00b4cc;
|
||||
}
|
||||
Reference in New Issue
Block a user