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 14: Line 14:
 
}
 
}
  
.mainPage .box {
+
.rightColumn .box {
 
   border: 1px #666 dotted;
 
   border: 1px #666 dotted;
 
   background-color: #f8f8f8;
 
   background-color: #f8f8f8;
Line 21: Line 21:
 
}
 
}
  
.mainPage .box li {
+
.rightColumn .box 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;
 
   margin-bottom: 4px !important;
 
}
 
}

Revision as of 01:09, 28 May 2009

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

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

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

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

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