Forskel mellem versioner af "Wiki hacks"
Fra NørderiWiki
Freesoft (diskussion | bidrag) m (Rettet lidt) |
Freesoft (diskussion | bidrag) (Sådan ser det ud nu) |
||
| Linje 21: | Linje 21: | ||
<pre> | <pre> | ||
| − | #ads { | + | #ads { |
width: 120px; | width: 120px; | ||
clear: left; | clear: left; | ||
| Linje 32: | Linje 32: | ||
} | } | ||
| − | #column-content { | + | /* @media screen, projection { */ |
| − | + | #column-content { | |
| − | + | width: 100%; | |
| − | + | float: right; | |
| − | + | margin: 0 0 .6em -12.2em; | |
| − | } | + | padding: 0; |
| + | } | ||
| + | #content { | ||
| + | /* margin: 2.8em 0 0 12.2em; */ | ||
| + | margin: 2.8em 132px 0 12.2em; | ||
| + | padding: 0 1em 1.5em 1em; | ||
| + | position: relative; | ||
| + | z-index: 2; | ||
| + | } | ||
| + | #column-one { | ||
| + | padding-top: 160px; | ||
| + | } | ||
| + | /* } */ | ||
#content { | #content { | ||
| − | + | background: white; | |
| − | + | color: black; | |
| − | + | border: 1px solid #aaa; | |
| − | + | line-height: 1.5em; | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
} | } | ||
</pre> | </pre> | ||
Versionen fra 5. mar 2007, 18:07
/skins/common/wiki.png ændret.
/skins/MonoBook.php:
Reklamer tilføjet:
<div class="visualClear"></div>
</div>
</div>
[Indsat reklamer her]
<div id="ads">
</div>
</div>
<div id="column-one">
/skins/monobook/main.css:
#ads {
width: 120px;
clear: left;
position: absolute;
padding: 35px 0px 6px 6px;
float: right;
right: 0px;
top: 10px;
z-index: 5;
}
/* @media screen, projection { */
#column-content {
width: 100%;
float: right;
margin: 0 0 .6em -12.2em;
padding: 0;
}
#content {
/* margin: 2.8em 0 0 12.2em; */
margin: 2.8em 132px 0 12.2em;
padding: 0 1em 1.5em 1em;
position: relative;
z-index: 2;
}
#column-one {
padding-top: 160px;
}
/* } */
#content {
background: white;
color: black;
border: 1px solid #aaa;
line-height: 1.5em;
}
