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
Line 
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
11/*_____________________ SC Messaging ____________________*/
12.sc-msg { font-family: verdana,geneva,arial,sans-serif; }
13
14.sc-msg-warning
15.sc-msg-error
16.sc-msg-success
17.sc-msg-notice {
18    margin: 0 0 6px 0;
19    padding: 5px;
20    background: #fff;
21    color: #f00;
22    border: 1px solid #f00;
23}
24.sc-msg-success { color: #090; border-color: #090; }
25.sc-msg-notice { color: #C60; border-color: #C60; }
26
27/*_____________________ pEdit Forms ____________________*/
28
29.sc-pedit-form {}
30
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;
38}
39
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;
46}
47#sc-pedit-versions-table th {
48    white-space: nowrap;
49}
Note: See TracBrowser for help on using the repository browser.