Ignore:
Timestamp:
3 Oct 2005, 07:22:01 (19 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunk/skins/WAEUP/waeup.css.dtml

    r5 r35  
    1717/* In public.css */
    1818
     19
     20#portal-logo_left {
     21    background: url(&dtml-portal_url;/&dtml-logoNameLeft;) no-repeat;
     22    border: 0;
     23    margin: 0;
     24    padding: 0;
     25    float: right;
     26}
     27
     28#portal-logo_left a {
     29    display: block;
     30    text-decoration: none;
     31    overflow: hidden;
     32    border: 0;
     33    margin: 0;
     34    padding: 0;
     35    padding-top: <dtml-var "_[logoNameLeft].height">px;
     36    height: 0px !important;
     37    height /**/: <dtml-var "_[logoNameLeft].height">px;
     38    width: <dtml-var "_[logoNameLeft].width">px;
     39    cursor: pointer;
     40}
     41
     42#portal-logo_right {
     43    background: url(&dtml-portal_url;/&dtml-logoNameRight;) no-repeat;
     44    border: 0;
     45    margin: 0;
     46    padding: 0;
     47    float: left;
     48}
     49
     50#portal-logo_right a {
     51    display: block;
     52    text-decoration: none;
     53    overflow: hidden;
     54    border: 0;
     55    margin: 0;
     56    padding: 0;
     57    padding-top: <dtml-var "_[logoNameRight].height">px;
     58    height: 0px !important;
     59    height /**/: <dtml-var "_[logoNameRight].height">px;
     60    width: <dtml-var "_[logoNameRight].width">px;
     61    cursor: pointer;
     62}
     63
     64.LogoLeft {
     65    margin-top: 0.75em;
     66}
     67
     68.LogoRight {
     69    margin-top: 0.75em;
     70    margin-left: 1.6em;
     71}
     72
     73#portal-searchbox {
     74    float: right;
     75    clear: right;
     76    background-color: transparent;
     77    margin: 1.5em 0 0 0;
     78    padding: 0 2em 0 0;
     79    text-align: right;
     80    text-transform: &dtml-textTransform;;
     81    white-space: nowrap;
     82    z-index: 2;
     83    position  :absolute;
     84    right    : 12px;
     85    top: 20px
     86}
     87
     88#portal-siteactions {
     89    background-color: transparent;
     90    white-space: nowrap;
     91    list-style-image: none;
     92    list-style-type: none;
     93    margin: 1px 0 0 0;
     94    height: auto;
     95    line-height: normal;
     96    float: right;
     97    padding: 3px 2em 3px 0;
     98    position  :absolute;
     99    right    : 10px;
     100    top: 0px
     101}
     102
     103
    19104#portal-breadcrumbs {
    20105    /* The path bar, including breadcrumbs and add to favorites */
     
    23108    border-bottom-width: &dtml-borderWidth;;
    24109    border-bottom: none;
    25     padding-left: 3em;
    26     padding-right: 2em;
     110    padding: 0em;
     111    margin-left: 2.2em;
    27112    text-transform: &dtml-textTransform;;
    28113    line-height: 1.6em;
Note: See TracChangeset for help on using the changeset viewer.