MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
.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 {


.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;
 
}


   display: none;
.boxWrapper {
   display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}


.frontBox {
  width: 40%;
  min-width: 340px;
  background-color: rgb(29, 35, 48);
  color: white;
  border: 2px solid black;
  margin-top: 1.5em;
  padding: 2px;
  padding-top: 0;
  text-align: center;
  margin-bottom: 1.5em;
  border-radius: 25px;
}
}


.leftBox {
.leftBox {
  float: left;
}


   float: left;  
.rightBox {
   float: right;
}


  width: 50%;  
html.skin-citizen-light div.frontBox {
    background-color: lightgrey !important;
    color: black !important;
}


  background-color: rgb(231, 231, 231);  
html.skin-citizen-dark div.frontBox {
 
    background-color: rgb(29, 35, 48) !important;
  color: black;  
    color: white !important;
}


  border: 1px solid #black;
a, .external.text {


   margin-top: 1.5em;
   color: #337ab7;
  font-weight: 600 !important;
  text-decoration: underline;


  padding: 2px;
}


   text-align: center;
.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;
}


.citizen-header__inner {
  justify-content: flex-start !important;
}
}

Latest revision as of 07:38, 27 January 2024

 .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;

}

.boxWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.frontBox {
  width: 40%;
  min-width: 340px;
  background-color: rgb(29, 35, 48);
  color: white;
  border: 2px solid black; 
  margin-top: 1.5em; 
  padding: 2px; 
  padding-top: 0; 
  text-align: center; 
  margin-bottom: 1.5em; 
  border-radius: 25px; 
}

.leftBox {
  float: left; 
}

.rightBox {
  float: right;
}

html.skin-citizen-light div.frontBox {
    background-color: lightgrey !important;
    color: black !important;
}

html.skin-citizen-dark div.frontBox {
    background-color: rgb(29, 35, 48) !important;
    color: white !important;
}

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;
}

.citizen-header__inner {
  justify-content: flex-start !important;
}