Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
 
(230 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/*Page background*/
 +
#mw-page-base, body {
 +
  background-image: none;
 +
  background-color: #4f4f4f;}
  
.orbit {
+
/*Fonts and bullets for everyone*/
   position: relative;
+
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
   margin-bottom:3rem; }
+
   {
 +
   font-family: 'Roboto', sans-serif;}
  
.orbit-container {
+
/*linky colors*/
   position: relative;
+
a {
   overflow: hidden;
+
   text-decoration: none;
   list-style: none;
+
   color: #0645ad;
   margin: 0 0 0 0!important; }
+
   background: none;}
 +
.mblink:visited, a:visited {
 +
   color: #609;}
  
.orbit-slide {
+
/*list formatting*/
  width: 100%;
+
ul{list-style-image: none;}
  max-height: 100%; }
+
.plainlist ul {
  .orbit-slide.no-motionui.is-active {
+
    line-height: inherit;
    top: 0;
+
    list-style: none none;
     left: 0; }
+
     margin: 0;}
 
+
.plainlist ul li {
.orbit-figure {
+
    margin-bottom: 0;}
  margin: 0; }
 
  
.orbit-image {
+
/*STEP logo bit*/
   margin: 0;
+
#p-logo {
  width: 100%;
+
   border-radius: 5px;
   max-width: 100%; }
+
   background-color: white;}
  
.orbit-caption {
+
/*Header*/
 +
#mw-head {
 
   position: absolute;
 
   position: absolute;
   bottom: 0;
+
   top: 0;
 +
  right: 0;
 
   width: 100%;
 
   width: 100%;
   padding: 1rem;
+
   background-color: #e6e6e6;}
  margin-bottom: 0;
 
  color: #fefefe;
 
  background-color: rgba(10, 10, 10, 0.5); }
 
  
.orbit-previous, .orbit-next {
+
/*These are the wiki tabs*/
   position: absolute;
+
.vectorTabs ul li {
  top: 50%;
+
   border-radius: 5px 5px 0 0;
  -webkit-transform: translateY(-50%);
+
   background-image: none;
      -ms-transform: translateY(-50%);
+
   color: black;
          transform: translateY(-50%);
+
   background-color: #e6e6e6;}
   z-index: 10;
+
#ca-talk,
   padding: 1rem;
+
#ca-viewsource {
   color: #fefefe; }
+
     display: none !important;}
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
 
    outline: 0; }
 
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
 
     background-color: rgba(10, 10, 10, 0.5); }
 
  
.orbit-previous {
+
.vectorTabs li a,
   left: 0; }
+
.vectorTabs li.new a,
 +
.vectorTabs li.new a:visited {
 +
  background-image: none;
 +
   font-variant: all-small-caps;}
  
.orbit-next {
+
/*This is the menu on the left*/
  left: auto;
+
/* increase Vector sidebar width */
  right: 0; }
+
#mw-panel { width: 12em; }
 +
#footer, #mw-head-base, #content { margin-left: 12em; }
 +
#left-navigation { margin-left: 12em; }
  
.orbit-bullets {
+
#mw-panel .portal .body ul li,
  position: relative;
+
#mw-panel .portal .body ul li a,
  margin-top: 0.8rem;
+
#mw-panel .portal .body ul li a:visited,
  margin-bottom: 0.8rem;
+
#mw-panel .portal h3 {
  text-align: center; }
+
   list-style-type: none;
  [data-whatinput='mouse'] .orbit-bullets {
+
  color: white;
    outline: 0; }
+
  font-size: 1em;
   .orbit-bullets button {
+
  font-variant: all-small-caps;
    width: 1.2rem;
+
  text-decoration: none;
    height: 1.2rem;
+
}
    margin: 0.1rem;
 
    background-color: #cacaca;
 
    border-radius: 50%; }
 
    .orbit-bullets button:hover {
 
      background-color: #8a8a8a; }
 
    .orbit-bullets button.is-active {
 
      background-color: #8a8a8a; }
 
  
.slide-in-down.mui-enter {
+
/*FOOTER STUFF*/
   transition-duration: 500ms;
+
/*This is the feedback widget*/
  transition-timing-function: linear;
+
.articleFeedbackv5-panel .articleFeedbackv5-title {
   -webkit-transform: translateY(-100%);
+
   font-weight: normal;}
      -ms-transform: translateY(-100%);
+
.articleFeedbackv5-panel{
          transform: translateY(-100%);
+
   background: none;
  transition-property: -webkit-transform, opacity;
+
   border: 1px solid darkcyan;}
  transition-property: transform, opacity;
 
   -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
  
.slide-in-down.mui-enter.mui-enter-active {
+
/*Last updated box*/
   -webkit-transform: translateY(0);
+
#footer #footer-info li {
      -ms-transform: translateY(0);
+
  background-color: white;
          transform: translateY(0); }
+
  border-radius: 5px 5px 5px 0;}
 +
#footer ul li {
 +
   padding: 0.75em;}
 +
#footer #footer-places li {
 +
  background-color: white;
 +
  border-radius: 0 0 5px 5px;}
  
.slide-in-left.mui-enter {
+
/*These are the main headings, which have underlines*/
   transition-duration: 500ms;
+
.mw-body h1, .mw-body h2 {
  transition-timing-function: linear;
+
   font-family: sans-serif;  
   -webkit-transform: translateX(-100%);
+
   font-size: 1.8em;
      -ms-transform: translateX(-100%);
+
   color: Gray;  
          transform: translateX(-100%);
+
   border-bottom: 1.5px solid darkcyan;}
   transition-property: -webkit-transform, opacity;
 
   transition-property: transform, opacity;
 
  -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
  
.slide-in-left.mui-enter.mui-enter-active {
+
/*These are the subheadings*/
   -webkit-transform: translateX(0);
+
h3,h4, h5, h6 {  
      -ms-transform: translateX(0);
+
   font-size: 1.8em;
          transform: translateX(0); }
+
  color: Gray;}
  
.slide-in-up.mui-enter {
+
/*This is the default photoframe*/
   transition-duration: 500ms;
+
.thumbinner {
  transition-timing-function: linear;
+
   border: 2px solid orange;
  -webkit-transform: translateY(100%);
+
   padding: 3px;
      -ms-transform: translateY(100%);
+
   text-align: center;
          transform: translateY(100%);
+
   overflow: hidden;}
   transition-property: -webkit-transform, opacity;
 
   transition-property: transform, opacity;
 
   -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
  
.slide-in-up.mui-enter.mui-enter-active {
+
/* TOClimit */
  -webkit-transform: translateY(0);
+
.toclimit-2 .toclevel-1 ul,
      -ms-transform: translateY(0);
+
.toclimit-3 .toclevel-2 ul,
          transform: translateY(0); }
+
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;}
  
.slide-in-right.mui-enter {
+
/*The textbox thingy*/
   transition-duration: 500ms;
+
.textbox {
   transition-timing-function: linear;
+
   padding: 10px 20px;
   -webkit-transform: translateX(100%);
+
   margin: 0 0 20px;
      -ms-transform: translateX(100%);
+
   font-size: 1.1em;
          transform: translateX(100%);
+
  font-style: italic;
   transition-property: -webkit-transform, opacity;
+
  background: none;
   transition-property: transform, opacity;
+
   border-left: 3px solid darkcyan;
   -webkit-backface-visibility: hidden;
+
   border-top: none;
          backface-visibility: hidden; }
+
   border-bottom: none;
 +
  border-right: none;}
  
.slide-in-right.mui-enter.mui-enter-active {
+
/*Button*/
   -webkit-transform: translateX(0);
+
.mw-ui-button{
      -ms-transform: translateX(0);
+
   border: 2px solid orange;
          transform: translateX(0); }
+
  box-shadow: 2px 2px 3px 0px #999;}
  
.slide-out-down.mui-leave {
+
/*wikitable*/
  transition-duration: 500ms;
+
/table.wikitable > tr > th, table.wikitable > * > tr > th {
  transition-timing-function: linear;
+
/  background-color: darkcyan;
  -webkit-transform: translateY(0);
+
/  color: white;
      -ms-transform: translateY(0);
+
/}
          transform: translateY(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
  
.slide-out-down.mui-leave.mui-leave-active {
+
/*sortable wikitable*/
  -webkit-transform: translateY(100%);
+
table.jquery-tablesorter th.headerSort {
      -ms-transform: translateY(100%);
+
     border: 2px solid darkcyan;
          transform: translateY(100%); }
+
     cursor: pointer;
 
+
     background-position: center right;
.slide-out-right.mui-leave {
+
     padding-right: 21px;
  transition-duration: 500ms;
+
}
  transition-timing-function: linear;
 
  -webkit-transform: translateX(0);
 
      -ms-transform: translateX(0);
 
          transform: translateX(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
 
 
.slide-out-right.mui-leave.mui-leave-active {
 
  -webkit-transform: translateX(100%);
 
      -ms-transform: translateX(100%);
 
          transform: translateX(100%); }
 
 
 
.slide-out-up.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: translateY(0);
 
      -ms-transform: translateY(0);
 
          transform: translateY(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
 
 
.slide-out-up.mui-leave.mui-leave-active {
 
  -webkit-transform: translateY(-100%);
 
      -ms-transform: translateY(-100%);
 
          transform: translateY(-100%); }
 
 
 
.slide-out-left.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: translateX(0);
 
      -ms-transform: translateX(0);
 
          transform: translateX(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  -webkit-backface-visibility: hidden;
 
          backface-visibility: hidden; }
 
 
 
.slide-out-left.mui-leave.mui-leave-active {
 
  -webkit-transform: translateX(-100%);
 
      -ms-transform: translateX(-100%);
 
          transform: translateX(-100%); }
 
 
 
.fade-in.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  opacity: 0;
 
  transition-property: opacity; }
 
 
 
.fade-in.mui-enter.mui-enter-active {
 
  opacity: 1; }
 
 
 
.fade-out.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  opacity: 1;
 
  transition-property: opacity; }
 
 
 
.fade-out.mui-leave.mui-leave-active {
 
  opacity: 0; }
 
 
 
.hinge-in-from-top.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateX(-90deg);
 
          transform: perspective(2000px) rotateX(-90deg);
 
  -webkit-transform-origin: top;
 
      -ms-transform-origin: top;
 
          transform-origin: top;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-top.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-in-from-right.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateY(-90deg);
 
          transform: perspective(2000px) rotateY(-90deg);
 
  -webkit-transform-origin: right;
 
      -ms-transform-origin: right;
 
          transform-origin: right;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-right.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-in-from-bottom.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateX(90deg);
 
          transform: perspective(2000px) rotateX(90deg);
 
  -webkit-transform-origin: bottom;
 
      -ms-transform-origin: bottom;
 
          transform-origin: bottom;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-bottom.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-in-from-left.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateY(90deg);
 
          transform: perspective(2000px) rotateY(90deg);
 
  -webkit-transform-origin: left;
 
      -ms-transform-origin: left;
 
          transform-origin: left;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-left.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-in-from-middle-x.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateX(-90deg);
 
          transform: perspective(2000px) rotateX(-90deg);
 
  -webkit-transform-origin: center;
 
      -ms-transform-origin: center;
 
          transform-origin: center;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-in-from-middle-y.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotateY(-90deg);
 
          transform: perspective(2000px) rotateY(-90deg);
 
  -webkit-transform-origin: center;
 
      -ms-transform-origin: center;
 
          transform-origin: center;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  opacity: 1; }
 
 
 
.hinge-out-from-top.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: top;
 
      -ms-transform-origin: top;
 
          transform-origin: top;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-top.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateX(-90deg);
 
          transform: perspective(2000px) rotateX(-90deg);
 
  opacity: 0; }
 
 
 
.hinge-out-from-right.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: right;
 
      -ms-transform-origin: right;
 
          transform-origin: right;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-right.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateY(-90deg);
 
          transform: perspective(2000px) rotateY(-90deg);
 
  opacity: 0; }
 
 
 
.hinge-out-from-bottom.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: bottom;
 
      -ms-transform-origin: bottom;
 
          transform-origin: bottom;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-bottom.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateX(90deg);
 
          transform: perspective(2000px) rotateX(90deg);
 
  opacity: 0; }
 
 
 
.hinge-out-from-left.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: left;
 
      -ms-transform-origin: left;
 
          transform-origin: left;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-left.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateY(90deg);
 
          transform: perspective(2000px) rotateY(90deg);
 
  opacity: 0; }
 
 
 
.hinge-out-from-middle-x.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: center;
 
      -ms-transform-origin: center;
 
          transform-origin: center;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateX(-90deg);
 
          transform: perspective(2000px) rotateX(-90deg);
 
  opacity: 0; }
 
 
 
.hinge-out-from-middle-y.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: perspective(2000px) rotate(0deg);
 
          transform: perspective(2000px) rotate(0deg);
 
  -webkit-transform-origin: center;
 
      -ms-transform-origin: center;
 
          transform-origin: center;
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
 
  -webkit-transform: perspective(2000px) rotateY(-90deg);
 
          transform: perspective(2000px) rotateY(-90deg);
 
  opacity: 0; }
 
 
 
.scale-in-up.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: scale(0.5);
 
      -ms-transform: scale(0.5);
 
          transform: scale(0.5);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.scale-in-up.mui-enter.mui-enter-active {
 
  -webkit-transform: scale(1);
 
      -ms-transform: scale(1);
 
          transform: scale(1);
 
  opacity: 1; }
 
 
 
.scale-in-down.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: scale(1.5);
 
      -ms-transform: scale(1.5);
 
          transform: scale(1.5);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.scale-in-down.mui-enter.mui-enter-active {
 
  -webkit-transform: scale(1);
 
      -ms-transform: scale(1);
 
          transform: scale(1);
 
  opacity: 1; }
 
 
 
.scale-out-up.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: scale(1);
 
      -ms-transform: scale(1);
 
          transform: scale(1);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.scale-out-up.mui-leave.mui-leave-active {
 
  -webkit-transform: scale(1.5);
 
      -ms-transform: scale(1.5);
 
          transform: scale(1.5);
 
  opacity: 0; }
 
 
 
.scale-out-down.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: scale(1);
 
      -ms-transform: scale(1);
 
          transform: scale(1);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.scale-out-down.mui-leave.mui-leave-active {
 
  -webkit-transform: scale(0.5);
 
      -ms-transform: scale(0.5);
 
          transform: scale(0.5);
 
  opacity: 0; }
 
 
 
.spin-in.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: rotate(-0.75turn);
 
      -ms-transform: rotate(-0.75turn);
 
          transform: rotate(-0.75turn);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.spin-in.mui-enter.mui-enter-active {
 
  -webkit-transform: rotate(0);
 
      -ms-transform: rotate(0);
 
          transform: rotate(0);
 
  opacity: 1; }
 
 
 
.spin-out.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: rotate(0);
 
      -ms-transform: rotate(0);
 
          transform: rotate(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.spin-out.mui-leave.mui-leave-active {
 
  -webkit-transform: rotate(0.75turn);
 
      -ms-transform: rotate(0.75turn);
 
          transform: rotate(0.75turn);
 
  opacity: 0; }
 
 
 
.spin-in-ccw.mui-enter {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: rotate(0.75turn);
 
      -ms-transform: rotate(0.75turn);
 
          transform: rotate(0.75turn);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 0; }
 
 
 
.spin-in-ccw.mui-enter.mui-enter-active {
 
  -webkit-transform: rotate(0);
 
      -ms-transform: rotate(0);
 
          transform: rotate(0);
 
  opacity: 1; }
 
 
 
.spin-out-ccw.mui-leave {
 
  transition-duration: 500ms;
 
  transition-timing-function: linear;
 
  -webkit-transform: rotate(0);
 
      -ms-transform: rotate(0);
 
          transform: rotate(0);
 
  transition-property: -webkit-transform, opacity;
 
  transition-property: transform, opacity;
 
  opacity: 1; }
 
 
 
.spin-out-ccw.mui-leave.mui-leave-active {
 
  -webkit-transform: rotate(-0.75turn);
 
      -ms-transform: rotate(-0.75turn);
 
          transform: rotate(-0.75turn);
 
  opacity: 0; }
 
 
 
.slow {
 
  transition-duration: 750ms !important; }
 
 
 
.fast {
 
  transition-duration: 250ms !important; }
 
 
 
.linear {
 
  transition-timing-function: linear !important; }
 
 
 
.ease {
 
  transition-timing-function: ease !important; }
 
 
 
.ease-in {
 
  transition-timing-function: ease-in !important; }
 
 
 
.ease-out {
 
  transition-timing-function: ease-out !important; }
 
 
 
.ease-in-out {
 
  transition-timing-function: ease-in-out !important; }
 
 
 
.bounce-in {
 
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
 
 
 
.bounce-out {
 
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
 
 
 
.bounce-in-out {
 
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
 
 
 
.short-delay {
 
  transition-delay: 300ms !important; }
 
 
 
.long-delay {
 
  transition-delay: 700ms !important; }
 
 
 
.shake {
 
  -webkit-animation-name: shake-7;
 
          animation-name: shake-7; }
 
 
 
@-webkit-keyframes shake-7 {
 
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
 
     -webkit-transform: translateX(7%);
 
            transform: translateX(7%); }
 
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
 
     -webkit-transform: translateX(-7%);
 
            transform: translateX(-7%); } }
 
 
 
@keyframes shake-7 {
 
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
 
     -webkit-transform: translateX(7%);
 
            transform: translateX(7%); }
 
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
 
     -webkit-transform: translateX(-7%);
 
            transform: translateX(-7%); } }
 
 
 
.spin-cw {
 
  -webkit-animation-name: spin-cw-1turn;
 
          animation-name: spin-cw-1turn; }
 
 
 
@-webkit-keyframes spin-cw-1turn {
 
  0% {
 
    -webkit-transform: rotate(-1turn);
 
            transform: rotate(-1turn); }
 
  100% {
 
    -webkit-transform: rotate(0);
 
            transform: rotate(0); } }
 
  
@keyframes spin-cw-1turn {
+
/*sortable wikitable*/
  0% {
+
table.jquery-tablesorter th.headerSort {
    -webkit-transform: rotate(-1turn);
+
   border: 2px solid darkcyan;}
            transform: rotate(-1turn); }
 
   100% {
 
    -webkit-transform: rotate(0);
 
            transform: rotate(0); } }
 
  
.spin-ccw {
+
table.wikitable > tr > th, table.wikitable > * > tr > th {
   -webkit-animation-name: spin-cw-1turn;
+
   background-color: darkcyan;
          animation-name: spin-cw-1turn; }
+
  color: white;}
  
@keyframes spin-cw-1turn {
 
  0% {
 
    -webkit-transform: rotate(0);
 
            transform: rotate(0); }
 
  100% {
 
    -webkit-transform: rotate(1turn);
 
            transform: rotate(1turn); } }
 
  
.wiggle {
+
/*Main Page stuff*/
  -webkit-animation-name: wiggle-7deg;
 
          animation-name: wiggle-7deg; }
 
  
@-webkit-keyframes wiggle-7deg {
+
body.page-Main_Page h1.firstHeading {display:none;  
  40%, 50%, 60% {
 
    -webkit-transform: rotate(7deg);
 
            transform: rotate(7deg); }
 
  35%, 45%, 55%, 65% {
 
    -webkit-transform: rotate(-7deg);
 
            transform: rotate(-7deg); }
 
  0%, 30%, 70%, 100% {
 
    -webkit-transform: rotate(0);
 
            transform: rotate(0); } }
 
 
 
@keyframes wiggle-7deg {
 
  40%, 50%, 60% {
 
    -webkit-transform: rotate(7deg);
 
            transform: rotate(7deg); }
 
  35%, 45%, 55%, 65% {
 
    -webkit-transform: rotate(-7deg);
 
            transform: rotate(-7deg); }
 
  0%, 30%, 70%, 100% {
 
    -webkit-transform: rotate(0);
 
            transform: rotate(0); } }
 
 
 
.shake,
 
.spin-cw,
 
.spin-ccw,
 
.wiggle {
 
  -webkit-animation-duration: 500ms;
 
          animation-duration: 500ms; }
 
 
 
.infinite {
 
  -webkit-animation-iteration-count: infinite;
 
          animation-iteration-count: infinite; }
 
 
 
.slow {
 
  -webkit-animation-duration: 750ms !important;
 
          animation-duration: 750ms !important; }
 
 
 
.fast {
 
  -webkit-animation-duration: 250ms !important;
 
          animation-duration: 250ms !important; }
 
 
 
.linear {
 
  -webkit-animation-timing-function: linear !important;
 
          animation-timing-function: linear !important; }
 
 
 
.ease {
 
  -webkit-animation-timing-function: ease !important;
 
          animation-timing-function: ease !important; }
 
 
 
.ease-in {
 
  -webkit-animation-timing-function: ease-in !important;
 
          animation-timing-function: ease-in !important; }
 
 
 
.ease-out {
 
  -webkit-animation-timing-function: ease-out !important;
 
          animation-timing-function: ease-out !important; }
 
 
 
.ease-in-out {
 
  -webkit-animation-timing-function: ease-in-out !important;
 
          animation-timing-function: ease-in-out !important; }
 
 
 
.bounce-in {
 
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
 
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
 
 
 
.bounce-out {
 
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
 
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
 
 
 
.bounce-in-out {
 
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
 
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
 
 
 
.short-delay {
 
  -webkit-animation-delay: 300ms !important;
 
          animation-delay: 300ms !important; }
 
 
 
.long-delay {
 
  -webkit-animation-delay: 700ms !important;
 
          animation-delay: 700ms !important; }
 
 
 
li .fa-square-o {
 
margin-left:10px!important; }
 
 
 
.mw-headline a {color:#FFF!important;}
 
 
 
.img-thumbnail.color-border {
 
  border-color: #44A755 !important;}
 
 
 
.title-red {
 
    padding-bottom: 9px;
 
    margin: 40px 0px 20px;
 
    border-bottom: 4px solid #44A755 !important;}
 
 
 
.carousel .carousel-caption {
 
  left: 0;
 
  right: 0;
 
  padding-top: 4px;
 
  padding-bottom: 16px;
 
  margin-bottom: -20px;
 
  background: rgba(68, 167, 85, 0.8) !important; }
 
 
 
.popover-title {
 
  margin: 0;
 
  padding: 8px 14px;
 
  font-size: 16px;
 
  font-weight: normal;
 
  line-height: 18px;
 
  background-color: #44A755 !important;
 
  border-bottom: 1px solid #44A755 !important;
 
  border-radius: 5px 5px 0 0;}
 
 
 
.popover {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  z-index: 1010;
 
  display: none;
 
  max-width: 276px;
 
  padding: 1px;
 
  text-align: left;
 
  background-color: #ffffff;
 
  background-clip: padding-box;
 
  border: 1px solid #cccccc;
 
  border: 1px solid #44A755 !important;
 
  border-radius: 0;
 
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
  white-space: normal;}
 
 
 
.table > thead > tr > td.active,
 
.table > tbody > tr > td.active,
 
.table > tfoot > tr > td.active,
 
.table > thead > tr > th.active,
 
.table > tbody > tr > th.active,
 
.table > tfoot > tr > th.active,
 
.table > thead > tr.active > td,
 
.table > tbody > tr.active > td,
 
.table > tfoot > tr.active > td,
 
.table > thead > tr.active > th,
 
.table > tbody > tr.active > th,
 
.table > tfoot > tr.active > th {
 
  color: #ffffff;
 
  background-color: #44A755 !important;}
 
 
 
.fa-li {
 
    position: absolute;
 
    left: -2.14285714em;
 
    width: 2.14285714em;
 
    top: 0.25em !important;
 
    text-align: center;}
 
 
 
.panel.panel-primary-light-border {
 
    box-shadow: none;
 
    border-color: #44A755 !important;}
 
 
 
.panel.panel-primary-light-border .panel-heading {
 
    color: #000 !important;
 
    background-color: #ffffff;
 
    border-bottom: 1px solid #44A755 !important;
 
    box-shadow: 0 4px 0 0 #44A755 !important;
 
    margin-bottom: 4px;}
 
 
 
blockquote {
 
    border-left: 3px solid #44A755 !important;}
 
 
 
.btn.btn-primary {
 
    color: #ffffff !important;
 
    background-color: #44A755 !important;
 
    border-color: #00000 !important;
 
    -webkit-transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
 
    transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
 
    box-shadow: inset 0 1px 0 0 #ffffff;
 
    text-shadow: 0 1px 0 #f5f5f5;
 
    position: relative;}
 
 
 
.title-blue {
 
    padding-bottom: 9px;
 
    margin: 40px 0px 20px;
 
    border-bottom: 4px solid #44A755 !important;
 
    color: #565656 !important;}
 
 
 
.panel.panel-info-white-border {
 
    box-shadow: none;
 
    border-color: #44A755 !important;}
 
 
 
.panel.panel-info-white-border .panel-heading {
 
    color: #565656 !important;
 
    background-color: #ffffff;
 
    border-bottom: 1px solid #565656 !important;
 
    box-shadow: 0 4px 0 0 #44A755 !important;
 
    margin-bottom: 4px;}
 
 
 
h1,
 
h3,
 
h4,
 
h5,
 
h6,
 
.h1,
 
.h3,
 
.h4,
 
.h5,
 
.h6 {
 
  font-family: 'Lato', Helvetica, Arial, sans-serif;
 
  font-weight: 300;
 
  line-height: 1.1;
 
  color: #565656 !important;}
 
 
 
.modal-header {
 
    padding: 15px;
 
    border-bottom: transparent !important;
 
    min-height: 16.25px;
 
 
}
 
}
  
.modal-footer {
+
.mainpage_topbox {
    margin-top: 15px;
+
  border-radius: 5px;
    padding: 19px 20px 20px;
+
  background: #f9f9f9;
    text-align: right;
+
  margin: 1em 0;
    border-top: transparent !important;
 
 
}
 
}
  
.input-group-addon {
+
.mainpage_layouttable {
    padding: 6px 12px;
+
border: 0;
    font-size: 16px;
+
margin: 0;
    font-weight: normal;
+
width: 100%;
    line-height: 1;
+
border-spacing: 10px;
    color: #ffffff !important;
 
    text-align: center;
 
    background-color: #565656 !important;
 
    border: 1px solid #565656 !important;
 
    border-radius: 0;
 
 
}
 
}
 
+
.mainpage_layouttable * > tr > td {
.form-control {
+
vertical-align: top;
    box-shadow: inset 0 -3px 0 0 #565656 !important;
 
    border: 1px solid #565656 !important;
 
 
}
 
}
  
.btn.btn-neutral {
+
.mainpage_boxtitle {
     color: #ffffff;
+
     font-size: 105%;
     background-color: #565656 !important;
+
     padding: 0.4em;
     border-color: #697060;
+
     background-color: #eeeeee;
     -webkit-transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
+
     font-weight: bold;
    transition: background-color 170ms ease-out, box-shadow 170ms ease-out;
+
     min-height: 2em;
     box-shadow: inset 0 1px 0 0 #7e8673;
+
     vertical-align: middle;
     text-shadow: 0 1px 0 #697060;
 
    position: relative;
 
 
}
 
}
  
.goog-te-gadget-simple {
+
.mainpage_pagetitle {
    background-color: transparent!important;
+
     color: black;
    border-left: 1px solid #2776ac!important;
+
     font-size: 200%;
    border-top: 1px solid #2776ac!important;
+
     padding: 0.2em 0.4em;
    border-bottom: 1px solid #2776ac!important;
 
    border-right: 1px solid #2776ac!important;
 
     color: #2776ac!important;
 
     font-size: 10pt;
 
    display: inline-block;
 
     padding: 0.48rem!important;
 
    cursor: pointer;
 
    zoom: 1;
 
 
}
 
}
  
span .goog-te-menu-value span {
+
.mainpage_hubtitle {
     color: #2776ac !important;
+
     text-align: center;
 
}
 
}
  
body {
+
.mainpage_boxcontents {
     color: #000000;
+
     background: #ffffff;
 +
    padding: 0.2em 0.4em;
 
}
 
}
  
.off-canvas {
+
.mainpage_boxcontents_small {
     position: absolute;
+
     font-size: 95%;
    background: #000000;
 
    z-index: -1;
 
    max-height: 100%;
 
    overflow-y: auto;
 
    -webkit-transform: translateX(0);
 
    transform: translateX(0);
 
 
}
 
}
  
.off-canvas > li > a {
+
.mainpage_boxcontents_title {
 
     display: block;
 
     display: block;
     color: #fff;
+
     border-bottom: 1px solid #AAA;
     padding: 1.3rem!important;
+
     margin-bottom: 0.5em;
    line-height: 1;
+
     text-align: center;
     text-transform: uppercase;
 
 
     font-weight: bold;
 
     font-weight: bold;
 +
    font-size: larger;
 
}
 
}
  
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
+
.mainpage_middleblock .mainpage_hubbox_left {
    color: #ffffff;
+
  width: 75%;
    background-color: #44A755 !important;
 
}
 
 
 
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
 
    background-color: #44A755 !important;
 
}
 
 
 
.navbar-inverse-darker {
 
    background-color: #44a755 !important;
 
    border-color: #07151e;
 
 
}
 
}
  
.dropdown-menu.darker-color li > a {
+
.mainpage_mwtitle {
     color: #44A755;
+
     color: #005288;
 
}
 
}

Latest revision as of 17:53, 12 March 2021

/*Page background*/
#mw-page-base, body {
  background-image: none;
  background-color: #4f4f4f;}

/*Fonts and bullets for everyone*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
  {
  font-family: 'Roboto', sans-serif;}

/*linky colors*/
a {
  text-decoration: none;
  color: #0645ad;
  background: none;}
.mblink:visited, a:visited {
  color: #609;}

/*list formatting*/
ul{list-style-image: none;}
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;}
.plainlist ul li {
    margin-bottom: 0;}

/*STEP logo bit*/
#p-logo {
  border-radius: 5px;
  background-color: white;}

/*Header*/
#mw-head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #e6e6e6;}

/*These are the wiki tabs*/
.vectorTabs ul li {
  border-radius: 5px 5px 0 0;
  background-image: none;
  color: black;
  background-color: #e6e6e6;}
#ca-talk,
#ca-viewsource {
    display: none !important;}

.vectorTabs li a,
.vectorTabs li.new a, 
.vectorTabs li.new a:visited {
  background-image: none;
  font-variant: all-small-caps;}

/*This is the menu on the left*/
/* increase Vector sidebar width */
#mw-panel { width: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }

#mw-panel .portal .body ul li,
#mw-panel .portal .body ul li a, 
#mw-panel .portal .body ul li a:visited,
#mw-panel .portal h3 {
  list-style-type: none;
  color: white;
  font-size: 1em;
  font-variant: all-small-caps;
  text-decoration: none;
}

/*FOOTER STUFF*/
/*This is the feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
  font-weight: normal;}
.articleFeedbackv5-panel{
  background: none;
  border: 1px solid darkcyan;}

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

/*These are the main headings, which have underlines*/
.mw-body h1, .mw-body h2 {
  font-family: sans-serif; 
  font-size: 1.8em;
  color: Gray;    
  border-bottom: 1.5px solid darkcyan;}

/*These are the subheadings*/
h3,h4, h5, h6 { 
  font-size: 1.8em;
  color: Gray;}

/*This is the default photoframe*/
.thumbinner {
  border: 2px solid orange;
  padding: 3px;
  text-align: center;
  overflow: hidden;}

/* TOClimit */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;}

/*The textbox thingy*/
.textbox {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.1em;
  font-style: italic;
  background: none;
  border-left: 3px solid darkcyan;
  border-top: none;
  border-bottom: none;
  border-right: none;}

/*Button*/
.mw-ui-button{
  border: 2px solid orange;
  box-shadow: 2px 2px 3px 0px #999;}

/*wikitable*/
/table.wikitable > tr > th, table.wikitable > * > tr > th {
/  background-color: darkcyan;
/  color: white;
/}

/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
    border: 2px solid darkcyan;
    cursor: pointer;
    background-position: center right;
    padding-right: 21px;
}

/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
  border: 2px solid darkcyan;}

table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: darkcyan;
  color: white;}


/*Main Page stuff*/

body.page-Main_Page h1.firstHeading {display:none; 
}

.mainpage_topbox {
  border-radius: 5px;	
  background: #f9f9f9;
  margin: 1em 0;
}

.mainpage_layouttable {
	border: 0;
	margin: 0;
	width: 100%;
	border-spacing: 10px;
}
.mainpage_layouttable * > tr > td {
	vertical-align: top;
}

.mainpage_boxtitle {
    font-size: 105%;
    padding: 0.4em;
    background-color: #eeeeee;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}

.mainpage_pagetitle {
    color: black;
    font-size: 200%;
    padding: 0.2em 0.4em;
}

.mainpage_hubtitle {
    text-align: center;
}

.mainpage_boxcontents {
    background: #ffffff;
    padding: 0.2em 0.4em;
}

.mainpage_boxcontents_small {
    font-size: 95%;
}

.mainpage_boxcontents_title {
    display: block;
    border-bottom: 1px solid #AAA;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.mainpage_middleblock .mainpage_hubbox_left {
  width: 75%;
}

.mainpage_mwtitle {
    color: #005288;
}