main.css 1.73 KB
html {
    background-color: #d4d4d4;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #8e8e8e;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3em;
}
nav {
    margin:-30px -30px 0px -30px;
}
nav, nav a{
    font-size: 12px;
    line-height: 1.5em;
    color: #8e8e8e;
}
nav a:hover{
    color: #FFF;
}
nav a:active{
    color: #000;
}

iframe {
    margin: 5px 20px 20px 20px;
    border: 1px #d4d4d4 solid;
    overflow: hidden;
    iframe::-webkit-scrollbar {  
        display: none;
    }
    display:inline-block;
    vertical-align:middle;
}
.label {
    display:inline-block;
    margin: 0px;
    width: 400px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.2em;
}
.label p{
    margin: 0px 20px 0px 20px;
}

.b300x250 {
    width: 300px;
    height: 250px;
}
.b728x90 {
    width: 728px;
    height: 90px;
}
.b960x90{
    width: 960px;
    height: 90px;
}
.b300x600 {
    width: 300px;
    height: 600px;
}.b600x600 {
    width: 600px;
    height: 600px;
}
.b300x450 {
    width: 300px;
    height: 450px;
}
.b320x480 {
    width: 320px;
    height: 480px;
}
.b768x1024 {
    width: 768px;
    height: 1024px;
}
.b970x250 {
    width: 970px;
    height: 250px;
}
.b1000x700 {
    width: 1000px;
    height: 700px;
}
.b1024x768 {
    width: 1024px;
    height: 768px;
}
.b300x1050 {
    width: 350px;
    height: 1050px;
}
.b300x1050exp {
    width: 405px;
    height: 303px;
}
nav table td, nav table th{
    padding: 0 10px;
    margin:0;
    text-align: left;
    border-collapse: collapse;
    border: none;
    color: #ecebeb;
}
nav table th{
    background-color: rgba(127, 127, 127, 0.44);
}