Changeset 4415 for waeup


Ignore:
Timestamp:
21 Jul 2009, 15:01:08 (15 years ago)
Author:
uli
Message:

Update standard CSS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/static/app.css

    r4122 r4415  
    88}
    99
     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
    1055h1,h2,h3 {
    1156        color: #005500;
    12         font-weight: normal;
     57        font-weight: bold;
     58        font-size: 120%;
     59        border-bottom: 1px solid;
    1360}
    1461
     
    1764}
    1865
    19 a:hover {
     66a:hovers {
    2067        text-decoration: underline;
    2168}
     
    62109        */
    63110        font-size: x-small;
     111        text-align: center;
    64112}
    65113
     
    130178  border: 1px dotted #050;
    131179}
     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 TracChangeset for help on using the changeset viewer.