/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (show annotations)
Sat Jun 24 16:14:18 2006 UTC (17 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 2901 byte(s)
better way to include javascript, moved protoGrowl CSS into app-base.css
1 .form_field {
2 /*
3 background-color: #e0e0e0;
4 padding: 0.5em;
5 */
6 }
7
8 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 th a:link, th a:visited {
23 color: #fff;
24 }
25
26 th a:hover {
27 color: #ccc;
28 text-decoration: none;
29 }
30
31 td {
32 border-bottom: 1px solid #95bce2;
33 vertical-align: top;
34 }
35
36 td * {
37 padding: 0.25em 0.5em;
38 }
39
40 tr.alt td {
41 background: #ecf6fc;
42 }
43
44 tr.over td {
45 background: #bcd4ec;
46 }
47
48 /* position classes */
49
50 .float-left {
51 float: left;
52 display: block;
53 }
54
55 .float-right {
56 float: right;
57 display: block;
58 }
59
60 /* borders */
61
62 .boxed {
63 border: 1px solid #ccc;
64 padding: 1em;
65 margin: 1em;
66 min-width: 10em;
67 min-height: 7em;
68 }
69
70 .boxed ul, .boxed li {
71 margin: 0;
72 /*
73 list-style-type: none;
74 */
75 }
76
77 .boxed-gray {
78 border: 1px dashed #ccc;
79 background-color: #eee;
80 }
81
82 .boxed-yellow {
83 border: 1px dashed #cc8 !important;
84 background-color: #eec !important;
85 }
86
87 /* small layout helpers */
88 .cl {
89 clear: left;
90 }
91
92
93 /* Growl windows */
94
95 div.protogrowl {
96 display: block;
97 width: 350px;
98 height: 40px;
99 }
100
101 div.protogrowl-type-info {
102 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
103 border-right: 3px solid #A19981;
104 border-bottom: 3px solid #A19981;
105 }
106 div.protogrowl-contenthelper-type-info {
107 border: 1px solid #CCCCCC;
108 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
109 padding: 2px 2px 2px 2px;
110 background-color: #FFFFFF;
111 }
112
113 div.protogrowl-type-ok {
114 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
115 border-right: 3px solid #A19981;
116 border-bottom: 3px solid #A19981;
117
118 }
119 div.growl-window-contenthelper-type-ok {
120 border: 1px solid #CCCCCC;
121 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
122 padding: 2px 2px 2px 2px;
123 background-color: #F57900;
124 }
125
126 div.protogrowl-type-warning {
127 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
128 border-right: 3px solid #A19981;
129 border-bottom: 3px solid #A19981;
130
131 }
132 div.growl-window-contenthelper-type-warning {
133 border: 1px solid #CCCCCC;
134 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
135 padding: 2px 2px 2px 2px;
136 background-color: #F57900;
137 }
138
139 div.protogrowl-type-error {
140 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
141 border-right: 3px solid #A19981;
142 border-bottom: 3px solid #A19981;
143
144 }
145 div.growl-window-contenthelper-type-error {
146 border: 1px solid #CCCCCC;
147 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
148 padding: 2px 2px 2px 2px;
149 background-color: #F57900;
150 }
151
152 div.protogrowl-closebutton {
153 float: right;
154 width: 12px;
155 height: 12px;
156 line-height: 12px;
157 font-size: 10px;
158 cursor: pointer;
159 }
160
161 div.protogrowl-title {
162 margin: 0;
163 padding: 0;
164 font-family: Verdana, Arial, Helvetica, sans-serif;
165 font-size: 12px;
166 font-weight: 800;
167 }
168
169 div.protogrowl-content {
170 text-align: left;
171 font-family: Verdana, Arial, Helvetica, sans-serif;
172 font-size: 10px;
173 font-weight: normal;
174 padding-left: 5px;
175 padding-top: 5px;
176 }
177
178 /* Growl windows ends */

  ViewVC Help
Powered by ViewVC 1.1.26