AlkantarClanX12

Your IP : 18.118.162.8


Current Path : /home/thanudqk/128shen.com/css/
Upload File :
Current File : /home/thanudqk/128shen.com/css/full-width-pics.css

footer{
  clear: both;
  margin: 0 auto;
  text-align: center;
}

#text{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
}

body {
  /*padding-top: 56px;*/
  background-color:#000000;
  background-image: url(../images/footer_shen.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size:12px;
}

#h1l{
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}



.divL, .divR {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

.bg-image-full {
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
      margin-top: 50px;
}

.wrapper {
  margin: 0 auto;
  padding:0;
  max-width: 700px;
}

.table {
  margin: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  color:#fff !important;
}

/*NEW CSS */

#App .container {
        margin-top: 50px;
}

.row .cell:first-child {
	width:50px;
	text-align:center;
	background-color:#151515;
}

.header .cell {
	background-color: transparent!important;
}

.header .cell:nth-child(3), .header .cell:nth-child(4), .header .cell:nth-child(5), .row .cell:nth-child(3), .row .cell:nth-child(4), .row .cell:nth-child(5)  {
	text-align: center;
	width: 33%!important;
}


#tab2 .row .cell:nth-child(5) {
	    width: 14%;
}

#tab2 .row .cell:nth-child(3) {
	    width: 28%;
}
/*
#tab2 .row .cell:nth-child(4) {
	    width: 29%;
}
*/
#tab2 .row .cell:nth-child(1) span {
    border: 1px solid white;
    padding: 10px 19px;
}

/*NEW*/

#rank10 .cell:nth-child(1) span {
    border: 1px solid ffcc00;
    padding: 10px 19px;
}

#rank10 span {
   border: 1px solid #ffcc00;
    padding: 10px 19px;
}

#tab2 {
    margin-bottom: 0px;
}

footer {
	margin-bottom: 20px;
}


@media screen and (max-width: 580px) {

  .divL, .divR {
    float: none!important;
    box-sizing: border-box;
    width: 100%!important;
    padding: 10px;
  }

  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #391e1e;
}
.row:nth-of-type(odd) {
  background: #551f1f;
}
.row.header {
  font-weight: 400;
  color: #ffffff;
  background: #a80404;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}

@media screen and (max-width: 970px) {
  body{
    font-size: 11px;
  }
}

@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 106px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 15px 8px;
  display: table-cell;
}
/*
.cell span{
	border: 1px solid red;
    padding: 10px 19px;
}
*/

.row .cell2 {
	display:none;
}

@media screen and (max-width: 568px) {

.container{
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.cell {
    padding: 0px;
   /*display: block;*/
  }
/*
  .row .cell:nth-child(4), .row .cell:nth-child(6) {
    display: none;
  }
 */ 
  .row .cell2 {
	display:block;
   }
  
}

@media screen and (max-width: 375px) {
.row .cell:before {
    min-width: 96px;
  }
}

/*
@media screen and (min-width: 400px) and (max-width: 580px)  {
.row .cell:before {
    min-width: 93px;
  }
}
*/

/* NEW Querries */
@media screen and (max-width: 580px) {

	.header .cell:nth-child(2), .row .cell:nth-child(2) {
		text-align: center;
	}
	
	.row .cell:first-child {
    background-color: transparent;
    }
	
	#tab2 .row .cell:nth-child(1) span {
    border: none;
    padding: 1px 3px;
	
    }
	
	#rank10 span {
    border: none;
    padding: 10px 19px;
    }
	
	/*
	#rank10 {
    border: 1px solid red !important;
    padding: 1px 3px;
	background-color:#000;
    }
	*/
}