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

Z Wiki JU
Bez shrnutí editace
Bez shrnutí editace
Řádek 56: Řádek 56:
width: 100%;
width: 100%;
}
}
#mw-wrapper .mw-body h1 {
#mw-wrapper .mw-body h2 {
text-transform: uppercase;
text-transform: uppercase;
     border-bottom: solid 2px lightgray;
     border-bottom: solid 2px lightgray;
Řádek 67: Řádek 67:
margin: 0.25em 0 1.5em;
margin: 0.25em 0 1.5em;
}
}
#mw-wrapper .mw-body h2 {
#mw-wrapper .mw-body h3 {
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;
Řádek 75: Řádek 75:
}
}


#mw-wrapper .mw-body h3 {
#mw-wrapper .mw-body h4 {
     text-transform: none;
     text-transform: none;
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;
Řádek 84: Řádek 84:
}
}


#mw-wrapper .mw-body h4 {
#mw-wrapper .mw-body h5 {
     text-transform: none;
     text-transform: none;
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;

Verze z 14. 5. 2024, 07:06

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

#mw-category-media {display:none;}

/*obsah v div s .noautonum nebude číslován https://www.mediawiki.org/wiki/Manual:Table_of_contents - sekce auto-numbering*/
.noautonum .tocnumber { display: none; }

/*pozadí hlavičky*/
#mw-header-container, #mw-header-nav-hack {
    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 h2 {
	text-transform: uppercase;
    border-bottom: solid 2px lightgray;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
	font-size: 1.7em;
	font-weight: 600;
}
#mw-wrapper .mw-body h1.firstHeading {
    border-bottom: solid 0px #3366cc;
	margin: 0.25em 0 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.5em;
    border: none;
}

#mw-wrapper .mw-body h4 {
    text-transform: none;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
    margin-left: 20px;
	font-weight: 600;
	font-size: 1.3em;
    border: none;
}

#mw-wrapper .mw-body h5 {
    text-transform: none;
	font-family: 'Noto Sans','Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Helvetica Neue','Helvetica',sans-serif;
    margin-left: 30px;
	font-weight: 600;
	font-size: 1.1em;
    border: none;
}

/*
#personal h2 {
    background-image: url(/var/www/html/images/control_images/user-white.svg);
}
#personal h2:after {
    background-image: url(/var/www/html/images/control_images/arrow-down-white.svg);
}
#site-tools h2 {
    background-image: url(/var/www/html/images/control_images/gear-large-white.svg);
}

#user-tools h2:after, .sidebar-chunk h2:after {
    background-image: url(/var/www/html/images/control_images/arrow-down-white.svg);
}

#site-navigation h2 {
    background-image: url(/var/www/html/images/control_images/menu-large-white.svg);
}
*/

#user-tools h2 span {
    text-transform: uppercase;}