/* noctem - nacht */
html, body {
    background: #000;
    color: white;
    font-family: monospace;
    font-size: 16px;
    background: url(/live/oe_/https://www.notdefine.de/images/bg.jpg) top left repeat;
    margin-left: 0;
}

p {
    text-align: justify;
}

blockquote {
  border-left: 6px solid #ccc;
  margin: 1.5em 6px;
  padding: 0.5em 10px;
}


p.step_back {
    color: #DCDCDC;
}

a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}

a:hover {
    color: #BBBBBB;
    text-shadow: 2px 2px 4px white;
}

h1, h2, h3, h4 {
    color: gray;
}

.center {
    margin: auto;
    text-align: center;
}

.reference {
    font-size: 14px;
    text-align: center;
}

pre, code {
    background: black;
    //border-radius: 16px;
    //padding: 5px;
    box-shadow: 2px 2px 0 #BBB;
    overflow: auto;
}



img {
    border-radius: 15px;
    max-width: 100%;
  height: auto;
}

.shell {
    background-color: gray;
}

.php {
    background-color: white;
}

.mysql {
    background-color: green;
}

.main_link {
    font-weight: bold;
}

.main_link_description {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.important {
    color: red;
}


figure {
    margin-left: 20px;
    margin-right: 20px;
}

li {
    margin-bottom:5px;
}

td {
    align:top;
}
