MediaWiki:Common.css

MediaWiki interface page
Revision as of 13:15, 15 February 2022 by TreZc0 (talk | contribs)

Note: After publishing, 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: Press Ctrl-F5.
 .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul {

  display: none;

}

.leftBox {

  float: left; 
  width: 40%; 
  background-color: rgb(231, 231, 231); 
  color: black; 
  border: 2px solid black; 
  margin-top: 1.5em; 
  padding: 2px; 
  padding-top: 0; 
  text-align: center; 
  margin-bottom: 1.5em; 
  border-radius: 25px; 

}

.rightBox {

  float: right; 
  width: 40%; 
  background-color: rgb(231, 231, 231); 
  color: black; 
  border: 2px solid black; 
  margin-top: 1.5em; 
  padding: 2px; 
  padding-top: 0; 
  text-align: center; 
  margin-bottom: 1.5em; 
  border-radius: 25px; 

}

a, .external.text {

  color: #337ab7;
  font-weight: 600 !important;
  text-decoration: underline;

}

.tag-header {
  border: 1px solid;
  padding: 1em 0 0 1em;
    padding-top: 1em;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1em;
  font-size: larger;
  margin: 0 1em 1em 1em;
}