MediaWiki:Common.css: Porovnání verzí

Z Wiki JU
Bez shrnutí editace
Bez shrnutí editace
Řádek 63: Řádek 63:
border: none;
border: none;
font-size: 1.7em;
font-size: 1.7em;
font-weight: 700;
font-weight: 600;
}
}
#mw-wrapper .mw-body h1.firstHeading {
#mw-wrapper .mw-body h1.firstHeading {
Řádek 71: Řádek 71:
text-transform: uppercase;
text-transform: uppercase;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-weight: 700;
font-weight: 600;
font-size: 1.5em;
font-size: 1.5em;
}
}
Řádek 78: Řádek 78:
text-transform: uppercase;
text-transform: uppercase;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-weight: 700;
font-weight: 600;
font-size: 1.3em;
font-size: 1.3em;
}
}
Řádek 85: Řádek 85:
text-transform: uppercase;
text-transform: uppercase;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
font-weight: 700;
font-weight: 600;
font-size: 1.1em;
font-size: 1.1em;
}
}

Verze z 27. 10. 2023, 16:30

/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */
#ca-talk {
    display: none !important;
}
#ca-viewsource { display: none !important; }
#ca-history {
    display: none;
}

/*skrytí čáry pod title v body*/
 .mw-body h1.firstHeading {
        margin: 0.25em 0 0.5em;
        border-bottom: solid 0px #3366cc;
        display: block
    }

/*pozadí hlavičky*/
#mw-header-container {
    background: #e00034;
    color: #ffffff;
}

/*font a barva v hlavičce*/
#p-logo-text a, #personal h2 {
    color: #ffffff;
    font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;   
}

/*pruh s barvami pod hlavičkou*/
.color-middle, .color-left, .color-right {
    background: #e00034;
}

/*Podtržení u typu stránky*/
.tools-inline li.selected {
    border-bottom-color: #e00034;
}

/*patička pruh*/
#mw-content-container {
    background: #eaecf0;
    border-bottom: solid 4px #e00034;
}
#mw-footer-container.mw-footer-container.ts-container ul li {font-size: 13px;}

/*Skrýt Powered by - patička*/
#footer-poweredbyico { display: none; }
#footer-places { display: none; }
.mw-footer-container {
    background: #a30328;
}

#mw-footer-container.ts-container {
	box-shadow: none;
	border: none;
	background: #a30328;
	display: inline-block;
	width: 100%;
}
#mw-wrapper .mw-body h1 {
	text-transform: uppercase;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
	border: none;
	font-size: 1.7em;
	font-weight: 600;
}
#mw-wrapper .mw-body h1.firstHeading {
	margin: 0.25em 0 1.5em;
}
#mw-wrapper .mw-body h2 {
	text-transform: uppercase;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
	font-weight: 600;
	font-size: 1.5em;
}

#mw-wrapper .mw-body h3 {
	text-transform: uppercase;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
	font-weight: 600;
	font-size: 1.3em;
}

#mw-wrapper .mw-body h4 {
	text-transform: uppercase;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
	font-weight: 600;
	font-size: 1.1em;
}

#personal h2 {
    background-image: url(/skins/Timeless/resources/images/user-white.svg);
}
#personal h2:after {
    background-image: url(/skins/Timeless/resources/images/arrow-down-white.svg);
}
#site-tools h2 {
    background-image: url(/skins/Timeless/resources/images/gear-large-white.svg);
}

#user-tools h2:after, .sidebar-chunk h2:after {
    background-image: url(/skins/Timeless/resources/images/arrow-down-white.svg);
}

#site-navigation h2 {
    background-image: url(/skins/Timeless/resources/images/menu-large-white.svg);
}

#user-tools h2:after, .sidebar-chunk h2:after {
    background-image: url(/skins/Timeless/resources/images/arrow-down-white.svg);
}