MediaWiki:Common.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 239: Line 239:
.foreground a {
.foreground a {
color: #1AAAE7;
color: #1AAAE7;
}
/* Navboxes */
.navbox {
margin-top: 20px;
}
.navbox + .navbox,
.navbox .navbox {
margin-top: 0;
}
}


Line 248: Line 257:
clear: both;
clear: both;
}
}
.tabtoc li {
.tabtoc li {
background-color: transparent;
background-color: transparent;
color: #000;
color: #000;
}
}
.tabtoc li {
.tabtoc li {
margin: 1px -2px 1px 2px;
margin: 1px -2px 1px 2px;
Line 267: Line 274:
z-index: 3;
z-index: 3;
}
}
.tabtoc li.selected {
.tabtoc li.selected {
border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
Line 283: Line 289:
margin-right: -3px;
margin-right: -3px;
}
}
.tabtoc >; li.selected {
.tabtoc >; li.selected {
top: 2px;
top: 2px;
}
}
.tabtoc a,
.tabtoc a,
.tabtoc a:active {
.tabtoc a:active {
Line 296: Line 300:
text-decoration: none;
text-decoration: none;
}
}
.tabtoc li.selected a {
.tabtoc li.selected a {
cursor: default;
cursor: default;
text-decoration: none;
text-decoration: none;
}
}
.tabcontainer {
.tabcontainer {
margin: 0;
margin: 0;
Line 309: Line 311:
background-color: #F9F9F9;
background-color: #F9F9F9;
}
}
.tabsection {
.tabsection {
border: none;
border: none;
Line 315: Line 316:
margin: 0;
margin: 0;
}
}
.tabsection .tabbox {
.tabsection .tabbox {
border: 1px solid #aaa;
border: 1px solid #aaa;
Line 321: Line 321:
margin-right: 2em;
margin-right: 2em;
}
}
.tabsection .tab {
.tabsection .tab {
font-weight: bold;
font-weight: bold;
}
}
.tabsection table, .tabsection .tab {
.tabsection table, .tabsection .tab {
background-color: #F9F9F9;
background-color: #F9F9F9;
}
}
.mainTab {
.mainTab {
display: none;
display: none;