Modding:Block Json Properties

From Vintage Story Wiki
Revision as of 11:12, 5 October 2017 by CreativeMD (talk | contribs)

/* 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.level0 td{ background-color: #e8e8e8; }

.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: #f2f2f2; }

.tt-table div.tt { display:inline-block; position:relative; }

.tt-table div.tt div.content { border:1px gray solid; border-radius: 0px; z-index: 10; padding:0 4px 0 5px; position:relative; background-color: #efefef; color: black; }

.tt-table div.tt div.tail { border:1px darkgray solid; border-right: 0; border-top: 0; position:absolute; border-radius: 0px; bottom: 11px; left: -10px; z-index: 0; }

.tt-table div.tt-parent div.content { cursor:pointer; background-color: #efefef; /*bccdff*/ font-weight: bold; }

  1. 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; }