summaryrefslogtreecommitdiffhomepage
path: root/epcv.css
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2012-10-11 16:34:47 +0100
committereliseo papa <elipapa@alum.mit.edu> 2012-10-11 16:34:47 +0100
commit4db49669ef1a3656a8434c8d74db6e3bcc75852e (patch)
tree312981f859151eb7fb90a4bd6c01b772fc5cba40 /epcv.css
parent13d9220c214132fc95449de6a92ec5990f8a55b3 (diff)
created a conversion script and a first draft of a style
Diffstat (limited to 'epcv.css')
-rw-r--r--epcv.css133
1 files changed, 114 insertions, 19 deletions
diff --git a/epcv.css b/epcv.css
index 561b091..5a2f982 100644
--- a/epcv.css
+++ b/epcv.css
@@ -1,23 +1,57 @@
body {
- color: #222;
+ -webkit-font-smoothing: antialiased;
font: normal normal 400 100%/1.5em;
- font-family: Gill,sans-serif;
- margin: 3em auto;
- width: 40em
+ font-family: Verdana,sans-serif;
+ margin: 1em;
}
+hr {
+ clear: both;
+ visibility: hidden;
+ border: 0px;
+ height: 1.5em;
+}
+
+p {
+ position: relative;
+ left: 24em;
+ width: 40em;
+}
+
+p code {
+ font-weight: bold;
+ color: #aaa;
+ position: absolute;
+ left: -8em;
+}
+
+
+ul {
+ position: relative;
+ left: 21.5em;
+ list-style-type: none;
+ list-style-position:
+}
+
+
+
h1,h2,h3,h4,h5,h6 {
font-weight: 400;
font-family: Cousine,Verdana,sans-serif;
}
h1 {
- font-size: 225%;
+ font-size: 300%;
line-height: 1.3334em;
margin: 0 0 .1666em
}
+h1+p {
+ position: relative;
+ left: 0em;
+}
+
h2 {
font-size: 175%;
line-height: 1.28571429em;
@@ -26,8 +60,15 @@ h2 {
h3 {
font-size: 137.5%;
+ font-weight: bold;
line-height: 1.3636em;
- margin: 0 0 .5em;
+ margin-top: 1em;
+ position: relative;
+ top: 2.25em;
+}
+
+h3[title^="Footer"] {
+ visibility: hidden;
}
h4,h5,h6 {
@@ -36,30 +77,84 @@ h4,h5,h6 {
margin: 0 0 .7778em
}
+h4 {
+ position: relative;
+ left: 1.5em;
+ top: 2.25em;
+}
-a:link {
- color: #666
+a
+{
+ -webkit-transition:color .2s ease-in-out;
+ color:#09f;
+ text-decoration:none
}
-a:visited {
- color: #666
+a:hover
+{
+ color:#39f
}
-blockquote,ol,p,ul {
+
+
+/*blockquote,ol,p,ul {
display: block;
margin: 0 0 1.5em
-}
+}*/
blockquote {
- border-left: solid .1em #E4E4E4;
+ /*border-left: solid .1em #E4E4E4;*/
color: #919191;
- padding: 0 1.5em 0 1.4em
+ font-size: 0.75em;
+ padding: 0;
}
code {
font: normal normal 87.5%/1.71428571em monospace,sans-serif
}
+dl {
+ position: relative;
+ left: 24em;
+ width: 40em;
+}
+
+dl p {
+ margin-top: 0em;
+}
+
+dt code {
+ font-weight: bold;
+ color: #aaa;
+ position: relative;
+ left: -8em;
+ top: -1.5em;
+ line-height: 0.5em;
+}
+
+dd {
+ margin-bottom: 1em;
+}
+
+dl ul {
+ position: relative;
+ left: -4em;
+ top: -1.5em;
+}
+
+dt {
+ margin-bottom: 0;
+}
+
+address {
+ position: absolute;
+ left: 12em;
+ top: -0.5em;
+}
+
+
+
+/*
img {
display: block;
margin: 1.5em auto
@@ -69,20 +164,20 @@ pre {
display: block;
font: normal normal 87.5%/1.71428571em monospace,sans-serif;
margin: 1.71428571em
-}
+}*/
-ol,ul {
+/*ol,ul,dl {
list-style-position: outside;
padding: 0
}
ol ol,ol ul,ul ol,ul ul {
margin: 0 0 .75em 2em
-}
+}*/
-table {
+/*table {
border-collapse: collapse;
margin: 1.5em 0;
width: 100%
@@ -94,4 +189,4 @@ td,th {
font-size: 87.5%;
line-height: 1.71428571em;
text-align: center
-} \ No newline at end of file
+}*/ \ No newline at end of file