38 lines
845 B
CSS
38 lines
845 B
CSS
|
.pagination{background: #eee; margin: 5px; padding: 10px;}
|
||
|
.pagination .digit{padding: 0 10px 0 10px; display: inline;}
|
||
|
.pagination .digit:hover, .content .pagination .current{padding: 2px 10px 2px 10px; background: #fff; font-weight: 900; -moz-border-radius:5px}
|
||
|
|
||
|
|
||
|
.footer {
|
||
|
text-align: center;
|
||
|
padding: 30px 0;
|
||
|
margin-top: 70px;
|
||
|
border-top: 1px solid #e5e5e5;
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
.footer p {
|
||
|
margin-bottom: 0;
|
||
|
color: #777;
|
||
|
}
|
||
|
.footer-links {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
.footer-links li {
|
||
|
display: inline;
|
||
|
padding: 0 2px;
|
||
|
}
|
||
|
.footer-links li:first-child {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
#add{width:90%;text-align:left;}
|
||
|
#add input{min-width:300px;}
|
||
|
#add textarea{min-width:100px;min-height:200px;width:80%;}
|
||
|
#add #copy_html{display:none;}
|
||
|
#add #notes-preview{display:none;}
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.sidebar{
|
||
|
display:none;
|
||
|
}
|