summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 11 insertions, 20 deletions
diff --git a/style.css b/style.css
index 4019fa0..b3bb36c 100644
--- a/style.css
+++ b/style.css
@@ -46,7 +46,7 @@ body {
46 padding-left: 50px; 46 padding-left: 50px;
47 padding-right: 50px; 47 padding-right: 50px;
48 padding-top: 50px; 48 padding-top: 50px;
49 padding-bottom: 25px; 49 padding-bottom: 15px;
50 hyphens: auto; 50 hyphens: auto;
51 word-wrap: break-word; 51 word-wrap: break-word;
52 text-rendering: optimizeLegibility; 52 text-rendering: optimizeLegibility;
@@ -61,32 +61,19 @@ a {
61 color: var(--fg); 61 color: var(--fg);
62} 62}
63a:visited { 63a:visited {
64 color: var(--fg); 64 color: var(--fg)
65} 65}
66
67img { 66img {
68 max-width: 100%; 67 max-width: 100%;
69} 68}
70
71h1 { 69h1 {
72 font-size: 150%; 70 font-size: 150%;
73} 71}
74
75code { 72code {
76 font-family: 'LinuxLibertineMono'; 73 font-family: 'LinuxLibertineMono';
77 font-size: 75%; 74 font-size: 75%;
78 margin: 0; 75 margin: 0;
79} 76}
80
81pre {
82 margin: 1em 0;
83 overflow: auto;
84}
85pre code {
86 padding: 0;
87 overflow: visible;
88}
89
90header { 77header {
91 padding-bottom: 25px; 78 padding-bottom: 25px;
92 text-align: center; 79 text-align: center;
@@ -122,7 +109,6 @@ header {
122a { 109a {
123 text-decoration: none; 110 text-decoration: none;
124} 111}
125
126/* http://www.coding-dude.com/wp/css/highlight-text-css/ */ 112/* http://www.coding-dude.com/wp/css/highlight-text-css/ */
127.highlight{ 113.highlight{
128 position:relative; 114 position:relative;
@@ -163,16 +149,16 @@ a {
163 border-radius:0.25em; 149 border-radius:0.25em;
164} 150}
165 151
152
166footer { 153footer {
167 font-family: 'LinuxLibertineItalic'; 154 font-family: 'LinuxLibertineItalic';
168 font-weight: normal; 155 font-weight: normal;
169 font-style: italic; 156 font-style: italic;
170 font-size: 16px; 157 font-size: 16px;
158 line-height: .8em;
171 text-align: center; 159 text-align: center;
172 padding-top: 5px; 160 padding-top: 5px
173} 161}
174footer p {
175 margin: 0.6em auto;
176 162
177a.hovering { 163a.hovering {
178 position:relative 164 position:relative
@@ -195,6 +181,10 @@ a.hovering:hover:before {
195 opacity:0.5; 181 opacity:0.5;
196} 182}
197 183
184.copyright{
185 margin: 20px;
186}
187
198.nav { 188.nav {
199 font-family: 'LinuxLibertineItalic'; 189 font-family: 'LinuxLibertineItalic';
200 font-weight: normal; 190 font-weight: normal;
@@ -224,7 +214,7 @@ a.hovering:hover:before {
224} 214}
225 215
226.bib { 216.bib {
227 font-size: 75%; 217 font-size: 80%;
228} 218}
229 219
230/* #body a.hovering::after { */ 220/* #body a.hovering::after { */
@@ -238,3 +228,4 @@ a.hovering:hover:before {
238/* background-size: contain; */ 228/* background-size: contain; */
239/* display: inline-block; */ 229/* display: inline-block; */
240/* } */ 230/* } */
231