Thu 10:14:32 am  (http://sadlab.xyz/main.php)  58144
Code Server
Show Source

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
body {
  background-color: rgba(87, 95, 207,1.0);
  height: 100%;
  width: 100%;
  left: 0px;
}

.source {
  margin-top: -35px;
  word-wrap: break-word;
  font-size: .9rem;
  padding: 20px 30px 0 10px;
}

#body {
  min-height: 100vh;
  position: relative;
  left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 5px;
  width: 100%;
  background-color: rgba(210, 218, 226,1.0);
  border-left: 3px solid rgba(5, 196, 107,1.0);
  font-size: 1rem;
  opacity: 1;
  overflow-x: hidden;
}
hr {
  max-width: 100%;
  margin-block: 20px;
  border-color: rgba(59, 59, 152,1.0);
  margin-right: 25px;
}
.line {
  width: 100%;
}
.top, .bottom {
  background-color: rgba(87, 95, 207,1.0);
  color: rgba(5, 196, 107,1.0);
  border-width: 3px;
  border-color: rgba(5, 196, 107,1.0);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  transition: all 3s ease;
}
.topheader {
  position: relative;
  height: 40px;
  width: 100%;
  top: 0px;
  left: 0px;
  border-top-style: solid;
  padding-top: 8px;
}
.top:hover, .bottom:hover {
  color: #063970;
  background-color: rgba(210, 218, 226,1.0);
}
.bottomfooter {
  position: relative;
  height: 40px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-bottom-style: solid;
  /* padding-top: 10px; */
}
a {
  transition: background-color .9s ease;
}
a:link, a:visited {
  color: rgba(60, 64, 198,1.0);
  text-decoration: none;
  font-size: 1rem;
}
a:hover {
  color: #122197;
  background-color: rgba(205, 132, 241,1.0);
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 232, 129,1.0);
}
a:active {
  color: #122197;
  text-decoration: underline;
}

/* for padding the prism box on the right */
pre.language-css {
  margin-right: 25px !important;
  font-size: .8rem !important;
}

pre code.language-html {
  white-space: pre-wrap;
}

@media (max-width: 480px) {
  .container {
      height: 150px;
      width: 150px;
      background-color: red;
    }
    .box {
      height: 25px;
      width: 25px;
    }
}