Difference between revisions of "MediaWiki:Vector.css"

From Explore Analytics: The Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #explore_top_menu_bar ul { padding: 0; margin: 0 0 0 10px; font-size: 1.2em; list-style: none none; } #expl...")
 
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
#explore_top_menu_bar {
 +
  z-index: 2;
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  font-size: 0.9em;
 +
  height: 25px;
 +
  padding: 3px;
 +
}
 +
 
#explore_top_menu_bar ul {
 
#explore_top_menu_bar ul {
 
   padding: 0;
 
   padding: 0;
 
   margin: 0 0 0 10px;
 
   margin: 0 0 0 10px;
  font-size: 1.2em;
 
 
   list-style: none none;
 
   list-style: none none;
 
}
 
}
Line 17: Line 26:
  
 
#explore_top_menu_bar a {
 
#explore_top_menu_bar a {
   color: blank;
+
   color: black;
 
   font-weight: bold;
 
   font-weight: bold;
 
   outline: 0 none !important;
 
   outline: 0 none !important;
 +
}
 +
 +
#mw-page-base {
 +
  clear: left;
 +
}
 +
 +
/**
 +
* add 31 pixels (height of menu bar including padding)
 +
*/
 +
#mw-panel {
 +
  top: 191px !important;
 +
}
 +
 +
.maintable{
 +
    width:330px;
 +
    border:1px solid #CCC;
 +
    float:left;
 +
    position:relative;
 +
    margin:4px;
 +
    padding:3px 8px 8px 8px;
 +
    background-repeat:no-repeat;
 +
}
 +
 +
.maintable h1{
 +
    padding:8px;
 +
    border-bottom:0px solid black;
 +
    color:black;
 +
}
 +
 +
.maintable h2{
 +
    font-size:14px;
 +
    padding: 0 0 5px;
 +
    color:#646464;
 +
    line-height:0;
 +
    margin-bottom:15px;
 +
    font-weight:400;
 +
    padding-left:5px;
 +
    margin-top:5px;
 +
}
 +
 +
.maintablebottom{
 +
    width:1253px;
 +
    border:1px solid #CCC;
 +
    float:left;
 +
    position:relative;
 +
    top:-50px;
 +
    margin:4px;
 +
    padding:3px 8px 8px 8px;
 +
    background-repeat:no-repeat;
 +
}
 +
 +
#topicbox {
 +
  max-width: 900px;
 +
}
 +
 +
#topicbackground {
 +
  background-color: #E6F0F6;
 +
  width: 100%;
 +
  border-top: 1px solid #A7D7F9;
 +
  margin-top: 12px;
 
}
 
}

Latest revision as of 14:17, 27 April 2014

/* CSS placed here will affect users of the Vector skin */
#explore_top_menu_bar {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
  height: 25px;
  padding: 3px;
}

#explore_top_menu_bar ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none none;
}

#explore_top_menu_bar li {
  float: left;
  display: inline-block;
  list-style: none none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #a7d7f9;
}

#explore_top_menu_bar a {
  color: black;
  font-weight: bold;
  outline: 0 none !important;
}

#mw-page-base {
  clear: left;
}

/**
 * add 31 pixels (height of menu bar including padding)
 */
#mw-panel {
  top: 191px !important;
}

.maintable{
    width:330px;
    border:1px solid #CCC;
    float:left;
    position:relative;
    margin:4px;
    padding:3px 8px 8px 8px;
    background-repeat:no-repeat;
}
 
.maintable h1{
    padding:8px;
    border-bottom:0px solid black;
    color:black;
}
 
.maintable h2{
    font-size:14px;
    padding: 0 0 5px;
    color:#646464;
    line-height:0;
    margin-bottom:15px;
    font-weight:400;
    padding-left:5px;
    margin-top:5px;
}

.maintablebottom{
    width:1253px;
    border:1px solid #CCC;
    float:left;
    position:relative;
    top:-50px;
    margin:4px;
    padding:3px 8px 8px 8px;
    background-repeat:no-repeat;
}

#topicbox {
   max-width: 900px;
}

#topicbackground {
   background-color: #E6F0F6;
   width: 100%;
   border-top: 1px solid #A7D7F9;
   margin-top: 12px;
}