MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Joachim Camerarius (1500-1574)
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(35 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css'); | |||
@ | @import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css'); | ||
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css'); | |||
@import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css'); | |||
@ | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
/***** Global *****/ | |||
/**** Font ****/ | |||
/* Font Start */ | |||
body { | body { | ||
font-size: 100% !important; | font-size: 100% !important; | ||
font-family: Noto Sans, sans-serif; | |||
line-height: 1.6; | |||
font-size: 170% | |||
} | } | ||
@font-face { | |||
font-family: 'Noto Sans'; | |||
src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2') | |||
} | } | ||
@font-face { | |||
font-family: Montserrat; | |||
src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2') | |||
} | } | ||
@font-face { | |||
font-family: 'Open Sans'; | |||
src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2') | |||
} | } | ||
/* Font End */ | |||
/*** Footer ***/ | |||
/* Footer Start */ | |||
#footer { | #footer { | ||
padding-bottom: 1rem !important; | padding-bottom: 1rem !important; | ||
Zeile 161: | Zeile 44: | ||
} | } | ||
#siteSub, #contentSub { | |||
display: none !important; | |||
} | } | ||
/* Footer End */ | |||
a { | |||
color: #337ab7; | |||
} | } | ||
.label-container, | |||
ul:empty { | |||
visibility: hidden | |||
} | } | ||
/** Hidden elements **/ | |||
#drilldown-categories-tabs-wrapper, | #drilldown-categories-tabs-wrapper, | ||
#footer-places-about, | #footer-places-about, | ||
Zeile 224: | Zeile 86: | ||
#sfForm .select2-container-multi .select2-choices { | #sfForm .select2-container-multi .select2-choices { | ||
min-height: 60px | min-height: 60px | ||
} | } | ||
Zeile 243: | Zeile 101: | ||
cursor: pointer; | cursor: pointer; | ||
text-decoration: underline | text-decoration: underline | ||
} | } | ||
Zeile 354: | Zeile 108: | ||
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); | box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); | ||
transition: .3s cubic-bezier(.25, .8, .25, 1) | transition: .3s cubic-bezier(.25, .8, .25, 1) | ||
} | } | ||
Zeile 472: | Zeile 119: | ||
.card-2 { | .card-2 { | ||
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) | box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) | ||
} | } | ||
Zeile 542: | Zeile 150: | ||
position: sticky; | position: sticky; | ||
top: 10px | top: 10px | ||
} | } | ||
Zeile 662: | Zeile 216: | ||
color: #333; | color: #333; | ||
opacity: .5 | opacity: .5 | ||
} | } | ||
Zeile 848: | Zeile 227: | ||
width: 50%; | width: 50%; | ||
margin: 0 auto | margin: 0 auto | ||
} | } | ||
Zeile 889: | Zeile 249: | ||
padding-top: 5px; | padding-top: 5px; | ||
padding-bottom: 5px | padding-bottom: 5px | ||
} | } |
Aktuelle Version vom 5. Dezember 2024, 16:35 Uhr
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css'); @import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css'); /***** Global *****/ /**** Font ****/ /* Font Start */ body { font-size: 100% !important; font-family: Noto Sans, sans-serif; line-height: 1.6; font-size: 170% } @font-face { font-family: 'Noto Sans'; src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2') } @font-face { font-family: Montserrat; src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2') } @font-face { font-family: 'Open Sans'; src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2') } /* Font End */ /*** Footer ***/ /* Footer Start */ #footer { padding-bottom: 1rem !important; } #footer .container-fluid .row { justify-content: center; } #siteSub, #contentSub { display: none !important; } /* Footer End */ a { color: #337ab7; } .label-container, ul:empty { visibility: hidden } /** Hidden elements **/ #drilldown-categories-tabs-wrapper, #footer-places-about, #mw-searchoptions, #pt-mytalk, .collapsedDesc, .hide, .mw-category-generated, .mw-createacct-benefits-container, .mw-search-createlink, .mw-search-profile-tabs, .private, .timeline-wrapper, .tweeki-username, table.drilldownInfo>tbody>tr>th>span { display: none } .mw-numlink { display: inline } #drilldown-switch i, #return-to-top i { font-family: FontAwesome !important } #sfForm .select2-container-multi .select2-choices { min-height: 60px } .pseudoheading2 { font-weight: 700; font-size: 150% } .pseudoheading3 { font-weight: 700; font-size: 125% } .collapsibleDesc:hover { cursor: pointer; text-decoration: underline } .card-0, .card-1, .drilldown-results .mw-spcontent h3 { box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); transition: .3s cubic-bezier(.25, .8, .25, 1) } .cs-comments:hover, .card-1:hover, .card-4, div.drilldown-filter:hover { box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) } .card-2 { box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) } .yearly-list-header { background-color: rgba(153, 187, 255, .6); padding-bottom: 10px; padding-top: 10px } .structuredList h1 { background: rgba(153, 187, 255, .5) } .structuredList h2 { background: rgba(153, 187, 255, .25) } .hoverList ul>li { transition: opacity .2s ease-in-out } .hoverList .card-1 { margin-bottom: 1rem; } .sticky-table { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 10px } .grid-divider>[class*=col-] { position: static } .grid-divider>[class*=col-]:nth-child(n+2):before { content: ""; border-left: 1px solid #ddd; position: absolute; top: 0; bottom: 0 } .col-padding { padding: 0 15px } .card-3 { box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) } .card-5 { box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22) } .card .heading { position: relative; height: 80px; color: #fffff } .card .heading h1 { position: absolute; bottom: 16px; left: 16px; font-size: 24px } .desc-card { background-color: rgba(216, 218, 220, .3) } .label-container { position: fixed; bottom: 48px; right: 105px; display: table } .label-arrow, .label-text { display: table-cell; vertical-align: middle } .label-text { color: #fff; background: rgba(51, 51, 51, .5); padding: 10px; border-radius: 3px } .label-arrow { color: #333; opacity: .5 } .tab-pane { padding-left: 10px; padding-right: 10px; padding-bottom: 10px } .alert-small { width: 50%; margin: 0 auto } .maps-map { margin-bottom: 20px } .timeline-wrapper h2 { text-align: center !important } .timelineInnerWrapper { margin-top: 20px; margin-bottom: 20px } .cardTitle { background-color: #d3d3d3; text-align: center; font-weight: 700; margin-bottom: 0; padding-top: 5px; padding-bottom: 5px }