MediaWiki:Citizen.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 149: Zeile 149:
}
}


.page-Leopard_2A4 .citizen-table-wrapper
.page-Leopard_2A4 div.citizen-table-wrapper
overflow: initial
overflow: initial
}
}

Version vom 17. September 2023, 06:03 Uhr

/** Skin Citizen **/

#footer-places {
	column-count: 2;
}

/* Hide main page header */
.page-Steel_Beasts_Wiki .mw-body-header {
	display: none;
}


/** --------- CHANGE ME --------- **/
body.skin-citizen .mw-parser-output a.new {
/**	color: var( --color-base ) !important; **/
}

/** Purge URL: https://star-citizen.wiki/load.php?lang=de&modules=site.styles&only=styles&skin=citizen */
/** --------- CHANGE ME --------- **/

/* Searchbar */
ol.citizen-typeahead {
    list-style: none;
}

.citizen-typeahead__item {
    margin: 5px;
    border-radius: 8px;
}

.citizen-typeahead__content {
    border: 8px solid transparent;
    margin: 0;
    padding: 0;
}
.citizen-typeahead__thumbnail {
    max-width: 90px;
}
.citizen-typeahead__item-sm .citizen-typeahead__content {
    border: none;
    border-top: 3px solid var(--border-color-base);
    padding: 8px;
}

.page-Systemanforderungen .wikitable caption {
	text-align:center;
}

body.skin-citizen > .suggestions {
    display: none !important;
}

body.skin-citizen table.wikitable tr th,
body.skin-citizen table.wikitable tr td,
body.skin-citizen table.broadtable tr td,
body.skin-citizen table.broadtable tr th {
	padding-left: 10px;
}

/** Logo SVG Style **/
html.skin-citizen-light body.skin-citizen .mw-logo-icon {
	filter: invert(1) opacity(0.55);
}

html.skin-citizen-dark body.skin-citizen .mw-logo-icon {
	filter: opacity(0.55);
}


/** Table Style **/
body.skin-citizen table {
    overflow-x: scroll;
}


/** SpaceEnergy */
table.mw-capiunto-infobox tbody .row-image {
    margin: 10px 10px 0;
}


#ca-edit>a:hover, #ca-ve-edit>a:hover {
     background-color: #4f7fd3;
     box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.65);
}

/* Fix VE Preview width */
.oo-ui-panelLayout-padded {
    display: grid;
    justify-content: center;
    grid-template-columns: minmax(0,var(--width-layout));
    padding-top: 13px;
}

/** Input fix **/
.mw-parser-output .mw-ui-input {
    box-shadow: inset 0 0 0 1px var( --color-base );
}

/** Darkmode **/
html.skin-citizen-dark .invert-if-dark {
    filter: invert(1) hue-rotate(180deg) !important;
}

html.skin-citizen-dark .mw-widget-titleWidget-menu-withImages .mw-widget-titleOptionWidget.oo-ui-iconElement > .oo-ui-iconElement-icon.mw-widget-titleOptionWidget-hasImage {
	filter: invert(0) hue-rotate(0deg);
}

.infobox__footer .infobox__button img {
    filter: invert(1);
}

/** KBD style */
kbd,
.keystroke {
	background: var( --color-surface-3 );
	border: .2rem solid var( --border-color-base );
	border-radius: .2rem;
	box-shadow: 0 .2rem .2rem 0 ~'hsl( var( --surface-shadow ) / calc( var( --shadow-strength ) + .1 ) )';
	padding: 0 var( --space-xxs );
}

/** Scrollbar Style */
* {	
	scrollbar-color: var( --scrollbar-color ) transparent;	
	scrollbar-width: thin;	
}	

::-webkit-scrollbar {	
	width: 4px;	
	height: 4px;	
}	

::-webkit-scrollbar-track {	
	background: transparent;	
}	

::-webkit-scrollbar-thumb {	
	border: 4px solid transparent;	
	background-color: var( --background-color-icon );	
}


@media screen and (min-width: 1300px) {
	/** Drawer */
	body.skin-citizen #mw-drawer-menu {
		justify-content: left;
	}
}

.page-Leopard_2A4 div.citizen-table-wrapper
	overflow: initial
}
.fixed-header thead tr:nth-child(1) th {
  position: sticky;
  top: 58px;
  z-index: 10;
}