diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-07-20 15:54:41 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-07-20 15:54:41 +0200 |
commit | 5ad410dd55be4394e275f60fce44005eb7b8076a (patch) | |
tree | 282b43d40d0826dc8e1bb5ff98f04ea99ea0b25c /blocking/custom.css | |
parent | 74a005eea63cf5f5ca778c44002bde70a913d052 (diff) | |
parent | f62af149918575184987c2dfb41b1f07be6a06d9 (diff) | |
download | open-tt-guides-5ad410dd55be4394e275f60fce44005eb7b8076a.tar.gz open-tt-guides-5ad410dd55be4394e275f60fce44005eb7b8076a.tar.bz2 open-tt-guides-5ad410dd55be4394e275f60fce44005eb7b8076a.zip |
Merge branch 'commanding-guide'
Diffstat (limited to 'blocking/custom.css')
-rw-r--r-- | blocking/custom.css | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/blocking/custom.css b/blocking/custom.css deleted file mode 100644 index db5d227..0000000 --- a/blocking/custom.css +++ /dev/null @@ -1,115 +0,0 @@ -/* 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; -} - -div.triviabox { - border-left: 5px solid blue; - border-right: 5px solid blue; -} |