MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:




.sidebar {
/**************************************************/
  height: 100%;
/************ Drilldown custom style **************/
  width: 0;
/**************************************************/
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
 
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
 
.sidebar a:hover {
  color: #f1f1f1;
}
 
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.openbtn {
.row {
  font-size: 20px;
    line-height:24pt;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}
}


.openbtn:hover {
div.drilldown-filter:nth-of-type(odd) {
  background-color: #444;
    background: #e0e0e0;
}
}


#main {
  transition: margin-left .5s;
  padding: 16px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/**************************************************/
/**************************************************/

Version vom 23. Februar 2019, 01:40 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

#footer-places-about { display: none; }

#sfForm .select2-container-multi .select2-choices {
        min-height: 60px;
}


/**************************************************/
/************ Drilldown custom style **************/
/**************************************************/

.row {
    line-height:24pt;
}

div.drilldown-filter:nth-of-type(odd) {
    background: #e0e0e0;
}


/**************************************************/
/********** Allow full width element **************/
/**************************************************/

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/**************************************************/
/************ Customize Jumbotron *****************/
/**************************************************/

.jumbotron {
      background-image: url("https://i.imgur.com/JmMn0qa.png");
      background-size: cover;
      padding-top: 15%;
      padding-bottom: 15%;
}

/****************************************************/
/** Hide information only needed for data editing **/
/**************************************************/ 

.private {
    display: none;
}



/****************************************************/
/**** Override default bootstrap navbar sytling ****/
/***************************************************/

.navbar {
    background-color:#02172D;
    color:#ffffff;
    border-radius:0;
}

.navbar .navbar-nav > li > a {
    color:#fff;
}

.navbar .navbar-nav > .active > a {
    color: #000000;
    background-color:transparent;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #D3D3D3;
    color: #000000;
}

.navbar .navbar-brand {
    color:#ffffff;
}
.navbar .navbar-toggle {
    background-color:#02172D;
}
.navbar .icon-bar {
    background-color:#02172D;
}

.navbar{ 
    background-image: none;
}

/* for dropdowns only */
.navbar .navbar-nav .dropdown-menu  { 
  background-color: #02172D;
}
.navbar .navbar-nav .dropdown-menu>li>a  { 
  color: #fff;
}
.navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li>a:focus  { 
  color: #000000;
}


/******************************/
/* Animate Stats on main page */
/******************************/

.stats {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #063d79;
  font-size: 40px;
}


/**** end count stats ****/



/********************************/
/* Disable output of categories */
/********************************/

.mw-category-generated {
   display: none;
}


/**********************************/
/* Table styling for public skin */
/*********************************/





/*************************************/
/* Styling SemanticDrilldown Buttons */
/************************************/

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #063d79;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*************************/
/** chronic list styling */
/*************************/

div.hoverlist {
  width: 200px;
  margin: 30px;
}

h2.hoverlist {
  font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}


div.hoverlist > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.hoverlist > li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}

div.hoverlist > li:last-child {
  border: none;
}

div.hoverlist > li a {
  text-decoration: none;
  color: #000;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
  width: 200px;
}

div.hoverlist li a:hover {
  font-size: 25px;
  background: #f6f6f6;
}