MediaWiki:Common.css

From Vintage Story Wiki
Revision as of 10:30, 4 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 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: #dbffbe;
}

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

.tt-table tr.tt-hide {
	display:none;
}