From WikiTemp, the GBAtemp wiki
(Created page with "WikiTemp and Tempstyle3 use absolute position: .skin-wikitemp #main_sidebar, .skin-tempstyle3 #main_sidebar { right: 8px; } /* Tempstyle2 uses absolute, but has margins...")
 
(No difference)

Latest revision as of 13:16, 21 December 2014

/* WikiTemp and Tempstyle3 use absolute position */
.skin-wikitemp #main_sidebar, .skin-tempstyle3 #main_sidebar {
	right: 8px;
}
 
/* Tempstyle2 uses absolute, but has margins */
.skin-tempstyle2 #main_sidebar {
	right: 0;
}
 
/* Tempstyle4 uses float */
.skin-tempstyle4 #main_sidebar {
	float: right;
}
 
/* Adjust main page container */
#page_content #main_content, .skin-wikitemp #footer, .skin-tempstyle3 #footer {
	margin-left: 0;
	margin-right: 195px;
}