Difference between revisions of "MediaWiki:Vector.css"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| Line 93: | Line 93: | ||
background-color: #e6e6e6; | background-color: #e6e6e6; | ||
*background-color: #d9d9d9; | *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); | |||
} | } | ||
| Line 116: | Line 120: | ||
background-color: #0044cc; | background-color: #0044cc; | ||
*background-color: #003bb3; | *background-color: #003bb3; | ||
} | |||
.btn-primary:active, .btn-primary.active { | |||
background-color: #003399 \9; | |||
} | } | ||
Revision as of 16:18, 20 July 2017
/* 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=Source+Sans+Pro:400,400italic,900,900italic&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 {
font-family: 'Source Sans Pro', '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: 'Source Code Pro', 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 */
#searchsubmit {
font-weight: bold
}
.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;
}
.input-append {
display: block;
width: 97%;
max-width: 100%;
margin: .5em 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.input-append {
margin: 0;
width: 100%
}
.transl1 {
width: 50%
}
.form-inline {
display: inline;
padding: 0;
margin: 0
}
.mastheadsearch {
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.mastheadsearch {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: .8em;
margin: 0 0 .5em 0;
background: #c7c7c1;
background: -moz-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #c7c7c1), color-stop(100%, #a7a7a2));
background: -webkit-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
background: -o-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
background: -ms-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
background: linear-gradient(to bottom, #c7c7c1 38%, #a7a7a2 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c1', endColorstr='#a7a7a2', GradientType=0)
}
.mastheadsearch label {
font-size: 115%;
font-weight: bold
}
/* 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;
}