MediaWiki:Common.css: Porovnání verzí
Z Wiki JU
Bez shrnutí editace |
Bez shrnutí editace značka: revertováno |
||
Řádek 131: | Řádek 131: | ||
/*GALERIE - slideshow*/ | /*GALERIE - slideshow*/ | ||
.mw-gallery-slideshow .gallerycarousel { | .mw-gallery-slideshow .gallerycarousel { | ||
width: 60%; | width: 60%; | ||
} | } | ||
Řádek 138: | Řádek 136: | ||
.mw-gallery-slideshow-caption .gallerytext { | .mw-gallery-slideshow-caption .gallerytext { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
ul.gallery.gallery.gallery.mw-gallery-slideshow { | |||
margin: 1em 0; | |||
border: solid 1px black; | |||
background-color: #d3d3d314 | |||
} | } |
Verze z 17. 5. 2024, 12:08
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */ #ca-talk { display: none !important; } #ca-viewsource { display: none !important; } #ca-history { display: none; } .cdx-button { 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;} /*GALERIE - slideshow*/ .mw-gallery-slideshow .gallerycarousel { width: 60%; } .mw-gallery-slideshow-caption .gallerytext { font-weight: bold; } ul.gallery.gallery.gallery.mw-gallery-slideshow { margin: 1em 0; border: solid 1px black; background-color: #d3d3d314 }