User:Vildricianus/monobook.css

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

Note – after saving, it will take 5-10 minutes before the changes take effect. You may also have to bypass your browser’s cache to see the changes.

  • 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 Vildricianus to every page, when User:Vildricianus is using the Monobook skin.


/* <pre> */

/* import skin */
@import url(http://en.wiktionary.org/w/index.php?title=User:Vildricianus/universal.css&action=raw&ctype=text/css);

.firstHeading {
   font-size:100%
}

/* no logo on wikt */
#p-logo {
   display:none;
}
#column-one {
   padding-top:0;
}
#p-navigation .pBody {
   border-top:none;
}

/* off */
#pt-logout,
#t-recentchangeslinked,
#t-print,
#t-permalink,
#n-randompage,
#n-recentchanges,
#n-portal,
#n-requestedarticles {
   display:none !important;
}

/* weird stuff */
.gender-period {
   display:inline;
}
.RU {
   font-family:Times New Roman !important;
   font-size:130%;
}
.IPA {
   font-family:Courier New !important;
}
#noexactmatchtext {
   display:none
}
/* </pre> */