Tema de Página
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Orbitron:700');
 
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
 
/* 
    Illogic II
    Chaos Insurgency Theme
*/
 
/*
    Modified From:
    SCP Sigma 9
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna
    Edited for SCP Foundation by Dr Devan
*/
 
/* COMMON*/
 
#content-wrap {
    position: relative;
    margin: 2em auto 0;
    max-width: 1040px;
    min-height:1350px;
    height: auto !important;
 
}
 
h1, #page-title {
    color: #C72E2E;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
}
h1 {
    margin-top: 0.7em;
    padding: 0;
    font-weight: bold;
}
h2, h3, h4, h5, h6, h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}
#page-title {
    border-color: #bbb;
}
ul {
    list-style: square;
}
#top-bar ul {
    /* list-style-image: none; /* IE ONLY! IF list-style-image IS SET */
}
 
li, p {
    line-height: 141%;
}
a {
    color: #e92f2f;
    text-decoration: none;
    background: transparent;
}
a.newpage {
    color: #5e3333;
    text-decoration: none;
    background: transparent;
}
a:hover {
    text-decoration: underline;
    background-color: transparent;
}
 
.form-control {
width: 95%;
}
 
/* GLOBAL WIDTH */
 
#header, #top-bar {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
 
#top-bar {
    width: 100%;
    margin: 0 auto;
}
 
.mobile-top-bar {
    display: none;
    position: absolute;
    left: 1em;
    bottom: 0px;
    z-index: 0;
}
 
body {
    background-color: #000;
    font-size: 0.80em;
    color: white;
}
div#container-wrap {
    background: url(http://borradores-insurgencia-del-caos.wdfiles.com/local--files/tema-nueva-insurgencia/4) top left repeat-x;
    background-size: 105px;
}
 
/* HEADER */
 
#header {
    height: 135px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(http://borradores-insurgencia-del-caos.wdfiles.com/local--files/tema-nueva-insurgencia/6) 0px 30px no-repeat;
    background-size: 150px;
}
#search-top-box {
    position: absolute;
    top: 79px;
    right: 9px;
    width: 250px;
    text-align: right;
}
#search-top-box-input {
    border: solid 1px #EDEDED;
    border-radius: 5px;
    color: #F22424;
    background-color: #1C1818;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #f22424;
    color: #eee;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
    transition: 0.125s;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #EDEDED;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    background-color: #171717;
    background: linear-gradient(to bottom, #171717, #242424);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    cursor: pointer;
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #F22424;
    color: white;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: white;
    transition: 0.125s;
    box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
 
#login-status {
    color: #DEDEDE;
    font-size: 90%;
    z-index: 30;
}
#login-status a {
    background: transparent;
    color: #fff;
}
#login-status ul a {
    color: white;
    background: #272727;
}
 
#account-topbutton {
    background: #ccc;
    color: #9f0113;
}
#account-options li a:hover {
color:white;
text-decoration: none;
background-color: #3f3f3f;
border-top: 1px solid #F22424;
border-bottom: 1px solid #F22424;
}
.printuser img.small {
    margin-right: 1px;
}
 
#header h1 {
    margin-left: 120px;
    padding: 0;
    float: left;
    max-height: 95px;
}
 
#header h2 {
    margin-left: 120px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 105%;
    max-height: 38px;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
    font-family: Book Antiqua, serif;
    font-size: 180%;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.9px;
}
 
#header h1 a::before {
    content: " Borradores IC ";
    color: #ffffff;
    text-shadow: 3px 3px 5px #000000;
}
 
#header h2 span {
    display: block;
    margin: 0;
    font-family: Helvetica, sans-serif;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: "Donde las Ideas Nacen";
    color: #F1F1F1;
    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* TOP MENU */
 
#top-bar {
    position: absolute;
    z-index: 50;
    top: 144px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}
 
#top-bar ul {
    float: right;
}
 
#top-bar li {
    margin: 0;
}
 
#top-bar a {
    color: #fff;
    transition: 0.125s;
    background: transparent;
}
 
#top-bar ul li {
    border: 0;
    position: relative;
}
 
#top-bar ul li ul {
    border: solid 1px #1c1818;
    border-top: 0;
}
 
#top-bar ul li a {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #1c1818;
    color: white;
}
 
#top-bar ul li a:hover {
color:black;
background-color:#dddddd;
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #353535;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: black;
}
 
.top-bar ul li:last-of-type ul {
    right: 0;
}
 
/* IE7 HACK */
 
#top-bar ul > li > ul {    
    *margin-top: -4px;
}
 
/* SIDE MENU */
#side-bar {
    clear: none;
    float: none;
    position: absolute;
    top: 0.5em;
    left: 2em;
    width: 17em;
    padding: 0;
    border: none;
    display: block;
}
#side-bar .side-div {
    padding: 10px;
    border: 1px solid #912929;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(102,0,0,.5);
    background: #171717;
    text-shadow: 1px 1px 1px solid black;
    background: linear-gradient(#171717, #0A0A0A);
    margin-bottom: 15px;
    color: #FAFAFA;
    text-shadow: 1px 1px 1px #FF4242;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
.side-div a {
color: #E87272;
text-decoration:none;
}
.side-div a:hover {
color: #E3E3E3;
text-decoration:none;
}
.side-div a.newpage {
color: #6E4545 ! important;
text-decoration:none;
}
.side-div a:focus {
color: #C41A1A;
text-decoration:none;
}
#side-bar .heading1 {
    color: #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    padding-left: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15pt;
    font-weight: bold;
}
#side-bar .heading {
    color: #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
 
/* CONTENT */
 
#main-content {
    margin: 0 2em 0 22em;
    padding: 1em;
    position: relative;
}
 
#breadcrumbs {
    margin: -1em 0 1em;
    font-weight: 85%;
}
 
/* FORUM */
 
.forum-group div.head {
    background-color: #2d2d2d;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
 
.forum-group table tr.head td {
    background-color: #eeeeee;
    border:0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
 
.forum-group  table td {
    border: 1px solid rgba(0,0,0,0.1);
}
 
.forum-thread-box .description-block {
    padding: .5em 1em;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
 
.thread-container .post .head {
    padding: 0.5em 1em;
    background-color: #eeecec;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 1px 2px 10px rgba(0,0,0,.15);
}
.thread-container .post .head a {
    color: #e92f2f;
}
.thread-container .post .options a {
    color: #e92f2f;
}
div.new-post a {
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    transition: 0.125s;
}
div.new-post a:hover {
    background-color: #e92f2f;
    color:white;
    text-decoration: none;
}
 
/* RATING MODULE */
.page-rate-widget-box {
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    display: inline-block;
    margin-bottom: 10px;
}
.page-rate-widget-box .rate-points {
    background-color: #2d2d2d !important;
    border: solid 1px #2e2e2e;
    border-right: 0;
    border-radius: 12px 0 0 0px;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #eff2f5;
    border-top: solid 1px #605e5e;
    border-bottom: solid 1px #605e5e;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: #eff2f5;
    color: #313131;
    padding: 0 4px;
    margin: 0 1px;
    transition: 0.125s;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #333333;
    color: #f7f7f7;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: #2d2d2d;
    border: solid 1px #2d2d2d;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #d0d0d0;
    transition: 0.125s;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    color: #fffff0;
    text-decoration: none;
}
 
/* TABVIEW */
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color:#d6c2c2; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8 ! important; /* tab background */
    border-color:#d6c2c2;
    color:#303030;
    transition: 0.125s;
}
 
.yui-navset .yui-nav a em {
background-color: #fdfdfd;
box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
border-color: #b7a9a9;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background-image: none;
    background-color: #4D4D4D; /* selected tab background */
    color:white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: transparent;
    box-shadow: 0px 1px 2px rgba(134,7,7,0.5);
 background-color: #c72e2e; 
}
 
.yui-navset .yui-content {
    background-color: #000000; /* content background color */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: #b7a9a9; /* content border */
    border-top-color:#b7a9a9; /* different border color */
}
 
.yui-navset-left .yui-content {
    border-left-color: #b7a9a9; /* different border color */
}
 
blockquote {
  border-style: dashed;
  border-color: #a7a7a7;
  border-width: 1pt;
  background-color: #7a7a7a;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1); }
 
div.image-block {
 float:right;
 margin:0 2em 1em 2em;
 width:300px;
}
 
div.image-block img {
width:300px;
}
 
/* IMAGE BLOCK */
.image-block {
    border: solid 1px rgba(0,0,0,0.25);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    width: 300px;
}
 
.image-block.block-right {
    float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}
 
.image-block.block-left {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}
 
.image-block.block-center {
    margin-right: auto;
    margin-left: auto;
}
.image-block img {
    border: 0;
    width: 300px;
}
.image-block .image-caption {
    background-color: black;
    border-top: solid 1px rgba(0,0,0,0.25);
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    width: 300px;
}
.image-block > p {
    margin: 0;
}
.image-block .image-caption > p {
    margin: 0;
    padding: 0 10px;
}
 
/* FOOTER */
 
#footer {
    clear: both;
    font-size: 80%;
    background: #171717;
    color: #bbb;
    margin-top: 15px;
    padding: 3px 10px;
}
#footer .options {
    visibility: visible;
    display: block;
    float: right;
    width: 50%;
    font-size: 100%;
    text-align: right;
}
#footer a {
    color: #fff;
    background: transparent;
}
 
/* CUSTOM PAGE CONTENT CLASSES */
#page-content {
    min-height: 720px;
}
 
.unmargined > p {
    margin: 0;
    line-height: 100%;
}
/* FIXES FOR MULTI-LINE PAGE TAGS */
 
#main-content .page-tags {
    margin: 1em 0 0;
    padding: 0;
}
#main-content .page-tags span {
    display: inline-block;
    padding: 0;
    max-width: 60%;
}
#main-content .page-tags a {
    display: inline-block;
    white-space: nowrap;
}
 
/* DIVS */
 
div.prompt {
border-radius: 5px;
border: 1px solid #484243;
background-color: #2f2f2f;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
color:white;
padding:10px;
margin:5px;
}
 
div.prompt h1 {
    color: #ff4f4f;
}
 
div.prompt pre, div.prompt blockquote {
color:black;
}
 
div.side-div pre, div.side-div blockquote {
color:black;
text-shadow: none;
}
 
div.box-grey {
border-radius: 5px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
border: 1px solid #de9aa6;
background-color: #440000;
color:white;
padding:10px;
margin:5px;
}
 
/* SCROLLBAR */
 
body::-webkit-scrollbar {
    width: 0.7em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #C2C2C2;
}
 
body::-webkit-scrollbar-thumb {
background-color: #2a2829;
  outline: 1px solid slategrey;
}
 
.owindow {
    background-color: #440000;
 
/* basic Query for mobile devices */
 @media (max-width: 767px) {
     .owindow {
         min-width: 80%;
         max-width: 99%;
    }
     .modal-body .table, .modal-body .table ~ div {
         float: left;
    }
     .owindow .button-bar {
         float: right;
    }
     .owindow div a.btn-primary {
         width: 100%;
         float: left;
    }
     .mobile-top-bar ul li:last-of-type ul {
         right: 0;
    }
     span, a {
         word-break: break-all;
    }
}
/* Mobile Media Query */
 @media (max-width: 479px) {
     #search-top-box-input {
         display: none;
    }
     #page-content {
         font-size: 0.9em;
    }
     #main-content {
         margin: 0;
    }
     #recent-posts-category {
         width: 100%;
    }
     #header, .mobile-top-bar {
         max-width: 90%;
    }
     #side-bar {
         width: 80%;
         position: relative;
    }
     .top-bar {
         display:none;
    }
     .mobile-top-bar {
         display: block;
         padding: 0;
    }
     .page-options-bottom a {
         padding: 0 4px;
    }
     #header h1 a {
         font-size: 100%;
    }
     blockquote {
         margin: 1em 0;
    }
     .license-area {
         font-size: 0.8em;
    }
     #header {
         background-position: 0 5.5em;
         background-size: 55px 55px;
    }
     #header h1, #header h2 {
         margin-left: 66px;
    }
     table.form td, table.form th {
         float: left;
    }
     td.name {
         width: 15em;
    }
     table.form td, table.form th {
         padding: 0;
    }
     #edit-page-title {
         max-width: 90%;
    }
     .content-panel.left-column, .content-panel.right-column {
         width: 99%;
         float: left;
    }
     #page-content div, #page-content div table {
         clear: both;
    }
     #page-content div.title {
         word-break: keep-all;
    }
}
/* Note Media Query */
 @media (min-width: 480px) and (max-width: 580px) {
     #search-top-box-input {
         width: 7em;
    }
     #main-content {
         margin: 0 2em 0 2em;
    }
     #header, .mobile-top-bar {
         max-width: 90%;
    }
     #side-bar {
         width: 80%;
         position: relative;
    }
     .top-bar {
         display:none;
    }
     .mobile-top-bar {
         display: block;
    }
     .page-options-bottom a {
         padding: 0 5px;
    }
     #header h1 a {
         font-size: 120%;
    }
     blockquote {
         margin: 0.5em;
    }
     .license-area {
         font-size: 0.85em;
    }
     #header {
         background-position: 0.5em 4.5em;
         background-size: 66px 66px;
    }
     #header h1, #header h2 {
         margin-left: 80px;
    }
     #page-content div.title {
         word-break: keep-all;
    }
     td.name {
         width: 15em;
    }
     .content-panel.left-column, .content-panel.right-column {
         width: 99%;
         float: left;
    }
     #page-content div, #page-content div table {
         clear: both;
    }
}
/* Mini Tablet Media Query */
 @media (min-width: 581px) and (max-width: 767px) {
     #search-top-box-input {
         width: 8em;
    }
     #side-bar {
         width: 80%;
         position: relative;
    }
     #main-content {
         margin: 0 3em 0 2em;
    }
     #header, .mobile-top-bar {
         max-width: 90%;
    }
     .top-bar {
         display: none;
    }
     .mobile-top-bar {
         display: block;
    }
     .page-options-bottom a {
         padding: 0 6px;
    }
     #header h1 a {
         font-size: 140%;
    }
     .license-area {
         font-size: 0.9em;
    }
     #header {
         background-position: 1em 4em;
         background-size: 77px 77px;
    }
     #header h1, #header h2 {
         margin-left: 93px;
    }
}
/* Tablet Media Query */
 @media (min-width: 768px) and (max-width: 979px) {
     #main-content {
         margin: 0 4em 0 20em;
    }
     #header, #top-bar #side-bar {
         max-width: 100%;
    }
     .top-bar li {
         margin: 0;
    }
     #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
         width: 110px;
    }
     .page-options-bottom a {
         padding: 0 7px;
    }
     #header h1 a {
         font-size: 160%;
    }
     .license-area {
         font-size: 0.95em;
    }
     #header {
         background-position: 1em 4em;
         background-size: 88px 88px;
    }
     #header h1, #header h2 {
         margin-left: 106px;
    }
     .content-panel.left-column, .content-panel.right-column {
         width: 99%;
         float: left;
    }
     #page-content div, #page-content div table {
         clear: both;
    }
}
/* Desktop Media Query ----------- @media (min-width: 980px) and (max-width: 1399px) {
}
 ------------------------------------------ */
/* Wide Monitor Media Query ----- @media (min-width: 1400px) {
}
 ------------------------------------------ */
/* off-canvas */
 .close-menu {
     display: block;
}
 @media (max-width: 767px) {
     .page-history tbody tr td:last-child {
         width: 35%;
    }
     .owindow {
         min-width: 80%;
         max-width: 99%;
    }
     .modal-body .table, .modal-body .table ~ div {
         float: left;
    }
     .owindow .button-bar {
         float: right;
    }
     .owindow div .btn-primary {
         width: 100%;
         float: left;
    }
     .owindow div .btn-primary ~ div {
         width: 100%;
    }
     .yui-navset {
         z-index: 1;
    }
     #navi-bar, #navi-bar-shadow {
         display: none;
    }
     .mobile-top-bar {
         float: right;
    }
     #top-bar .open-menu a {
         position: fixed;
         top: 0.5em;
         left: 0.5em;
         z-index: 15;
         font-family: 'Kanit', sans-serif;
         font-size: 2.5em;
         font-weight: 700;
         width: 30px;
         height: 30px;
         line-height: 1em;
         text-align: center;
         border: 0.125em solid #ff2d2d;
         background-color: #141414;
         border-radius: 3em;
         color: #fff;
    }
     .open-menu a:hover {
         text-decoration: none !important;
         -webkit-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
         -moz-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
         -ms-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
         -o-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
         box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
    }
     #main-content {
         max-width: 90%;
         margin: 0 5%;
         padding: 0;
         -webkit-transition: 0.5s ease-in-out 0.1s;
         -moz-transition: 0.5s ease-in-out 0.1s;
         -ms-transition: 0.5s ease-in-out 0.1s;
         -o-transition: 0.5s ease-in-out 0.1s;
         transition: 0.5s ease-in-out 0.1s;
    }
     #side-bar {
         display: block;
         position: fixed;
         top: 0;
         left: -25em;
         width: 17em;
         height: 100%;
         background-color: #141414;
         overflow-y: auto;
         z-index: 10;
         padding: 1em 1em 0 1em;
         -webkit-transition: left 0.25s ease-in-out 0.1s;
         -moz-transition: left 0.25s ease-in-out 0.1s;
         -ms-transition: left 0.25s ease-in-out 0.1s;
         -o-transition: left 0.25s ease-in-out 0.1s;
         transition: left 0.25s ease-in-out 0.1s;
    }
     #side-bar:after {
         content: "";
         position: absolute;
         top: 0;
         width: 0;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.8);
    }
     #side-bar:target {
         display: block;
         left: 0;
         width: 17em;
         margin: 0;
         z-index: 10;
    }
     #side-bar:target + #main-content {
         left: 0;
    }
     #side-bar:target .close-menu {
         display: block;
         position: fixed;
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         background: rgba(0,0,0,0.3) 1px 1px repeat;
         z-index: -1;
    }
    #side-bar::-webkit-scrollbar-track {
        background-color: #141414;
    }
 
    #side-bar::-webkit-scrollbar-thumb {
        background-color: #ff2d2d;
    }
}
 #header input[type=text], textarea {
     background: #1c1818;
     border: none;
     border-bottom: 1px solid #ff2d2d;
     border-radius: 5px;
     color: white;
     font-family: Source Code Pro, Courier New, serif;
}
 #header input[type=text]:focus, textarea:focus {
     border-bottom: 3px solid white;
     outline: none;
}
 #side-bar .side-div input[type=text], textarea {
     background: #1c1818;
     border: none;
     border-bottom: 3px solid #ff2d2d;
     border-radius: 5px;
     color: white;
     font-family: Source Code Pro, Courier New, serif;
}
 #side-bar input[type=text]:focus, textarea:focus {
     border-bottom: 3px solid white;
     outline: none;
}
 #main-content input[type=text], textarea {
     background: #fdfdfd;
     border: none;
     border-left: 3px solid #e2e2e2;
     border-top: 3px solid #e2e2e2;
     border-radius: 10px;
     color: black;
     font-family: Source Code Pro, Courier New, serif;
}
 .code {
     background: #f7f7f7;
     border: none;
     border-top: 3px solid #dfe1ec;
     border-radius: 15px;
}
 input.button {
     border: none;
     background: #737373;
     border-radius: 5px;
     color: white;
     font-family: Source Code Pro, Courier New, serif;
}
 .preview-message {
     border: none;
     border-top: 1px solid #ff9797;
     border-radius: 10px;
     background: rgb(255, 73, 73);
     opacity: 0.85;
     color: #ffffff;
}
 .preview-message a {
     font-weight: 900;
     color: rgb(249, 246, 246);
}
 #page-content h1 a:hover {
     color: #ffbbbb;
     transition: 0.125s;
     text-decoration: none;
}
 .hovertip {
     border: none;
     border: 1px solid #ff2d2d !important;
     border-radius: 15px;
     padding: 1em;
     opacity: 0.95;
     max-width: 300px;
}
 
@media (min-width: 768px) {
    .open-menu a {
        display: none;
    }
}
/* Functionality Stuff */
 
.open-themes.themes-black {
    display: block;
    margin-top: -135px;
    margin-bottom: 108px;
    margin-left: 101%;
    position: absolute;
}
 
.open-themes.themes-white {
    display: none;
}
 
.whiteThemeInvert img,
.templateBlock img, /* The image on the 404 page and component category template */
.mst-profile img[src*="WhiteHeader.png"], /* Image at the top of MST profiles */
.site-doc img[src*="site-header-white.png"] /* Image at the top of site docs. */
{
    filter: invert(0.9) hue-rotate(180deg)!important;
}
 
.blackThemeOnly {
    display: none!important;
}
 
#MobileMenuDivWrapper { 
  height: 200px;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
}