Difference between revisions of "MediaWiki:Common.css"

From HacktionLab: A UK-wide network tech-activists providing meet-ups, events, workshops, national skillshare gatherings and hacklabs
Jump to navigation Jump to search
Line 12: Line 12:
 
.rightColumn, .leftColumn {
 
.rightColumn, .leftColumn {
 
   width: 49%;
 
   width: 49%;
 +
}
 +
 +
.rightColumn .box2 {
 +
  border: 1px #666 dotted;
 +
  background-color: #8f8f8f;
 +
  margin-bottom: 8px;
 +
  padding: 0 4px 0 4px;
 
}
 
}
  
Line 21: Line 28:
 
}
 
}
  
.rightColumn .box li {
+
.rightColumn .box li,
 +
.rightColumn .box2 li {
 
   margin-bottom: 4px !important;
 
   margin-bottom: 4px !important;
 
}
 
}

Revision as of 18:06, 3 May 2010

/** CSS placed here will be applied to all skins */

.leftColumn {
  float: left;
  clear: both;
}
 
.rightColumn {
  margin-left: 51%;
}

.rightColumn, .leftColumn {
  width: 49%;
}

.rightColumn .box2 {
  border: 1px #666 dotted;
  background-color: #8f8f8f;
  margin-bottom: 8px;
  padding: 0 4px 0 4px;
}

.rightColumn .box {
  border: 1px #666 dotted;
  background-color: #f8f8f8;
  margin-bottom: 8px;
  padding: 0 4px 0 4px;
}

.rightColumn .box li, 
.rightColumn .box2 li {
  margin-bottom: 4px !important;
}

.leftColumn .box {
  border: 1px #666 dotted;
  background-color: #aaf8aa;
  margin-bottom: 8px;
  padding: 0 4px 0 4px;
}

.leftColumn .box li {
  margin-bottom: 4px !important;
}

.mainPage.rightColumn .box {
  text-align: center;
}

.mainPage.rightColumn .box ul {
  text-align: left;
}