MediaWiki:Common.css: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* For block templates */
.screwTemplatesMan p { display: none; }
.screwTemplatesMan p { display: none; }


/* VS Theming */
body {
  background-image: url(https://wiki.vintagestory.at/images/e/e6/Shalebg.png);
  color: white;
}
.mw-body {
  border: 1px solid rgba(46, 35, 25);
  background-color: rgba(80, 60, 40, 0.9);
}
a:visited {
color: burlywood;
}
a {
color: burlywood;
}
a:hover {
  color:navajowhite;
}
.mw-body a.external {
    color: burlywood;
}
a.new, #p-personal a.new {
    color: indianred;
}
#mw-page-base {
  background-image: none;
  background-color:none;
}
h1,h2,h3,h4,h5 {
  color: white;
}
table td {
  background: rgba(120, 90, 70, 0.5);
}
/* For the modding overview tables? No idea */


.treeview{margin-top:0.3em}.treeview ul,.treeview li{margin:0;padding:0;list-style-type:none;list-style-image:none}.treeview li{display:table}.treeview li li{position:relative;padding-left:13px;margin-left:7px;border-left:1px solid #636363}.treeview li li:before{content:"";position:absolute;top:0;left:0;width:11px;height:11px;border-bottom:1px solid #636363}.treeview li li.first:before{border-color:#636363;border-style:solid;border-width:1px 0 0 1px;height:100%;margin-top:11px;width:10px}.treeview li li.first,.treeview li li:last-child{border:0;padding-left:14px}.treeview li li:last-child:before{border-left:1px solid #636363;width:10px}
.treeview{margin-top:0.3em}.treeview ul,.treeview li{margin:0;padding:0;list-style-type:none;list-style-image:none}.treeview li{display:table}.treeview li li{position:relative;padding-left:13px;margin-left:7px;border-left:1px solid #636363}.treeview li li:before{content:"";position:absolute;top:0;left:0;width:11px;height:11px;border-bottom:1px solid #636363}.treeview li li.first:before{border-color:#636363;border-style:solid;border-width:1px 0 0 1px;height:100%;margin-top:11px;width:10px}.treeview li li.first,.treeview li li:last-child{border:0;padding-left:14px}.treeview li li:last-child:before{border-left:1px solid #636363;width:10px}