MediaWiki:Common.css

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
Revision as of 18:09, 19 October 2020 by Admin (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎CSS placed here will be applied to all skins: →‎Gadget-ImageAnnotator needs: .image_annotation div p{ font-size:0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Gadget-ImageAnnotator needs */
.image_annotation div p{
   font-size:0.7em;
}
.tooltipContent div div p{
   font-size:0.7em;
}

#tabs {
  padding: 10px;
}
 
#tabs #nav {
 margin-bottom: 0px;
 margin-left: 8px;
}
 
#tabs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
 
#tabs #nav ul li {
  display: inline;	
  padding: 3px 7px;
  cursor: default;
  background-color: #eeeeee;	
  border: 1px solid #cccccc;
  border-bottom: none;
  margin-right: 2px;
}
 
#tabs #nav ul li.active {
  border: 1px solid #000066;
  border-bottom: 1px solid white;
  background-color: #ffffff;	
}
 
#tabs #nav ul li:hover {
  background-color: #ffffff;
}
 
#tabs #data {
  margin-top: 3px;
}
 
#tabs #data div {
  display: no+ne;
  border: 1px solid #000066;
  padding: 10px;
}
 
#tabs #data div.active {
  display: block;
}