Open main menu

The Aruba Wiki β

Changes

MediaWiki:Common.css

1,219 bytes added, 02:22, 25 July 2018
no edit summary
/* END Main Page carousel code */
 
/* Start Corporate Design */
.wv-tabsWrapper {
position: relative;
top: 1px;
z-index: 1;
margin: 0 0.75em;
word-spacing: -0.25em;
white-space: nowrap;
overflow: hidden;
}
.wv-tab {
display: inline-block;
border: 1px solid #6cc8f3;
border-radius: 5px 5px 0 0;
margin: 0 0.75em 0 0;
padding: 0.1em 1em;
background: #f0f0f0;
max-width: 15%;
word-spacing: normal;
vertical-align: bottom;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.wv-mainTab {
border-bottom: 1px solid #f0f0f0;
}
/* JS-generierte Tabs, siehe [[Portal:Ägypten/Auf einen Blick 2]] */
.tabbedContainers .wv-tabsWrapper {
display: none;
}
.tabbedContainers .wv-tab {
font-weight: normal;
text-decoration: none;
color: #002bb8;
cursor: pointer;
max-width: 30%;
}
.tabbedContainers .wv-mainTab {
font-weight: bold;
color: #000000;
cursor: text;
}
.tabbedContainers.wv-js .wv-tab {
text-decoration: none;
}
.tabbedContainers.wv-js .wv-tab:hover, .tabbedContainers.wv-js .wv-tab:active {
text-decoration: underline;
}
.tabbedContainers.wv-js .wv-mainTab {
text-decoration: none !important;
}
@media print {
.wv-tabsWrapper, .tabbedContainers .wv-showIt {
display: none;
}
}
/* End Corporate Design */