mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
WIP
This commit is contained in:
parent
1900f3c03b
commit
fcfa98f5d6
2
TODO
2
TODO
@ -10,3 +10,5 @@
|
||||
* Use first h1 as the HTML page title on get in config?
|
||||
* On links indicate whether it's on Gemini or Www or image.
|
||||
* Command line API for script and testing.
|
||||
* Manage anchors
|
||||
* Page menu on upper and lower sides: [parent dir] [root dir] [inline images] [raw response] [view cert]
|
||||
|
@ -1,6 +1,6 @@
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
font-size:16px;
|
||||
font-size:1em;
|
||||
color:#1E4147;
|
||||
background-color:#fafafa;
|
||||
}
|
||||
@ -27,7 +27,7 @@ h1,h2,h3{
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
@ -60,7 +60,7 @@ pre {
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
body {
|
||||
margin: 2em;
|
||||
margin: 3em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
@ -71,7 +71,7 @@ pre {
|
||||
h3 {
|
||||
font-size: 3em;
|
||||
}
|
||||
p, pre {
|
||||
p, pre, ul {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user