Aus OPwiki
(Unterschied zwischen Versionen)
K |
K |
(Der Versionsvergleich bezieht 6 dazwischenliegende Versionen mit ein.) |
Zeile 6: |
Zeile 6: |
| text-transform: none; | | text-transform: none; |
| } | | } |
| + | |
| + | /* Highlight clicked reference in blue to help navigation */ |
| + | |
| + | ol.references > li:target { |
| + | background-color: #DEF; |
| + | } |
| + | |
| + | /* DIVs in ImageMaps inlinen (Von Wikipedia übernommen) */ |
| + | .imagemap-inline div { |
| + | display: inline; |
| + | } |
| + | |
| | | |
| body{ | | body{ |
- | background-image: url(http://de.opwiki.org/images/Opwiki_horizont.jpg); | + | background-image: url(https://opwiki.org/images/Opwiki_horizont.jpg); |
| //background-attachment: fixed; | | //background-attachment: fixed; |
| background-position: 0 0; | | background-position: 0 0; |
Zeile 23: |
Zeile 35: |
| left: 10px; | | left: 10px; |
| top: 10px; | | top: 10px; |
- | width: 495px; //382px; | + | width: 650px; //495px; //382px; |
| } | | } |
| | | |
| #p-logo a{ | | #p-logo a{ |
| display: none; | | display: none; |
| + | } |
| + | |
| + | #gamesworld{ |
| + | background: url(GamesWorld-Logo-opwiki.png) no-repeat; |
| + | position: absolute; |
| + | top: 53px; |
| + | right: 0px; |
| + | width: 265px; |
| + | height: 70px; |
| } | | } |
| | | |
Zeile 40: |
Zeile 61: |
| * html body #globalWrapper #column-content #p-logo #kidszone{ | | * html body #globalWrapper #column-content #p-logo #kidszone{ |
| background: none; | | background: none; |
- | filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/opwiki/de/images//0/06/OPwiki-new-mihawk.png', sizingMethod='crop'); | + | filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.com/opwiki/de/images//0/06/OPwiki-new-mihawk.png', sizingMethod='crop'); |
| } | | } |
| | | |
Zeile 62: |
Zeile 83: |
| } | | } |
| | | |
- | #award-link{ | + | #info-box{ |
| text-decoration: none; | | text-decoration: none; |
- | background: url(http://linkus.opwiki.org/GigaAward.png) no-repeat; | + | background: url(http://linkus.opwiki.org/CommunityBattle.png) no-repeat; |
| } | | } |
| | | |
- | * html body #globalWrapper #column-content #award-link{ | + | * html body #info-box{ |
| background: none; | | background: none; |
- | filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://linkus.opwiki.org/GigaAward.png', sizingMethod='crop'); | + | filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://linkus.opwiki.org/CommunityBattle.png', sizingMethod='crop'); |
| } | | } |
Aktuelle Version vom 14:02, 8. Jan. 2020
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
background-color: #DEF;
}
/* DIVs in ImageMaps inlinen (Von Wikipedia übernommen) */
.imagemap-inline div {
display: inline;
}
body{
background-image: url(https://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;
height: 155px;
left: 10px;
top: 10px;
width: 650px; //495px; //382px;
}
#p-logo a{
display: none;
}
#gamesworld{
background: url(GamesWorld-Logo-opwiki.png) no-repeat;
position: absolute;
top: 53px;
right: 0px;
width: 265px;
height: 70px;
}
#kidszone{
background: url(Kidszone_Logo_klein.png) no-repeat;
position: absolute;
top: 53px;
right: 0px;
width: 119px;
height: 70px;
}
* html body #globalWrapper #column-content #p-logo #kidszone{
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.com/opwiki/de/images//0/06/OPwiki-new-mihawk.png', sizingMethod='crop');
}
#content {
position: relative;
top: 12em;
margin-bottom: 12em;
}
#p-cactions{
top: 14em;
}
div.portlet h5{
background-color: white;
color: black;
}
#footer{
height: 70px;
}
#info-box{
text-decoration: none;
background: url(http://linkus.opwiki.org/CommunityBattle.png) no-repeat;
}
* html body #info-box{
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://linkus.opwiki.org/CommunityBattle.png', sizingMethod='crop');
}