Difference between revisions of "MediaWiki:Vector.css"

From Explore Analytics: The Wiki
Jump to navigation Jump to search
 
(23 intermediate revisions by 2 users not shown)
Line 43: Line 43:
  
 
.maintable{
 
.maintable{
     width:400px;
+
     width:330px;
 
     border:1px solid #CCC;
 
     border:1px solid #CCC;
 
     float:left;
 
     float:left;
 
     position:relative;
 
     position:relative;
    top:-50px;
 
 
     margin:4px;
 
     margin:4px;
 
     padding:3px 8px 8px 8px;
 
     padding:3px 8px 8px 8px;
Line 54: Line 53:
 
   
 
   
 
.maintable h1{
 
.maintable h1{
     padding:.5em 0 4px;
+
     padding:8px;
 
     border-bottom:0px solid black;
 
     border-bottom:0px solid black;
    padding-left:13px;
 
 
     color:black;
 
     color:black;
 
}
 
}
Line 82: Line 80:
 
}
 
}
  
/* Default style for navigation boxes */
+
#topicbox {
table.navbox {
+
  max-width: 900px;
/* Navbox container style */
 
border: 1px solid #aaa;
 
width: 100%;
 
margin: auto;
 
clear: both;
 
font-size: 88%;
 
text-align: center;
 
padding: 1px;
 
}
 
table.navbox + table.navbox {
 
/* Single pixel border between adjacent navboxes */
 
margin-top: -1px;
 
/* (doesn't work for IE6, but that's okay) */
 
}
 
.navbox th,
 
.navbox-title,
 
.navbox-abovebelow {
 
text-align: center;
 
/* Title and above/below styles */
 
padding-left: 1em;
 
padding-right: 1em;
 
}
 
th.navbox-group {
 
/* Group style */
 
white-space: nowrap;
 
/* @noflip */
 
text-align: right;
 
}
 
.navbox,
 
.navbox-subgroup {
 
background: #fdfdfd;
 
}
 
.navbox-list {
 
/* Must match background color */
 
border-color: #fdfdfd;
 
}
 
.navbox th,
 
.navbox-title {
 
/* Level 1 color */
 
background: #ccccff;
 
}
 
.navbox-abovebelow,
 
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
/* Level 2 color */
 
background: #ddddff;
 
}
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
/* Level 3 color */
 
background: #e6e6ff;
 
}
 
.navbox-even {
 
/* Even row striping */
 
background: #f7f7f7;
 
}
 
.navbox-odd {
 
/* Odd row striping */
 
background: transparent;
 
}
 
.navbox .hlist td dl,
 
.navbox .hlist td ol,
 
.navbox .hlist td ul,
 
.navbox td.hlist dl,
 
.navbox td.hlist ol,
 
.navbox td.hlist ul {
 
/* Adjust hlist padding in navboxes */
 
padding: 0.125em 0;
 
}
 
.navbox .hlist dd,
 
.navbox .hlist dt,
 
.navbox .hlist li {
 
/* Nowrap list items in navboxes */
 
white-space: nowrap;
 
/* IE < 8 no-wraps entire list, so disable it */
 
white-space: normal !ie;
 
}
 
.navbox .hlist dd dl,
 
.navbox .hlist dt dl,
 
.navbox .hlist li ol,
 
.navbox .hlist li ul {
 
/* But allow parent list items to be wrapped */
 
white-space: normal;
 
}
 
ol + table.navbox,
 
ul + table.navbox {
 
/* Prevent lists from clinging to navboxes */
 
margin-top: 0.5em;
 
}
 
 
 
/* Default styling for Navbar template */
 
.navbar {
 
    display: inline;
 
    font-size: 88%;
 
    font-weight: normal;
 
}
 
.navbar ul {
 
    display: inline;
 
    white-space: nowrap;
 
}
 
.navbar li {
 
    word-spacing: -0.125em;
 
}
 
.navbar.mini li span {
 
  font-variant: small-caps;
 
}
 
/* Navbar styling when nested in infobox and navbox */
 
.infobox .navbar {
 
    font-size: 100%;
 
}
 
.navbox .navbar {
 
    display: block;
 
    font-size: 100%;
 
}
 
.navbox-title .navbar {
 
    /* @noflip */
 
    float: left;
 
    /* @noflip */
 
    text-align: left;
 
    /* @noflip */
 
    margin-right: 0.5em;
 
    width: 6em;
 
 
}
 
}
  
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
+
#topicbackground {
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
+
   background-color: #E6F0F6;
.collapseButton {
+
  width: 100%;
    /* @noflip */
+
  border-top: 1px solid #A7D7F9;
    float: right;
+
   margin-top: 12px;
    font-weight: normal;
 
    /* @noflip */
 
    margin-left: 0.5em;
 
    /* @noflip */
 
    text-align: right;
 
    width: auto;
 
}
 
/* In navboxes, the show/hide button balances the v·d·e links
 
   from [[Template:Navbar]], so they need to be the same width. */
 
.navbox .collapseButton {
 
    width: 6em;
 
 
}
 
}

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