Modify spacing in CSS file
This commit is contained in:
parent
05c210821a
commit
388b40dfca
|
@ -4,13 +4,11 @@ a:link {
|
|||
text-decoration: none;
|
||||
color: #ace;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: #2b5278;
|
||||
text-decoration: underline dotted;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
header a:link,
|
||||
header a:visited,
|
||||
footer a:link,
|
||||
|
@ -19,7 +17,6 @@ aside a:visited,
|
|||
main a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #10151a;
|
||||
color: #d3dae3;
|
||||
|
@ -28,42 +25,34 @@ body {
|
|||
max-width: 50em;
|
||||
padding: 0 2em;
|
||||
}
|
||||
|
||||
h2,
|
||||
main h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.1em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
article,
|
||||
main {
|
||||
padding: 4px 2px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 0.5em 1.5em;
|
||||
background: #EEE;
|
||||
color: #000;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #000;
|
||||
font: 1em/1.5 monospace, monospace;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
img[src$='#center'] {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
@ -76,7 +65,6 @@ img[src$='#center'] {
|
|||
background: #f2f2f2;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
header a:link,
|
||||
header a:visited,
|
||||
footer a:link,
|
||||
|
@ -84,22 +72,18 @@ img[src$='#center'] {
|
|||
aside a:link {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: #cae6ef;
|
||||
text-decoration: underline dotted;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
main a:link {
|
||||
color: #004962;
|
||||
}
|
||||
|
||||
main a:visited,
|
||||
aside a:visited {
|
||||
color: #542baa;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
|
@ -115,7 +99,6 @@ img[src$='#center'] {
|
|||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nextcloud {
|
||||
width: 50px;
|
||||
height: 30px;
|
||||
|
@ -126,20 +109,16 @@ img[src$='#center'] {
|
|||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
float: right;
|
||||
}
|
||||
|
||||
a.link-000 {
|
||||
background: #000;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.link-001 {
|
||||
padding: 10px;
|
||||
background-color: #0082c9;
|
||||
|
@ -147,7 +126,6 @@ a.link-001 {
|
|||
border-radius: 3px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
visibility: visible;
|
||||
|
|
Loading…
Reference in New Issue