1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-07 02:31:06 +01:00

Rename compact theme files to compact-[format].[ext].

This commit is contained in:
devlinjd
2015-12-07 10:00:02 -05:00
parent c81089a810
commit 2625f362b2
7 changed files with 0 additions and 456 deletions

View File

@ -0,0 +1,82 @@
html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: Helvetica, sans-serif;
font-size: 12px;
margin: 0; padding: 0;
display: block;
}
a {
color: #0064BD;
text-decoration: none;
}
a:visited {
color: #7B0796;
}
a:hover {
text-decoration: underline;
}
h2 {
text-transform: uppercase;
}
h3 {
font-size: 1em;
}
main {
padding: 15px;
max-width: 700px;
margin: 0 auto;
}
section {
margin-top: 1em;
}
li {
margin-left: 2em;
}
h3 {
margin-top: 1em;
}
p, li {
text-align: justify;
}
.tenure {
float: right;
}
thead {
display: none;
}
main > header {
width: 100%;
float: left;
margin-bottom: 1em;
}
main > header > h1 {
float: left;
font-size: 1.5em;
}
#contact {
float: right;
}
#contact > div {
display: inline-block;
margin-left: 5px;
}
h2 > span.fa {
text-align: left;
margin-right: 3px;
}