Skip to content

Commit e1ccecf

Browse files
committed
diletant attempt to make the page less ugly
1 parent 1203aa0 commit e1ccecf

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

css/screen.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
html{
1+
html {
22
-webkit-text-size-adjust: none;
33
}
44

55
body {
6-
color: #000000;
6+
color: #222;
77
background-color: rgb(242, 242, 242);
88
text-align: center;
99
font-family: Helvetica, Arial, sans-serif;
1010
max-width: 75em;
11+
line-height: 1.2;
1112
margin: 0 auto 1em auto;
1213
-moz-hyphens: auto;
1314
-ms-hyphens: auto;
1415
-o-hyphens: auto;
1516
-webkit-hyphens: auto;
1617
hyphens: auto;
1718
}
19+
1820
a:active {
1921
color: #000099;
2022
}
@@ -25,6 +27,16 @@ a:visited {
2527
color: #990099;
2628
}
2729

30+
ul {
31+
margin-bottom: 0.5em;
32+
}
33+
34+
h1, h2, h3, h4, h5, h6 {
35+
margin-top: 14px;
36+
margin-bottom: 14px;
37+
line-height: 1.1;
38+
}
39+
2840
/*** HEADER ***/
2941
#header #mainlinks {
3042
position: fixed;
@@ -65,13 +77,15 @@ p#title_sub {
6577
/*** CONTENT ***/
6678

6779
#content {
68-
width: 75%;
80+
width: 74%;
6981
border-color: rgb(255, 247, 200);
7082
border-style: solid;
7183
border-width: 5px;
7284
margin-left: auto;
7385
margin-right: auto;
7486
padding: 1em;
87+
padding-left: 1.5em;
88+
padding-right: 2em;
7589
text-align: justify;
7690
background-color: #FFFFFF;
7791
}
@@ -83,6 +97,7 @@ p#title_sub {
8397
/*** FOOTER ***/
8498

8599
#footer{
100+
padding-top: 1em;
86101
text-align: center;
87102
font-family: Helvetica,Arial,sans-serif;
88103
font-weight: bold;

0 commit comments

Comments
 (0)