Changes

Jump to navigation Jump to search
no edit summary
Line 32: Line 32:

/*Header*/
/*Header*/
div#mw-head {
#mw-head {
   position: absolute;
   position: absolute;
   top: 0;
   top: 0;
Line 40: Line 40:

/*These are the wiki tabs*/
/*These are the wiki tabs*/
div.vectorTabs ul li {
.vectorTabs ul li {
   border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   background-image: none;
   background-image: none;
Line 49: Line 49:
     display: none !important;}
     display: none !important;}


div.vectorTabs li a,
.vectorTabs li a,
div.vectorTabs li.new a,  
.vectorTabs li.new a,  
div.vectorTabs li.new a:visited {
.vectorTabs li.new a:visited {
   background-image: none;
   background-image: none;
   font-variant: all-small-caps;}
   font-variant: all-small-caps;}
Line 57: Line 57:
/*This is the menu on the left*/
/*This is the menu on the left*/
/* increase Vector sidebar width */
/* increase Vector sidebar width */
div#mw-panel { width: 12em; }
#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }
#left-navigation { margin-left: 12em; }


div#mw-panel div.portal div.body ul li,
#mw-panel .portal .body ul li,
div#mw-panel div.portal div.body ul li a,  
#mw-panel .portal .body ul li a,  
div#mw-panel div.portal div.body ul li a:visited,
#mw-panel .portal .body ul li a:visited,
div#mw-panel div.portal h3 {
#mw-panel .portal h3 {
   list-style-type: none;
   list-style-type: none;
   color: white;
   color: white;
Line 81: Line 81:

/*Last updated box*/
/*Last updated box*/
div#footer #footer-info li {
#footer #footer-info li {
   background-color: white;
   background-color: white;
   border-radius: 5px 5px 5px 0;}
   border-radius: 5px 5px 5px 0;}
div#footer ul li {
#footer ul li {
   padding: 0.75em;}
   padding: 0.75em;}
div#footer #footer-places li {
#footer #footer-places li {
   background-color: white;
   background-color: white;
   border-radius: 0 0 5px 5px;}
   border-radius: 0 0 5px 5px;}
Line 103: Line 103:

/*This is the default photoframe*/
/*This is the default photoframe*/
div.thumbinner {
.thumbinner {
   border: 2px solid orange;
   border: 2px solid orange;
   padding: 3px;
   padding: 3px;
Line 139: Line 139:
/  background-color: darkcyan;
/  background-color: darkcyan;
/  color: white;
/  color: white;
/  text-align: center;
/}
/}


Line 153: Line 152:
table.jquery-tablesorter th.headerSort {
table.jquery-tablesorter th.headerSort {
   border: 2px solid darkcyan;}
   border: 2px solid darkcyan;}
/*wikitable*/
table.wikitable{
  text-align: center;}


table.wikitable > tr > th, table.wikitable > * > tr > th {
table.wikitable > tr > th, table.wikitable > * > tr > th {
Line 164: Line 159:

/*Main Page stuff*/
/*Main Page stuff*/
body.page-Main_Page h1.firstHeading {display:none;
}


.mainpage_topbox {
.mainpage_topbox {
Line 191: Line 189:

.mainpage_pagetitle {
.mainpage_pagetitle {
     color: darkcyan;
     color: black;
     font-size: 200%;
     font-size: 200%;
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
Line 224: Line 222:
.mainpage_mwtitle {
.mainpage_mwtitle {
     color: #005288;
     color: #005288;
}
.mainpage_notice {
background: #f9f9f9;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
padding:0.2em 0.4em;
text-align: center;
font-size: 125%
}
.ul.mw-gallery-packed-overlay {
    position: absolute;
    background: rgba( 255,255,255,0.8 );
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 40%;
    overflow: hidden;
    font-weight: bold;
    font-size: 125%
    margin: 2px;
}
}

Navigation menu