index: changed links colors.
This commit is contained in:
parent
c7ce3321cc
commit
b8900da26b
1 changed files with 9 additions and 9 deletions
18
index.html
18
index.html
|
@ -9,24 +9,24 @@
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin-top: 1.0em;
|
margin-top: 1.0em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: "Helvetica,Arial,FreeSans";
|
font-family: "Helvetica,Arial,FreeSans";
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
h1 { font-size: 3.8em; color: #71fd76; margin-bottom: 3px; }
|
h1 { font-size: 3.8em; color: #888; margin-bottom: 3px; }
|
||||||
h1 .small { font-size: 0.4em; }
|
h1 .small { font-size: 0.4em; }
|
||||||
h1 a { text-decoration: none }
|
h1 a { text-decoration: none }
|
||||||
h2 { font-size: 1.5em; color: #71fd76; }
|
h2 { font-size: 1.5em; color: #888; }
|
||||||
h3 { text-align: center; color: #71fd76; }
|
h3 { text-align: center; color: #888; }
|
||||||
a { color: #71fd76; }
|
a { color: #888; }
|
||||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||||
.download { float: right; }
|
.download { float: right; }
|
||||||
pre { background: #000; color: #fff; padding: 15px;}
|
pre { background: #000; color: #fff; padding: 15px;}
|
||||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue