Файл: apwa/styles/red-gold/theme/common.css
Строк: 301
/* General Markup Styles
---------------------------------------- */
*
{
/* Reset browsers default margin, padding and font sizes */
margin:
0;
padding: 0;
}
html {
/* Always show a scrollbar for short pages -
stops the jump when the scrollbar appears. non-IE browsers */
height:
101%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/
*/
font-family: "Helvetica
Neue",Helvetica,Arial,sans-serif;
/*font-size: 62.5%; This sets
the default font size to be equivalent to 10px */
font-size:
0.813em;
margin: 0;
}
h1,h2,h3,h4 {
font-weight: bold;
font-size:
1em;
text-decoration: none;
}
h2.solo {
margin-bottom: 1em;
}
img {
border: 0 none;
height: auto;
max-width: 100%;
vertical-align:
middle;
}
hr {
/* Also see tweaks.css */
margin: 10px 0;
border: 0;
height: 0;
display: block;
clear: both;
}
hr.dashed {
margin: 10px
0;
}
hr.divider {
display: none;
}
p.right {
text-align: right;
}
/*
Main blocks
---------------------------------------- */
#wrap {
padding: 0
20px;
min-width: 650px;
}
#simple-wrap {
padding: 6px
10px;
}
#page-body {
margin: 4px 0;
clear: both;
}
#page-footer
{
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#logo {
float:
left;
width: auto;
padding: 10px 13px 0 10px;
}
a#logo:hover
{
text-decoration: none;
}
/* Search
box
--------------------------------------------- */
#search-box
{
position: relative;
margin-top: 30px;
margin-right: 5px;
display:
block;
float: right;
text-align: right;
white-space: nowrap; /* For
Opera */
}
#search-box #keywords {
width: 95px;
}
/* .button1 style
defined later, just a few tweaks for the search button version
*/
#search-box input.button1 {
padding: 1px 5px;
}
#search-box li
{
text-align: right;
margin-top: 4px;
}
#search-box img
{
vertical-align: middle;
margin-right: 3px;
}
/* Site description and
logo */
#site-description {
float: left;
width: 70%;
}
#site-description
h1 {
margin-right: 0;
}
/* Round cornered boxes and
backgrounds
---------------------------------------- */
.headerbar
{
margin-bottom: 4px;
padding: 0
5px;
}
.forabg,.forumbg{
margin-bottom: 10px;
padding: 0;
clear:
both;
}
.panel {
margin-bottom: 10px;
padding:10px;
overflow:
hidden;
}
.post {
margin-bottom: 10px;
padding:10px;
}
.rowbg
{
margin: 5px 5px 2px 5px;
}
.fieldsbg {
border: 1px #DBDEE2
solid;
}
/* Horizontal
lists
----------------------------------------*/
ul.linklist {
display:
block;
margin: 0;
}
ul.linklist li {
display: block;
list-style-type:
none;
float: left;
width: auto;
margin-right: 5px;
font-size:
1em;
line-height: 2.2em;
}
ul.linklist li.rightside, p.rightside
{
float: right;
margin-right: 0;
margin-left: 5px;
text-align:
right;
}
ul.navlinks {
padding-bottom: 1px;
margin-bottom:
1px;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
}
ul.leftside
{
float: left;
margin-left: 0;
margin-right: 5px;
text-align:
left;
}
ul.rightside {
float: right;
margin-left: 5px;
margin-right:
-5px;
text-align: right;
}
/* Table
styles
----------------------------------------*/
table.table1 {
/* See
tweaks.css */
}
#ucp-main table.table1 {
padding: 2px;
}
table.table1
thead th {
font-weight: normal;
text-transform: uppercase;
line-height:
44px;
font-size: 1em;
padding: 0 0 0 3px;
height: 44px;
}
table.table1
thead th span {
padding-left: 7px;
}
table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
background-color: #f6f6f6;
color:
#000;
}
table.table1 td {
color: #6a6a6a;
font-size:
1em;
}
table.table1 tbody td {
padding: 8px 5px 8px 5px;
border-top:
1px solid #FAFAFA;
}
table.table1 tbody th {
padding:
5px;
border-bottom: 1px solid #000000;
text-align: left;
color:
#333333;
background-color: #FFFFFF;
}
#recentsearch table.table1 .active
{ width: 30%; }
/* Specific column styles */
table.table1 .name {
text-align: left; }
table.table1 .posts { text-align: center !important;
width: 7%; }
table.table1 .joined { text-align: left; width: 15%;
}
table.table1 .active { text-align: left; width: 15%; }
table.table1
.mark { text-align: center; width: 7%; }
table.table1 .info { text-align:
left; width: 30%; }
table.table1 .info div { width: 100%; white-space:
normal; overflow: hidden; }
table.table1 .autocol { line-height: 2em;
white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em;
}
table.table1 span.rank-img {
float: right;
width: auto;
}
table.info
td {
padding: 3px;
}
table.info tbody th {
padding: 3px;
text-align:
right;
vertical-align: top;
color: #000000;
font-weight:
normal;
}
.forumbg table.table1 {
margin: 0;
}
.forumbg-table >
.inner {
margin: 0 -1px;
}
.forumbg-table > .inner >
span.corners-top {
margin: 0 -4px -1px -4px;
}
.forumbg-table > .inner
> span.corners-bottom {
margin: -1px -4px 0 -4px;
}
/* Misc layout
styles
---------------------------------------- */
/* column[1-2] styles
are containers for two column layouts
Also see tweaks.css */
.column1
{
float: left;
clear: left;
width: 49%;
}
.column2 {
float:
right;
clear: right;
width: 49%;
}
/* General classes for placing
floating blocks */
.left-box {
float: left;
width: auto;
text-align:
left;
}
.right-box {
float: right;
width: auto;
text-align:
right;
}
dl.details {
/*font-family: "Lucida Grande", Verdana,
Helvetica, Arial, sans-serif;*/
font-size: 1em;
}
dl.details dt {
float:
left;
clear: left;
width: 30%;
text-align: right;
display:
block;
}
dl.details dd {
margin-left: 0;
padding-left:
5px;
margin-bottom: 5px;
float: left;
width: 65%;
}
/*
Pagination
---------------------------------------- */
.pagination
{
height: 1%; /* IE tweak (holly hack) */
width: auto;
text-align:
right;
margin-bottom: 5px;
margin-top: 5px;
float: right;
}
.pagination
span.page-sep {
display: none;
}
li.pagination {
margin-top:
0;
}
.pagination strong, .pagination b {
font-weight:
normal;
}
.pagination span strong {
padding: 2px 5px;
margin: 0
2px;
font-weight: normal;
border: 1px solid #bfbfbf;
font-size:
0.9em;
}
.pagination span a, .pagination span a:link, .pagination span
a:visited, .pagination span a:active {
font-weight:
normal;
text-decoration: none;
margin: 0 2px;
padding: 2px
5px;
border: 1px solid #bababa;
font-size: 0.9em;
line-height:
1.5em;
}
.pagination span a:hover {
text-decoration:
none;
}
.pagination img {
vertical-align: middle;
}
/* Pagination in
viewforum for multipage topics */
.row .pagination {
display:
block;
float: right;
width: auto;
margin-top: 0;
padding: 1px 0 1px
15px;
font-size: 0.9em;
}
.row .pagination span a, li.pagination span a
{
background-color: #FFFFFF;
}
.row .pagination span a:hover,
li.pagination span a:hover {
background-color: #d2d2d2;
}
/*
Miscellaneous styles
----------------------------------------
*/
#forum-permissions {
float: right;
width: auto;
padding-left:
5px;
margin-left: 5px;
margin-top: 10px;
text-align:
right;
}
.copyright {
padding: 5px;
text-align: center;
color:
#555555;
}
.titlespace {
margin-bottom: 15px;
}
.headerspace
{
margin-top: 20px;
}
.error {
color: #bcbcbc;
font-weight:
bold;
font-size: 1em;
}
.reported {
background-color:
#f7f7f7;
}
li.reported:hover {
background-color: #ececec;
}
div.rules
{
padding: 10px;
margin-bottom: 10px;
font-size: 1em;
}
div.rules ul,
div.rules ol {
margin-left: 20px;
}
p.rules {
background-color:
#ececec;
background-image: none;
padding: 5px;
}
p.rules img
{
vertical-align: middle;
padding-top: 5px;
}
p.rules a
{
vertical-align: middle;
clear: both;
}
#top {
position:
absolute;
top: -20px;
}
.clear {
display: block;
clear:
both;
font-size: 1px;
line-height: 1px;
background: transparent;
}