mirror of
https://github.com/r2src/top10fonts.git
synced 2024-11-21 19:04:23 +01:00
cleaned css and put my name at the top
This commit is contained in:
parent
26fe90a9fe
commit
c55a86b219
65
default.css
65
default.css
@ -1,35 +1,27 @@
|
|||||||
*
|
body {
|
||||||
{
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
|
||||||
{
|
|
||||||
width: 720px;
|
width: 720px;
|
||||||
margin: 50px auto;
|
margin: 50px auto;
|
||||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Palladia, Pagella, serif;
|
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Palladia, Pagella, serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1 {
|
||||||
{
|
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
h2 {
|
||||||
h2
|
font-weight: normal;
|
||||||
{
|
font-size: 1.25em;
|
||||||
font-size: 1.5em;
|
padding: 0;
|
||||||
padding: 0em 0em 0.2em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 720px;
|
width: 720px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p {
|
||||||
{
|
|
||||||
padding: 0.5em 0em;
|
padding: 0.5em 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,13 +30,11 @@ A:visited {text-decoration: none}
|
|||||||
A:active {text-decoration: none}
|
A:active {text-decoration: none}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
.latex
|
.latex {
|
||||||
{
|
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latex sup
|
.latex sup {
|
||||||
{
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
@ -60,34 +50,3 @@ A:hover {text-decoration: underline;}
|
|||||||
margin-right: -0.125em;
|
margin-right: -0.125em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments
|
|
||||||
{
|
|
||||||
font-size: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comments input[name="Name"]
|
|
||||||
{
|
|
||||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
|
||||||
font-size: 22px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comments textarea
|
|
||||||
{
|
|
||||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
|
||||||
font-size: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comments input[name="Answer"]
|
|
||||||
{
|
|
||||||
font-size: 22px;
|
|
||||||
font-family: sans-serif;
|
|
||||||
width: 10em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comments input
|
|
||||||
{
|
|
||||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
|
||||||
font-size: 28px;
|
|
||||||
}
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Top 10 <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> Fonts</h1>
|
<h1>Top 10 <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> Fonts</h1>
|
||||||
|
<h2>assembled by Jaap Joris Vens</h2>
|
||||||
|
|
||||||
<p style="text-align: justify">
|
<p style="text-align: justify">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user