45 lines
1.2 KiB
CSS
45 lines
1.2 KiB
CSS
/**********************************************************************/
|
|
/* Template: bulletproof for Serendipity (http://www.s9y.org) */
|
|
/* Authors: Matthias Mees, David Cummins and Don Chambers */
|
|
/* */
|
|
/* Stylesheet for the colorset 'blank' */
|
|
/* */
|
|
/* http://s9y-bulletproof.com */
|
|
/**********************************************************************/
|
|
|
|
|
|
#wrapper,
|
|
#navbarsearchform input {
|
|
border: 1px solid #ddd;
|
|
/* this is just to outline the wrapper since there are no */
|
|
/* colors in the 'blank' colorset. Same for other borders */
|
|
}
|
|
|
|
#serendipity_banner,
|
|
#sitenav {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
#footer {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
input#serendipityQuickSearchTermField {
|
|
border: 1px solid #ddd!important;
|
|
}
|
|
|
|
.s9y_wrap {
|
|
font-size: 69%;
|
|
}
|
|
|
|
/* edit link for all sidebar items */
|
|
.serendipity_edit_nugget {
|
|
font-weight: bold;
|
|
margin-top: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.serendipity_edit_nugget a {
|
|
background: transparent url('img/configure.png') bottom left no-repeat;
|
|
padding: 4px 0 0 20px;
|
|
} |