MediaWiki:Timeless.css

Aus Yogawiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* All CSS here will be loaded for users of the Timeless skin */


/*************/
/* YV Colors */
/*************/

.color-left, .color-middle, .color-right {
  background: #ffcc32;
}

#mw-content-container {
  border-bottom: solid 4px #ffcc32;
}

/**************/
/* Navigation */
/**************/

/* One-sided navigation menu */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  	display: inline-block;
  }
}

/* Align top colour bar with page columns */
.ts-inner {
  padding: 0 0 0 1em;
}

/* Re-aligning bottom logos */
#footer-bottom {
  padding-right: 1em;
}

/**************/
/* Categories */
/**************/

/* Show Categories at Bottom of Main Column */
@media (min-width: 1100px) {
  #catlinks {
    display: block;
    margin: 0 2em;
    padding: 1em 0 0.5em;
  }

  #catlinks-sidebar {
    display: none;
  }
}

/**************/
/* WikiEditor */
/**************/

/* Hide Advanced Menu */
#wikiEditor-ui-toolbar .tab-advanced {
  display: none;
}

/* Smaller Font */
#wpTextbox1 {
  font-size: 16px;
  line-height: 1.4em;
}

/*********/
/* Other */
/*********/

/* Bigger font-size */
#mw-content-text {
  font-size: 18px;
}
#site-navigation {
  font-size: 18px !important;
}
#mw-related-navigation {
  font-size: 18px;
}

/* Hide languages menu (i18n) */
@media (max-width: 850px) {
  li#ca-languages {
    display: none;
  }
}

/* Responsive Table */
#bodyContent table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  display: block;
  max-width: 100% !important;
  box-sizing: border-box;
}
#bodyContent table th {
  text-align: start;
}

/* Hide MediaWiki Logo - ALLOWED ??? */
/*
#f-poweredbyico {
  display: none;
}
*/