Difference between revisions of "MediaWiki:Common.css"
m (1 revision imported) |
|
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 09:49, 22 September 2016
/* CSS placed here will be applied to all skins */
/*Hide header in main page*/
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/*Main page fonts*/
.mwbs-color-light2 {
color: #1b9c38;
font-size: 22px;
color: #5F5F5F;
}
.mwbs-color-light3 {
color:rgb(61, 114, 150);
font-size: 17px;
color:black;
font-family: "Lato",Helvetica,Arial,sans-serif;
}
.mwbs-color-light3:hover {
color:#DF850A;
}
/*Query form*/
.input-group .form-control{
width: 75%;
}
.visualClear{
padding-top: 10px;
}
.container-fluid {
background: #FFF
}
.select2-container .select2-choices {
box-shadow: 0px 0px 0px 0px #236B9B inset;
}
/*page headline*/
h1, .h1 {
font-size: 25px;
padding-left: 15px;
}
.row {
margin-left: 0px;
margin-right: 0px;
}
/*shadows on pages */
.signed-in {
box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.13);
z-index: 2;
position: relative;
padding-top: 20px;
}
.signed-out {
box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.13);
z-index: 2;
position: relative;
padding-top: 20px;
}
.mw-body {
box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 10px -4px rgba(0, 0, 0, 0.13), -12px 0 10px -4px rgba(0, 0, 0, 0.13);
padding-bottom: 30px;
z-index: 2;
position: relative;
padding-left:20px;
padding-right:20px;
}
/*hide social buttons */
.buttons-whitespace-social{
display: none;
}
.custom-footer {
box-shadow: 0px 9px 0px 0px #FFF, 0px -9px 0px 0px #FFF, 12px 12px 12px -4px rgba(0, 0, 0, 0.13), -12px 12px 12px -4px rgba(0, 0, 0, 0.13);
margin-top: -20px;
}
/*main page buttons */
.table-color-darker {
background-color: whitesmoke;
}
.panel-heading{
padding-bottom: 0px;
padding-top: 2px;
}
.panel.panel-midnight-white .panel-heading {
margin-bottom: 2px;
}
/*scrollable windows */
.window {
clear: both;
max-height: 600px;
padding: 15px;
overflow: auto;
}
//hide link to privacy policy
#footer-places-privacy{
display:none;
}
table{
border-collapse: separate;
}
/*hide link to categories at the bottom of page*/
.catlinks a {
display:none;
}
.catlinks{
color:white;
}
/*but keep the category link*/
.catlinks li a {
display:inline-block;
color:#236B9B;
color:black;
margin-top: 25px;
font-size: 18px;
background: whitesmoke;
padding: 4px;
font-weight: 500;
}
.catlinks li{
border-left:none;
}
.tabbuttonactive {
color: #FFF;
background-color: #236B9B;
border-color: #236B9B;
transition: background-color 170ms ease-out 0s, box-shadow 170ms ease-out 0s;
box-shadow: 0px 1px 0px 0px #2B82BC inset;
text-shadow: 0px 1px 0px #1A4E71;
position: relative;
display: inline-block;
margin-bottom: 0px;
font-weight: 300;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 2px 8px;
font-size: 15px;
line-height: 1.25;
border-radius: 0px;
-moz-user-select: none;
-webkit-transition: height 2s; /* Safari */
transition: height 2s;
-moz-transition: height 2s; /* Firefox 4 */
-webkit-transition: height 2s; /* Safari and Chrome */
-o-transition: height 2s; /* Opera */
font-family: Calibri,"Lato",Helvetica,Arial,sans-serif;
background-color: #595959;
border-color: #8D8D8D;
box-shadow: none;
}
.tabbutton {
background-color: #FFF;
border-color: #77B6E0;
transition: background-color 170ms ease-out 0s, box-shadow 170ms ease-out 0s;
box-shadow: 0px 1px 0px 0px #FFF inset;
text-shadow: 0px 1px 0px #F5F5F5;
position: relative;
display: inline-block;
margin-bottom: 0px;
font-weight: 300;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 2px 8px;
font-size: 15px;
line-height: 1.25;
border-radius: 0px;
-moz-user-select: none;
-webkit-transition: height 2s; /* Safari */
transition: height 2s;
-moz-transition: height 2s; /* Firefox 4 */
-webkit-transition: height 2s; /* Safari and Chrome */
-o-transition: height 2s; /* Opera */
}
#userbar {
margin-bottom: 0px;
background-color: #FFF;
box-shadow: 0px 9px 0px 0px #FFF, 0px -9px 0px 0px #FFF, 12px 12px 12px -4px rgba(0, 0, 0, 0.13), -12px 12px 12px -4px rgba(0, 0, 0, 0.13);
}
.input-group {
margin-top: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: Calibri,"Lato",Helvetica,Arial,sans-serif;
color: #363636;
}
a {
color:black;
color: #3B3B3B;
}
a:hover {
color:#DF850A;
}
.nav-pills > li > a{
color:black;
font-family: "Lato",Helvetica,Arial,sans-serif;
font-size: 14px;
}
.nav-pills > li.active > a{
font-weight:bold;
}
.btn.btn-default{
background-color: #595959;
border-color: #8D8D8D;
box-shadow: none;
}
.btn.btn-default:hover {
background-color: black;
text-shadow: 1px 1px 0px #1A4E71;
}
.btn.btn-primary {
border-color: #8D8D8D;
}
.btn.btn-primary:hover{
border-color: black;
}
.text-meadow {
color: #DF850A;
}
.text-success {
color: #DF850A;
}
.text-info {
color: #DF850A;
}
.nav-pills > li.active > a{
box-shadow: 0px -4px 0px 0px #DF850A inset;
}
.nav-pills > li > a {
border-bottom: 1px solid #8D8D8D;
}
.nav-pills > li > a:hover{
color: #DF850A;
box-shadow: 0px -4px 0px 0px #666 inset;
color:#DF850A;
}
.nav-pills > li > a:active{
color: #DF850A;
box-shadow: 0px -4px 0px 0px #666 inset;
color:#DF850A;
}
.nav-pills > li > a:focus{
color: #DF850A;
box-shadow: 0px -4px 0px 0px #666 inset;
color:#DF850A;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
color: #000;
font-weight: unset;
}
.nav-pills > li.active > a:focus{
box-shadow: 0px -4px 0px 0px #DF850A inset;
}
body{
font-family: Calibri,"Lato",Helvetica,Arial,sans-serif;
background-color: white;
}
.has-light .form-control {
border-color: #8F8F8F;
box-shadow: 0px -3px 0px 0px #B9B9B9 inset;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
margin-left: -1px;
display: none;
}
.has-light .form-control:focus {
border-color: #000;
box-shadow: 0px 0px 0px 0px #A5A5A5 inset, 0px 0px 2px 0px #BABABA;
}
pre {
font-family: Calibri,"Lato",Helvetica,Arial,sans-serif;
background-color:white;
}
.mwbs-color-dark {
color: #353535;
}
.select2-container .select2-choices {
box-shadow: 0px 0px 0px 0px #7E7E7E inset;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #4D4D4D !important;
}
.nav-tabs > li > a {
box-shadow: 0px 1px 0px 0px #6F6F6F inset;
background-color: #747474;
}
.nav-tabs > li > a:active {
color: #FFF;
text-shadow: 1px 1px 0px #747474;
box-shadow: 0px 0px 6px 6px #939393 inset;
background-color: #9F9F9F;
}
.nav-tabs.nav-justified {
border-bottom: 1px solid #969696;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
background-color: #BDBDBD;
color: #FFF;
text-shadow: 1px 1px 0px #6B6B6B;
}
.nav-tabs-lighter.nav .open > a, .nav-tabs-lighter.nav .open > a:hover, .nav-tabs-lighter.nav .open > a:focus {
border-color: #BCBCBC;
background-color: #DBDBDB;
}
.dropdown-menu > li > a:hover {
color: #DF850A;
}