К началу страницы

Набор в рейд

Exodus 18-21 мск  вакансии  • прогресс

Поддержи проект!

Нужна ваша помощь с оплатой хостинга, собрано -8751.90 руб. (на 26.08.21). QIWI +380990227940, ЯД 41001409226862, WM R413161910676 ( отчет)

Изменения

Перейти к: навигация, поиск

MediaWiki:Vector.css

3811 байт убрано, 17:57, 2 августа 2017
Нет описания правки
.suggestions-result-current {background-color: #006699;}
div.vectorMenu li a, div.vectorTabs li a {color: #006699;}
/*
* MenuSidebar
*/
/* this has to be overridden for every menu */
#p-Menu,
#p-Menu2,
#p-Menu3 {
overflow: visible;
}
/* this has to be overridden for every menu */
#p-Menu div,
#p-Menu2 div,
#p-Menu3 div {
margin: 0;
padding: 0;
}
/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
#p-Menu ul li.item2 ul {
width: 16em;
}
*/
/* this an example to change the background color of every second list item
li.even {
background-color: #eeeeee;
}
*/
.menuSidebar ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
/* this div is only for better handling and navigation ... could also be done in inner ul*/
.menuSidebar ul div {
position: absolute;
top: -6px;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 100; /* show ul on top */
}
.menuSidebar ul ul {
background: url(/w/skins/s_sk/menu-lig.png) 0 0 repeat;
padding: 10px !important;
border: 1px solid;
border-collapse: collapse;
box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.05);
border-color: rgba(0,102,153,0.05) rgba(0,102,153,0.2) rgba(0,102,153,0.2) rgba(0,102,153,0.05);
z-index: 101;
width: 12em;
}
.menuSidebar li {
position: relative; /* make li a container for inner elements */
margin: 1px;
z-index: 102; /* show on top; Needed for IE 7 */
}
 
/* move the > to the right */
.menuSidebar a span:after {
position: absolute;
right: 0;
font-family: FontAwesome;
content: "\f105";
}
.menuSidebar li.separator a:hover {
background: white;
}
/* Needed for IE 7 */
.menuSidebar li.separator a,
.menuSidebar li.separator {
line-height: 0px;
height: 0px;
font-size: 0px;
}
.menuSidebar ul li:last-Child a {
border-width: 0px 0px 0px 0px; // remove the last bottom line
padding-bottom: 0px;
}
/* hides the first level */
.menuSidebar ul li div { visibility:hidden; opacity:0; transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out;}
/* shows the first level and hide the second */
.menuSidebar ul li:hover div,
.menuSidebar ul li div:hover { visibility:visible; display: block; opacity:1;} /* div is again used for easier navigation*/
.menuSidebar ul li:hover ul li div { visibility:hidden; opacity:0; transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out; } /* hide the next level */
/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover { visibility:visible; display: block; opacity:1; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { visibility:hidden; opacity:0; transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out; } /* hide the next level */
/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover { visibility:visible; display: block; opacity:1; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; } /* hide the next level */
 
/* keep nested list fonts from continually decreasing in size with each nesting */
@media only screen and (max-width: 767px) {
#mw-panel div.portal div.body ul li {font-size: 11px !important;}
}
@media only screen and (min-width: 768px) {
#mw-panel div.portal div.body ul li {font-size: small !important;}
}
 
/* Allow popup submenus to overflow the sidebar area */
#mw-panel div.portal div.body ul li {
overflow: visible !important;
}
 
#p-treemenu_1 div.body {margin-left:0 !important;}
.menuSidebar ul li {padding-left:0.5em !important;}
#p-editors.portal .menuSidebar ul li {padding-left:0 !important;}
 
/* minor adjustments to the sidebar area for the Vector skin */
.menuSidebar ul div {
top: -1px !important; /* vertical offset of submenus */
}
@media only screen and (min-width: 768px) {
div#mw-head { top: 16px; right: -6px; }

Навигация