Jump to content

User:CodeKater/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
    padding: 0 10%;
    background-color: #0c4c7d;
    color: wheat;
}

p {
    background-color: #0c4c7d;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.08px;
    line-height: 26px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

h1 {
    color: wheat;
    font-size: 36px;
    font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h2 {
    color: wheat;
    font-size: 30px;
    font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h3 {
    color: wheat;
    font-size: 24px;
    font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

div {
    color: wheat;
    background-color: #0c4c7d;
    font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.pBody li {
    margin: 10px 0 !important;
}

.pBody {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#firstHeading {
    margin: 50px 50px 0;
}

#bodyContent {
    margin: 0 50px;
}

#content {
    background-color: #0c4c7d;
    font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
    color: wheat;
    border-right: 1px solid #999;
}

#p-personal li {
    margin-left: 10px !important;
}
a{
    color: darkgrey;
}
a:hover{
    background-color: wheat;
    color: black;
}