MediaWiki:Common.css: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
z-index: 5; | z-index: 5; | ||
} | } | ||
#column-content { | |||
width: 100%; | |||
float: right; | |||
} | |||
#content { | |||
margin: 2.8em 125px 0 12.2em; | |||
padding: 0 1em 1.5em 1em; | |||
position: relative; | |||
z-index: 2; | |||
} | |||
#p-personal { padding-right: 140px;} | #p-personal { padding-right: 140px;} | ||
Revision as of 18:06, 29 January 2009
/* CSS placed here will be applied to all skins */
#burst-ads {
width: 120px;
clear: left;
position: absolute;
padding: 35px 0px 6px 6px;
float: right;
right: 0px;
top: 10px;
z-index: 5;
}
#column-content {
width: 100%;
float: right;
}
#content {
margin: 2.8em 125px 0 12.2em;
padding: 0 1em 1.5em 1em;
position: relative;
z-index: 2;
}
#p-personal { padding-right: 140px;}