Blame Identity/Webenv/phpBB/3.0.4/styles/prosilver/theme/tweaks.css

ef5584
/* proSilver Style Sheet Tweaks
ef5584
ef5584
These style definitions are mainly IE specific 
ef5584
tweaks required due to its poor CSS support.
ef5584
-------------------------------------------------*/
ef5584
ef5584
* html table, * html select, * html input { font-size: 100%; }
ef5584
* html hr { margin: 0; }
ef5584
* html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
ef5584
* html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }
ef5584
ef5584
table.table1 {
ef5584
	width: 99%;		/* IE < 6 browsers */
ef5584
	/* Tantek hack */
ef5584
	voice-family: "\"}\"";
ef5584
	voice-family: inherit;
ef5584
	width: 100%;
ef5584
}
ef5584
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */
ef5584
ef5584
* html ul.topiclist li { position: relative; }
ef5584
* html .postbody h3 img { vertical-align: middle; }
ef5584
ef5584
/* Form styles */
ef5584
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */
ef5584
ef5584
* html input.button1, * html input.button2 {
ef5584
	padding-bottom: 0;
ef5584
	margin-bottom: 1px;
ef5584
}
ef5584
ef5584
/* Misc layout styles */
ef5584
* html .column1, * html .column2 { width: 45%; }
ef5584
ef5584
/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
ef5584
   From http://www.positioniseverything.net/easyclearing.html 
ef5584
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
ef5584
	content: "."; 
ef5584
	display: block; 
ef5584
	height: 0; 
ef5584
	clear: both; 
ef5584
	visibility: hidden;
ef5584
}*/
ef5584
ef5584
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
ef5584
	height: 1%;
ef5584
	overflow: hidden;
ef5584
}
ef5584
ef5584
/* viewtopic fix */
ef5584
* html .post {
ef5584
	height: 25%;
ef5584
	overflow: hidden;
ef5584
}
ef5584
ef5584
/* navbar fix */
ef5584
* html .clearfix, * html .navbar, ul.linklist {
ef5584
	height: 4%;
ef5584
	overflow: hidden;
ef5584
}
ef5584
ef5584
/* Simple fix so forum and topic lists always have a min-height set, even in IE6
ef5584
	From http://www.dustindiaz.com/min-height-fast-hack */
ef5584
dl.icon {
ef5584
	min-height: 35px;
ef5584
	height: auto !important;
ef5584
	height: 35px;
ef5584
}
ef5584
ef5584
* html #search-box {
ef5584
	width: 25%;
ef5584
}
ef5584
ef5584
/* Correctly clear floating for details on profile view */
ef5584
*:first-child+html dl.details dd {
ef5584
	margin-left: 30%;
ef5584
	float: none;
ef5584
}
ef5584
ef5584
* html dl.details dd {
ef5584
	margin-left: 30%;
ef5584
	float: none;
ef5584
}
ef5584