Blame Identity/Webenv/phpBB/3.0.4/styles/modern/theme/common.css

ef5584
/* General Modern Markup Styles
ef5584
---------------------------------------- */
ef5584
ef5584
h2.solo {
ef5584
	margin-bottom: 1em;
ef5584
}
ef5584
ef5584
img {
ef5584
	border-width: 0;
ef5584
}
ef5584
ef5584
hr {
ef5584
	/* Also see tweaks.css */
ef5584
	border: 0 none #FFFFFF;
ef5584
	border-top: 1px solid #CCCCCC;
ef5584
	height: 1px;
ef5584
	margin: 5px 0;
ef5584
	display: block;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
hr.dashed {
ef5584
	border-top: 1px dashed #CCCCCC;
ef5584
	margin: 10px 0;
ef5584
}
ef5584
ef5584
hr.divider {
ef5584
	display: none;
ef5584
}
ef5584
ef5584
p.right {
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
/* Main blocks
ef5584
---------------------------------------- */
ef5584
#wrap {
ef5584
	padding: 0 20px;
ef5584
	min-width: 650px;
ef5584
}
ef5584
ef5584
#simple-wrap {
ef5584
	padding: 6px 10px;
ef5584
}
ef5584
ef5584
#page-body {
ef5584
	margin: 4px 0;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
#page-body p {
ef5584
	margin-top: 0;
ef5584
}
ef5584
ef5584
#page-footer {
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
#page-footer h3 {
ef5584
	margin-top: 20px;
ef5584
}
ef5584
ef5584
#logo {
ef5584
	float: left;
ef5584
	width: auto;
ef5584
	padding: 10px 13px 0 10px;
ef5584
}
ef5584
ef5584
a#logo:hover {
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
/* Search box
ef5584
--------------------------------------------- */
ef5584
#search-box {
ef5584
	color: #FFFFFF;
ef5584
	position: relative;
ef5584
	margin-top: 1em;
ef5584
	margin-right: 0px;
ef5584
	display: block;
ef5584
	float: right;
ef5584
	text-align: right;
ef5584
	white-space: nowrap; /* For Opera */
ef5584
	font-size: x-small;
ef5584
}
ef5584
ef5584
#search-box #keywords {
ef5584
	width: 95px;
ef5584
	background-color: #FFF;
ef5584
}
ef5584
ef5584
#search-box input {
ef5584
	font-size: x-small;
ef5584
}
ef5584
ef5584
/* .button1 style defined later, just a few tweaks for the search button version */
ef5584
#search-box input.button1 {
ef5584
	padding: 1px 5px;
ef5584
}
ef5584
ef5584
#search-box li {
ef5584
	text-align: right;
ef5584
	margin-top: 4px;
ef5584
}
ef5584
ef5584
#search-box img {
ef5584
	vertical-align: middle;
ef5584
	margin-right: 3px;
ef5584
}
ef5584
ef5584
/* Site description and logo */
ef5584
#site-description {
ef5584
	float: left;
ef5584
	width: 70%;
ef5584
}
ef5584
ef5584
#site-description h1 {
ef5584
	margin-right: 0;
ef5584
}
ef5584
ef5584
/* Round cornered boxes and backgrounds
ef5584
---------------------------------------- */
ef5584
.headerbar {
ef5584
	background: #ebebeb none repeat-x 0 0;
ef5584
	color: #FFFFFF;
ef5584
	margin-bottom: 4px;
ef5584
	padding: 0 5px;
ef5584
}
ef5584
ef5584
.navbar {
ef5584
	padding: 0 10px;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
.forabg {
ef5584
	background: #b1b1b1 none repeat-x 0 0;
ef5584
	margin-bottom: 4px;
ef5584
	padding: 0 5px;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
.forumbg {
ef5584
	background: #ebebeb none repeat-x 0 0;
ef5584
	margin-bottom: 4px;
ef5584
	padding: 0 5px;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
.panel {
ef5584
	margin-bottom: 4px;
ef5584
	padding: 0 10px;
ef5584
	background-color: #f3f3f3;
ef5584
	color: #3f3f3f;
ef5584
}
ef5584
ef5584
.post {
ef5584
	padding: 0 10px;
ef5584
	margin-bottom: 4px;
ef5584
	background-repeat: no-repeat;
ef5584
	background-position: 100% 0;
ef5584
}
ef5584
ef5584
.post:target .content {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
.post:target h3 a {
ef5584
}
ef5584
ef5584
.bg1	{ background-color: #F8F8F8;}
ef5584
.bg2	{ background-color: #EEEEEE; }
ef5584
.bg3	{ background-color: #DDDDDD; }
ef5584
ef5584
.rowbg {
ef5584
	margin: 5px 5px 2px 5px;
ef5584
}
ef5584
ef5584
.ucprowbg {
ef5584
	background-color: #e2e2e2;
ef5584
}
ef5584
ef5584
.fieldsbg {
ef5584
	/*border: 1px #DBDEE2 solid;*/
ef5584
	background-color: #eaeaea;
ef5584
}
ef5584
ef5584
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
ef5584
	font-size: 1px;
ef5584
	line-height: 1px;
ef5584
	display: block;
ef5584
	height: 5px;
ef5584
	background-repeat: no-repeat;
ef5584
}
ef5584
ef5584
span.corners-top {
ef5584
	background-image: none;
ef5584
	background-position: 0 0;
ef5584
	margin: 0 -5px;
ef5584
}
ef5584
ef5584
span.corners-top span {
ef5584
	background-image: none;
ef5584
	background-position: 100% 0;
ef5584
}
ef5584
ef5584
span.corners-bottom {
ef5584
	background-image: none;
ef5584
	background-position: 0 100%;
ef5584
	margin: 0 -5px;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
span.corners-bottom span {
ef5584
	background-image: none;
ef5584
	background-position: 100% 100%;
ef5584
}
ef5584
ef5584
.headbg span.corners-bottom {
ef5584
	margin-bottom: -1px;
ef5584
}
ef5584
ef5584
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
ef5584
	margin: 0 -10px;
ef5584
}
ef5584
ef5584
.rules span.corners-top {
ef5584
	margin: 0 -10px 5px -10px;
ef5584
}
ef5584
ef5584
.rules span.corners-bottom {
ef5584
	margin: 5px -10px 0 -10px;
ef5584
}
ef5584
ef5584
/* Horizontal lists
ef5584
----------------------------------------*/
ef5584
ul.linklist {
ef5584
	display: block;
ef5584
	margin: 0;
ef5584
	padding: 0;
ef5584
}
ef5584
ef5584
ul.linklist li {
ef5584
	display: block;
ef5584
	list-style-type: none;
ef5584
	float: left;
ef5584
	width: auto;
ef5584
	margin-right: 5px;
ef5584
	line-height: 2.2em;
ef5584
}
ef5584
ef5584
ul.linklist li.rightside, p.rightside {
ef5584
	float: right;
ef5584
	margin-right: 0;
ef5584
	margin-left: 5px;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
ul.navlinks {
ef5584
	padding-bottom: 1px;
ef5584
	margin-bottom: 1px;
ef5584
	border-bottom: 1px solid #FFFFFF;
ef5584
	font-weight: bold;
ef5584
}
ef5584
ef5584
ul.leftside {
ef5584
	float: left;
ef5584
	margin-left: 0;
ef5584
	margin-right: 5px;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
ul.rightside {
ef5584
	float: right;
ef5584
	margin-left: 5px;
ef5584
	margin-right: -5px;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
/* Table styles
ef5584
----------------------------------------*/
ef5584
table.table1 {
ef5584
	/* See tweaks.css */
ef5584
}
ef5584
ef5584
#ucp-main table.table1 {
ef5584
	padding: 2px;
ef5584
}
ef5584
ef5584
table.table1 thead th {
ef5584
	font-weight: normal;
ef5584
	text-transform: uppercase;
ef5584
	color: #FFFFFF;
ef5584
	line-height: 1.3em;
ef5584
	font-size: 0.8em;
ef5584
	padding: 0 0 4px 3px;
ef5584
}
ef5584
ef5584
table.table1 thead th span {
ef5584
	padding-left: 7px;
ef5584
}
ef5584
ef5584
table.table1 tbody tr {
ef5584
	border: 1px solid #cfcfcf;
ef5584
}
ef5584
ef5584
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
ef5584
	background-color: #f6f6f6;
ef5584
	color: #000;
ef5584
}
ef5584
ef5584
table.table1 td {
ef5584
	color: #6a6a6a;
ef5584
	font-size: 1.1em;
ef5584
}
ef5584
ef5584
table.table1 tbody td {
ef5584
	padding: 5px;
ef5584
	border-top: 1px solid #FAFAFA;
ef5584
}
ef5584
ef5584
table.table1 tbody th {
ef5584
	padding: 5px;
ef5584
	border-bottom: 1px solid #000000;
ef5584
	text-align: left;
ef5584
	color: #333333;
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
/* Specific column styles */
ef5584
table.table1 .name		{ text-align: left; }
ef5584
table.table1 .posts		{ text-align: center !important; width: 7%; }
ef5584
table.table1 .joined	{ text-align: left; width: 15%; }
ef5584
table.table1 .active	{ text-align: left; width: 15%; }
ef5584
table.table1 .mark		{ text-align: center; width: 7%; }
ef5584
table.table1 .info		{ text-align: left; width: 30%; }
ef5584
table.table1 .info div	{ width: 100%; white-space: nowrap; overflow: hidden; }
ef5584
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
ef5584
table.table1 thead .autocol { padding-left: 1em; }
ef5584
ef5584
table.table1 span.rank-img {
ef5584
	float: right;
ef5584
	width: auto;
ef5584
}
ef5584
ef5584
table.info td {
ef5584
	padding: 3px;
ef5584
}
ef5584
ef5584
table.info tbody th {
ef5584
	padding: 3px;
ef5584
	text-align: right;
ef5584
	vertical-align: top;
ef5584
	color: #000000;
ef5584
	font-weight: normal;
ef5584
}
ef5584
ef5584
.forumbg table.table1 {
ef5584
	margin: 0 -2px -1px -1px;
ef5584
}
ef5584
ef5584
/* Misc layout styles
ef5584
---------------------------------------- */
ef5584
/* column[1-2] styles are containers for two column layouts 
ef5584
   Also see tweaks.css */
ef5584
.column1 {
ef5584
	float: left;
ef5584
	clear: left;
ef5584
	width: 49%;
ef5584
}
ef5584
ef5584
.column2 {
ef5584
	float: right;
ef5584
	clear: right;
ef5584
	width: 49%;
ef5584
}
ef5584
ef5584
/* General classes for placing floating blocks */
ef5584
.left-box {
ef5584
	float: left;
ef5584
	width: auto;
ef5584
	text-align: left;
ef5584
	margin: 10px;
ef5584
	margin-left: 5px;
ef5584
}
ef5584
ef5584
.right-box {
ef5584
	float: right;
ef5584
	width: auto;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
dl.details {
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
dl.details dt {
ef5584
	float: left;
ef5584
	clear: left;
ef5584
	width: 30%;
ef5584
	text-align: right;
ef5584
	color: #000000;
ef5584
	display: block;
ef5584
}
ef5584
ef5584
dl.details dd {
ef5584
	margin-left: 0;
ef5584
	padding-left: 5px;
ef5584
	margin-bottom: 5px;
ef5584
	color: #828282;
ef5584
	float: left;
ef5584
	width: 65%;
ef5584
}
ef5584
ef5584
/* Pagination
ef5584
---------------------------------------- */
ef5584
.pagination {
ef5584
	height: 1%; /* IE tweak (holly hack) */
ef5584
	width: auto;
ef5584
	text-align: right;
ef5584
	margin-top: 5px;
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.pagination span.page-sep {
ef5584
	display: none;
ef5584
}
ef5584
ef5584
li.pagination {
ef5584
	margin-top: 0;
ef5584
}
ef5584
ef5584
.pagination strong, .pagination b {
ef5584
	font-weight: normal;
ef5584
}
ef5584
ef5584
.pagination span strong {
ef5584
	padding: 0 2px;
ef5584
	margin: 0 2px;
ef5584
	font-weight: normal;
ef5584
	color: #FFFFFF;
ef5584
	background-color: #bfbfbf;
ef5584
	border: 1px solid #bfbfbf;
ef5584
	font-size: 0.9em;
ef5584
}
ef5584
ef5584
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
ef5584
	font-weight: normal;
ef5584
	text-decoration: none;
ef5584
	color: #747474;
ef5584
	margin: 0 2px;
ef5584
	padding: 0 2px;
ef5584
	background-color: #eeeeee;
ef5584
	border: 1px solid #bababa;
ef5584
	font-size: 0.9em;
ef5584
	line-height: 1.5em;
ef5584
}
ef5584
ef5584
.pagination span a:hover {
ef5584
	border-color: #777777;
ef5584
	background-color: #777777;
ef5584
	color: #FFF;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
.pagination img {
ef5584
	vertical-align: middle;
ef5584
}
ef5584
ef5584
/* Pagination in viewforum for multipage topics */
ef5584
.row .pagination {
ef5584
	display: block;
ef5584
	float: right;
ef5584
	width: auto;
ef5584
	margin-top: 0;
ef5584
	padding: 1px 0 1px 15px;
ef5584
	font-size: 0.9em;
ef5584
	background: none 0 50% no-repeat;
ef5584
}
ef5584
ef5584
.row .pagination span a, li.pagination span a {
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
.row .pagination span a:hover, li.pagination span a:hover {
ef5584
	background-color: #777777;
ef5584
}
ef5584
ef5584
/* Miscellaneous styles
ef5584
---------------------------------------- */
ef5584
#forum-permissions {
ef5584
	float: right;
ef5584
	width: auto;
ef5584
	padding-left: 5px;
ef5584
	margin-left: 5px;
ef5584
	margin-top: 10px;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
.copyright {
ef5584
	padding: 5px;
ef5584
	text-align: center;
ef5584
	color: #555555;
ef5584
}
ef5584
ef5584
.small {
ef5584
	font-size: 0.9em !important;
ef5584
}
ef5584
ef5584
.titlespace {
ef5584
	margin-bottom: 15px;
ef5584
}
ef5584
ef5584
.headerspace {
ef5584
	margin-top: 20px;
ef5584
}
ef5584
ef5584
.error {
ef5584
	color: #bcbcbc;
ef5584
	font-weight: bold;
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
.reported {
ef5584
	background-color: #f7f7f7;
ef5584
}
ef5584
ef5584
li.reported:hover {
ef5584
	background-color: #ececec;
ef5584
}
ef5584
ef5584
div.rules {
ef5584
	background-color: #ececec;
ef5584
	color: #bcbcbc;
ef5584
	padding: 0 10px;
ef5584
	margin: 10px 0;
ef5584
	font-size: 1.1em;
ef5584
}
ef5584
ef5584
div.rules ul {
ef5584
	margin-left: 20px;
ef5584
}
ef5584
ef5584
p.rules {
ef5584
	background-color: #ececec;
ef5584
	background-image: none;
ef5584
	padding: 5px;
ef5584
}
ef5584
ef5584
p.rules img {
ef5584
	vertical-align: middle;
ef5584
}
ef5584
ef5584
p.rules a {
ef5584
	vertical-align: middle;
ef5584
	clear: both;
ef5584
}
ef5584
ef5584
#top {
ef5584
	position: absolute;
ef5584
	top: -20px;
ef5584
}
ef5584
ef5584
.clear {
ef5584
	display: block;
ef5584
	clear: both;
ef5584
	font-size: 1px;
ef5584
	line-height: 1px;
ef5584
	background: transparent;
ef5584
}