13,610
edits
(Updating from wp) |
(Re-adding custom) |
||
Line 1,113: | Line 1,113: | ||
/*** END FROM WP ***/ | |||
/* START CUSTOM */ | |||
/* This just formats the centralised wikia help box on help pages */ | |||
.sharedHelp{ | |||
background-color:#FEE; | |||
border-color:#F00; | |||
margin-top:40px; | |||
} | |||
.sharedHelpInfo{ | |||
font-size:22px; | |||
margin-right:200px; | |||
border:1px solid red; | |||
width:340px; | |||
background-color:#FFF; | |||
margin-bottom:30px; | |||
font-weight:bold; | |||
font-family:verdana, sans-serif; | |||
} | |||
/* Hide title and tagline on Main Page */ | |||
body.page-Main_Page h1.firstHeading, body.page-Main_page #siteSub { | |||
display:none; | |||
} | |||
/* Recent changes byte indicators */ | |||
.mw-plusminus-pos { color: #006500; } | |||
.mw-plusminus-neg { color: #8B0000; } | |||
/* aligning to avoid content confusion */ | |||
#INCONTENT_LEADERBOARD_1_load, #INCONTENT_LEADERBOARD_2_load, #INCONTENT_LEADERBOARD_3_load, #TOP_LEADERBOARD { | |||
background-color:#DDD; | |||
padding:2px; | |||
float:right; | |||
clear:both; | |||
} | |||
.picture-attribution {display:none;} | |||
#mw-missingsummary { background: orange; margin:10px; padding:3px 10px;} | |||
.page-GTA_5_Wishlist .editsection-upper, .page-GTA_5_Wishlist #ca-edit {display:none} | |||
/* This hides the two main edit links on the GTA 5 Wishlist page. */ | |||
#sidebar-donate {margin:0 auto; width:100px;} | |||
pre,code,tt {white-space:pre-wrap; font-size:12px; font-family: monospace;} | |||
code {background-color:#DDD; padding: 0 5px 0 5px;} | |||
/* Hide links to add/remove friend/foe and giving gifts */ | |||
a[href*="Special:AddRelationship"], a[href*="Special:GiveGift"] {display:none;} | |||
.profile-actions {color:#FFF;} | |||
h4#mw-specialpagesgroup-staff {background-color:#C33; color:#FFF;} | |||
.mediawiki #mw-panel .portal .body {background:none;} | |||
edits