Aus OPwiki
(Unterschied zwischen Versionen)
|
K |
Zeile 19: |
Zeile 19: |
| #p-logo { | | #p-logo { |
| //display: none; | | //display: none; |
- | background: url(http://de.opwiki.org/images/OPwiki-new-mihawk.png) no-repeat;
| |
- | height: 155px;
| |
- | right: 20px;
| |
- | top: 10px;
| |
- | width: 382px;
| |
- | }
| |
- | * html body #globalWrapper #column-content #p-logo{
| |
| background: none; | | background: none; |
- | filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://de.opwiki.org/images/OPwiki-new-mihawk.png', sizingMethod='crop');
| |
| } | | } |
| | | |
Version vom 18:54, 28. Jul. 2008
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
body{
background-image: url(http://de.opwiki.org/images/Opwiki_horizont.jpg);
//background-attachment: fixed;
background-position: 0 0;
background-repeat: repeat-x;
background-color: #3285EB;
border: 0;
height: 178px;
}
#p-logo {
//display: none;
background: none;
}
#p-logo a{
display: none;
}
#content {
position: relative;
top: 12em;
margin-bottom: 12em;
}
#p-cactions{
top: 14em;
}
div.portlet h5{
background-color: white;
color: black;
}