Published in: PHP
URL: http://www.deanjrobinson.com/wordpress/redoable
This is based on styles from the Sawchuk scheme for K2 to create, alert, download, code, construction, new, information, note and callout boxes
* @group Special Styles */ /* This is based on styles from the Sawchuk scheme for K2 */ /* http://www.deanjrobinson.com/wordpress/redoable */ .download, .code, .note, .alert, .new, .construction, .information { background-position: 15px 10px; background-repeat: no-repeat; font-size: 1.2em !important; line-height: 115%; margin: 10px auto; padding: 10px 10px 10px 50px; text-align: left; } ul.download, ul.code, ul.note, ul.alert, ul.new, ul.construction, ul.information { font-size: 1em !important; line-height: 115%; list-style-type: disc; list-style-position: inside; padding: 10px 10px 10px 50px; } ol.download, ol.code, ol.note, ol.alert, ol.new, ol.construction, ol.information { font-size: 1em !important; line-height: 115%; list-style-type: decimal; list-style-position: inside; padding: 10px 10px 10px 65px; } dl.information { font-size: 1em !important; line-height: 115%; padding: 10px 10px 10px 50px; } dl.information dt { font-size: 1.2em !important; font-weight: bold; line-height: 115%; } dl.information dd { line-height: 115%; list-style-type: disc; } .download { background-color: #353; background-image: url('images/package_go.png'); border-bottom: 2px solid #383; border-top: 2px solid #383; } .download a, .download a:visited { border-bottom: 2px dotted #3F3; color: #3F3; text-decoration: none !important; } .download a:hover { border-bottom: 2px dotted #3C3; color: #3C3; text-decoration: none !important; } .code { /* use p class=code when you want to fake it, sometimes handy */ background-color: #444; background-image: url('images/application_osx_terminal.png'); border-bottom: 2px solid #AAA; border-top: 2px solid #AAA; font-family: 'Courier New', Courier, Fixed; } .alert { background-color: #533; background-image: url('images/exclamation.png'); border-bottom: 2px solid #F33; border-top: 2px solid #F33; } .new { background-color: #643; background-image: url('images/new.png'); border-bottom: 2px solid #F93; border-top: 2px solid #F93; } .construction { background-color: #553; background-image: url('images/error.png'); border-bottom: 2px solid #FF3; border-top: 2px solid #FF3; } .information { background-color: #335; background-image: url('images/information.png'); border-bottom: 2px solid #33F; border-top: 2px solid #33F; } .note { background-color: #444; background-image: url('images/page_white_text.png'); border-bottom: 2px solid #AAA; border-top: 2px solid #AAA; } .callout { border-bottom: 2px solid #CCC; border-top: 2px solid #CCC; color: #CCC; font-size: 1.4em !important; margin: 10px auto; padding: 10px; text-align: justify; } /* @end */
You need to login to post a comment.
