[org] move CSS to its own file

This commit is contained in:
contrapunctus 2021-04-10 00:12:21 +05:30
parent a3fa9602c0
commit 446d5e3f28
2 changed files with 51 additions and 51 deletions

50
contrapunctus/org.css Normal file
View File

@ -0,0 +1,50 @@
/* made to resemble Firefox's reader mode, dark setting */
<style type=text/css>
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #eeeeee !important;
padding: 0 10px;
background-color: #333333;
font-family: sans-serif;
}
h1,h2,h3 {
line-height: 1.2;
}
a,a:visited {
color: #07a;
}
img {
max-width: 80%;
height: auto;
width: auto\9; /* ie8 */
}
</style>
/* mix of motherfuckingwebsite.com + bettermotherfuckingwebsite.com + thebestmotherfucking.website */
/* <style type=text/css> */
/* body { */
/* margin: 40px auto; */
/* max-width: 650px; */
/* line-height: 1.6; */
/* font-size: 18px; */
/* color: #444; */
/* padding: 0 10px; */
/* background-color: #eeeeee; */
/* font-family: sans-serif; */
/* } */
/* h1,h2,h3 { */
/* line-height: 1.2; */
/* } */
/* a,a:visited { */
/* color: #07a; */
/* } */
/* img { */
/* max-width: 80%; */
/* height: auto; */
/* width: auto\9; /\* ie8 *\/ */
/* } */
/* </style> */

View File

@ -1675,57 +1675,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
org-cycle-include-plain-lists 'integrate
org-link-search-must-match-exact-headline nil
org-html-head
;; made to resemble Firefox's reader mode, dark setting
"<style type=text/css>
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #eeeeee !important;
padding: 0 10px;
background-color: #333333;
font-family: sans-serif;
}
h1,h2,h3 {
line-height: 1.2;
}
a,a:visited {
color: #07a;
}
img {
max-width: 80%;
height: auto;
width: auto\9; /* ie8 */
}
</style>"
;; ;; mix of motherfuckingwebsite.com + bettermotherfuckingwebsite.com + thebestmotherfucking.website
;; "<style type=text/css>
;; body {
;; margin: 40px auto;
;; max-width: 650px;
;; line-height: 1.6;
;; font-size: 18px;
;; color: #444;
;; padding: 0 10px;
;; background-color: #eeeeee;
;; font-family: sans-serif;
;; }
;; h1,h2,h3 {
;; line-height: 1.2;
;; }
;; a,a:visited {
;; color: #07a;
;; }
;; img {
;; max-width: 80%;
;; height: auto;
;; width: auto\9; /* ie8 */
;; }
;; </style>"
org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"contrapunctus/org-html.css\" />"
org-export-default-inline-image-rule
`(("https" .