/** * codebase.inc.css * * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily * edit this code! This file is used between many sites and modifying it may result * in something breaking. Instead, overwrite these values in a specific site by * adding new definitions to a screen.css file. */ /* App.inc.php ------------------------------------------------------ */ .sc-msg { z-index: 2000000000; /* Close to the maximum of a 32-bit integer. */ margin: 1em 0; background: #fafafa; padding: 0; border: none; } form .sc-msg-success label { color: #76B15B; font-weight: bold; } form .sc-msg-notice label { color: #B19332; font-weight: bold; } form .sc-msg-warning label { color: #9200AE; font-weight: bold; } form .sc-msg-error label { color: #b34; font-weight: bold; } .sc-msg > .sc-msg-success { color: #76B15B; font-weight: bold; } .sc-msg > .sc-msg-notice { color: #B19332; font-weight: bold; } .sc-msg > .sc-msg-warning { color: #9200AE; font-weight: bold; } .sc-msg > .sc-msg-error { color: #b34; font-weight: bold; } .sc-msg > .sc-msg-success, .sc-msg > .sc-msg-notice, .sc-msg > .sc-msg-warning, .sc-msg > .sc-msg-error { padding: .25em .5em; margin: 5px 0; color: #fff; } .sc-msg > .sc-msg-success a, .sc-msg > .sc-msg-notice a, .sc-msg > .sc-msg-warning a, .sc-msg > .sc-msg-error a { color: #fff; text-decoration: underline; } .sc-msg > .sc-msg-success { background-color: #76B15B; } .sc-msg > .sc-msg-notice { background-color: #B19332; } .sc-msg > .sc-msg-warning { background-color: #9200AE; } .sc-msg > .sc-msg-error { background-color: #b34; } /* PEdit.inc.php ---------------------------------------------------- */ .sc-pedit-form {} .sc-pedit-item, .sc-pedit-buttons { margin: .75em 0; } .sc-pedit-buttons { clear: both; } #sc-pedit-versions-table { margin-bottom: .75em; border-collapse: collapse; border-spacing: 0; } #sc-pedit-versions-table th, #sc-pedit-versions-table td { border-bottom: 1px solid #CC9; margin: 0; padding: 2px 10px; vertical-align: baseline; } #sc-pedit-versions-table th { white-space: nowrap; } /* Utilities.inc.php ------------------------------------------------ */ .sc-highlightwords { background-color: #EBFE00; color: #000; } /* Captcha.inc.php -------------------------------------------------- */ #sc-captcha { font-size: 0.5em; line-height: 0.8em; }