MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 6: Line 6:
}
}


.leftBox {  
.leftBox {
 
   float: left;  
   float: left;  
   width: 50%;  
   width: 40%;  
   background-color: rgb(231, 231, 231);  
   background-color: rgb(231, 231, 231);  
   color: black;  
   color: black;  
Line 18: Line 19:
   margin-bottom: 1.5em;  
   margin-bottom: 1.5em;  
   border-radius: 25px;  
   border-radius: 25px;  
}
}


.rightBox {  
.rightBox {
 
   float: right;  
   float: right;  
   width: 50%;  
   width: 40%;  
   background-color: rgb(231, 231, 231);  
   background-color: rgb(231, 231, 231);  
   color: black;  
   color: black;  
Line 32: Line 35:
   margin-bottom: 1.5em;  
   margin-bottom: 1.5em;  
   border-radius: 25px;  
   border-radius: 25px;  
}
}

Revision as of 05:42, 29 November 2018


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

}