Blame Identity/Models/Html/phpBB/3.0.4/styles/modern/theme/common.css

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