1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Positive: HTML: Improve HTML/Word consistency.

This commit is contained in:
hacksalot 2015-12-18 12:31:59 -05:00
parent 08c14274c8
commit 9c226559e5

View File

@ -1,6 +1,6 @@
html, body, main, section, header, ul, p, h1, h2, h3 { html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: Helvetica, sans-serif; font-family: Calibri, 'Open Sans', sans-serif;
font-size: 12px; font-size: 14px;
margin: 0; padding: 0; margin: 0; padding: 0;
display: block; display: block;
} }
@ -18,17 +18,43 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
h1 {
text-transform: uppercase;
font-size:
}
h2 { h2 {
text-transform: uppercase; text-transform: uppercase;
color: #898989;
font-size: 2em;
position: relative;
font-weight: 400;
} }
h3 { h3 {
font-size: 1em; font-size: 1em;
} }
table {
width: 100%;
text-transform: uppercase;
font-size: 1.3em;
}
td:first-child {
text-align: right;
color: #A9A9A9;
letter-spacing: 5px;
font-weight: bold;
}
td:last-child {
text-align: justify; /* HTML justification sucks, but in this case... */
}
main { main {
padding: 15px; padding: 15px;
max-width: 700px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
} }
@ -65,18 +91,35 @@ main > header {
main > header > h1 { main > header > h1 {
float: left; float: left;
font-size: 1.5em;
}
#contact {
float: right;
} }
#contact > div { main > header > h1, .label {
display: inline-block; font-size: 2.5em;
margin-left: 5px; text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', 'Segoe UI', sans-serif;
}
#contact {
clear: both;
float: right;
} }
h2 > span.fa { h2 > span.fa {
text-align: left; text-align: center;
margin-right: 3px; margin-right: 3px;
position: absolute;
width: 40px;
transform: translateX(-110%);
color: #DADADA;
}
.label {
float: right;
color: #DADADA;
}
#summary {
color: #717171;
font-size: 1.25em;
} }