|
|
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| /** Do not force 'lowercase' */
| |
| .portlet h5,
| |
| .portlet h6,
| |
| #p-personal ul,
| |
| #p-cactions li a {
| |
| text-transform: none;
| |
| }
| |
| body {
| |
| font: x-small sans-serif;
| |
| Background: #a992c6;
| |
| color: black;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
|
|
| |
| #globalWrapper {
| |
| position: absolute;
| |
| top: 100px;
| |
| font-size: 127%;
| |
| width: 100%;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| #column-content {
| |
| width: 100%;
| |
| float: right;
| |
| margin: 0 0 .6em -12.2em;
| |
| padding: 0;
| |
| }
| |
| #content {
| |
| margin: 2.8em 0 0 12.2em;
| |
| padding: 0 1em 1.5em 1em;
| |
| position: relative;
| |
| z-index: 2;
| |
| }
| |
| #column-one {
| |
| padding-top: 21px;
| |
| }
| |
| #content {
| |
| Background: white;
| |
| color: black;
| |
| border: 1px solid #aaa;
| |
| border-right: none;
| |
| line-height: 1.5em;
| |
| }
| |
|
| |
| ** 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;
| |
| }
| |
| #footer {
| |
| display:none;
| |
| }
| |