source: trunk/css/codebase.inc.css @ 98

Last change on this file since 98 was 98, checked in by scdev, 18 years ago

B - pEdit formatting ticket #1

File size: 1.2 KB
RevLine 
[1]1/**
2 * codebase.css
3 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
4 *
5 * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily
6 * edit this code! This file is used between many sites and modifying it may result
7 * in something breaking. Instead, overwrite these values in a specific site by
8 * adding new definitions to a screen.css file.
9 */
10
[98]11/*_____________________ SC Messaging ____________________*/
12.sc-msg { font-family: verdana,geneva,arial,sans-serif; }
[1]13
[98]14.sc-msg-warning
15.sc-msg-error
16.sc-msg-success
17.sc-msg-notice {
[1]18    margin: 0 0 6px 0;
19    padding: 5px;
20    background: #fff;
[98]21    color: #f00;
22    border: 1px solid #f00;
[1]23}
[98]24.sc-msg-success { color: #090; border-color: #090; }
25.sc-msg-notice { color: #C60; border-color: #C60; }
[1]26
[98]27/*_____________________ pEdit Forms ____________________*/
[1]28
[98]29.sc-pedit-form {}
[1]30
[98]31.sc-pedit-item,
32.sc-pedit-buttons { margin: .75em 0; }
33
34#sc-pedit-versions-table {
35    margin-bottom: .75em;
36    border-collapse: collapse;
37    border-spacing: 0;
[1]38}
39
[98]40#sc-pedit-versions-table th, 
41#sc-pedit-versions-table td {
42    border-bottom: 1px solid #CC9;
43    margin: 0;
44    padding: 2px 10px;
45    vertical-align: baseline;
[97]46}
[98]47#sc-pedit-versions-table th {
48    white-space: nowrap;
[97]49}
Note: See TracBrowser for help on using the repository browser.