Adding phone number, making things more consistent, lightening the page background color, modifying print display to not look so awful

This commit is contained in:
Lani Aung
2013-08-24 09:37:22 -07:00
parent 2122376fac
commit 97d4c16cfc
7 changed files with 83 additions and 88 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+12 -5
View File
@@ -1,12 +1,13 @@
body
{
background-color: #FFF;
font-size: 11.5px;
font-size: 12px;
padding: 0;
}
a
{
border: none;
color: #000;
text-decoration: none;
}
@@ -21,6 +22,13 @@ article
width: 80%;
}
dt,
li,
p
{
margin: 0.25em 0;
}
footer
{
display: none;
@@ -43,13 +51,12 @@ section ul li
section header
{
font-size: 1.5em;
font-size: 2em;
}
time
ul span.screen
{
clear: both;
float: none;
display: none;
}
#contact-details
+1 -1
View File
@@ -1 +1 @@
body{background-color: #FFF;font-size: 11.5px;padding: 0;}a{color: #000;text-decoration: none;}abbr{border: none;}article{width: 80%;}footer{display: none;}h1{font-size: 2em;}section ul{list-style-type: none;}section ul li{text-indent: 2em;}section header{font-size: 1.5em;}time{clear: both;float: none;}#contact-details{font-size: 0.8em;}.divider{margin: 0;}.icon-circle-blank::before,.icon-envelope::before,.icon-github-sign::before,.icon-google-plus-sign::before,.icon-link::before,.icon-linkedin-sign::before,.icon-twitter-sign::before{content: "";}.print{display: inherit;}.screen{display: none;}
body{background-color:#FFF;font-size:12px;padding:0}a{border:none;color:#000;text-decoration:none}abbr{border:none}article{width:80%}dt,li,p{margin:0.25em 0}footer{display:none}h1{font-size:2em}section ul{list-style-type:none}section ul li{text-indent:2em}section header{font-size:2em}ul span.screen{display:none}#contact-details{font-size:0.8em}.divider{margin:0}.print{display:inherit}.screen{display:none}
+18 -6
View File
@@ -1,6 +1,6 @@
body
{
background-color: #EFE9E0;
background-color: whitesmoke;
color: #000;
font-family: "Amethysta";
padding-top: 1em;
@@ -9,7 +9,9 @@ body
a
{
border-bottom: 1px solid #ccc;
color: #333;
text-decoration: none;
}
a:hover,
@@ -62,6 +64,11 @@ h1
font-size: 4em;
}
h1 a
{
border-bottom: none;
}
h2
{
font-family: "Fjalla One";
@@ -69,6 +76,13 @@ h2
line-height: 2em;
}
h3
{
font-family: "Fjalla One";
font-size: 1.25em;
line-height: 1.5em;
}
header section div
{
display: inline;
@@ -97,7 +111,7 @@ section header
section ul
{
list-style-position: inside;
list-style-type: square;
list-style-type: circle;
}
section .content
@@ -119,12 +133,10 @@ time
font-style: oblique;
}
/*
ul li ul
ul span.screen
{
margin-left: 0.5em;
display: inline;
}
*/
.divider
{