User:Falzar FZ/monobook.css

From Yugipedia
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* ========================================================================================================================== */

/* Hide rollback links on Recent Changes and Watchlist */
.page-Special_RecentChanges .mw-rollback-link { display: none !important; }
.page-Special_Watchlist .mw-rollback-link { display: none !important; }

/* Move rollback links on the comparing differences page so that they are nowhere near the edit button. */
div#mw-diff-ntitle2 { position:relative; top:50px; left:-600px; text-align: left; }

/* ========================================================================================================================== */

/* Re-arrange basically everything on that page to make stalking RC while multitasking other things easier (move RC list all the way to the left of the screen, etc */
.page-Special_RecentChanges div#bodyContent { position:relative; left:-186px; background-color: #FFFFFF; z-index:5; }
.page-Special_RecentChanges .firstHeading { position:relative; left:-120px; font-size: 63%; }
.page-Special_RecentChanges div#wikia-mediawiki-recentchangestext { position:relative; left:50px; background-color: #FFFFFF; }
.page-Special_RecentChanges .rcoptions { position:relative; left:50px; background-color: #FFFFFF; }
.page-Special_RecentChanges .mw-rc-label-legend { position:relative; left:50px; background-color: #FFFFFF; }
.page-Special_RecentChanges div#p-wikicities-nav { display: none !important; }

.page-Special_RecentChanges div#column-one { position:fixed; top:-120px; right:5px; background-color: #FFFFFF; z-index:6; }
.page-Special_RecentChanges div#p-logo { display: none !important; }
.page-Special_RecentChanges div#p-personal { position:fixed; top:00px; left:20px; background-color: #FFFFFF; }
.page-Special_RecentChanges div#p-cactions { display: none !important; }

/* No bold text in portlets */
.portlet h5 {font-weight:normal;}

#p-Content_Navigation, #p-sitename, #p-Community, #p-community, #p-random, #p-acg, #p-links, #p-switch, #p-search, #p-tb, #p-wikicities-nav { border-style: solid solid solid solid; border-width: 1px 1px 1px 1px; color: #AAA; }

/* ========================================================================================================================== */

td.diff-addedline {
        background: #efe;
}
td.diff-deletedline {
        background: #ffd;
}
td.diff-context {
        background: #eee;
}

td.diff-deletedline span.diffchange {
    background-color: #FFD754; color:black;
}
 
td.diff-addedline span.diffchange {
    background-color: #73E5A1; color:black;
}

/* ========================================================================================================================== */

h1 {
    font-size: 120% ;
}