/* */
/*
BlenderWiki Custom CSS
This CSS is live
Please be nice.
*/
h1 {
margin-top: 36px;
}
h3 {
margin-top: 9px;
}
.tableNormal {
background-color: #f9f9f9;
border: 1px #aaa solid;
margin-top:1em;
padding-left:1em;
padding-right:1em;
padding-bottom:1em;
}
.columnHalf {
width: 50%;
float: left;
}
.columnThird {
width: 33.3%;
float: left;
}
.clearBoth {
clear: both;
}
/* for the hotkey templates */
span.hotkeybg {
background-color: #EAEAEA;
padding: 2px 1px 2px 1px;
white-space: nowrap;
}
span.hotkey {
padding: 0px 3px 0px 3px;
background-color: #D8D8D8;
border-width: 1px;
border-style: solid;
border-color: #f2f2f2 #a7a7a7 #838383 #e3e3e3;
}
/* to position the mouse icon properly in the hotkey template */
span.hotkeybg img {
margin-bottom: 5px;
padding-right: 1px;
border: 0px;
}
div.refbox {
width: auto;
padding: 0px 8px 2px 8px;
background-color: #EDEDED;
border: 1px solid #D1D1D1;
}
div.refbox span.item {
font-weight: bold;
font-size: 1.2em;
}
/*
*/