Sha256: af3255632b04fbf091284b25e6093893823f127cbc9bf706d52a63b95ee2a7d9
Contents?: true
Size: 1.68 KB
Versions: 3
Compression:
Stored size: 1.68 KB
Contents
@charset "UTF-8"; /** * Stylesheet used for styling general elements such as tables and forms. * * @author Yorick Peterse * @since 0.1a */ body { background: #eee; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; font-size: 13px; } /* Headings */ h1 { font-size:25px; } h2 { font-size:23px; } h3 { font-size:21px; } h4 { font-size:19px; } h5 { font-size:17px; } h6 { font-size:15px; } h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; } /* General */ p,dl,hr,ol,ul,pre,table,address,fieldset { margin-bottom: 20px; } hr { border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0; } .hidden { display: none; } a, a:active, a:visited { color:#607890; } a:hover { color:#036; } /** * Icons and other re-usable images. * * @author Yorick Peterse * @since 0.1 */ .icon_edit,.icon_delete,.icon_add, .icon_success, .icon_error, .icon_info, .icon_view { margin-right: 10px; padding: 5px 3px 5px 25px; } .icon_edit { background: url("../images/zen/icons/edit.png") no-repeat center left; } .icon_delete { background: url("../images/zen/icons/delete.png") no-repeat center left; } .icon_add { background: url("../images/zen/icons/add.png") no-repeat center left; } .icon_success{ background: url("../images/zen/icons/success.png") no-repeat center left; } .icon_error { background: url("../images/zen/icons/error.png") no-repeat center left; } .icon_info { background: url("../images/zen/icons/info.png") no-repeat center left; } .icon_view { background: url("../images/zen/icons/view.png") no-repeat center left; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zen-0.2.7 | lib/zen/public/admin/css/zen/general.css |
zen-0.2.6.1 | lib/zen/public/admin/css/zen/general.css |
zen-0.2.6 | lib/zen/public/admin/css/zen/general.css |