Dziękuję za pomoc niestety nie podziałało bo w moim global.css nie mam takiej linijki kodu co ty podałeś.
Kod:
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
background: #131313;
color: #777;
line-height: 1.4;
font-family: "Segoe UI", "Lato", sans-serif;
font-size: 13px;
cursor: default;
}
a {
color: #807d7d;
text-decoration: none;
cursor: pointer;
}
a:hover,
a:active {
color: #891f1f;
}
h1 {
font-size: 2em;
line-height: 1.25;
font-weight: 700;
}
h2 {
font-size: 1.625em;
line-height: 1.15384615;
font-weight: 700;
}
h3 {
font-size: 1.375em;
line-height: 1.13636364;
font-weight: 700;
}
#container {
display: flex;
min-height: 100vh;
flex-direction: column;
text-align: left;
line-height: 1.4;
margin: 0;
color: #464950;
font-family: 'Lato', sans-serif;
font-size: 13px;
}
.wrapper {
width: 85%;
margin: auto auto;
}
#content {
width: auto
overflow: hidden;
flex: 1;
}
#search {
border: 0;
padding: 0;
margin: 0;
float: right;
vertical-align: middle;
}
#search input.button,
#search input.textbox {
border-color: #000;
}
#search input.button {
background: #0066a2 url(images/thead.png) top left repeat-x;
color: #fff;
}
#search input {
margin: -3px 0;
}
#quick_login .remember_me input {
vertical-align: middle;
margin: -3px 0 0 5px;
}
.forums {
width: 85%;
margin: 20px auto;
}
footer {
background: url(custom/images/bg_footer.png);
background-size: 100% 100%;
width: 85%;
margin: 20px auto;
padding: 2em;
color: #666;
text-align: left;
clear: both;
}
footer a {
color: #991b1b;
}
.footer_upper {
display: flex;
justify-content: space-between;
align-items: center;
}
.cms_copyright {
width: 20%;
}
.theme_copyright {
width: 15%;
}
.theme_copyright p {
margin: 10px 0;
}
.theme_copyright a {
font-weight: 700;
}
.site_copyright {
text-align: center;
margin-top: 15px;
}
.boardstats {
background: url(custom/images/bg_stats.png);
background-size: 100% 100%;
width: 85%;
margin: 20px auto;
padding: 2em;
}
.boardstats > h3 {
font-size: 15px;
float: left;
}
.boardstats_links {
float: right;
}
.boardstats_links a {
display: inline-block;
margin: 0 15px;
color: #666;
font-size: 11px;
font-weight: 700;
}
.boardstats_whosonline {
clear: both;
}
.boardstats_whosonline a[href^="online.php"] {
color: #717171;
}
.boardstats__lower-stats {
display: flex;
justify-content: space-around;
margin-top: 25px;
}
.boardstats__box {
display: inline-block;
color: #e3e2e2;
font-size: 11px;
text-align: center;
}
.boardstats__box a {
color: #e3e2e2;
}
.boardstats__number {
display: inline-block;
background: url(custom/images/bg_stats-number.png);
background-size: 100% 100%;
padding: 4px 8px;
text-align: center;
}
.boardstats__title {
display: inline-block;
margin-left: 10px;
font-weight: 300;
}
#debug {
float: right;
text-align: right;
margin-top: 20px;
font-size: 11px;
}
.scaleimages img {
max-width: 100%;
}
.thread_status {
display: inline-block;
width: 16px;
height: 16px;
background-image: url(images/folders_sprite.png);
background-repeat: no-repeat;
}
.thread_status.dot_folder {
background-position: 0 0;
}
.thread_status.dot_hotfolder {
background-position: 0 -20px;
}
.thread_status.dot_hotlockfolder {
background-position: 0 -40px;
}
.thread_status.dot_lockfolder {
background-position: 0 -60px;
}
.thread_status.dot_newfolder {
background-position: 0 -80px;
}
.thread_status.dot_newhotfolder {
background-position: 0 -100px;
}
.thread_status.dot_newhotlockfolder {
background-position: 0 -120px;
}
.thread_status.dot_newlockfolder {
background-position: 0 -140px;
}
.thread_status.folder {
background-position: 0 -160px;
}
.thread_status.hotfolder {
background-position: 0 -180px;
}
.thread_status.hotlockfolder {
background-position: 0 -200px;
}
.thread_status.lockfolder {
background-position: 0 -220px;
}
.thread_status.movefolder {
background-position: 0 -240px;
}
.thread_status.newfolder {
background-position: 0 -260px;
}
.thread_status.newhotfolder {
background-position: 0 -280px;
}
.thread_status.newhotlockfolder {
background-position: 0 -300px;
}
.thread_status.newlockfolder {
background-position: 0 -320px;
}
.thread_legend {
text-align: left;
}
.forum_status_legend {
display: none;
color: #464950;
}
.forum_status_legend .forum_status {
margin-left: 25px;
margin-right: 5px;
}
.forum_status {
display: inline-block;
margin: 25px 15px 0 15px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 28px;
color: #8D939E;
position: relative;
}
.forum_on:before {
content: url(custom/images/posts_new.png);
}
.forum_off:before {
content: url(custom/images/posts_none.png);
}
.forum_offlock:before {
content: url(custom/images/posts_lock.png);
}
.forum_offlink:before {
content: "\f0c1";
color: #00A4BE;
}
.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 10px;
}
.subforumicon:first-child {
margin-left: 95px;
}
.subforum_minion:before {
content: url(http://pesmania.xaa.pl/custom/images/subforum_none.png);
vertical-align: middle;
}
.subforum_minioff:before {
content: url(http://pesmania.xaa.pl/custom/images/subforum_none.png);
vertical-align: middle;
}
.subforum_miniofflock:before {
content: url(http://pesmania.xaa.pl/custom/images/subforum_none.png);
vertical-align: middle;
}
.subforum_miniofflink:before {
content: 'url';
}
.subforumicon + a {
font-weight: 700;
}
.infobox {
background: #FF8F00;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
color: rgba(0, 0, 0, .87);
box-sizing: border-box;
padding: 3px 6px;
}
.infobox p {
width: 85%;
margin: 0 auto;
}
table {
color: #464950;
font-size: 13px;
}
.tborder {
border-radius: 50px;
width: 100%;
margin: auto auto;
}
.forums .tborder {
background: url(custom/images/bg_trow.png);
background-size: 100% 100%;
}
.tfixed {
table-layout: fixed;
word-wrap: break-word;
}
.thead,
.head {
position: relative;
background: url(../../../custom/images/thead.png); /* todo: remove button */
background-size: 100% 100%;
color: #fafafa;
line-height: 65px;
text-align: center;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.thead a {
color: #fafafa;
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition: .25s ease-in-out;
}
.thead a:hover,
.thead a:active {
color: #ddd;
}
.tcat {
background: #2d2d2d;
color: #777;
padding: 4px;
font-size: 12px;
}
.tcat a {
color: #aaa;
}
.tcat a:hover,
.tcat a:active {
color: #ccc;
}
.category-name {
font-size: 13px;
font-weight: 900;
margin-left: 30px;
}
.trow1,
.trow2,
.forumdisplay_sticky {
position: relative;
}
.trow1,
.trow2 {
color: #717171;
font-size: 12px;
}
.trow1 a,
.trow2 a {
color: #e7e7e7;
}
.forumdisplay_regular a {
color: #7a7a7a;
}
.lastpost a {
color: #717171;
}
.bdays {
display: flex;
align-items: center;
}
.trow_shaded {
background: rgba(215,0,0,.2);
}
#quick_reply_form .trow_shaded{
background: transparent;
border: none;
}
.no_bottom_border {
border-bottom: 0;
}
.post.unapproved_post {
background: #ffdde0;
}
.post.unapproved_post .post_author {
border-bottom-color: #ffb8be;
}
.post.unapproved_post .post_controls {
border-top-color: #ffb8be;
}
.deleted_post_hidden {
border-top: 2px solid #ccc;
padding: 15px;
}
.deleted_post_collapsed {
border-top: 3px solid #333;
padding: 15px;
}
.deleted_post_collapsed .show_deleted_post {
margin-top: -15px;
}
.deleted_post_collapsed .show_deleted_post a.button span {
background-position: 0 -400px;
}
.trow_deleted,
.post.deleted_post {
background: rgba(192, 0, 0, .1);
}
.post.classic { border: 2px solid transparent; }
.post.classic.trow_selected { border: 2px solid #FFC107; }
.trow_selected,
tr.trow_selected td {
background: rgba(0, 0, 0, .1);
}
.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
color: #aaa;
}
.trow_sep {
background: #0B0B0B;
color: #919191;
padding: 6px;
font-size: 12px;
font-weight: bold;
}
.tfoot {
color: #aaa;
}
.tfoot a:link {
color: #444;
text-decoration: none;
}
.tfoot a:visited {
color: #444;
text-decoration: none;
}
.tfoot a:hover,
.tfoot a:active {
color: #444;
text-decoration: underline;
}
.thead input.textbox,
.thead select {
border: 1px solid #263c30;
}
.bottommenu {
background: #efefef;
color: #333;
border: 1px solid #4874a3;
padding: 10px;
}
.smalltext {
font-size: 11px;
}
.largetext {
font-size: 16px;
font-weight: bold;
}
fieldset {
padding: 12px;
border: 1px solid #222;
margin: 0;
}
fieldset.trow1,
fieldset.trow2 {
border-color: rgba(255, 255, 255, .16)
}
fieldset.align_right {
text-align: right;
}
optgroup { background: #333; }
option {
background: rgba(0, 0, 0, .7);
color: rgba(255, 255, 255, .7);
}
button,
input.button,
input.textbox,
select,
textarea {
background: #222;
color: #ddd;
padding: 4px 8px;
border: 1px solid rgba(0, 0, 0, .3);
outline: 0;
font-size: 13px;
font-family: Lato, "Open Sans", Tahoma, Arial, Helvetica, Sans-Serif;
box-sizing: border-box;
transition: .3s ease-in-out;
}
button:hover,
input.button:not(.signin_input):hover,
input.textbox:not(.signin_input):hover,
select:focus,
textarea:focus {
cursor: pointer;
transition: none;
}
input.textbox:hover,
textarea:focus {
cursor: auto;
}
form {
margin: 0;
padding: 0;
}
form input.error {
border: 1px solid #f30;
color: #f30;
background: #3F3F3F;
padding: 3px;
outline: 0;
font-size: 13px;
font-family: Lato, "Open Sans", Tahoma, Arial, Helvetica, Sans-Serif;
}
form input.valid {
border: 1px solid #0c0;
background: #ffffff;
padding: 3px;
outline: 0;
font-size: 13px;
font-family: Lato, "Open Sans", Tahoma, Arial, Helvetica, Sans-Serif;
}
form label.error {
color: #f30;
margin: 5px;
padding: 0px;
display: block;
font-weight: bold;
font-size: 11px;
}
form #message {
width: 500px;
}
.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}
.editor_control_bar {
background: #154819;
width: 100%;
padding: 4px;
margin-top: 3px;
display: none;
}
.editor_control_bar a { color: #FFCDD2;}
.post .editor_control_bar {
background: #f5f5f5;
}
.popup_menu {
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.popup_menu .popup_item {
color: rgba(0, 0, 0, .7)
}
.popup_menu .popup_item:hover {
background: #FFCA28;
color: #ddd;
}
.trow_reputation_positive {
background: #003500;
}
.trow_reputation_negative {
background: #ffcccc;
}
.reputation_positive {
color: darkgreen;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: #991b1b;
}
.repbox {
font-size:16px;
font-weight: bold;
padding:5px 7px 5px 7px;
}
._neutral {
background-color:#FAFAFA;
color: #999999;
border:1px solid #CCCCCC;
}
._minus {
background-color: #FDD2D1;
color: #CB0200;
border:1px solid #980201;
}
._plus {
background-color:#003500;
color: #008800;
border:1px solid #008800;
}
img {
border: none;
}
img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}
hr {
clear: both;
background-color: rgba(255, 255, 255, .1);
color: #000000;
height: 1px;
border: 0;
margin: 0;
}
.clear {
clear: both;
}
.float_left {
float: left;
}
.float_right {
float: right;
}
.hidden {
display: none;
float: none;
width: 1%;
}
.hiddenrow {
display: none;
}
.selectall {
background: #FFFBD9;
border-bottom: 1px solid #F7E86A;
color: #333;
text-align: center;
}
.expcolimage {
float: right;
width: auto;
vertical-align: middle;
margin-top: 3px;
}
.tcat_menu > .expcolimage {
margin-top: 0;
}
blockquote {
border: 1px solid #312c1b;
border-left: 1px solid #FFCA28;
margin: 0;
padding: 28px;
}
blockquote cite {
font-weight: bold;
border-bottom: 1px solid rgba(0, 0, 0, .3);
font-style: normal;
display: block;
padding-bottom: 3px;
margin: 0 0 10px 0;
}
blockquote cite span {
float: right;
font-weight: normal;
font-size: 12px;
color: #666;
}
blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}
.codeblock {
background: black;
border-left: 4px solid ;
border-radius: 50%;
padding: 10px;
}
.codeblock .title {
border-bottom: 1px solid #ccc;
font-weight: bold;
padding-bottom: 3px;
margin: 0 0 10px 0;
}
.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}
.smilie {
vertical-align: middle;
}
.smilie_pointer {
cursor: pointer;
}
.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}
.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}
.popup_menu .popup_item {
display: block;
padding: 4px;
white-space: nowrap;
text-decoration: none;
}
.popup_menu a.popup_item:hover {
text-decoration: none;
}
.subject_new {
font-weight: bold;
}
.highlight {
background: #FFFFCC;
padding-top: 3px;
padding-bottom: 3px;
}
#login {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, .8);
}
#login form { width: 100%; text-align: center; }
#login input{
margin: 5px;
width: 35%;
padding: 5px;
min-height: 25px;
}
#login .button{
background: darkgreen;
}
#login .button[role=register]{
background: #ac4700;
}
#login .button[role=forgotten]{
min-width: 36.5%;
background: #90000c;
}
.login-panel {
text-align: center;
font-size: 15px;
}
.login-panel h2 {
font-size: 22px;
margin: 15px;
padding-bottom: 5px;
border-bottom: 2px solid #FFC107;
}
.login-panel--left {
float: left;
width: 50%;
}
.login-panel--content {
display: flex;
align-items: center;
justify-content: space-around;
}
.login-panel input:not(#quick_login_remember) {
display: block;
margin: 5px auto;
padding: 5px 15px;
box-sizing: border-box;
}
.register--button {
display: block;
background: #FFC107;
color: rgba(0, 0, 0, .87);
padding: 5px 15px;
margin: 15px;
}
.lost_password {
display: block;
}
.alert{
background: rgba(0, 0, 0, .8);
color: rgba(255, 255, 255, .87);
text-align: center;
width: 70%;
padding: 15px;
margin: 10px auto;
font-size: 14px;
position: relative;
word-wrap: break-word;
}
.yellow_alert {
border: 1px solid rgba(255, 188, 0, .5);
border-bottom: 3px solid #FFBC00;
}
.blue_alert {
border: 1px solid rgba(41, 128, 185, .5);
border-bottom: 3px solid #2980b9;
}
#pm_notice a { color: #981717 }
#pm_notice [href*="dismiss"] { position: absolute; top: -12px; right: -6px; font-size: 16px; text-shadow: 0 0 1px black; }
.red_alert {
border: 1px solid rgba(139, 0, 0, .5);
border-bottom: 3px solid #991b1b;
}
.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
color: rgba(255, 255, 255, .64);
text-shadow: black;
}
.high_warning {
color: #CC0000;
}
.moderate_warning {
color: #F3611B;
}
.low_warning {
color: #AE5700;
}
.online,
.offline {
display: inline-block;
font-weight: 700;
font-size: 12px;
margin-bottom: 5px;
padding: 2px 3px;
border-radius: 3px;
}
.member-profile a[href*="online.php"] { color: white; } /* tag a in .offline and .online */
.online {
background: darkgreen;
}
.offline {
background: #991b1b;
}
div.error {
padding: 5px 10px;
border-top: 2px solid #FF3535;
border-bottom: 2px solid #FF3535;
background: rgba(207, 23, 23, .8);
font-size: 12px;
}
div.error p {
margin: 0;
color: #333;
font-weight: normal;
}
div.error p em {
font-style: normal;
font-weight: bold;
padding-left: 24px;
display: block;
color: #111;
background: url(images/error.png) no-repeat 0;
}
div.error ul {
margin-left: 24px;
}
.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
}
.tfoot .pagination,
.tcat .pagination {
padding-top: 0;
}
.pagination .pages {
font-weight: bold;
}
.pagination .pagination_current,
.pagination a {
padding: 3px 6px;
margin-bottom: 3px;
}
.pagination a {
background: #2d2d2d;
color: #717171;
}
.pagination .pagination_current {
background: #2d2d2d;
color: #717171;
font-weight: 700;
}
.pagination a:hover {
background: #4f4f4f;
color: #939393;
border-color: #263c30;
text-decoration: none;
}
.pagination .go_page img {
margin-bottom: -4px;
}
.drop_go_page {
background: #f5f5f5;
padding: 4px;
}
.pagination_breadcrumb {
background-color: #efefef;
border: 1px solid #fff;
outline: 1px solid #ccc;
padding: 5px;
margin-top: 5px;
font-weight: normal;
}
.pagination_breadcrumb_link {
vertical-align: middle;
cursor: pointer;
}
.success_message {
color: #00b200;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}
.error_message {
color: #C00;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}
#posts_container {
padding: 0;
}
.ignored_post {
border-top: 3px solid #333;
padding: 15px;
}
.ignored_post .show_ignored_post {
margin-top: -15px;
}
.ignored_post .show_ignored_post a.button span {
background-position: 0 -400px;
}
.post {
overflow: hidden;
}
.post.classic table,
.post.classic a,
.post_body {
color: #807d7d;
}
.post.classic {
padding-top: 15px;
background: url(custom/images/bg_trow.png);
background-size: 100% 100%;
}
.post .post_author {
padding: 5px;
text-align: center;
overflow: hidden;
}
.post.classic .post_author {
border-right: 1px solid rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, .05);
float: left;
width: 19%;
margin: 0 1% 15px 0;
padding: 5px 1%;
}
.post .post_author .buddy_status {
vertical-align: middle;
margin-top: -4px;
}
.post .post_author div.author_avatar {
position: relative;
float: left;
margin-right: 3px;
}
.post.classic .post_author div.author_avatar {
float: none;
text-align: center;
margin-top: 16px;
margin-bottom: 8px;
}
.author_avatar img {
width: 100px;
height: 100px;
}
.post .post_author div.author_information {
float: left;
padding: 6px 8px;
}
.post.classic .post_author div.author_information {
float: none;
padding: 0;
text-align: center;
}
.post .author_statistics {
float: right;
text-align: left;
font-size: 11px;
padding: 3px 10px 3px 5px;
color: #666;
line-height: 1.3;
}
.author_statistics table {
margin: 5px auto;
}
.author_statistics td {
padding: 6px;
font-size: 11px;
}
.author_statistics i { min-width: 15px; }
.post.classic .author_statistics {
border-top: 1px solid rgba(255, 255, 255, .16);
margin: 6px 0 0 0;
padding: 6px 6px 3px 6px;
float: none;
}
.post .post_head {
font-size: 11px;
padding-bottom: 4px;
border-bottom: 1px solid rgba(255, 255, 255, .06);
margin-bottom: 4px;
}
.post .post_head span.post_date {
color: #666;
}
.post .post_head span.edited_post {
font-size: 10px;
color: #999;
}
.post .post_head span.edited_post a {
color: #666;
}
.post_body {
font-size: 14px;
padding: 12px 0;
}
.post.classic .post_content {
float: left;
width: 77%;
padding: 0 1% 5px 1%;
box-sizing: border-box;
}
.post_content {
padding: 9px 10px 5px 10px;
}
.post_content .signature {
margin-top: 5px;
border-top: 1px dotted rgba(255, 255, 255, .1);
padding: 10px 0 4px 0;
}
.post .post_meta {
margin: 4px 0;
font-size: 11px;
color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
color: #777;
}
.post_controls {
clear: both;
border-bottom: 1px solid rgba(255, 255, 255, .06);
padding: 5px;
overflow: hidden;
}
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
padding: 2px 5px;
margin: 2px;
font-size: 11px;
background: transparent;
color: #8d939e;
}
.postbit_buttons > a:hover {
color: #cfd7df;
}
.postbit_buttons a span {
display: none;
}
.postbit_buttons a:before {
font-size: 13px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding: 0 5px;
}
.postbit_buttons a.postbit_find:before { content: "\f002"; }
.postbit_buttons a.postbit_reputation_add:before { content: "\f0fe"; }
.postbit_buttons a.postbit_email:before { content: "\f1fa"; }
.postbit_buttons a.postbit_website:before { content: "\f08e"; }
.postbit_buttons a.postbit_pm:before { content: "\f0e0"; }
.postbit_buttons a.postbit_quote:before { content: "\f112"; }
.postbit_buttons a.postbit_multiquote:before { content: "\f10e"; }
.postbit_buttons a.postbit_multiquote_on:before { content: "\f10e"; color: #FFC107; }
.postbit_buttons a.postbit_edit:before { content: "\f044"; }
.postbit_buttons a.postbit_qdelete:before { content: "\f057"; }
.postbit_buttons a.postbit_qrestore:before { content: "\f0e2"; }
.postbit_buttons a.postbit_report:before { content: "\f071"; }
.postbit_buttons a.postbit_warn:before { content: "\f06a"; }
.postbit_buttons a.postbit_purgespammer:before { content: "\f05e"; }
.postbit_buttons a.postbit_reply_pm:before { content: "\f112"; }
.postbit_buttons a.postbit_reply_all:before { content: "\f122"; }
.postbit_buttons a.postbit_forward_pm:before { content: "\f112"; }
.postbit_buttons a.postbit_delete_pm:before { content: "\f057"; }
.postbit_buttons a.postbit_ip:before { content: "\f0ac"; }
.author_buttons {
text-align: center;
}
a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
background: rgba(0, 0, 0, .8);
color: #fff;
display: inline-block;
padding: 4px 8px;
margin: 2px 2px 6px 2px;
border: 1px solid #000;
font-size: 14px;
}
a.button.small_button {
font-size: 13px;
margin: 0;
padding: 3px 6px;
}
a.button span {
padding-left: 20px;
display: inline-block;
background-image: url(images/buttons_sprite.png);
background-repeat: no-repeat;
}
a.button.new_thread_button span {
background-position: 0 -340px;
}
a.button.new_reply_button span {
background-position: 0 -360px;
}
a.button.closed_button span {
background-position: 0 -380px;
}
a.button.rate_user_button span {
background-position: 0 -400px;
}
a.button.add_buddy_button span {
background-position: 0 -440px;
}
a.button.remove_buddy_button span {
background-position: 0 -480px;
}
a.button.add_ignore_button span {
background-position: 0 -460px;
}
a.button.remove_ignore_button span {
background-position: 0 -500px;
}
a.button.report_user_button span {
background-position: 0 -520px;
}
.quick_jump {
background: url(images/jump.png) no-repeat 0;
width: 13px;
height: 13px;
padding-left: 13px; /* amount of padding needed for image to fully show */
margin-top: -3px;
border: none;
}
.pollbar {
background: url(images/pollbar.png) top left repeat-x;
border: 1px solid #3f3f3f;
height: 10px;
}
.pollbar .percent {
display: none;
}
.posticons_label {
white-space: nowrap;
}
/** jGrowl Start **/
/** Special IE6 Style Positioning **/
.ie6 {
position: absolute;
}
.ie6.top-right {
right: auto;
bottom: auto;
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.top-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-right {
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.center {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
width: 100%;
}
/** jGrowl Styling **/
.jGrowl {
z-index: 9999;
color: #fff;
font-size: 12px;
position: fixed;
}
.jGrowl.top-left {
left: 0px;
top: 0px;
}
.jGrowl.top-right {
right: 0px;
top: 0px;
}
.jGrowl.bottom-left {
left: 0px;
bottom: 0px;
}
.jGrowl.bottom-right {
right: 0px;
bottom: 0px;
}
.jGrowl.center {
top: 0px;
width: 50%;
left: 25%;
}
/** Cross Browser Styling **/
.center .jGrowl-notification,
.center .jGrowl-closer {
margin-left: auto;
margin-right: auto;
}
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
background-color: #000;
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Lato, "Open Sans", Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 1em;
text-align: left;
display: none;
border-radius: 5px;
}
.jGrowl .jGrowl-notification {
min-height: 40px;
}
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
margin: 10px;
}
.jGrowl .jGrowl-notification .jGrowl-header {
font-weight: bold;
font-size: .85em;
}
.jGrowl .jGrowl-notification .jGrowl-close {
z-index: 99;
float: right;
font-weight: bold;
font-size: 1em;
cursor: pointer;
}
.jGrowl .jGrowl-closer {
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
font-size: .9em;
font-weight: bold;
text-align: center;
}
/** Hide jGrowl when printing **/
@media print {
.jGrowl {
display: none;
}
}
/** jGrowl End **/
.thead {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.thead_collapsed {
-webkit-filter: grayscale(30%);
filter: grayscale(30%);
}
.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
padding: 20px;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}
.blocker:before{
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}
.blocker.behind {
background-color: transparent;
}
.modal {
width: 400px;
text-align: left;
background: #111;
display: inline-block;
vertical-align: middle;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
transform: translateX(-50%) translateY(-50%);
}
.modal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(images/close.png) no-repeat 0 0;
}
.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
background: url(images/spinner_big.gif) no-repeat center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
/** Modal End **/
/** Impromptu Start **/
/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
.jqifade {
position: absolute;
background-color: #777777;
}
div.jqi {
width: 400px;
max-width:90%;
font-family: Lato, "Open Sans", Tahoma, Arial, Helvetica, Sans-Serif;
position: absolute;
background-color: #ffffff;
font-size: 11px;
text-align: left;
border: solid 1px #eeeeee;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 7px;
}
div.jqi .jqiclose {
position: absolute;
top: 4px; right: -2px;
width: 18px;
cursor: default;
color: #bbbbbb;
font-weight: bold;
}
div.jqi .jqistate {
background-color: #fff;
}
div.jqi .jqititle {
padding: 5px 10px;
font-size: 16px;
line-height: 20px;
border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage {
padding: 10px;
line-height: 20px;
color: #444444;
}
div.jqi .jqibuttons {
text-align: right;
margin: 0 -7px -7px -7px;
border-top: solid 1px #e4e4e4;
background-color: #f4f4f4;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button {
margin: 0;
padding: 15px 20px;
background-color: transparent;
font-weight: normal;
border: none;
border-left: solid 1px #e4e4e4;
color: #777;
font-weight: bold;
font-size: 12px;
box-shadow: none;
}
div.jqi .jqibuttons button.jqidefaultbutton {
color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
color: #287ade;
outline: none;
}
.jqiwarning .jqi .jqistate .jqibuttons {
background-color: #ddd;
}
/* sub states */
div.jqi .jqiparentstate::after {
background-color: #777;
opacity: .6;
filter: alpha(opacity=60);
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
div.jqi .jqisubstate {
position: absolute;
top: 0;
left: 20%;
width: 60%;
padding: 7px;
border: solid 1px #eeeeee;
border-top: none;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button {
padding: 10px 18px;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow {
position: absolute;
height: 0; width: 0;
line-height: 0;
font-size: 0;
border: solid 10px transparent;
}
.jqi .jqiarrowtl {
left: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowtc {
left: 50%;
top: -20px;
border-bottom-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowtr {
right: 10px;
top: -20px;
border-bottom-color: #ffffff;
}
.jqi .jqiarrowbl {
left: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowbc {
left: 50%;
bottom: -20px;
border-top-color: #ffffff;
margin-left: -10px;
}
.jqi .jqiarrowbr {
right: 10px;
bottom: -20px;
border-top-color: #ffffff;
}
.jqi .jqiarrowlt {
left: -20px;
top: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowlm {
left: -20px;
top: 50%;
border-right-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowlb {
left: -20px;
bottom: 10px;
border-right-color: #ffffff;
}
.jqi .jqiarrowrt {
right: -20px;
top: 10px;
border-left-color: #ffffff;
}
.jqi .jqiarrowrm {
right: -20px;
top: 50%;
border-left-color: #ffffff;
margin-top: -10px;
}
.jqi .jqiarrowrb {
right: -20px;
bottom: 10px;
border-left-color: #ffffff;
}
/** Impromptu End */
/* Member profile */
.member-profile {
text-align: center;
font-size: 1.3em;
}
.member-profile:after { content: ''; display: block; clear: both; }
.member-profile i { min-width: 18px; text-align: center; }
.member-profile {
width: 85%;
margin: 0 auto;
}
.member-profile__container {
display: inline-flex;
flex-direction: column;
justify-content: center;
width: 50%;
margin: 0 auto;
}
.member-profile__current {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
background-size: cover;
text-align: center;
width: 100%;
margin: 0 auto;
}
.member-profile__background {
overflow: hidden;
height: 265px;
width: 100%;
border-top-left-radius: 50px;
}
.member-profile__background > img {
z-index: 0;
width: 100%;
height: 100%;
-webkit-filter: blur(10px);
filter: blur(10px);
transform: scale(1.3);
}
.member-profile__wrapper {
position: absolute;
z-index: 1;
}
.member-profile__wrapper img:first-child {
border: 5px solid rgba(0, 0, 0, .3);
border-radius: 50%;
}
.member-profile--reputation {
background: #4CAF50;
margin-bottom: 6px;
padding: 6px;
}
.member-profile--nickname {
background: rgba(0, 0, 0, .3);
padding: 6px;
}
.member-profile a {
color: #882626;
}
.member-profile a:hover {
color: #660404;
}
#user-cont .left img:first-child{
position: relative;
margin-top: -80px; /* the same value in offline and online box */
border: 2px solid black;
border-radius: 50%;
width: 150px;
height: 150px;
z-index: 1;
}
.nickname { display: block; }
.description { font-size: 13px; display: block; margin: 5px; }
#tabs {
background: #333;
margin: 0px;
padding: 0px;
list-style: none;
}
#tabs li {
display: inline-block;
padding: 10px 15px;
cursor: pointer;
}
#tabs li.current {
background: #660404;
color: rgba(255, 255, 255, .87);
transition: .25s ease-in-out;
}
.tab-content {
background: #202020;
border-bottom-right-radius: 50px;
display: none;
padding: 15px;
word-break: break-all;
}
.tab-content.current {
display: inherit;
}
/* Footer fix */
img[src*="task.php"] {
display: none;
}
.page-navigation {
color: #cccccc;
overflow:hidden;
font-size: 12px;
border-bottom: 1px solid #4e4e4e;
padding: 15px 5px 15px 8px;
text-transform: uppercase;
margin: 0 0 15px 0;
}
}
.page-navigation__container {
width: 85%;
margin: 25px auto;
}
.page-navigation__home {
color: #b4b4b4;
font-size: 28px;
}
.page-navigation__item {
display: inline-block;
}
.page-navigation__sep {
display: inline-block;
margin: 5px;
color: #b4b4b4;
font-size: 10px;
}
/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 8px; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0; font-size: 13px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }
#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }
#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }
#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }
#shoutbox .entry > div { display: table-cell; padding: 6px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #555; word-break: break-all; word-wrap: break-word; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; }
#shoutbox .info a { color: inherit; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox .ip { margin-right: 10px; color: #CECECE; }
form[action^="private.php"],
form[action^="usercp.php"],
form[action^="modcp.php"] {
width: 85%;
margin-left: auto;
margin-right: auto;
}
.w-85 form[action^="private.php"],
.w-85 form[action^="usercp.php"],
.w-85 form[action^="modcp.php"] {
width: 100%;
}
/* Whole other stuff */
::-webkit-scrollbar {
background: #000;
width: 12px;
}
::-webkit-scrollbar-thumb {
background: #3a3a3a;
}
::selection {
background: #B2DFDB;
color: white;
}
::-moz-selection {
background: #B2DFDB;
color: white;
}
.center {
margin-left: auto;
margin-right: auto;
}
.flex-center {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.center_ver {
display: -webkit-flex;
display: flex;
justify-content: center;
}
.center_hor {
display: -webkit-flex;
display: flex;
align-items: center;
}
.flex--column {
display: flex;
flex-direction: column;
}
.clickable { cursor: pointer }
.w-25 { width: 25%; }
.w-35 { width: 35%; }
.w-50 { width: 50%; }
.w-75 { width: 75%; }
.w-85 { width: 85%; }
.title {
color: #8D939E;
font-size: 1.8em;
font-weight: 300;
margin: 5px 0;
}
kbd {
background: #222;
color: #f0f0f0;
padding: 3px 5px;
border-radius: 3px;
}
b {
font-weight: 700;
}
strong,
em {
font-weight: 900;
}
.forum_name a {
color: #717171;
font-size: 13px;
font-weight: 700;
}
.thread-unapproved {
display: flex;
text-align:center;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.thread-unapproved p {
display: inline-block;
margin: 0 10px;
}
.thread-unapproved em {
display: block;
color: #464950;
font-size: 14px;
font-weight: 700;
}
.thread-unapproved span {
color: #8d939e;
font-size: 13px;
font-weight: 300;
}
.attention {
background: #444;
border-radius: 3px;
padding: 3px;
}
@media (max-width: 600px) {
.wrapper { width: 100%; }
#stats { flex-direction: column; margin: 1%; }
.main-nav--sticky li:hover ol { display: block; }
.thread-list--options {
display: flex;
flex-direction: column;
}
.mobile--block { display: block; }
.header__wrapper { justify-content: center; }
.header__wrapper .slogan { display: none; }
}
@media (min-width: 800px) and (max-width: 1210px) {
header { position: relative; }
header #alerts { position: absolute; left: 0; right: 0; bottom: -32px; margin: auto; width: 75%; }
}
@media (min-width: 800px) {
.forum_status_legend {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
margin: 15px 0;
}
.forum_status_legend span {
margin-left: 25px;
}
}
@media (max-width: 800px) {
.control-panel--left,
.control-panel--right {
display: block;
}
#login input{ display: block; margin: 0 auto; width: 85%; }
#user_panel {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
float: none;
}
#user_panel ul ol {
position: static;
visibility: visible;
opacity: 1;
margin-left: 1em;
}
header .wrapper:first-child {display: block; }
header .wrapper > * { margin: 0 auto; }
.servers__table { display: none; }
#shoutbox input.text { width: 80% }
#shoutbox input[type=submit] { display: initial; background: #222; padding: 10px 8px; color: #aaa; width: 18%; border: none; }
#forum-box {
width: 100%;
float: none;
}
#toggle-aside, aside { display: none; }
div.postbit_buttons { float: none; }
.post_controls { border-bottom: 3px solid rgba(255, 255, 255, .2); }
.post.classic .post_content { width: 100%; float: none; }
.post.classic .post_author div.author_statistics { border: none; }
.post.classic .post_author { float: none; width: 100%; border-right: none; }
select, input.button { margin: 1%; }
.forum_legend dd { float: none; margin-right: 0; }
.mobile_hide { display: none }
.member-profile .left{ float: none; margin: 0 auto; width: 100%; }
.member-profile .left > *{ margin: 0 auto; }
.member-profile .right{ float: none; margin: 0 auto; }
.thread-unapproved { display: none; }
.thread-unapproved span { display: inline-block; }
.post_author { display: flex; justify-content: space-between; align-items: center; }
#shoutbox .entry .text { width: 100%; }
#shoutbox .entry .info { display: none; }
br + #shoutbox .entry .info { display: block; } /* hack for the archive */
.main-nav__link { display: none; }
}
.hidden { display: none; }
.accent_color { color: #991b1b; }
.avatar
{
border-radius: 50%;
}
#shoutbox .user strong { color: #717171; }
.memberlist-avatar {
border-radius: 50%;
position: absolute;
top: 50;
left: 0px;
transform: translateY(-50%);
bottom: -21px;
margin-left: 14px;
}
.belka_informacyjna {
color: white;
font-size: 24px;
letter-spacing: 2px;
padding: 60px;
border: 1px solid purple;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}