Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/accounts/configurator/css/
File Upload :
Current File : /home/dent/public_html/accounts/configurator/css/style.css

.canvas {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid black;
}

.configurator {
  display: block;
}

.modal.form{
    width:800px;
    margin-left:-400px
}

.centered
{
    text-align:center;
}

.config_image
{
  display: block;
  width:75%;
  margin-left:auto;
  margin-right:auto;
}

@media print 
{
  .config_image
  {
    display: block;
    height:50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
  }

  .config_image:nth-of-type(1)
  {
    page-break-before: always;
  }
}