/** * codebase.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. */ .sc-msg-success, .sc-msg-notice, .sc-msg-warning, .sc-msg-error { margin: 0 0 6px 0; padding: 5px; background: #fff; color: #f00; border: 1px solid #f00; } .sc-msg-success { color: #090; border-color: #090; } .sc-msg-notice { color: #C60; border-color: #C60; } form .sc-msg-success, form .sc-msg-notice, form .sc-msg-warning, form .sc-msg-error { border-style: none; padding: 0; } /* 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; }