MediaWiki:Common.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 216: Line 216:
.navbox + p + .navbox {
.navbox + p + .navbox {
margin-top: -5px !important;
margin-top: -5px !important;
}
/* JS Tab System, Jacked and Hacked from the jsprefs in monobook/main.css -Dantman */
.tabtoc {
margin: 0 !important;
padding: 0;
width: 100%;
clear: both;
}
.tabtoc li {
background-color: transparent;
color: #000;
}
.tabtoc li {
margin: 1px -2px 1px 2px;
float: left;
padding: 2px 0 3px 0;
border: none;
top:4px;
left:-2px;
position: relative;
white-space: nowrap;
list-style-type: none;
list-style-image: none;
z-index: 3;
}
.tabtoc li.selected {
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
top: 2px;
font-weight: bold;
background-color: #f9f9f9;
border: 1px solid #aaa;
border-bottom: none;
cursor: default;
padding-top: 2px;
margin-right: -3px;
}
.tabtoc >; li.selected {
top: 2px;
}
.tabtoc a,
.tabtoc a:active {
display: block;
color: #000;
padding: 0 .7em;
position: relative;
text-decoration: none;
}
.tabtoc li.selected a {
cursor: default;
text-decoration: none;
}
.tabcontainer {
margin: 0;
border: 1px solid #aaa;
clear: both;
padding: 7px;
background-color: #F9F9F9;
}
.tabsection {
border: none;
padding: 0;
margin: 0;
}
.tabsection .tabbox {
border: 1px solid #aaa;
float: left;
margin-right: 2em;
}
.tabsection .tab {
font-weight: bold;
}
.tabsection table, .tabsection .tab {
background-color: #F9F9F9;
}
.mainTab {
display: none;
}
}


Line 354: Line 273:
line-height: 1.4em;
line-height: 1.4em;
}
}
#wpSummary, #wpSummaryLabel {
.oo-ui-textInputWidget textarea,
margin: 0.2em 0 0.4em 0 !important;
.oo-ui-textInputWidget input {
padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
margin-right: 3px;
}
}
input#wpSummary {
 
width: 99%;
/* Video widget */
.videoWidget + p {
margin: 0;
}
}