1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/templates/bulletproof/blank_style.css
Garvin Hicking ce33a55c5d Add bulletproof
2007-08-25 12:05:30 +00:00

33 lines
1004 B
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%;
}