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