MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Interlinking_Pictura
Wechseln zu: Navigation, Suche
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→‎CSS placed here will be applied to all skins: )
Zeile 1: Zeile 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
 +
 +
panel-primary {
 +
    border-color: #28bcc6;
 +
}
 +
 +
.panel-primary > .panel-heading {
 +
 +
  color: #fff;
 +
  background-color: #28bcc6;
 +
  border-color: #28bcc6;
 +
background-image: linear-gradient(to bottom,#16a7b1 0,#28bcc6 100%);}
 +
 +
.firstHeading{
 +
font-family: 'Source Sans Pro', sans-serif;
 +
font-size: 24px;
 +
margin-bottom: 20px;
 +
text-align: center;
 +
font-weight: bold;
 +
letter-spacing: normal;
 +
}
 +
.btn-primary {
 +
color: #fff;
 +
  background-color: #28bcc6;
 +
background-image: linear-gradient(to bottom,#16a7b1 0,#28bcc6 100%);
 +
background-repeat: repeat-x;
 +
border-color: #28bcc6;
 +
}
 +
btn-primary:focus, .btn-primary:hover, .btn-primary:active {
 +
background-color: #096c72;
 +
border-color: #28bcc6;
 +
background-position: 0;
 +
}
 +
/* logo and navbar */
 +
.navbar{
 +
min-height: 60px;}
 +
 +
.navbar-brand img {
 +
height: 50px;
 +
}
 +
 +
a {
 +
    color: #8A2235;
 +
    text-decoration: none;
 +
}
 +
 +
a:focus, a:hover {
 +
    color: #10B7D1;
 +
    text-decoration: underline;
 +
}
 +
 +
 +
.fa {
 +
margin-right: 10px;
 +
}
 +
 +
.fullImageLink {
 +
max-width: 50%;
 +
float:left;
 +
}
 +
.fullMedia {
 +
margin:20px 0 20px 0;
 +
max-width:48%;
 +
float:right;
 +
}
 +
 +
mw-content-ltr {
 +
max-width: 40%;
 +
float:right;
 +
}

Version vom 13. November 2017, 12:14 Uhr

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

panel-primary {
    border-color: #28bcc6;
}

.panel-primary > .panel-heading {

   color: #fff;
   background-color: #28bcc6;
   border-color: #28bcc6;
background-image: linear-gradient(to bottom,#16a7b1 0,#28bcc6 100%);}

.firstHeading{
font-family: 'Source Sans Pro', sans-serif;
font-size: 24px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
letter-spacing: normal;
}
.btn-primary {
color: #fff;
   background-color: #28bcc6;
background-image: linear-gradient(to bottom,#16a7b1 0,#28bcc6 100%);
background-repeat: repeat-x;
border-color: #28bcc6;
}
btn-primary:focus, .btn-primary:hover, .btn-primary:active {
background-color: #096c72;
border-color: #28bcc6;
background-position: 0;
}
/* logo and navbar */
.navbar{
min-height: 60px;}

.navbar-brand img {
height: 50px;
}

a {
    color: #8A2235;
    text-decoration: none;
}

a:focus, a:hover {
    color: #10B7D1;
    text-decoration: underline;
}


.fa {
margin-right: 10px;
}

.fullImageLink {
max-width: 50%;
float:left;
}
.fullMedia {
margin:20px 0 20px 0;
max-width:48%;
float:right;
}

mw-content-ltr {
max-width: 40%;
float:right;
}