diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 31 |
1 files changed, 11 insertions, 20 deletions
| @@ -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 | } |
| 63 | a:visited { | 63 | a:visited { |
| 64 | color: var(--fg); | 64 | color: var(--fg) |
| 65 | } | 65 | } |
| 66 | |||
| 67 | img { | 66 | img { |
| 68 | max-width: 100%; | 67 | max-width: 100%; |
| 69 | } | 68 | } |
| 70 | |||
| 71 | h1 { | 69 | h1 { |
| 72 | font-size: 150%; | 70 | font-size: 150%; |
| 73 | } | 71 | } |
| 74 | |||
| 75 | code { | 72 | code { |
| 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 | |||
| 81 | pre { | ||
| 82 | margin: 1em 0; | ||
| 83 | overflow: auto; | ||
| 84 | } | ||
| 85 | pre code { | ||
| 86 | padding: 0; | ||
| 87 | overflow: visible; | ||
| 88 | } | ||
| 89 | |||
| 90 | header { | 77 | header { |
| 91 | padding-bottom: 25px; | 78 | padding-bottom: 25px; |
| 92 | text-align: center; | 79 | text-align: center; |
| @@ -122,7 +109,6 @@ header { | |||
| 122 | a { | 109 | a { |
| 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 | |||
| 166 | footer { | 153 | footer { |
| 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 | } |
| 174 | footer p { | ||
| 175 | margin: 0.6em auto; | ||
| 176 | 162 | ||
| 177 | a.hovering { | 163 | a.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 | |||
