aboutsummaryrefslogtreecommitdiff
path: root/web/static/main.css
diff options
context:
space:
mode:
authorLudovic Courtès2018-04-29 23:24:36 +0200
committerLudovic Courtès2018-04-29 23:41:13 +0200
commitb87514f1863a3f6231d3ccb4e785d03a4b179b6d (patch)
tree37a08d8da1626e9032d0b88549f978f91f01e902 /web/static/main.css
parentc51dc480fff9b99b2462000095cb56336b8c2410 (diff)
downloadskribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.tar.gz
skribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.tar.lz
skribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.zip
doc: Use the same CSS as the web site.
* web/static: Move to... * doc/user/static: ... this. * web/static: Turn into a symlink. * doc/user/skribilo.css: Remove. * doc/modules/skribilo/documentation/manual.scm: Use "static/manual.css" instead of "skribilo.css". * doc/user/Makefile.am (dist_html_DATA): Remove. (nobase_dist_html_DATA): New variable. * doc/user/static/manual.css: New file.
Diffstat (limited to 'web/static/main.css')
-rw-r--r--web/static/main.css92
1 files changed, 0 insertions, 92 deletions
diff --git a/web/static/main.css b/web/static/main.css
deleted file mode 100644
index 7f4fdbe..0000000
--- a/web/static/main.css
+++ /dev/null
@@ -1,92 +0,0 @@
-@import url("base.css");
-
-@font-face {
- font-family: "Linux Libertine";
- src: url("LinLibertine_Rah.ttf");
-}
-
-@font-face {
- font-family: "Linux Biolinum";
- src: url("LinBiolinum_Rah.ttf");
-}
-
-@font-face {
- font-family: Hack;
- src: url("Hack-Regular.ttf");
-}
-
-body {
- font-family: "Linux Libertine", serif;
- font-size: 18px;
- padding: 0px;
- margin: 0px;
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-family: "Linux Biolinum", sans;
-}
-
-a:link, a:visited, a:active {
- text-decoration: none;
- color: #842;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-code, pre, tt {
- font-family: Hack, mono;
- font-size: 0.8em;
-}
-
-div.navtabs-title {
- background: url("gears-up.png"), url("graphy.png");
- background-position: bottom;
- background-repeat: repeat-x;
- padding: 30px;
- text-align: center;
- font-size: 3em;
- min-height: 70px;
-}
-
-div.navtabs-tabs {
- background: white;
- line-height: 1.5em;
-
- margin: 0px;
- padding: 0px;
- list-style: none;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- border-bottom: 1px solid black;
- border-top: 1px solid black;
-}
-
-div.navtabs-tabs > a {
- margin: 15px 15px;
-}
-
-div.skribilo-title {
- font-size: 3em;
- font-weight: bold;
-}
-
-div.skribilo-body {
- padding: 15px 30px;
- margin: auto;
- max-width: 800px;
- background: white;
- line-height: 1.5em;
- text-align: justify;
-}
-
-div.skribilo-ending {
- background: url("gears-down.png"), url('graphy.png');
- background-position: bottom;
- background-repeat: repeat-x;
- padding: 15px;
- padding-top: 70px;
- text-align: right;
-}