MediaWiki:Common.css: Porovnání verzí
Z Wiki JU
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 8: | Řádek 8: | ||
} | } | ||
#mw-mmv-description-page-button { | #mw-mmv-stripe-button mw-mmv-description-page-button cdx-button cdx-button--weight-primary cdx-button--action-progressive cdx-button--size-large cdx-button--fake-button cdx-button--fake-button--enabled { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Verze z 17. 5. 2024, 08:10
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */
#ca-talk {
display: none !important;
}
#ca-viewsource { display: none !important; }
#ca-history {
display: none;
}
#mw-mmv-stripe-button mw-mmv-description-page-button cdx-button cdx-button--weight-primary cdx-button--action-progressive cdx-button--size-large cdx-button--fake-button cdx-button--fake-button--enabled {
display: none !important;
}
#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 h1 {
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 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;}