MediaWiki:Common.css: различия между версиями
Tfmb (обсуждение | вклад) мНет описания правки |
Tfmb (обсуждение | вклад) Нет описания правки |
||
| Строка 35: | Строка 35: | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Oswald'; | |||
font-style: normal; | |||
font-weight: 200 700; | |||
src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2'); | |||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116 | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Oswald'; | |||
font-style: normal; | |||
font-weight: 200 700; | |||
src: url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2'); | |||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD | |||
} | } | ||
| Строка 111: | Строка 109: | ||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD | unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Material Symbols Outlined'; | |||
font-style: normal; | |||
font-weight: 400; | |||
src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v170/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2') | |||
} | } | ||
.material-symbols-outlined { | .material-symbols-outlined { | ||
font-family: 'Material Symbols Outlined'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-size: 24px; | |||
line-height: 1; | |||
letter-spacing: normal; | |||
text-transform: none; | |||
display: inline-block; | |||
white-space: nowrap; | |||
word-wrap: normal; | |||
direction: ltr; | |||
-webkit-font-feature-settings: 'liga'; | |||
-webkit-font-smoothing: antialiased | |||
} | } | ||
cite,dfn { | cite,dfn { | ||
font-style: inherit | font-style: inherit | ||
| Строка 154: | Строка 153: | ||
background-color: #303037; | background-color: #303037; | ||
border-color: #303037 | border-color: #303037 | ||
} | |||
blockquote { | blockquote { | ||
| Строка 1242: | Строка 1241: | ||
.tabs-tabbox > .tabs-input:checked + .tabs-label,.tabs-input-0:checked + .tabs-input-1 + .tabs-label { | .tabs-tabbox > .tabs-input:checked + .tabs-label,.tabs-input-0:checked + .tabs-input-1 + .tabs-label { | ||
z-index: 2; | z-index: 2; | ||
box-shadow: 0px 2px 1px #3366cc | box-shadow: 0px 2px 1px #3366cc | ||
} | } | ||
| Строка 1283: | Строка 1282: | ||
.tooltiptext { | .tooltiptext { | ||
position: absolute; | position: absolute; | ||
z-index: 99; | |||
z-index: | width: 300px; | ||
width: | left: -128px; | ||
left: - | top:32px; | ||
top: | padding: 7px; | ||
padding: | |||
pointer-events: none; | pointer-events: none; | ||
visibility: hidden; | visibility: hidden; | ||
opacity: 0; | opacity: 0; | ||
text-align: left; | text-align: left; | ||
transition: all 0.2s; | transition: all 0.2s; | ||
border: 1px solid # | border: 1px solid #3366cc; | ||
border-radius:0.9em; | |||
background-color: #27272E | background-color: #27272E | ||
} | } | ||
| Строка 1308: | Строка 1306: | ||
display:none | display:none | ||
} | } | ||
.headder{ | |||
.headder { | |||
width: 25%; | |||
float: right; | |||
margin-left: 1em | |||
} | } | ||
.stiky{ | |||
.stiky { | |||
position: sticky; | |||
top: 0.1em | |||
} | } | ||
} | } | ||
| Строка 1324: | Строка 1323: | ||
display:none | display:none | ||
} | } | ||
.headder{ | |||
.headder { | |||
width: 100%; | |||
margin-left: 0 | |||
} | } | ||
.sidebar-inner { | .sidebar-inner { | ||
background: #27272e; | |||
border: 1px solid black; | |||
color: lightgrey | |||
} | } | ||
.tooltip { | .tooltip { | ||
| Строка 1551: | Строка 1552: | ||
ul#filetoc,.toc,.toccolours,.mw-warning { | ul#filetoc,.toc,.toccolours,.mw-warning { | ||
display: table !important; | |||
background-color: #27272e !important; | background-color: #27272e !important; | ||
border: solid #000000 !important; | border: solid #000000 !important; | ||
| Строка 1561: | Строка 1562: | ||
margin-bottom: 1em !important; | margin-bottom: 1em !important; | ||
min-width: 15em !important; | min-width: 15em !important; | ||
font-size: 100% !important | font-size: 100% !important | ||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
font-family: 'oswald'; | |||
font-size: 2em | font-size: 2em | ||
} | } | ||
.mw-body .toctitle h2 { | .mw-body .toctitle h2 { | ||
font-family: 'oswald'; | |||
font-size: 1.2em | |||
} | } | ||
| Строка 2021: | Строка 2024: | ||
display:block | display:block | ||
} | } | ||
#mw-content { | #mw-content { | ||
margin-left: 14em; | margin-left: 14em; | ||
| Строка 2046: | Строка 2049: | ||
display: inline-block | display: inline-block | ||
} | } | ||
.stiky{ | |||
.stiky { | |||
position: sticky; | |||
top: 3.42em | |||
} | } | ||
} | } | ||
| Строка 2055: | Строка 2059: | ||
padding-right: 1em | padding-right: 1em | ||
} | } | ||
.mw-body h2 { | |||
font-size: 1.8em; | |||
border-bottom: solid 2px #3366cc | |||
} | |||
#mw-site-navigation .sidebar-chunk h3,#mw-related-navigation .sidebar-chunk h3 { | #mw-site-navigation .sidebar-chunk h3,#mw-related-navigation .sidebar-chunk h3 { | ||
border-bottom: solid 2px #3366cc | |||
} | |||
.target { | |||
border-bottom: 1px solid darkblue | |||
} | |||
.target:target{ | |||
.target:target { | |||
transition: border 0.7s cubic-bezier(0.4, 0, 0.2, 1) | border-bottom: 2px solid gold; | ||
transition: border 0.7s cubic-bezier(0.4,0,0.2,1) | |||
} | } | ||
.backlight:hover{ | |||
.backlight:hover { | |||
background-color: #1b1b1f | box-shadow: 0 0 0.3em gold; | ||
background-color: #1b1b1f | |||
} | } | ||
#main.backlight:hover{ | |||
#main.backlight:hover { | |||
box-shadow: inset 0 0 23em #00000066; | box-shadow: inset 0 0 23em #00000066; | ||
border-radius: 8px | border-radius: 8px | ||
} | } | ||
#strongwhite{ | #strongwhite { | ||
color: white !important | |||
} | } | ||
#menus-cover { | #menus-cover { | ||
background: #000000; | |||
opacity: 0.4 | |||
} | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded | |||
.oo-ui-tagMultiselectWidget-handle,.oo-ui-panelLayout-padded { | |||
background: #1b1b1f; | background: #1b1b1f; | ||
border:1px solid black; | border: 1px solid black; | ||
border-radius: 0 | border-radius: 0 | ||
} | } | ||
.StupidButton { | .StupidButton { | ||
width: 100%; | width: 100%; | ||
| Строка 2099: | Строка 2108: | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
left: 0 | left: 0 | ||
} | } | ||
#MED.wikitable>*>tr>th { | #MED.wikitable>*>tr>th { | ||
| Строка 2119: | Строка 2126: | ||
#ENG.wikitable > * > tr > td { | #ENG.wikitable > * > tr > td { | ||
background: #715400; | background: #715400; | ||
color:white | color: white | ||
} | } | ||
#SEC.wikitable>*>tr>th { | #SEC.wikitable>*>tr>th { | ||
background: #9F2828; | background: #9F2828; | ||
color: white | color: white | ||
} | } | ||
#SEC.wikitable > * > tr > td { | #SEC.wikitable > * > tr > td { | ||
background: #404144; | background: #404144; | ||
color: white | color: white | ||
} | } | ||