MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Yawet330 Blanked the page |
imported>Gevron убираем бесполезный код |
||
| (не показано 5 промежуточных версий 4 участников) | |||
| Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | |||
.tooltip{ | |||
position: relative; | |||
} | |||
.tooltiptext { | |||
position: absolute; | |||
display: block; | |||
z-index: 2; | |||
width: 250px; | |||
padding: 10px; | |||
visibility: hidden; | |||
opacity: 0; | |||
white-space: normal; | |||
text-align: left; | |||
transition: all 0.2s; | |||
border: 1px solid #aaa; | |||
background-color: #ffdd66; | |||
} | |||
.tooltipmarine { | |||
position: absolute; | |||
display: block; | |||
z-index: 2; | |||
width: fit-content; | |||
padding: 20px; | |||
visibility: hidden; | |||
opacity: 0; | |||
white-space: normal; | |||
text-align: left; | |||
transition: all 0.2s; | |||
} | |||
.tooltiptable { | |||
position: absolute; | |||
display: block; | |||
z-index: 2; | |||
max-width:600px; | |||
width:max-content; | |||
padding: 10px; | |||
top:11pt; | |||
right:-55px; | |||
visibility: hidden; | |||
opacity: 0; | |||
white-space: normal; | |||
text-align: left; | |||
transition: all 0.2s; | |||
border: 1px solid #666; | |||
background-color: #ff6666; | |||
} | |||
.tooltip:hover>.tooltiptext { | |||
visibility: visible; | |||
opacity: 1; | |||
} | |||
.tooltip:hover>.tooltipmarine { | |||
visibility: visible; | |||
opacity: 1; | |||
} | |||
.tooltipmarine > * { | |||
width: max-content; | |||
} | |||
.tooltip:hover>.tooltiptable { | |||
visibility: visible; | |||
opacity: 1; | |||
} | |||
/* hide the "Retrieved from" message */ | |||
.printfooter { | |||
display: none; | |||
} | |||
div.tabcontent{ | |||
display:none | |||
} | |||
div.tabcontent.current{ | |||
display:block | |||
} | |||
div.switchtab.label.current{ | |||
color:#000; | |||
background-color:#00FF00 | |||
} | |||
/* Убираем размытие со всех изображений */ | |||
img { | |||
image-rendering: optimizeSpeed; | |||
image-rendering: -webkit-optimize-contrast; | |||
image-rendering: optimize-contrast; | |||
image-rendering: -moz-crisp-edges; | |||
image-rendering: -o-crisp-edges; | |||
image-rendering: crisp-edges; | |||
image-rendering: pixelated; | |||
-ms-interpolation-mode: nearest-neighbor; | |||
} | |||
/* Горизонтальный список */ | |||
#mw-content-text .hlist ul { | |||
display: inline; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#mw-content-text .hlist li { | |||
display: inline; | |||
} | |||
#mw-content-text .hlist li:not(:last-child) { | |||
padding-right: 0.286em; | |||
} | |||
#mw-content-text .hlist li:not(:last-child)::after { | |||
content: ""; | |||
display: inline-block; | |||
position: relative; | |||
left: 0.286em; | |||
bottom: 0.214em; | |||
background-color: #000; | |||
height: 3px; | |||
width: 3px; | |||
} | |||
#mw-content-text .hlist li li:first-child::before { | |||
content: "("; | |||
font-weight: normal; | |||
} | |||
#mw-content-text .hlist li li:last-child::after { | |||
content: ")"; | |||
font-weight: normal; | |||
} | |||
#mw-content-text .hlist li li li { | |||
font-size: x-small; | |||
} | |||
/* Кнопка "Вверх": [[paradise:Файл:Scroll_top.png]] */ | |||
#scroll-top | |||
{ | |||
display: none; | |||
background: url(https://wiki.ss220.space/images/f/f4/Scroll_top.gif) 0% 0%/38px 38px no-repeat; | |||
opacity: 0.3; | |||
width: 38px; | |||
height: 38px; | |||
cursor: pointer; | |||
position: fixed; | |||
left: calc(11em - 19px); | |||
bottom: 30px; | |||
z-index: 10000; | |||
image-rendering: optimizeSpeed; | |||
image-rendering: -webkit-optimize-contrast; | |||
image-rendering: optimize-contrast; | |||
image-rendering: -moz-crisp-edges; | |||
image-rendering: -o-crisp-edges; | |||
image-rendering: crisp-edges; | |||
image-rendering: pixelated; | |||
-ms-interpolation-mode: nearest-neighbor; | |||
} | |||
#scroll-top:hover | |||
{ | |||
opacity: 0.8; | |||
} | |||
/* Отступы сворачиваемого меню */ | |||
.vector-menu-portal { | |||
margin-left: 0.1em; | |||
} | |||
#mw-panel.collapsible-nav .portal .vector-menu-content { | |||
margin-left: 0.5em; | |||
} | |||
/* Цвет заголовков сворачиваемых разделов в sidebar обратно в серый */ | |||
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading, | |||
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading:hover, | |||
#mw-panel.collapsible-nav .portal .vector-menu-heading * { | |||
color: #54595d; | |||
text-decoration: none; | |||
} | |||
/* [[Шаблон:Кнопка]] */ | |||
.keyboard-key { | |||
border: 0.1em solid #AAA; | |||
border-radius: 0.2em; | |||
box-shadow: 0.1em 0.2em 0.2em(#DDD); | |||
background-color: #F9F9F9; | |||
background-image: -moz-linear-gradient(#EEE, #F9F9F9, #EEE); | |||
background-image: -ms-linear-gradient(#EEE, #F9F9F9, #EEE); | |||
background-image: -o-linear-gradient(#EEE, #F9F9F9, #EEE); | |||
background-image: -webkit-linear-gradient(#EEE, #F9F9F9, #EEE); | |||
background-image: linear-gradient(#EEE, #F9F9F9, #EEE); | |||
padding: 0.1em 0.3em; | |||
font-family: inheri; | |||
font-size: 0.85em; | |||
} | |||
.nowrap { | |||
white-space: nowrap; | |||
} | |||
Текущая версия от 06:20, 18 июня 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.tooltip{
position: relative;
}
.tooltiptext {
position: absolute;
display: block;
z-index: 2;
width: 250px;
padding: 10px;
visibility: hidden;
opacity: 0;
white-space: normal;
text-align: left;
transition: all 0.2s;
border: 1px solid #aaa;
background-color: #ffdd66;
}
.tooltipmarine {
position: absolute;
display: block;
z-index: 2;
width: fit-content;
padding: 20px;
visibility: hidden;
opacity: 0;
white-space: normal;
text-align: left;
transition: all 0.2s;
}
.tooltiptable {
position: absolute;
display: block;
z-index: 2;
max-width:600px;
width:max-content;
padding: 10px;
top:11pt;
right:-55px;
visibility: hidden;
opacity: 0;
white-space: normal;
text-align: left;
transition: all 0.2s;
border: 1px solid #666;
background-color: #ff6666;
}
.tooltip:hover>.tooltiptext {
visibility: visible;
opacity: 1;
}
.tooltip:hover>.tooltipmarine {
visibility: visible;
opacity: 1;
}
.tooltipmarine > * {
width: max-content;
}
.tooltip:hover>.tooltiptable {
visibility: visible;
opacity: 1;
}
/* hide the "Retrieved from" message */
.printfooter {
display: none;
}
div.tabcontent{
display:none
}
div.tabcontent.current{
display:block
}
div.switchtab.label.current{
color:#000;
background-color:#00FF00
}
/* Убираем размытие со всех изображений */
img {
image-rendering: optimizeSpeed;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
/* Горизонтальный список */
#mw-content-text .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
#mw-content-text .hlist li {
display: inline;
}
#mw-content-text .hlist li:not(:last-child) {
padding-right: 0.286em;
}
#mw-content-text .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #000;
height: 3px;
width: 3px;
}
#mw-content-text .hlist li li:first-child::before {
content: "(";
font-weight: normal;
}
#mw-content-text .hlist li li:last-child::after {
content: ")";
font-weight: normal;
}
#mw-content-text .hlist li li li {
font-size: x-small;
}
/* Кнопка "Вверх": [[paradise:Файл:Scroll_top.png]] */
#scroll-top
{
display: none;
background: url(https://wiki.ss220.space/images/f/f4/Scroll_top.gif) 0% 0%/38px 38px no-repeat;
opacity: 0.3;
width: 38px;
height: 38px;
cursor: pointer;
position: fixed;
left: calc(11em - 19px);
bottom: 30px;
z-index: 10000;
image-rendering: optimizeSpeed;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
#scroll-top:hover
{
opacity: 0.8;
}
/* Отступы сворачиваемого меню */
.vector-menu-portal {
margin-left: 0.1em;
}
#mw-panel.collapsible-nav .portal .vector-menu-content {
margin-left: 0.5em;
}
/* Цвет заголовков сворачиваемых разделов в sidebar обратно в серый */
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading,
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading:hover,
#mw-panel.collapsible-nav .portal .vector-menu-heading * {
color: #54595d;
text-decoration: none;
}
/* [[Шаблон:Кнопка]] */
.keyboard-key {
border: 0.1em solid #AAA;
border-radius: 0.2em;
box-shadow: 0.1em 0.2em 0.2em(#DDD);
background-color: #F9F9F9;
background-image: -moz-linear-gradient(#EEE, #F9F9F9, #EEE);
background-image: -ms-linear-gradient(#EEE, #F9F9F9, #EEE);
background-image: -o-linear-gradient(#EEE, #F9F9F9, #EEE);
background-image: -webkit-linear-gradient(#EEE, #F9F9F9, #EEE);
background-image: linear-gradient(#EEE, #F9F9F9, #EEE);
padding: 0.1em 0.3em;
font-family: inheri;
font-size: 0.85em;
}
.nowrap {
white-space: nowrap;
}