summaryrefslogtreecommitdiffhomepage
path: root/epcv.css
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2012-10-21 18:32:45 +0100
committereliseo papa <elipapa@alum.mit.edu> 2012-10-21 18:32:45 +0100
commit9efb28a6b9b86d41b592e6b769179f43347de55f (patch)
treeeb45e494462b7b1ae4633a6c005e8cb244040d14 /epcv.css
parent61b242981580ac92368df0787ef6d5071a714600 (diff)
fixed zoom for normal web page size
Diffstat (limited to 'epcv.css')
-rw-r--r--epcv.css51
1 files changed, 34 insertions, 17 deletions
diff --git a/epcv.css b/epcv.css
index c4c66f3..18d4840 100644
--- a/epcv.css
+++ b/epcv.css
@@ -53,50 +53,67 @@ table {
body {
font: normal normal 400;
- font-size: 100%;
+ font-size: 80%;
line-height: 1.5em;
/*also written as... font: normal normal 400 100%/1.5em;*/
font-family: Verdana,sans-serif;
- /*width: 75%;*/
+ margin-top: 1em;
+ margin-left: 1em;
}
p {
position: relative;
- left: 25%;
+ left: 33%;
margin-bottom: 0.7em;
margin-right: 0;
- width: 75%;
+ width: 65%;
}
code {
font: normal normal;
- font-size: 1em;
+ font-size: 60%;
+ /*line-height: 1em;*/
font-family: Menlo,monospace,sans-serif;
color: #aaa;
}
p code {
position: absolute;
- left: -10%;
+ left: -14%;
}
ul {
position: relative;
- left: 25%;
- width: 75%;
+ left: 33%;
+ width: 65%;
+ margin-bottom: 1.5em;
+ margin-top: -0.5em;
+}
+
+/*uncomment to get dashes in the list*/
+/*li:before {
+ content: "-";
+ position: relative;
+ left: -0.25em;
+}*/
+
+li {
+ /*second line indent*/
+ padding-left: 1.25em;
+ text-indent: -1.25em;
}
dl {
position: relative;
- left: 25%;
+ left: 33%;
width: 75%;
}
h1,h2,h3,h4 {
font-weight: 400;
font-family: Cousine,Verdana,sans-serif;
- width: 75%;
+ width: 65%;
}
h1 {
@@ -104,7 +121,7 @@ h1 {
font-size: 3em;
line-height: 1em;
position: relative;
- left: 25%;
+ left: 30%;
}
h1+p {
@@ -114,15 +131,15 @@ h1+p {
}
h2 {
- font-size: 1.35em;
+ font-size: 1.1em;
color: #a00;
margin-top: 3em;
position: relative;
- top: 1.1em;
+ top: 1.4em;
}
h3 {
- font-size: 1.1em;
+ font-size: 1em;
line-height: 2em;
position: relative;
left: 2%;
@@ -141,7 +158,7 @@ a:hover {
address {
margin-top: 1em;
position: relative;
- left: 25%;
+ left: 30%;
color: #aaa;
font-family: Menlo,monospace,sans-serif;
width: 75%;
@@ -170,8 +187,8 @@ strong {
dl code {
color: #aaa;
position: relative;
- left: -10%;
- top: -1.5em;
+ left: -12%;
+ top: -2.5em;
}
dd {