/[transports]/trunk/web/static/css/app-base.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/web/static/css/app-base.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (hide annotations)
Sun Jun 11 02:59:18 2006 UTC (17 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 864 byte(s)
refactor user editor into fragments
1 dpavlin 4 .form_field {
2     /*
3     background-color: #e0e0e0;
4     padding: 0.5em;
5     */
6     }
7    
8 dpavlin 35 table {
9     border-collapse: collapse;
10     }
11    
12     th {
13     background: #3e83c9;
14     color: #fff;
15     font-weight: bold;
16     padding: 0.25em 0.5em;
17     text-align: left;
18     border-right: 1px solid #fff;
19     line-height: 1.2;
20     }
21    
22     td {
23     border-bottom: 1px solid #95bce2;
24     vertical-align: top;
25     }
26    
27     td * {
28     padding: 0.25em 0.5em;
29     }
30    
31     tr.alt td {
32     background: #ecf6fc;
33     }
34    
35     tr.over td {
36     background: #bcd4ec;
37     }
38    
39 dpavlin 64 /* position classes */
40 dpavlin 35
41 dpavlin 64 .float-left {
42     float: left;
43 dpavlin 65 display: block;
44 dpavlin 64 }
45    
46     .float-right {
47     float: right;
48     display: block;
49     }
50    
51     /* borders */
52    
53     .boxed {
54     border: 1px dashed #ccc;
55     background-color: #eee;
56     padding: 1em;
57     margin: 1em;
58     min-width: 10em;
59     min-height: 7em;
60     }
61    
62     .boxed ul, .boxed li {
63     margin: 0;
64     /*
65     list-style-type: none;
66     */
67     }
68    
69 dpavlin 65 .boxed-yellow {
70     border: 1px dashed #cc8 !important;
71     background-color: #eec !important;
72     }

  ViewVC Help
Powered by ViewVC 1.1.26