Skip to content

Commit

Permalink
Prettier readings
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Feb 28, 2015
1 parent 77ab7c2 commit 6f65e3c
Showing 1 changed file with 43 additions and 7 deletions.
50 changes: 43 additions & 7 deletions Thesis/Readings/reading.css
Expand Up @@ -4,31 +4,57 @@
}

* + * {
margin-top: 1.55556rem;
margin-top: 1.528rem;
}

html {
background-color: rgb(255, 255, 255);
font: -apple-system-body;
}

body {
color: rgb(35, 35, 35);
font-family: "Georgia";
font-size: 1em;
line-height: 1.55556;
line-height: 1.528;
padding: 26px 26px 52px;
margin: 0;
margin: 0 auto;
max-width: 32em;
}

header {
border-bottom: 1px solid rgba(0, 0, 0, 0.75);
padding-bottom: 0.65em;
padding-bottom: 1.236rem;
position: relative;
text-align: center;
}

header::before, header::after {
bottom: 0;
content: "";
left: 50%;
position: absolute;
}

header::before {
border-top: 1.5px dotted rgba(0, 0, 0, 0.5);
margin-left: -12.5%;
width: 25%;
}

header::after {
background-color: rgb(0, 0, 0);
box-shadow: 0 0 0 6px rgb(255, 255, 255);
border-radius: 100%;
height: 3px;
margin-bottom: -1.5px;
margin-left: -1.5px;
width: 3px;
}

h1, h2, h3 {
color: rgb(0, 0, 0);
font-weight: 600;
line-height: 1.25;
line-height: 1.236;
}

h1 {
Expand All @@ -39,12 +65,22 @@ h2 {
font-size: 1.236rem;
}

* + h2 {
margin-top: 1.888rem;
}

h3 {
font-family: "Helvetica Neue", sans-serif;
font-size: 0.801rem;
text-transform: uppercase;
}

h3 + * {
margin-top: 0.53rem;
}

ol, ul, dl {
padding-left: 1.5556rem;
padding-left: 1.618rem;
}

/**
Expand Down

0 comments on commit 6f65e3c

Please sign in to comment.