source: main/waeup.sirp/trunk/src/waeup/sirp/static/app.css @ 5481

Last change on this file since 5481 was 4789, checked in by uli, 15 years ago

Merge changes from ulif-layout back into trunk (finally).

  • Property svn:style set to native
File size: 3.1 KB
Line 
1html {
2        font-family: JansonText, Georgia, Times;
3        color: black;
4        padding: 0;
5        text-align: left;
6        line-height: 1.2;
7        background-color: #FFEEBB;
8}
9
10#uni-title {
11        font-size: 24px;
12        font-weight: bold;
13        padding-top: 20px;
14        position: absolute;
15}
16
17#yui-gen1 {
18        background-color: #FFEEBB;
19        border: 3px;
20}
21
22
23div.yui-layout-bd-nohd {
24        background-color: #0f0;
25        border: 0px;
26}
27
28.actionbarlink {
29        background-color: #feb;
30        padding: 3px;
31        text-align: center;
32}
33
34.actionbarlink a{
35        text-decoration: underline;
36}
37
38.actionbarlink img {
39        position: absolute;
40}
41
42.actionbarlink span {
43        padding-left: 20px;
44}
45
46.yui-link-button img {
47        position: absolute;
48        padding-top: 5px;
49}
50
51.yui-link-button a span {
52        padding-left: 20px;
53}
54
55h1,h2,h3 {
56        color: #005500;
57        font-weight: bold;
58        font-size: 120%;
59        border-bottom: 1px solid;
60}
61
62a {
63        text-decoration: none;
64}
65
66a:hovers {
67        text-decoration: underline;
68}
69
70#hd,#bd,#ft {
71        text-align: left;
72        /* vertical-align: center; */
73}
74
75#hd {
76}
77
78#logo {
79        height: 80px;
80        clear: both;
81}
82
83#logo img {
84        align: left;
85        float: left;
86        padding-right: 2em;
87        padding-left: 0.5em;
88}
89
90#logo h1 {
91        font-size: 60px;
92        font-family: Georgia, Times, serif;
93}
94
95#bd {
96        border-top: 1px solid #ccc;
97        border-bottom: 1px solid #ccc;
98}
99
100#ft {
101        padding: 0.25em;
102        /*
103        border-top: 1px solid #ccc;
104        position:absolute;
105        bottom: 0;
106        left:0;
107        height: 2em;
108        width: 100%;
109        */
110        font-size: x-small;
111        text-align: center;
112}
113
114#left {
115        border-right: 1px solid #050;
116        border-left: 1px solid #050;
117        background-color: #ccc;
118}
119
120#yui-main {
121        padding-top: 1em;
122}
123
124#yui-main .yui-b {
125}
126
127#adminbar {
128/*      border-bottom: 1px solid #ccc; */
129}
130
131.menubar {
132        width: 100%;
133        text-align: right;
134}
135
136
137.menubar ul {
138        text-align: right;
139        overflow: hidden;
140}
141
142.menubar ul li {
143        list-style-type: none;
144        display: inline;
145        background-color: #eee;
146        padding: 0.25em;
147        border: 1px solid #005500;
148        border-bottom: none;
149}
150
151.menubar ul li:hover {
152        background-color: #ddd;
153}
154
155.menubar ul li a {
156        color: black;
157        text-decoration: none;
158}
159
160.portlet {
161        padding: 1em;
162        border-bottom: 1px dotted #050;
163}
164
165.portlet h3 {
166        font-family: Verdana, Helvetica, Arial, sans-serif;
167        font-weight: bold;
168        font-size: small;
169}
170
171.message {
172  background-color: #fe0;
173  color: #000;
174  text-align: center;
175  font-weight: bold;
176  padding: 2px;
177  padding-right: 10px;
178  border: 1px dotted #050;
179}
180
181.yui-skin-sam .yui-layout .yui-layout-clip {
182/* collapsed unit */
183  background-color: #edc;
184}
185
186.yui-layout, .yui-layout-doc {
187  background-color: #feb;
188}
189
190.yui-layout-wrap, .yui-layout-bd, .yui-layout-clip {
191  backgr/ound-color: #feb;
192}
193
194div.yui-layout-bd-nohd {
195  background-color: #ffc;
196}
197
198.yui-layout-unit {
199  background-color: #feb;
200}
201
202#alayout-doc {
203        background-color: #FFEEBB;
204}
205
206#div, .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
207
208}
209
210.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
211/* asd */
212  background-color: #ffc;
213}
214
215#innermain {
216  padding: 5px;
217}
218
219.yui-skin-sam .yui-resize .yui-resize-handle {
220  background-color: #feb;
221}
222
223#hd {
224  padding: 5px;
225}
226
227th, td {
228  font-family: arial, sans-serif;
229}
Note: See TracBrowser for help on using the repository browser.