Jak to zmienić

Założony przez  Lemo.

Witam chciałbym dodać taką samą ramkę jak jest na banerze od cod moda 501 ale w tym zaznaczonym miejscu na czerwono.
   
myCreedo napisał 04.06.2018, 14:59:
Nazwa tematu powinna być krótkim opisem problemu, popraw ją i zapoznaj się z
(04.06.2018, 20:56)DaFi napisał(a): Mystrikeboard.css

/****** Kontakt: GG-20591133 *****/
@import url(https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:400,600|Open+Sans&subset=latin-ext);
::-webkit-scrollbar {width: .75em;}
::-webkit-scrollbar-track { border-left: 1px solid #000; background: #000;}
::-webkit-scrollbar-thumb {background: linear-gradient(to bottom, rgba(7, 198, 103, 1) 0%, rgba(7, 198, 103, 1) 100%);;}

/********************************************** start: HEADER **********************************************/
header {
  color: #ddd;
  width: 100%;
  background-image: url(../../../images/MyStrikeBoard/header.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 350px;
  margin-bottom: -300px;
  clear: both;
  overflow: hidden;
}

header .wrapper.content {
  height: 417px;
  position: relative;
}

header a:link,
header a:hover,
header a:visited {
color: #ddd;
text-decoration: none;
}

header #panel {
color: #eee;
height: 73px;
line-height: 73px;
margin:  0 auto;
border-bottom:  #111;
text-shadow: 0px 0px 3px #000;
}


header #panel.menu {
  width: 93%;
  max-width: 1300px;
  text-transform: uppercase;
  margin: 0 auto;
  clear: both;
  height:  auto;
  transform: rotate(1.9deg);
}

header .logo {
top: 50%;
position: absolute;
transform: translatey(-50%);
}

header #panel.menu #menu {
  list-style: none;
  margin: 0;
  padding: 0 14px;
  float: left;
  overflow: hidden;
}

header #panel #menu i {
  font-size: 13px;
  margin: 0;
  padding: 0;
}


header #panel #menu a {
  color: #fff;
  float: left;
  text-align: center;
  font-size: 15px;
  min-width: 104px;
  transition:  .5s;
  line-height: 119px;
  padding: 0 15px;
  font-weight:  bold;
}

header #panel #menu a:hover {
  background: #0000004f;
  color: #fff;
}

header #menu-min {
  list-style: none;
  margin: 0;
  float: left;
  display: none;
  position: relative;
}

header #menu-min i.fa-bars {
  font-size: 16px;
  line-height: 120px;
  padding: 0 50px;
  transition: .5s;
  height: unset;
}

header #menu-min i.fa-bars:hover {
background: #0000004f;
color: #fff;
}

header #menu-min div {
  background: #111;
  color: #eee;
  position: absolute;
  display: none;
  width: 200%;
  left: -8px;
  top: 120px;
  text-align: center;
  z-index: 99999999999;
  line-height: 50px;
}

header #menu-min:hover div {
display: block;
}

header #menu-min div a {
  position: static;
  line-height: 45px;
  text-transform: uppercase;
}

header #menu-min div a i {
  font-size: 16px;
}

header #menu-min a:link,
header #menu-min a:hover,
header #menu-min a:visited {
color: #eee;
}

.search-button {
color: #eee;
height: 80px;
width: 100px;
z-index: 99999;
background: transparent;
float: right;
font-size: 16px;
transition: .5s;
border-radius:  0;
}

.search-button:hover {color: #fff;background : #0000004f;text-shadow: 0px 0px 3px #000;}

.search-text {
  background: transparent;
  color: #eee;
  border: none;
  font-size: 16px;
  height: 80px;
  padding: 0 10px;
}

.search-text::-moz-placeholder{
  color:#eee;
  opacity:1
  text-shadow: 0px 0px 3px #000;
 }

.search-text:-ms-input-placeholder{
  color:#eee;
  text-shadow: 0px 0px 3px #000;
}

.search-text::-webkit-input-placeholder{
  color:#eee;
  text-shadow: 0px 0px 3px #000;
}

.user-panel {
margin: 0;
padding: 0 15px;
position:  relative;
float:  right;
}

.user-panel:before {
  border-width: 26px 20px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent rgba(0, 0, 0, 0.6);
  position:  absolute;
  right: -40px;
  top: 0;
}

.user-panel:after {
  border-width: 26px 20px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}

.user-panel span {
margin: 0 8px;
float: left;
}

.user-panel span a.button {
  display:  block;
  padding: 5px 25px;
  margin: 10px 0;
  border-radius: 5px;
  text-transform: uppercase;
  background: #2228;
  transition:  .5s;
  width: fit-content;
}

.user-panel span a.button.register {
  background: linear-gradient(to bottom, rgba(7, 198, 103, 1) 0%, rgba(7, 198, 103, 1) 100%);
}

.user-panel span a.button:hover {
  background: #0008;
}

.user-panel span a.button.register:hover {
background: linear-gradient(to bottom, rgba(7, 198, 103, 1) 0%, rgba(7, 198, 103, 1) 100%);
opacity: .8
}

.user-panel span .w6dn {
float: none;
  margin: 0;
}

.enmenuwrap {
 float: right;
 display: inline-block;
position: relative;
}

.ensettings {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  background: #0006;
  color: #555;
  top: 75px;
  margin: 0;
  z-index: 9999;
  line-height: 14px;
  border-radius: 5px;
}

.ensettings:after {
  content:  "";
  display:  block;
  position:  absolute;
  width: 0;
  height: 0;
  right: 3px;
  top: -30px;
  border-width: 15px 15px;
  border-style: solid;
  border-color: transparent transparent #0006;
}

#user-panel-list {
list-style: none;
margin: 0;
padding: 0;
float: left;
display: block;
width: 170px;
}

#user-panel-list a {
float: none;
padding: 10px 0;
margin: 0;
display: block;
width: 100%;
text-align:  center;
transition:  .5s;
}

#user-panel-list a:hover {
  background: #07c667;
}

.user-panel-avatar {
  width: 75px;
  height: 75px;
  border: 2px solid #07c667;
  background: url(../../../images/default_avatar.png);
  background-size: 100% 100%;
  border-radius: 50%;
  display: block;
  margin: 10px auto;
}

.quick-login-tborder {
color: #eee;
}

.quick-login-tborder input.button {
solid #243341;
background: #111;
border-radius:  0;
border: 1px solid #000;
text-transform:  none;
transition:  .5s;
}

.quick-login-tborder input.button:hover {
  background:  #000;
}

.quick-login-icon {
float: left;
position: absolute;
width: 24px;
height: 24px;
text-align: center;
color: #eee;
}

.quick-login-icon i {
line-height: 24px;
}

.quick-login-text {
  float: left;
  padding-left: 23px;
  line-height: 20px;
  width: 130px;
  background: #111;
  border: 1px solid #000;
  color: #eee;
}

.remember_me {
text-align: center;
}

/********************************************** end: HEADER **********************************************/
/********************************************** start: MAIN **********************************************/
main {
clear: both;
width: auto !important;
padding: 20px 0;
}

article {
width: 76%;
float: left;
}

aside {
width: 23%;
float: right;
}

aside tbody {
margin: 0;
}

.forumbit h1 {
font-size: 16px;
  margin: 0;
}

.forumbit h2 {
font-size: 12px;
  margin: 0;
  font-weight: 500;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}

.ver_sub li {
width: 50%;
float: left;
}

.forum-boardstats h1 {
margin: 0;
  padding: 0;
  font-size: 14px;
  color: #34495e;
}

.button {
  background: #0009;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 8px;
  overflow: hidden;
  line-height: 38px;
  padding: 0 10px 0 0;
  transition: .5s;
}

button:hover {
opacity: .8;
}

/********************************************** end: MAIN **********************************************/
/********************************************** start: TABLA SERWERÓW **********************************************/

table.tborder.servers-table {
  background: #0008;
  border-radius: 9px;
}

table.tborder.servers-table .icon {
width: 14px;
height: 14px;
border-radius: 50%;
}

table.tborder.servers-table .ip:before {
content: "";
background: transparent url(../../../images/serversboard/ip.png) center;
background-size: 100%;
width: 16px;
height: 16px;
position:  relative;
display: inline-block;
top: 3px;
right: 5px;
}

table.tborder.servers-table .players:before {
content: "";
background: transparent url(../../../images/serversboard/players.png) center;
background-size: 100%;
width: 16px;
height: 16px;
position:  relative;
display: inline-block;
top: 3px;
right: 5px;
}


table.tborder.servers-table .map:before {
content: "";
background: transparent url(../../../images/serversboard/map.png) center;
background-size: 100%;
width: 16px;
height: 16px;
position: relative;
display: inline-block;
top: 3px;
right: 5px;
}

table.tborder.servers-table .more img {
padding: 0 10px
}

table.tborder.servers-table .trow2 {
padding: 15px;
position:  relative;
}

table.tborder.servers-table .servers-icon {
border-radius: 50%;
  width: 23px;
  box-shadow: 0 0 10px #000;
}

table.tborder.servers-table .servers-button {
  color: #fff;
  text-shadow: 0 0 3px #000;
  transition: .5s;
  width:  32px;
  display:  block;
}

table.tborder.servers-table .servers-button:before {
  content: "";
  background-size: 100%;
  width: 32px;
  height: 32px;
  display:  block;
}

table.tborder.servers-table .servers-button.hltv:before {
  background: transparent url(../../../images/MyStrikeBoard/table/hltv.png) center;
}

table.tborder.servers-table .servers-button.community:before {
  background: transparent url(../../../images/MyStrikeBoard/table/chat.png) center;
}

table.tborder.servers-table .servers-button.bans:before {
  background: transparent url(../../../images/MyStrikeBoard/table/bans.png) center;
}

table.tborder.servers-table .servers-button.connect:before {
  background: transparent url(../../../images/MyStrikeBoard/table/play.png) center;
}


table.tborder.servers-table .servers-button span {
font-family: 'Encode Sans Expanded', sans-serif;
font-size: 12px;
display:  block;
transition:  .5s;
white-space: nowrap;
position:  absolute;
background: #000;
padding:  7px;
border-radius: 5px;
bottom: -16px;
opacity:  0;
}

table.tborder.servers-table .servers-button:hover span{
opacity: 1;
}

table.tborder.servers-table .servers-button:hover {
opacity: .9;
}

/********************************************** end: TABLA SERWERÓW **********************************************/

/********************************************** start: USER PROFILE **********************************************/
#profile .header {
width: 100%;
height: 275px;
background: url(../../../images/MyStrikeBoard/footer.png) no-repeat center;
background-position-y: center;
border: 1px solid #000;
position: relative;
}
#profile .header h1 {
  margin: 0;
  background: rgba(0, 0, 0, .5);
  padding: 2px 4px;
  font-size: 18px;
  display: block;
  width: fit-content;
}
#profile .header h2 {
font-size: 13px;
padding: 2px;
display: block;
margin: 0;
font-weight: 200;
text-shadow: 1px 1px 0 #000;
}
#profile .header .upper {
position: absolute;
  bottom: 55px;
  left: 162px;
  height: 55px;
}
#profile .header .upper .row {
height: 55px;
float: left;
}
#profile .header .lower {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 55px;
}
#profile .header .lower .avatar {
  width: fit-content;
  background: #fff;
  display: block;
  margin: -80px 0 0 20px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
#profile .header .lower .info {
  float: left;
}
#profile .header .lower .posts,
#profile .header .upper .pm {
  float: right;
  display: block;
  font-size: 13px;
  padding: 12px;
  margin: 7px;
  background: #111;
  color: #ddd;
  transition: .4s;
}
#profile .header .lower .posts:before,
#profile .header .upper .pm:before {
font-family: FontAwesome;
margin-right: 9px;
}
#profile .header .lower .posts:before {
content: "\f1ea";
}
#profile .header .upper .pm:before {
content: "\f086";
}
#profile .header .lower .posts:hover {
  background: #0a0a0a;
  color: #bbb;
}
#profile .header .lower .info .row {
  float: left;
  padding: 12px 20px;
}
#profile .header .lower .info .row h3 {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
#profile .main .row.left {
  float: left;
  width: 30%;
  background: #111;
  border: 1px solid #000;
}
#profile .main .row.left .pborder {
margin: 4%;
width: 92%;
background: rgba(0, 0, 0, .2);
border: 1px solid #000;
}
#profile .main .row.left .pborder .thead {
  background: rgba(0, 0, 0, .2);
  border: 0;
  font-weight: 300;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px;
  border-bottom: 1px solid #000;
}

#profile .main .row.left .pborder .thead:before {
  display:  none;
}

#profile .main .row.left .pborder .thead:after {
  display:  none;
}
#profile .main .row.right {
  float: right;
  width: 69%;
  text-align: left;
}
#profile .main .row.right .posts {
  margin: 0 auto 50px;
  padding: 0;
  background: rgb(17, 17, 17);
  border: 1px solid #000;
  clear: both;
}
#profile .main .row.right .posts h4 {
  margin: 0;
  background: rgba(0, 0, 0, .5);
  padding: 10px;
}
#profile .main .row.right .posts h3 {
  clear: both;
  overflow: hidden;
  margin: 0;
  font-weight: 300;
  padding: 2px 10px;
  font-size: 12px;
}
#profile .main .row.right .posts h3 .date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 3px;
}
#profile .main .row.right .posts h3 .replies:before {
  content: "\f075";
  font-family: FontAwesome;
  margin-right: 3px;
}
#profile .main .row.right .posts .text {
overflow: hidden;
clear: both;
padding: 0 10px 10px;
max-height: 155px;
}
/********************************************** end: USER PROFILE **********************************************/
/********************************************** start: FORUMBOARD **********************************************/
#boardstats {
clear: both;
display: block;
background:  #0008;
width: 89%;
margin:  0 auto;
border-radius: 7px;
padding: 2% 2%;
border: 1px solid #07c563;
}

#boardstats .row {
width: 100%;
clear: both;
position: relative;
overflow:  hidden;
max-width: 1380px;
margin:  0 auto;
}

#boardstats .row h1:before {
content: "";
display:  block;
float:  left;
width: 19px;
height: 19px;
margin: 1px 5px 0 0;
background: transparent url(/images/MyStrikeBoard/stats-mini.png);
background-size:  cover;
}

#boardstats .row.wonline h1:before {
  background-position-x: 0;
}

#boardstats .row.ranks h1:before {
  background-position-x: 38px;
}

#boardstats .row.birthdays h1:before {
  background-position-x: 19px;
}

#boardstats .row h1 {
  color: #ddd;
  font-size: 16px;
  padding: 10px 0 0;
  margin:  0;
  display: inline-block;
  font-family: 'Encode Sans Expanded', sans-serif;
}

#boardstats .row h2 {
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

#boardstats .row .stats {
  width: 20%;
  margin: 30px 2.5%;
  font-size: 17px;
  float:  left;
  box-sizing: border-box;
  text-align:  left;
  color: #eee;
}


#boardstats .row .stats h3 {
  margin: -2px 0 0 0;
  font-size: 15px;
  text-transform: uppercase;
}

#boardstats .row .stats:before {
  content:  "";
  width: 40px;
  height: 40px;
  background: transparent url(/images/MyStrikeBoard/stats.png);
  background-size: cover;
  display:  block;
  float: left;
  margin-right: 12px;
}

#boardstats .row .stats.posts:before {background-position-x: 0;}

#boardstats .row .stats.players:before {background-position-x: -40px;}

#boardstats .row .stats.rekord:before {background-position-x: 80px;}

#boardstats .row .stats.member:before {background-position-x: 40px;}

/********************************************** end: FORUMBOARD **********************************************/
/********************************************** start: FOOTER **********************************************/
footer {
  color: #ccc;
  clear: both;
  overflow: hidden;
  padding: 32px 0;
  background: #0009;
  box-shadow: 0px 0px 10px #000;
  position:  relative;
}

footer a:link,
footer a:hover,
footer a:visited {
color: #eee;
text-decoration: none;
}

/********************************************** end: FOOTER **********************************************/
/********************************************** start: OTHERS **********************************************/
nav {
  display: table;
  border-radius: 6px;
  margin-left: 20px;
  clear: both;
  border-radius: 5px;
  color: #ffffff;
  padding: 20px;
  font-size: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  background: #0008;
  =: 2px 0
  border-style: solid;
  margin: 0 0 10px;
  border: 1px solid #07c563;
}

.expander.fa.collapse:before {
  content: '\f107';
}

.expander.fa.collapse_collapsed:before {
  content: '\f106';
}

.right {
float: right;
text-align: right;
}

.left {
float: left;
}

.thead-lastpost-min {
  background: #111;
  color: #ddd;
  border-bottom: 3px solid #07c667;
  clear: both;
  margin: 5px 0 15px;
  float: left;
  padding: 5px;
  min-width: 175px;
}

.thead-lastpost-min a {
  color: #ddd;
}

.thead-stats h3 {
color: #fff;
margin: 0;
}

.thead-stats h4 {
color: #666;
margin: 0;
text-transform: lowercase;
}

.options-site {
display: table-cell;
  width: 47%;
}

.subscription-anim {
font-size: 15px;
}

.subscription-anim .icons-anim:before {
  opacity: 1;
  transition: 1s;
}

.subscription-anim:hover .icons-anim:before {
  opacity: 0;
}

.subscription-anim .icons-anim-hover:before {
  opacity: 0;
  transition: 1s;
}

.subscription-anim:hover .icons-anim-hover:before {
  opacity: 1;
}

.subscription-anim .add-subscription:before {
content: "\f08a";
}

.subscription-anim .add-subscription-hover:before {
content: "\f004";
color: #9b59b6;
margin-left: -18px;
}

.subscription-anim .remove-subscription:before {
content: "\f004";
color: #9b59b6;
}

.subscription-anim .remove-subscription-hover:before {
content: "\f08a";
margin-left: -18px;
}

.subscription-anim .mark-read:before {
content: "\f097";
}

.subscription-anim .mark-read-hover:before {
content: "\f02e";
margin-left: -14px;
}

#mini-menu {
display:none;
}

#mini-menu div {
display: none;
position: absolute;
width: 100px;
background: #34495e;
right: 10px;
}

#mini-menu div a {
float:left;
width:10px;
}

#mini-menu:hover div {
display:block;
}

.postbit-status {
  color: #fff;
  font-size: 11px;
  position:  absolute;
  width: 15px;
  height: 15px;
  overflow:  hidden;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 4px solid #000;
}

.postbit-online {
background-color: #16a085;
}

.postbit-offline {
background-color: #c0392b;
}


.author_statistics .left,
.author_statistics .right {
  text-align: center;
  width: 50%;
  padding: 6px 0;
}

.author_statistics .left {
  float: left;
  margin-left: 1px;
}

.author_statistics h1 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.author_statistics h2 {
  font-size: 12px;
  margin: 0;
}

.author_statistics .right {
  float: right;
  border-left: 2px solid #222;
  margin-left: -3px;
}

.author_statistics .center {
  float: none;
  width: 100%;
  text-align: center;
  clear: both;
  border-top: 2px solid #222;
  padding: 6px 0;
}


#back-to-top {
position: absolute;
cursor: pointer;
transition: .5s ease-out;
text-decoration: none;
width: 40px;
height: 40px;
display:  block;
bottom: 30px;
left: 50%;
z-index:  99999;
background-image: url(../../../images/MyStrikeBoard/arrow-up.png);
background-size:  cover;
transform: translatex(-50%);
}

#back-to-top:hover {
opacity: 0.8;
}

/********************************************** end: OTHERS **********************************************/




@media all and (min-width:600px) {
.thead-lastpost-max {
display: table-cell;
}
.thead-lastpost-min {
display: none;
}
}

@media all and (max-width:600px) {
.w6dn,
.thead-lastpost-max,
#shoutbox .body .window .data .entry .date,
#shoutbox .body .window .data .entry .avatar {
display: none;
}

header {  
text-align: left;
}

.enmenuwrap {
  float: left;
}

.ensettings {
  right: auto;
}

.profile-avatar {
margin-top: 15px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.profile-user-info {
  text-align: center;
}

.thead-lastpost-min {
display: block;
}

.options-site {
display: inline-block;
  width: 97%;
}

#user-panel-list a {
  width: 33%;
  float: left;
}


.new-reply-w6 {
overflow: hidden;
}
.new-reply-w6 table {
  overflow: hidden;
}

.new-reply-w6 .trow1,
.new-reply-w6 .trow2 {
display: table-cell;
  width: 100%;
  float: left;
}

.new-reply-w6 .trow1 .fileupload {
width: 100%;
}


#back-to-top {
  bottom: 20px;
  right: 20px;
}

footer .left,
footer .right {
float: none;
text-align: center;
}
}
/*************************************************************************************************/

@media all and (max-width:1100px) {
.w11dn {
display:none;
}

.user-panel {
margin: 0 auto;
float:  none;
width: fit-content;
height: 50px;
padding:  0;
}

header #panel #menu-min {
  display: inline-block;
}

header #panel #menu {
display: none;
}

header #panel.menu,
.wrapper {
width: 96%;
}

article {
float: none;
width: 100%;
}

aside {
width: auto;
  float: none;
}


.profile-header-lower {
  height: initial;
}

.profile-stats {
  text-align: center;
  float: none;
}

.profile-right {
  width: 100%;
  float: none;
margin-top: 20px;
}

.tabcontent {
  width: 100%;
  float: none;
}

div.tab {
  float: none;
  text-align: center;
}


.resp-display {
display: none;
}

.trow1 {
padding: 5px;
}

.trow2 {
padding: 5px;
}

.post.classic .post_author {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #07c667;
  float: none;
  margin: 0;
  border-left: 0;
  padding: 10px;
  width: initial;
}

.post.classic .post_author div.author_information {
position: absolute;
  margin-left: 50px;
}

.post.classic .post_author div.author_statistics {
  display: none;
}

.post.classic .post_author div.author_avatar {
float: left;
  text-align: left;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
}

.post.classic .post_author div.author_avatar img {
width: 40px;
  height: 40px;
}

.post.classic .post_content {
  float: none;
  width: inherit;
}

.post {
  display:  block;
}

.post .post_head span.post_date span.post_edit,
.postbit_buttons a span {
display: none;
}

.post .post_head {
float: right;
  margin-top: -50px;
border: 0;
width: 130px;
}

#pw-read .post .post_head {
  margin-top: -60px;
  position: relative;
}

form #message {
  width: 96%;
}

#back-to-top {
position: static;
transform: translatex(0);
margin: 20px auto 0;
}
}


@media all and (max-width:1000px) {
table.tborder.servers-table .map {
display: none;
}

#profile .header .lower .avatar {
  margin: -80px 50% 0;
  transform: translatex(-50%);

}

#profile .header .lower {
height: 110px;
}
#profile .header .upper .row {
float: none;
}

#profile .header .upper {
  position: static;
text-align: center;
width: 100%
}

#profile .header {
height: 310px
}

#profile .header h1 {
margin: 10px auto 0;
}

#profile .header h2 {
float: none;
}

#profile .header .upper .pm {
float: none;
width: fit-content;
margin: 0 auto;
}

#profile .main .row.left,
#profile .main .row.right {
float:none;
width: 100%;
clear: both;
overflow: hidden
}

}

@media all and (max-width:800px) {
#boardstats .row .stats:before {
  margin-top: 14px;
}

#boardstats .row .stats h3 {
display: none;
}

#boardstats .row .stats:before {
float: none;
margin: 0 auto;
}

#boardstats .row .stats {
  width: 19%;
  text-align:  center;
}

#boardstats .row {
text-align: center;
}
}

@media all and (max-width:650px) {
table.tborder.servers-table .progress,
table.tborder.servers-table .ip:before,
table.tborder.servers-table .players:before,
table.tborder.servers-table .snr,
table.tborder.servers-table .players .procent,
table.tborder.servers-table .summ {
display: none;
}


#profile .header .lower {
height:165px
}

#profile .header {
height: 365px
}

#profile .header .lower .posts {
float: none;
clear: both;
width: fit-content;
margin: 0 auto
}

#profile .header .lower .info {
float: none;
margin: 0 auto;
width: fit-content;
}
}

@media all and (max-width:450px) {
table.tborder.servers-table .ip{
display: none;
}

header .content img {
width: 100%;
left: 0;
}

Co to?
kod do > MyStrikeBoard.css zeby miec ramke kolo nazwy forum tak jak chciałes
Dzięki ale kolega wyżej podał już i działa ale plusy dla all
Można zamykać



Użytkownicy przeglądający ten wątek:

1 gości