aboutsummaryrefslogtreecommitdiff
path: root/blocking/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'blocking/custom.css')
-rw-r--r--blocking/custom.css110
1 files changed, 110 insertions, 0 deletions
diff --git a/blocking/custom.css b/blocking/custom.css
new file mode 100644
index 0000000..af5dede
--- /dev/null
+++ b/blocking/custom.css
@@ -0,0 +1,110 @@
+/* see https://github.com/huyng/latex-simple-css */
+body {
+ /* Serif options */
+ /*font-family: "Times New Roman", Times, serif;*/
+ /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif */
+
+ /*Sans Serif options */
+ /*font-family: "Helvetica", Arial, Freesans, clean, sans-serif;*/
+ font-family: "Helvetica Neue", Arial, Freesans, clean, sans-serif;
+ /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
+ /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
+ /*font-family: Verdana, Geneva, sans-serif;*/
+ /*font-family: Tahoma, Geneva, sans-serif;*/
+ /*font-family: Baskerville, 'Times New Roman', Times, serif;*/
+
+
+ padding:1em;
+ font-size: 14px;
+ font-weight:300;
+ line-height: 20px;
+ margin:10em;
+ max-width:42em;
+ background:#fefefe;
+ color:#333;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-weight: bold;
+ margin: 2em 0px 15px 0px;
+}
+
+h1 {
+ color: #000;
+ font-size: 2em;
+}
+
+h2 {
+ font-size: 2em;
+}
+
+h3 {
+ font-size: 1.6em;
+}
+
+h4 {
+ font-size: 1.3em;
+}
+
+h5 {
+ font-size: 1em;
+}
+
+h6 {
+ color: #777777;
+ background-color: inherit;
+ font-size: 1em;
+}
+
+hr {
+ height: 0.2em;
+ border: 0;
+ color: #CCCCCC;
+ background-color: #CCCCCC;
+}
+
+p, blockquote, ul, ol, dl, li, table, pre {
+ margin: 15px 0;
+}
+
+code, pre {
+ border-radius: 3px;
+ background-color: #F8F8F8;
+ color: inherit;
+}
+
+code {
+ border: 1px solid #EAEAEA;
+ margin: 0 2px;
+ padding: 0 5px;
+}
+
+pre {
+ border: 1px solid #CCCCCC;
+ line-height: 1.25em;
+ overflow: auto;
+ padding: 6px 10px;
+}
+
+pre > code {
+ border: 0;
+ margin: 0;
+ padding: 0;
+}
+
+a, a:visited {
+ color: #4183C4;
+ background-color: inherit;
+ text-decoration: none;
+}
+
+img {
+ max-width: 100%;
+}
+
+/* end custom css */
+
+div.infobox {
+ border-left: 5px solid green;
+ border-right: 5px solid green;
+}