User:EivindJ/monobook.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for EivindJ to every page, when User:EivindJ is using the Monobook skin.


/* Making interwikis bold */

li.interwiki-nn, li.interwiki-sv, li.interwiki-da, li.interwiki-en, li.interwiki-af, li.interwiki-de, li.interwiki-es, li.interwiki-is {
    font-weight: bold;
}

/* Remove to-me-useless notes in all edit boxes. leaves only the command buttons and special chars. */
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }

 
/* fjern Last opp fil */
#n-bilde-hjelp {
    display: none;
}
 
/* fjern Donasjoner */
#n-sitesupport {
    display: none;
}
  
/* skjul donasjonsannonse */
#sitenotice-fundraiser {
    display: none;
}

/* fjern Kontakt Wikipedia */
#n-kontakt {
    display: none;
}

/* fjern Hjelp */
#n-help {
    display: none;
}

/* fjern Svaksynte */
#n-svaksynte {
    display: none;
}

 
/* fjern Ny bruker? */
#n-introduksjon {
    display: none;
}

/* siteSub fix */
#siteSub {
    display: none;
}
 
.ns-0 #siteSub {
    display: inline;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.5em;
}
 
body.page-Hovedside #siteSub {
    display: none;
}

li.FA, li.AA {
	padding:0 0 0 16px;
	background-repeat:no-repeat
}
li.FA { background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Cscr-featured.png/14px-Cscr-featured.png'); }
li.AA { background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/14px-Symbol_support_vote.svg.png'); }