Blame Extras/phpBB/3.0.4/styles/prosilver/theme/tweaks.css

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