MediaWiki:Tweeki.css: различия между версиями
Askell (обсуждение | вклад) Нет описания правки |
Askell (обсуждение | вклад) Нет описания правки |
||
| Строка 2: | Строка 2: | ||
@import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | @import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | ||
.theme-fandomdesktop-dark .portal_section_slider_1 { | .portal_subheader { | ||
padding: 0 1em; | |||
position: relative; | |||
font-size: 0.9em; | |||
} | |||
.portal_subheader_text { | |||
display: table; | |||
width: 100%; | |||
padding: 0.24em 0 0 0; | |||
border-bottom: 1px dotted rgb(220, 220, 220); | |||
text-align: left; | |||
font-family: IMFELLDWPicaPRORegular, serif; | |||
font-size: 1.8em; | |||
color: rgb(220, 220, 220); | |||
} | |||
.theme-fandomdesktop-dark .portal_section_slider_1 ul, | |||
.theme-fandomdesktop-dark .portal_section_slider_2 ul, | |||
.theme-fandomdesktop-dark .portal_section_slider_3 ul { | |||
margin: 6px 0 10px 30px ; | |||
} | |||
.theme-fandomdesktop-dark .portal_section_slider_1 { | |||
padding: 3px 10px 3px 10px; | |||
border: 2px solid rgba(44, 42, 42, 0); | |||
border-image: url("https://static.wikia.nocookie.net/darksouls/images/8/89/Wiki_border_2.png/revision/latest?cb=20210610112928&format=original&path-prefix=ru") repeat 3; | |||
background: url('https://vignette.wikia.nocookie.net/darksouls/images/9/9b/DS_background_slider.jpg/revision/latest?cb=20160910131549&path-prefix=ru') center; | |||
} | |||
.theme-fandomdesktop-dark .portal_section_slider_2 { | |||
padding: 3px 10px 3px 10px; | |||
border: 2px solid rgba(44, 42, 42, 0); | |||
border-image: url("https://static.wikia.nocookie.net/darksouls/images/8/89/Wiki_border_2.png/revision/latest?cb=20210610112928&format=original&path-prefix=ru") repeat 3; | |||
background: url('https://vignette.wikia.nocookie.net/darksouls/images/5/5c/DS_II_background_slider.jpg/revision/latest?cb=20160910131550&path-prefix=ru') center; | |||
} | |||
.theme-fandomdesktop-dark .portal_section_slider_3 { | |||
padding: 3px 10px 3px 10px; | padding: 3px 10px 3px 10px; | ||
border: 2px solid rgba(44, 42, 42, 0); | border: 2px solid rgba(44, 42, 42, 0); | ||
background:black ; | border-image: url("https://static.wikia.nocookie.net/darksouls/images/8/89/Wiki_border_2.png/revision/latest?cb=20210610112928&format=original&path-prefix=ru") repeat 3; | ||
background: url('https://vignette.wikia.nocookie.net/darksouls/images/0/02/DS_III_background_slider.jpg/revision/latest?cb=20160910131550&path-prefix=ru') center; | |||
} | |||
.theme-fandomdesktop-light .portal_section_slider_1, | |||
.theme-fandomdesktop-light .portal_section_slider_2, | |||
.theme-fandomdesktop-light .portal_section_slider_3 { | |||
position: relative; | |||
margin: 10px auto; | |||
background: rgb(55, 105, 153); | |||
border: 1px solid rgb(0, 0, 0); | |||
box-shadow: 0 0 5px 3px #d7d7d7; | |||
padding: 10px; | |||
z-index: 2; | |||
border-radius: 8px; | |||
overflow: hidden; | |||
color: #d9d9d9 !important; | |||
text-shadow: 0 0 10px black; | |||
} | |||
.theme-fandomdesktop-light .portal_section_slider_1 a, | |||
.theme-fandomdesktop-light .portal_section_slider_2 a, | |||
.theme-fandomdesktop-light .portal_section_slider_3 a { | |||
color: #fff !important; | |||
text-shadow: 0 0 10px black; | |||
font-weight: normal; | |||
} | |||
.theme-fandomdesktop-light .portal_section_slider_1::after, | |||
.theme-fandomdesktop-light .portal_section_slider_2::after, | |||
.theme-fandomdesktop-light .portal_section_slider_3::after { | |||
background: url(https://i.imgur.com/DuwYzAJ.jpg) center; | |||
background-size: cover !important; | |||
content: " "; | |||
position: absolute; | |||
z-index: -1; | |||
opacity: 0.5; | |||
top: 0; | |||
left: 0; | |||
bottom: 0; | |||
right: 0; | |||
} | } | ||
.firstHeading { | .firstHeading { | ||