Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 14: | Zeile 14: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | |||
** Logo properties | |||
*/ | |||
#p-logo { | |||
top: 0; | |||
left: 0; | |||
position: absolute; /*needed to use z-index */ | |||
z-index: 3; | |||
height: 0px; | |||
width: 12em; | |||
overflow: visible; | |||
} | |||
#p-logo h5 { | |||
display: none; | |||
} | |||
#p-logo a, | |||
#p-logo a:hover { | |||
display: block; | |||
height: 0px; | |||
width: 12.2em; | |||
Background-repeat: no-repeat; | |||
Background-position: 35% 50% !important; | |||
text-decoration: none; | |||
} | } |
Version vom 18. Dezember 2008, 13:16 Uhr
/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
#globalWrapper {
position: absolute;
top: 100px;
font-size: 127%;
width: 100%;
margin: 0;
padding: 0;
}
** Logo properties
*/
#p-logo {
top: 0;
left: 0;
position: absolute; /*needed to use z-index */
z-index: 3;
height: 0px;
width: 12em;
overflow: visible;
}
#p-logo h5 {
display: none;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 0px;
width: 12.2em;
Background-repeat: no-repeat;
Background-position: 35% 50% !important;
text-decoration: none;
}