Subversion Repositories SvarDOS

Rev

Rev 139 | Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 139 Rev 175
Line 33... Line 33...
33
  margin: 1.3em 0;
33
  margin: 1.3em 0;
34
  border: 1px #222 dashed;
34
  border: 1px #222 dashed;
35
  opacity: 0.8;
35
  opacity: 0.8;
36
}
36
}
37
 
37
 
38
html,body {
38
html {
39
  font-size: 1.1em;
-
 
40
  margin: 0;
39
  margin: 0;
41
  padding: 0;
40
  padding: 0;
42
  background-color: #B0B0B0;
41
  background-color: #ccc;
-
 
42
}
-
 
43
 
-
 
44
body {
43
  height: 100%;
45
  font-size: 1.1em;
-
 
46
  background-color: #fff;
44
  font-family: "open sans", sans-serif;
47
  font-family: "open sans", sans-serif;
-
 
48
  margin: 0 auto;
-
 
49
  padding: 1em 0.5em
-
 
50
  box-sizing: border-box;
-
 
51
  width: 100%;
-
 
52
  max-width: 60em;
45
}
53
}
46
 
54
 
47
a:link { /* unvisited link */
55
a:link { /* unvisited link */
48
  color: #000080; text-decoration: none;
56
  color: #000080; text-decoration: none;
49
}
57
}