Difference between revisions of "MediaWiki:Vector.css"

From Explore Analytics: The Wiki
Jump to navigation Jump to search
(Undo revision 434 by Guy.yedwab (talk))
 
(20 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 {
.navbox {                     /* Navbox container style */
+
  max-width: 900px;
    border: 1px solid #aaa;
 
    width: 100%;
 
    margin: auto;
 
    clear: both;
 
    font-size: 88%;
 
    text-align: center;
 
    padding: 1px;
 
 
}
 
}
.navbox-inner,
+
 
.navbox-subgroup {
+
#topicbackground {
    width: 100%;
+
   background-color: #E6F0F6;
}
+
  width: 100%;
.navbox-group,
+
  border-top: 1px solid #A7D7F9;
.navbox-title,
+
  margin-top: 12px;
.navbox-abovebelow {
 
    padding: 0.25em 1em;      /* Title, group and above/below styles */
 
    line-height: 1.5em;
 
    text-align: center;
 
}
 
th.navbox-group {            /* Group style */
 
    white-space: nowrap;
 
    /* @noflip */
 
    text-align: right;
 
}
 
.navbox,
 
.navbox-subgroup {
 
    background: #fdfdfd;      /* Background color */
 
}
 
.navbox-list {
 
    line-height: 1.8em;
 
    border-color: #fdfdfd;   /* Must match background color */
 
}
 
.navbox th,
 
.navbox-title {
 
    background: #ccccff;      /* Level 1 color */
 
}
 
.navbox-abovebelow,
 
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
    background: #ddddff;     /* Level 2 color */
 
}
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
    background: #e6e6ff;     /* Level 3 color */
 
}
 
.navbox-even {
 
    background: #f7f7f7;      /* Even row striping */
 
}
 
.navbox-odd {
 
    background: transparent;  /* Odd row striping */
 
}
 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
 
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
 
}
 
.navbox .hlist td dl,
 
.navbox .hlist td ol,
 
.navbox .hlist td ul,
 
.navbox td.hlist dl,
 
.navbox td.hlist ol,
 
.navbox td.hlist ul {
 
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
 
}
 
ol + table.navbox,
 
ul + table.navbox {
 
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
 
}
 
 
/* 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
 
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
 
.collapseButton {
 
    /* @noflip */
 
    float: right;
 
    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;
 
}
 
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
 
.mw-collapsible-toggle {
 
    font-weight: normal;
 
    /* @noflip */
 
    text-align: right;
 
}
 
.navbox .mw-collapsible-toggle {
 
    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;
}