Changes

MediaWiki:Common.css

550 bytes added, 5 April
m
no edit summary
#p-logo a {
#background-image: url("//wiki.dungeondefenders2.com/resources/assets/logo.png") !important;
#background-position: left top;
#background-repeat: no-repeat;
height: 102px;
width: 145px;
height: 102px;
position: static !important;
#width: 300px;
}
.TemplateDocumentation td:nth-child(2) {
text-align: center;
}
 
/* Adds a litte bit of horizontal padding to each of the cells */
.TemplateDocumentation td {
padding: 0 5px;
}
ul.tabbernav {
display: flex;
position: relative;
z-index: 1;
overflow-x: scroll;
line-height: 18px !important;
}
 
/* Customizations for tabber horizontal scrollbar */
body ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
body ::-webkit-scrollbar-thumb {
background: #918e89;
}
body ::-webkit-scrollbar-thumb:hover {
background: #5c5a57 !important;
}
body ::-webkit-scrollbar-thumb:active {
background: #3d3c3a !important;
}
 
/* Customizations for tabber borders */
.tabberlive .tabbertab {
border: 1px #5c5a57 solid !important;
border-top:0 !important;
background-color: #000000 !important;
}
 
/* Override Orange Color on Tooltips */
.simple-tooltip {
color: inherit !important;
}
 
/* Styles code blocks for documentation on templates */
code.tempdoc-code-block {
display: flex;
justify-content: center;
width: 90%;
margin: auto;
padding-bottom: 25px;
white-space: pre-wrap;
}
WikiDefender, bureaucrat, administrator
736
edits