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


.serial-comma { display: inline }
.gender-period { display: inline }
/* Until we 'bot replace hard-coded language dividers with a sensible template with user-hidable CSS, use the following to hide HRs from the main namespace */
.ns-0 #bodyContent hr { display: none; }

/* my style for mentions outside of "form of" definitions 
.en-mention { font-style: italic; font-weight: normal; } 
.mention { font-style: italic; font-weight: normal; }
*/

/* my style for "form of" definitions */
.use-with-mention { font-style: italic; }
.use-with-mention .mention { font-style: normal; }

div#sitenotice-fundraiser { display: none; }
div#sitenotice-fundraiser div#siteNoticeBig { display: none; }
div#sitenotice-fundraiser div#siteNoticeSmall { display: none; }
 
@media handheld { div.floatright { float: none; } }
@media handheld { div.infobox { float: none; } }
@media handheld { div.tright { float: none; } }
 
@media handheld {
  div#jump-to-nav { display: block; font-style: italic; }
}
 
@media handheld {
  div#topicon { position: static; }
}
 
@media handheld {
  body div#column-content { 
    display: block;
    position: static; 
    float: none;
    clear: both; 
    margin-left: 0px; 
    margin-top: 0px;
    width: 100%; 
    padding-left: 0px; }
}
 
@media handheld {
  body div#column-content div#content {
    display: block;  
    position: static; 
    float: none;
    clear: both;
    margin-left: 0px; 
    margin-top: 0px;
    width: 100%; 
    padding-left: 0px; }
}
 
@media handheld {
  div#column-one { position: static; padding-top: 1em; }
}
 
@media handheld {
  #p-logo { position: static; }
}
 
@media handheld {
  .portlet h5 { margin: 0.5em 0; }
}
 
@media handheld {
  .portlet li { white-space: nowrap; }
}
 
@media handheld {
  #p-cactions { position: static; padding-left: 0; white-space: normal; }
}
 
@media handheld {
  #p-cactions h5 { display: block; }
}
 
@media handheld {
  #p-cactions ul { margin: 0; }
}
 
@media handheld {
  #p-personal { position: static; white-space: normal; }
}
 
@media handheld {
  #p-personal h5 { display: block; }
}
 
@media handheld {
  #p-personal ul { text-align: left; padding: 0; }
}
 
@media handheld {
  div#p-logo { display: none; }
}
 
@media handheld {
  #footer { margin: 1em 0; }
}