initial style changes
This commit is contained in:
parent
6509b902d7
commit
9115338cf0
2 changed files with 18 additions and 27 deletions
BIN
img/HTTPS_Everywhere_new_logo.jpg
Normal file
BIN
img/HTTPS_Everywhere_new_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
45
index.html
45
index.html
|
|
@ -8,21 +8,22 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin-top: 1.0em;
|
margin-top: 1.0em;
|
||||||
background-color: #fbaf04;
|
background-color: #fff;
|
||||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
font-family: Helvetica, Arial, FreeSans, sans-serif;
|
||||||
color: #000000;
|
color: #000;
|
||||||
}
|
}
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
h1 { font-size: 3.8em; color: #0450fb; margin-bottom: 3px; }
|
h1 { font-size: 2.6em; color: #c00; margin-bottom: 3px; }
|
||||||
|
h1 img {float: left; margin: 0 1em 0 0;}
|
||||||
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: #0450fb; }
|
h2 { font-size: 1.5em; color: #c00; }
|
||||||
h3 { text-align: center; color: #0450fb; }
|
h3 { text-align: center; color: #c00; }
|
||||||
a { color: #0450fb; }
|
a { color: #c00; }
|
||||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
.description { clear: both; 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}
|
||||||
|
|
@ -31,7 +32,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="https://github.com/No5251/HTTPS-Everywhere-Rulesets"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
<a href="https://github.com/No5251/HTTPS-Everywhere-Rulesets"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
|
||||||
|
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
||||||
|
|
@ -42,34 +43,24 @@
|
||||||
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
|
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1><a href="https://github.com/No5251/HTTPS-Everywhere-Rulesets">HTTPS Everywhere Rulesets</a>
|
<h1>
|
||||||
<span class="small">by <a href="https://github.com/No5251">No5251</a></span></h1>
|
<a href="https://github.com/No5251/HTTPS-Everywhere-Rulesets">
|
||||||
|
<img src="img/HTTPS_Everywhere_new_logo.jpg" width="" height="">
|
||||||
|
HTTPS Everywhere Rulesets</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<div class="description">
|
<div class="description">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Dependencies</h2>
|
<h2>Dependencies</h2>
|
||||||
<p>HTTPS Everywhere browser extension
|
<p>HTTPS Everywhere browser extension <a href="https://www.eff.org/https-everywhere<">https://www.eff.org/https-everywhere</a></p>
|
||||||
https://www.eff.org/https-everywhere</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Authors</h2>
|
<h2>Authors</h2>
|
||||||
<p>Marco Ziesing (mail@marco-ziesing.de)
<br/> </p>
|
<p>Marco Ziesing (mail@marco-ziesing.de)<br/></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<p>Marco Ziesing (mail@marco-ziesing.de)
<br/> </p>
|
<p>Marco Ziesing (mail@marco-ziesing.de)<br/></p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue