Difference between revisions of "MediaWiki:Vector.css"

From TSAS Library
Jump to: navigation, search
 
(49 intermediate revisions by the same user not shown)
Line 2: Line 2:


@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext);
 
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


body {
body {
font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-family: 'Montserrat', 'Arial', sans-serif;
}
  background-color:#ffffff;
 
.mw-body h1 {
font-family: 'Merriweather', 'Georgia', serif;
}
 
.mw-body h2 {
font-family: 'Merriweather', 'Georgia', serif;
}
 
.mw-body h3 {
font-family: 'Merriweather', 'Georgia', serif;
}
 
.mw-body h4 {
font-family: 'Merriweather', 'Georgia', serif;
}
}


.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5 {
.mw-body h5 {
font-family: 'Merriweather', 'Georgia', serif;
  font-family: 'Merriweather', 'Georgia', serif;
}
}


.mw-body-content{
.mw-body-content{
font-size: 17px;
  font-size: 17px;
line-height: 26px;
  line-height: 26px;
}
}


code {
#mw-page-base{
font-family: 'Source Code Pro', monospace, Courier;
  background-image: none;
}
}


#bodyContent {
code {
    margin: 0 30px;
  font-family: 'Montserrat', monospace, Courier;
}
}


#ca-edit span a {
a:visited, a.external:visited, a.external.text:visited {
    background-color: #eee;
  color: #36b;
    border-left: 1px solid #fff;
    display: none;
}
}


#content {
body.action-view.page-Library_TSAS h1.firstHeading {
    background-color: transparent;
  display: none !important;
    border-right: 1px solid #999;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans', sans-serif;
}
}


#firstHeading {
/*Fix Table Headers*/
     margin: 30px 30px 0;
.infobox caption {
     margin-left: 0;
}
}


#mp-left, #mp-right, #mp-middle, #mp-lower {
/* Koha Search box */
    background-color: #f2f2f2;
    border: 0;
    padding: 10px 20px;
}


#mp-topbanner {
.btn {
    background-color: #eee;
  display: inline-block;
    border: none;
  *display: inline;
    float: left;
  *zoom: 1;
    height: auto;
  padding: 4px 12px;
    margin-bottom: 20px;
  margin-bottom: 0;
    margin-top: 25px;
  font-size: 14px;
    padding: 10px;
  line-height: 20px;
    width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
}


#mp-topbanner li {
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    font-size: 14px;
  color: #333333;
    list-style: none;
  background-color: #e6e6e6;
    margin: 0;
  *background-color: #d9d9d9;
}
}


#mp-topbanner li a {
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
    border: 1px solid #fff;
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    text-align: center;
}
}


#mp-topbanner li a:hover {
.btn-primary {
    background-color: #fff;
  color: #ffffff;
    text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
}


#mp-topbanner ul {
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    margin: 0;
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
}


#mw-head {
.btn-primary:active, .btn-primary.active {
    background-color: #fff;
  background-color: #003399 \9;
}
}


#mw-panel {
select {
     display: none;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
     border-radius: 4px;
}
}


#p-personal {
button, input, select, textarea {
    display: none;
}
 
#p-personal li {
    margin-left: 10px ;
}
 
#p-search form, #p-search input {
    background: none;
     margin: 0;
     margin: 0;
}
#siteSub {
    display: none;
}
#toc h2, .toc h2 {
    font-weight: 700;
}
#toctitle {
    text-align: left;
}
#toctitle h2 {
    font-family: 'Open Sans', sans-serif;
}
.infobox {
    border: 0;
}
.pBody {
    padding-bottom: 5px ;
    padding-top: 5px ;
}
.pBody li {
    margin: 10px 0 ;
}
a {
    color: #00648e;
    font-weight: 400;
}
a.mw-wiki-logo {
    display: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}
div {
    font-family: 'Open Sans', sans-serif;
}
div#contentSub {
    color: #ccc;
     margin-left: 0;
     margin-left: 0;
    margin-top: 10px;
}
}


div#contentSub a {
input[type="text"] {
     color: #999;
    height: 20px;
    padding: 4px 6px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
     background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
}


div#footer {
.input-append input{
     float: left;
     font-size: 14px;
     margin: 0;
     position: relative;
     padding: 0;
    -webkit-border-radius: 4px 0 0 4px;
     width: 100%;
     -moz-border-radius: 4px 0 0 4px;
     border-radius: 4px 0 0 4px;
}
}


div#mw-head {
.form-inline input{
     background-image: url('https://image.freepik.com/free-icon/wikipedia-logo_318-65113.jpg');
     display: inline-block;
     background-position: 25px;
     margin-bottom: 0;
     background-repeat: no-repeat;
     vertical-align: middle;
    background-size: 80px;
     width: 30em;
    position: absolute;
    right: 0;
    top: 0;
     width: 100%;
}
}


div#mw-navigation {
.input-append input:focus{
    z-index: 2;
}
}


div#mw-page-base {
input[type="text"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
}


div#p-search {
/* Image Switches */
    margin: 0 ;
    width: 100% ;
}


div#right-navigation {
#PrintrBot {
     float: left;
    background-image: url('http://www.winsomescholar.com/w/images/1/1b/Bluemonitor.svg');
     margin: 30px 30px 30px 130px ;
     background-size: 127px;
     width: 91%;
     height: 127px;
     width: 127px;
}
}


div#simpleSearch {
#PrintrBot:hover {
     background: none;
     background-image: url('http://www.winsomescholar.com/w/images/b/bf/PlainMonitor.svg');
    height: auto;
     background-size: 127px;
     margin: 0;
     height: 127px;
    max-width: 100%;
     width: 127px;
     padding: 0;
     width: 100%;
}
}


div#simpleSearch #searchButton {
/* Main page boxes stolen from French Wiki */
     display: none;
.mainpagebox {
    box-shadow: 0 0 0.3rem #999;
    border-radius: .2rem;
    padding: 1.2rem;
    margin: 1rem .6rem 1.6rem .6rem;
     float:left;
}
}


div#simpleSearch #searchInput {
h2.mainpagebox_title {
    font-size: 28px;
     font-variant: small-caps;
    font-weight: 300;
     letter-spacing: .01em;
    padding: 5px 5px 8px 8px;
     display: block;
    text-transform: lowercase;
     border-bottom: solid 0.2rem #bdd8fb;
}
     margin-top: 0em;
 
div#toc ul li {
    margin-bottom: 2px;
}
 
div.hatnote {
    color: #ccc;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    padding: 0;
}
 
div.hatnote a {
    color: #999;
}
 
div.mw-body {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
 
div.mw-indicator a img {
    display: none;
}
 
div.thumb {
    width: 25%;
}
 
div.thumb.tleft {
    margin: 0 30px 30px 0;
}
 
div.thumb.tright {
    margin: 0 0 30px 30px;
}
 
div.thumbcaption {
    font-size: 10px;
    padding: 0;
    text-align: left;
}
 
div.thumbinner {
    background-color: transparent;
    border-width: 0;
    padding: 0;
    width: 100%;
}
 
div.toc {
    padding: 30px;
}
 
div.vectorTabs {
    display: none;
}
 
em, i {
    font-style: italic;
}
 
form#searchform {
    width: 96%;
}
 
h1 {
    font-size: 36px;
}
 
h1.firstHeading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
 
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}
 
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
 
img.thumbimage {
    border-width: 0;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
 
img.wmamapbutton.noprint {
    display: none;
}
 
li.collapsible span a {
    background-color: #eee;
    border-left: 1px solid #fff;
    display: none;
}
 
li.selected span a {
    border: 0 1px solid #fff;
    display: none;
}
 
p, ul li {
     font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
     letter-spacing: 0.08px;
     line-height: 26px;
     margin-bottom: 30px;
    max-width: 1100px;
    text-align: left;
    word-wrap: break-word;
}
 
strong, b {
    font-weight: 400;
}
 
table.ambox {
    border: 1px solid #ea6f2f ;
    margin: 20px 0 ;
    max-width: 100% ;
    min-width: 500px ;
    padding: 10px ;
}
 
table.infobox {
    background-color: transparent;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 0;
    padding: 0;
    width: 25%;
}
 
table.infobox b, table.infobox strong {
    font-weight: 400;
}
 
table.infobox caption {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}
 
table.infobox div {
    color: #666;
    font-size: 1em;
    margin-bottom: 15px;
}
 
table.infobox div a {
    color: #00648e;
    font-weight: 400;
}
 
table.infobox img {
    height: auto ;
    margin: 0px ;
    margin-bottom: 5px ;
    width: 100% ;
}
 
table.infobox td {
    border-bottom: 1px dotted #eee ;
    padding: 0;
    text-align: left ;
    width: 100% ;
}
 
table.infobox th.fn.org {
    background-color: rgb(86, 86, 86) ;
    border-bottom: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px ;
    font-weight: 300;
    margin-bottom: 0px ;
    padding: 10px ;
    text-align: left ;
    width: 100% ;
}
 
table.infobox tr {
    padding: 0;
    text-align: left;
    width: 100%;
}
 
td.MainPageBG h2 {
    background-color: transparent;
    border: none;
    font-weight: 300;
     margin: 0;
    padding: 0;
}
 
td.MainPageBG h2#mp-dyk-h2, td.MainPageBG h2#mp-otd-h2 {
    border-top: 25px solid #fff;
    margin: 50px -25px 0;
    padding: 15px 25px 0;
}
 
td.MainPageBG, table#mp-center, #mp-bottom {
    background-color: transparent;
    border: none;
}
 
td.mbox-image {
    display: none;
}
 
td.mbox-image div img {
    display: none;
}
 
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
}

Latest revision as of 20:38, 2 December 2018

/* CSS placed here will affect users of the Vector skin */

@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

body {
  font-family: 'Montserrat', 'Arial', sans-serif;
  background-color:#ffffff;
}

.mw-body h1, 
.mw-body h2, 
.mw-body h3, 
.mw-body h4, 
.mw-body h5 {
  font-family: 'Merriweather', 'Georgia', serif;
}

.mw-body-content{
  font-size: 17px;
  line-height: 26px;
}

#mw-page-base{
  background-image: none;
}

code {
  font-family: 'Montserrat', monospace, Courier;
}

a:visited, a.external:visited, a.external.text:visited {
  color: #36b;
}

body.action-view.page-Library_TSAS h1.firstHeading {
  display: none !important;
}

/*Fix Table Headers*/
.infobox caption {
    margin-left: 0;
}

/* Koha Search box */

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button, input, select, textarea {
    margin: 0;
    margin-left: 0;
}

input[type="text"] {
    height: 20px;
    padding: 4px 6px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.input-append input{
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.form-inline input{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 30em;
}

.input-append input:focus{
    z-index: 2;
}

input[type="text"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

/* Image Switches */

#PrintrBot {
    background-image: url('http://www.winsomescholar.com/w/images/1/1b/Bluemonitor.svg');
    background-size: 127px;
    height: 127px;
    width: 127px;
}

#PrintrBot:hover {
    background-image: url('http://www.winsomescholar.com/w/images/b/bf/PlainMonitor.svg');
    background-size: 127px;
    height: 127px;
    width: 127px;
}

/* Main page boxes stolen from French Wiki */
.mainpagebox {
    box-shadow: 0 0 0.3rem #999;
    border-radius: .2rem;
    padding: 1.2rem;
    margin: 1rem .6rem 1.6rem .6rem;
    float:left;
}

h2.mainpagebox_title {
    font-variant: small-caps;
    letter-spacing: .01em;
    display: block;
    border-bottom: solid 0.2rem #bdd8fb;
    margin-top: 0em;
}