MediaWiki:Common.css
From Vintage Story Wiki
Revision as of 12:26, 16 January 2017 by CreativeMD (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.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}
.tt-table td,th {
padding: 10px;
}
.tt-table tr.level1.odd td{
background-color: #e5e5e5;
}
.tt-table tr.level1.even td{
background-color: lightgray;
}
.tt-table tr.level2 td{
background-color: #aaaaaa;
}
.tt-table div.tt {
display:inline-block;
position:relative;
}
.tt-table div.tt div.content {
border:1px gray solid;
border-radius: 2px;
z-index: 10;
padding:0 4px 0 5px;
position:relative;
background-color: #bce4ff;
}
.tt-table div.tt div.tail {
border:2px gray solid;
border-right: 0;
border-top: 0;
position:absolute;
border-radius: 2px;
bottom: 11px;
left: -10px;
z-index: 0;
}
.tt-table div.tt-parent div.content {
cursor:pointer;
background-color: #bccdff;
font-weight: bold;
}
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}