Blame Identity/Webenv/App/phpBB/3.0.4/Modern/theme/tweaks.css

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