MediaWiki:Common.css: различия между версиями
imported>Azizonkg м Убран "источник" для печатной версии страниц (вики-страницы в игре) |
imported>Erement Нет описания правки |
||
Строка 50: | Строка 50: | ||
.printfooter { | .printfooter { | ||
display: none; | display: none; | ||
} | |||
div.tabcontent{ | |||
display:none | |||
} | |||
div.tabcontent.current{ | |||
display:block | |||
} | |||
div.switchtab.label.current{ | |||
color:#000; | |||
background-color:#00FF00 | |||
} | |||
div.kaskadavionics{ | |||
background-image:url(https://wiki.armaproject.ru/resources/assets/Kaskad_avionics.png) | |||
} | |||
.kaskadavionics_menu_button a{ | |||
display:block; | |||
text-align:center; | |||
line-height:19px !important; | |||
font-size:13px; | |||
color:#00FF00 !important; | |||
text-decoration:none | |||
} | |||
.kaskadavionics_menu_button a:hover{ | |||
text-decoration:none; | |||
display:block; | |||
background:rgba(0,256,0,1) none repeat scroll 0% 0%; | |||
line-height:19px !important; | |||
font-size:13px; | |||
color:#000 !important | |||
} | } |
Версия от 16:36, 18 октября 2021
/* Размещённый здесь 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;
}
.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>.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
}
div.kaskadavionics{
background-image:url(https://wiki.armaproject.ru/resources/assets/Kaskad_avionics.png)
}
.kaskadavionics_menu_button a{
display:block;
text-align:center;
line-height:19px !important;
font-size:13px;
color:#00FF00 !important;
text-decoration:none
}
.kaskadavionics_menu_button a:hover{
text-decoration:none;
display:block;
background:rgba(0,256,0,1) none repeat scroll 0% 0%;
line-height:19px !important;
font-size:13px;
color:#000 !important
}