Blame Identity/Models/Html/phpBB/3.0.4/styles/prosilver/theme/tweaks.css

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