2013-07-11 13:18:01 -04:00
|
|
|
/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
|
2007-04-01 22:05:42 +00:00
|
|
|
---------------------------------------- */
|
2012-02-05 14:09:28 +02:00
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
|
|
small, strike, strong, sub, sup, tt, var,
|
|
|
|
b, u, i, center,
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
2012-10-16 16:47:45 -05:00
|
|
|
article, aside, canvas, details, embed,
|
|
|
|
figure, figcaption, footer, header, hgroup,
|
2012-02-05 14:09:28 +02:00
|
|
|
menu, nav, output, ruby, section, summary,
|
|
|
|
time, mark, audio, video {
|
2007-04-01 22:05:42 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-02-05 14:09:28 +02:00
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
2012-10-16 16:47:45 -05:00
|
|
|
article, aside, details, figcaption, figure,
|
2012-02-05 14:09:28 +02:00
|
|
|
footer, header, hgroup, menu, nav, section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
ol, ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
blockquote, q {
|
|
|
|
quotes: none;
|
|
|
|
}
|
|
|
|
blockquote:before, blockquote:after,
|
|
|
|
q:before, q:after {
|
|
|
|
content: '';
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-02-05 14:09:28 +02:00
|
|
|
/* General Markup Styles
|
|
|
|
---------------------------------------- */
|
2007-04-01 22:05:42 +00:00
|
|
|
html {
|
|
|
|
font-size: 100%;
|
2007-04-23 00:45:18 +00:00
|
|
|
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
2009-07-14 20:21:51 +00:00
|
|
|
height: 101%;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
|
|
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
|
|
|
|
font-size: 10px;
|
2012-02-05 14:09:28 +02:00
|
|
|
line-height: normal;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 12px 0;
|
2013-10-18 22:44:39 +03:00
|
|
|
word-wrap: break-word;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
/* Forum name */
|
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
margin-right: 200px;
|
|
|
|
margin-top: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
/* Forum header titles */
|
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 2em;
|
|
|
|
margin: 0.8em 0 0.2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.solo {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
/* Sub-headers (also used as post headers, but defined later) */
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 1.05em;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
/* Forum and topic list titles */
|
|
|
|
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
line-height: 1.3em;
|
|
|
|
font-size: 1.1em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2007-05-19 12:04:22 +00:00
|
|
|
border-width: 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
/* Also see tweaks.css */
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 0 solid transparent;
|
|
|
|
border-top-width: 1px;
|
2007-04-01 22:05:42 +00:00
|
|
|
height: 1px;
|
|
|
|
margin: 5px 0;
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr.dashed {
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top-style: dashed;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr.divider {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-09-15 21:22:06 +03:00
|
|
|
p.jumpbox-return {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2012-02-05 14:09:28 +02:00
|
|
|
b, strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
i, em {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
u {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul ul, ol ul {
|
|
|
|
list-style-type: circle;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
|
|
|
list-style-type: square;
|
2012-10-16 16:47:45 -05:00
|
|
|
}
|
2012-02-05 14:09:28 +02:00
|
|
|
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Main blocks
|
|
|
|
---------------------------------------- */
|
|
|
|
#wrap {
|
|
|
|
padding: 0 20px;
|
|
|
|
min-width: 650px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#simple-wrap {
|
2013-10-19 21:10:33 +03:00
|
|
|
padding: 6px 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2007-05-02 16:19:35 +00:00
|
|
|
position: relative;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-right: 5px;
|
|
|
|
display: block;
|
|
|
|
float: right;
|
2007-04-01 22:05:42 +00:00
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap; /* For Opera */
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-box #keywords {
|
|
|
|
width: 95px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-box input {
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* .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;
|
|
|
|
}
|
|
|
|
|
2007-05-02 16:19:35 +00:00
|
|
|
/* Site description and logo */
|
|
|
|
#site-description {
|
|
|
|
float: left;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2007-05-18 10:29:26 +00:00
|
|
|
#site-description h1 {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Round cornered boxes and backgrounds
|
|
|
|
---------------------------------------- */
|
|
|
|
.headerbar {
|
2012-02-04 11:11:48 +02:00
|
|
|
background: transparent none repeat-x 0 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 4px;
|
2012-03-31 19:54:40 +05:30
|
|
|
padding: 5px;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
padding: 0 10px;
|
2012-03-31 19:54:40 +05:30
|
|
|
padding: 5px 10px 5px 10px;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.forabg {
|
2012-02-04 11:11:48 +02:00
|
|
|
background: transparent none repeat-x 0 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 4px;
|
2012-03-31 19:54:40 +05:30
|
|
|
padding: 5px;
|
2007-04-01 22:05:42 +00:00
|
|
|
clear: both;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.forumbg {
|
2012-02-04 11:11:48 +02:00
|
|
|
background: transparent none repeat-x 0 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 4px;
|
2012-03-31 19:54:40 +05:30
|
|
|
padding: 5px;
|
2007-04-01 22:05:42 +00:00
|
|
|
clear: both;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
|
|
|
margin-bottom: 4px;
|
2012-04-02 16:53:09 +05:30
|
|
|
padding: 5px 10px;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
2012-04-02 02:04:11 +05:30
|
|
|
padding: 5px 10px;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 4px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 100% 0;
|
2012-04-09 18:43:54 +05:30
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-04-02 00:05:37 +05:30
|
|
|
.inner:after {
|
|
|
|
content: '';
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
.rowbg {
|
|
|
|
margin: 5px 5px 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Horizontal lists
|
|
|
|
----------------------------------------*/
|
|
|
|
ul.linklist {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
2013-05-23 15:13:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-04-09 18:43:54 +05:30
|
|
|
#cp-main .panel {
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
ul.linklist li {
|
|
|
|
display: block;
|
|
|
|
list-style-type: none;
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 1.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;
|
2007-07-19 20:38:38 +00:00
|
|
|
margin-bottom: 1px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2007-08-17 12:32:41 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-10-17 21:11:03 +03:00
|
|
|
ul.linklist.responsive {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist li.responsive-menu a.responsive-menu-link {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 16px;
|
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist li.responsive-menu a.responsive-menu-link:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 7px;
|
|
|
|
height: .125em;
|
|
|
|
width: 14px;
|
|
|
|
border-bottom: 0.125em solid transparent;
|
|
|
|
border-top: 0.375em double transparent;
|
|
|
|
}
|
|
|
|
|
2013-09-15 11:44:34 +03:00
|
|
|
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
|
|
|
|
max-width: 48%;
|
|
|
|
}
|
|
|
|
|
2013-10-19 22:30:03 +03:00
|
|
|
.hasjs ul.linklist.fullwidth {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2013-05-23 11:02:29 +03:00
|
|
|
/* Bulletin icons for list items
|
|
|
|
----------------------------------------*/
|
|
|
|
ul.linklist.bulletin li:before {
|
|
|
|
display: inline-block;
|
2013-07-11 11:11:05 -04:00
|
|
|
content: "\2022";
|
2013-05-23 11:02:29 +03:00
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist.bulletin li:first-child:before, ul.linklist.bulletin li.rightside:last-child:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist.bulletin li.no-bulletin:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-17 21:22:17 +03:00
|
|
|
.responsive-menu:before {
|
2013-10-17 21:11:03 +03:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Responsive popup
|
|
|
|
----------------------------------------*/
|
|
|
|
ul.responsive-popup {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 24px;
|
|
|
|
z-index: 2;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.responsive-popup.responsive-rightside {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.responsive-popup li {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
white-space: nowrap;
|
2013-09-15 11:55:58 +03:00
|
|
|
text-align: left;
|
2013-10-17 21:11:03 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
.wrap ul.responsive-popup li {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2013-10-17 21:11:03 +03:00
|
|
|
ul.responsive-popup li:before, ul.responsive-popup li:after {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2013-10-17 21:07:41 +03:00
|
|
|
/* Responsive breadcrumbs
|
|
|
|
----------------------------------------*/
|
2013-09-15 00:40:37 +03:00
|
|
|
.breadcrumbs .crumb {
|
2013-10-17 21:07:41 +03:00
|
|
|
display: inline-block;
|
2013-09-15 00:40:37 +03:00
|
|
|
vertical-align: bottom;
|
2013-10-17 21:07:41 +03:00
|
|
|
}
|
|
|
|
|
2013-09-15 09:33:33 +03:00
|
|
|
.breadcrumbs.wrapped .crumb {
|
|
|
|
letter-spacing: -.5px;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:40:37 +03:00
|
|
|
.breadcrumbs .crumb.wrapped {
|
2013-10-17 21:07:41 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2013-09-15 00:40:37 +03:00
|
|
|
.breadcrumbs .crumb.wrapped-wide { max-width: 120px; }
|
|
|
|
.breadcrumbs .crumb.wrapped-medium { max-width: 80px; }
|
|
|
|
.breadcrumbs .crumb.wrapped-small { max-width: 30px; }
|
2013-10-17 21:07:41 +03:00
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Table styles
|
|
|
|
----------------------------------------*/
|
|
|
|
table.table1 {
|
2012-04-01 22:16:53 +03:00
|
|
|
width: 100%;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ucp-main table.table1 {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 thead th {
|
|
|
|
font-weight: normal;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 1.3em;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 0 0 4px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 thead th span {
|
|
|
|
padding-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 tbody tr {
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 td {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 tbody td {
|
|
|
|
padding: 5px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table1 tbody th {
|
|
|
|
padding: 5px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Specific column styles */
|
|
|
|
table.table1 .name { text-align: left; }
|
2013-10-19 21:01:25 +03:00
|
|
|
table.table1 .posts { text-align: center; width: 7%; }
|
2007-04-01 22:05:42 +00:00
|
|
|
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%; }
|
2009-03-20 13:26:04 +00:00
|
|
|
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
2007-04-01 22:05:42 +00:00
|
|
|
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;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.forumbg table.table1 {
|
2012-02-21 01:08:04 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.forumbg-table > .inner {
|
|
|
|
margin: 0 -1px;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Misc layout styles
|
|
|
|
---------------------------------------- */
|
2011-07-14 13:33:42 +01:00
|
|
|
/* column[1-2] styles are containers for two column layouts
|
2007-04-01 22:05:42 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-10-19 12:39:13 +03:00
|
|
|
.left-box.profile-details {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
.right-box {
|
|
|
|
float: right;
|
|
|
|
width: auto;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.details {
|
|
|
|
/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.details dt {
|
|
|
|
float: left;
|
2007-08-13 12:14:07 +00:00
|
|
|
clear: left;
|
2007-08-30 21:21:16 +00:00
|
|
|
width: 30%;
|
2007-04-01 22:05:42 +00:00
|
|
|
text-align: right;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.details dd {
|
2007-08-13 12:14:07 +00:00
|
|
|
margin-left: 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
margin-bottom: 5px;
|
2007-08-13 12:14:07 +00:00
|
|
|
float: left;
|
2007-08-30 21:21:16 +00:00
|
|
|
width: 65%;
|
2013-04-11 14:31:17 +03:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-09-15 18:05:54 +03:00
|
|
|
.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
|
2012-03-08 01:42:27 +02:00
|
|
|
height: 1%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-07-04 23:19:59 +01:00
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Pagination
|
|
|
|
---------------------------------------- */
|
|
|
|
.pagination {
|
|
|
|
height: 1%; /* IE tweak (holly hack) */
|
|
|
|
width: auto;
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 5px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.pagination {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2012-07-04 23:19:59 +01:00
|
|
|
.pagination img {
|
|
|
|
vertical-align: middle;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-07-04 23:19:59 +01:00
|
|
|
.pagination ul {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline; /* IE7 inline-block hack */
|
|
|
|
*zoom: 1;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2012-07-22 16:24:07 +01:00
|
|
|
li.pagination ul {
|
|
|
|
margin-top: -2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2012-08-25 13:09:22 +02:00
|
|
|
.pagination ul li, dl .pagination ul li, dl.icon .pagination ul li {
|
2012-07-04 23:19:59 +01:00
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
2012-07-22 16:24:07 +01:00
|
|
|
font-size: 100%;
|
2012-08-25 13:09:22 +02:00
|
|
|
line-height: normal;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-07-04 23:19:59 +01:00
|
|
|
.pagination li a, .pagnation li span, li .pagination li a, li .pagnation li span, .pagination li.active span, .pagination li.ellipsis span {
|
2007-04-01 22:05:42 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 2px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Pagination in viewforum for multipage topics */
|
|
|
|
.row .pagination {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
width: auto;
|
|
|
|
margin-top: 0;
|
2012-07-04 23:19:59 +01:00
|
|
|
padding: 1px 0 1px 8px;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
background: none 0 50% no-repeat;
|
|
|
|
}
|
|
|
|
|
2011-07-14 13:33:42 +01:00
|
|
|
/* jQuery popups
|
|
|
|
---------------------------------------- */
|
2011-09-25 18:12:34 +01:00
|
|
|
.phpbb_alert {
|
2012-02-22 14:42:19 +02:00
|
|
|
border: 1px solid transparent;
|
2011-07-14 13:33:42 +01:00
|
|
|
position: fixed;
|
2011-07-25 20:42:29 +01:00
|
|
|
display: none;
|
2013-03-03 17:23:06 +01:00
|
|
|
top: 150px;
|
2012-12-18 13:31:38 +01:00
|
|
|
left: 25%;
|
|
|
|
width: 50%;
|
2011-07-14 13:33:42 +01:00
|
|
|
z-index: 50;
|
|
|
|
padding: 25px;
|
|
|
|
padding: 0 25px 20px 25px;
|
|
|
|
}
|
|
|
|
|
2012-02-22 14:42:19 +02:00
|
|
|
.phpbb_alert .alert_close {
|
|
|
|
display: block;
|
2011-09-25 16:49:43 +01:00
|
|
|
float: right;
|
2012-02-22 14:42:19 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-decoration: none !important;
|
|
|
|
background: transparent none 0 0 no-repeat;
|
2011-09-25 16:49:43 +01:00
|
|
|
margin-top: -7px;
|
2012-02-22 14:42:19 +02:00
|
|
|
margin-right: -31px;
|
|
|
|
}
|
|
|
|
.phpbb_alert .alert_close:hover {
|
|
|
|
background-position: 0 -16px;
|
2011-09-25 16:49:43 +01:00
|
|
|
}
|
|
|
|
|
2011-09-25 18:12:34 +01:00
|
|
|
.phpbb_alert p {
|
2011-07-14 13:33:42 +01:00
|
|
|
margin: 8px 0;
|
|
|
|
padding-bottom: 8px;
|
2013-03-03 17:23:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phpbb_alert label {
|
|
|
|
display: block;
|
|
|
|
margin: 8px 0;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phpbb_alert div.alert_text > p,
|
|
|
|
.phpbb_alert div.alert_text > label,
|
|
|
|
.phpbb_alert div.alert_text > select,
|
|
|
|
.phpbb_alert div.alert_text > textarea,
|
|
|
|
.phpbb_alert div.alert_text > input {
|
|
|
|
font-size: 1.1em;
|
2011-07-14 13:33:42 +01:00
|
|
|
}
|
|
|
|
|
2011-07-25 20:42:29 +01:00
|
|
|
#darkenwrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#darken {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small {
|
|
|
|
font-size: 0.9em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlespace {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerspace {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.rules {
|
|
|
|
margin: 10px 0;
|
|
|
|
font-size: 1.1em;
|
2012-07-18 21:42:23 -03:00
|
|
|
padding: 5px 10px;
|
|
|
|
border-radius: 7px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2009-03-30 13:13:09 +00:00
|
|
|
div.rules ul, div.rules ol {
|
2007-07-14 15:44:10 +00:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2013-08-11 20:00:41 +03:00
|
|
|
p.post-notice {
|
|
|
|
position: relative;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding: 5px;
|
2013-08-11 20:00:41 +03:00
|
|
|
padding-left: 26px;
|
|
|
|
min-height: 14px;
|
|
|
|
margin-bottom: 1em;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 20:00:41 +03:00
|
|
|
p.post-notice:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 28px;
|
|
|
|
background: transparent none 50% 50% no-repeat;
|
|
|
|
pointer-events: none;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 20:10:33 +03:00
|
|
|
form > p.post-notice strong {
|
2013-08-11 20:00:41 +03:00
|
|
|
line-height: 20px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#top {
|
|
|
|
position: absolute;
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
background: transparent;
|
|
|
|
}
|
2012-02-08 20:38:23 +01:00
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-04-02 00:35:39 +05:30
|
|
|
|
|
|
|
.smilies {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2012-09-09 17:20:39 -05:00
|
|
|
|
2013-05-23 15:13:58 +03:00
|
|
|
.icon-notification {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2012-09-20 10:36:11 -05:00
|
|
|
#notification_list {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2013-05-23 15:13:58 +03:00
|
|
|
left: 0;
|
2012-09-20 10:36:11 -05:00
|
|
|
width: 330px;
|
|
|
|
z-index: 1;
|
2012-10-16 16:47:45 -05:00
|
|
|
border: 1px solid;
|
2012-12-25 09:49:05 -08:00
|
|
|
box-shadow: 3px 3px 5px darkgray;
|
2013-01-31 10:34:39 -08:00
|
|
|
border-radius: 5px;
|
2013-05-23 15:13:58 +03:00
|
|
|
top: 32px;
|
2012-10-16 16:47:45 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification_list ul {
|
|
|
|
max-height: 350px;
|
2012-09-20 10:36:11 -05:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2013-05-23 15:13:58 +03:00
|
|
|
clear: both;
|
2012-09-20 10:36:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification_list ul li {
|
|
|
|
padding: 10px;
|
2012-10-16 16:47:45 -05:00
|
|
|
margin: 0;
|
2013-05-23 15:13:58 +03:00
|
|
|
float: none;
|
2012-10-16 16:47:45 -05:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
list-style-type: none;
|
|
|
|
font-size: 0.95em;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2013-07-16 20:11:28 +03:00
|
|
|
#notification_list ul li:before, #notification_list ul li:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-16 16:47:45 -05:00
|
|
|
#notification_list > .header {
|
2012-12-25 09:49:05 -08:00
|
|
|
padding: 0 10px;
|
|
|
|
font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 11px;
|
2012-10-16 16:47:45 -05:00
|
|
|
font-weight: bold;
|
2012-12-25 09:49:05 -08:00
|
|
|
text-shadow: 1px 1px 1px white;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 30px;
|
2012-10-16 16:47:45 -05:00
|
|
|
border-bottom: 1px solid;
|
2013-01-31 10:34:39 -08:00
|
|
|
border-radius: 5px 5px 0 0;
|
2012-09-09 17:20:39 -05:00
|
|
|
}
|
2012-10-14 12:35:35 -05:00
|
|
|
|
2013-02-15 16:02:33 -06:00
|
|
|
#notification_list > .header > .header_settings {
|
|
|
|
float: right;
|
|
|
|
font-weight: normal;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2012-10-16 16:47:45 -05:00
|
|
|
#notification_list > .footer {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em;
|
2012-10-14 12:35:35 -05:00
|
|
|
}
|
|
|
|
|
2012-10-16 17:28:08 -05:00
|
|
|
#notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a {
|
2012-10-16 16:47:45 -05:00
|
|
|
display: block;
|
2013-10-16 17:22:02 -07:00
|
|
|
text-decoration: none;
|
2012-10-14 12:35:35 -05:00
|
|
|
}
|
|
|
|
|
2012-10-16 16:47:45 -05:00
|
|
|
.notification_list ul li img {
|
|
|
|
float: left;
|
|
|
|
max-height: 50px;
|
2013-10-20 20:48:57 +03:00
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
2012-10-16 16:47:45 -05:00
|
|
|
margin-right: 5px;
|
2012-10-14 12:35:35 -05:00
|
|
|
}
|
2012-10-16 10:51:07 -05:00
|
|
|
|
2012-10-16 16:47:45 -05:00
|
|
|
.notification_list ul li p {
|
|
|
|
margin: 0;
|
2012-10-18 19:20:54 -05:00
|
|
|
}
|
2012-12-25 09:49:05 -08:00
|
|
|
|
|
|
|
.notification_list .pointer, .notification_list .pointer_inner {
|
2012-12-27 22:36:44 -08:00
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2012-12-25 09:49:05 -08:00
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom: 10px solid;
|
|
|
|
border-left: 10px dashed transparent;
|
|
|
|
border-right: 10px dashed transparent;
|
2013-01-31 10:34:39 -08:00
|
|
|
-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
|
2012-12-25 09:49:05 -08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-12-27 22:36:44 -08:00
|
|
|
.notification_list .pointer {
|
2012-12-25 09:49:05 -08:00
|
|
|
right: auto;
|
|
|
|
left: 10px;
|
|
|
|
top: -11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification_list .pointer_inner {
|
|
|
|
top: auto;
|
|
|
|
bottom: -11px;
|
|
|
|
left: -10px;
|
|
|
|
}
|
2013-02-14 11:00:59 -08:00
|
|
|
|
|
|
|
.notification_list div.notifications {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification_list p.notifications_title {
|
2013-10-18 20:04:01 -07:00
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 13px !important;
|
2013-02-14 11:00:59 -08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification_list p.notifications_time {
|
2013-10-18 20:04:01 -07:00
|
|
|
font-size: 11px !important;
|
2013-02-15 14:39:06 -08:00
|
|
|
}
|
|
|
|
|
2013-10-16 17:21:22 -07:00
|
|
|
.notification_text:after {
|
|
|
|
content: '';
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
2013-10-18 22:32:46 +03:00
|
|
|
|
|
|
|
.compact .icon-notification > a > span, .compact .icon-pm > a > span {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|