summaryrefslogtreecommitdiff
path: root/doc/html/flac.css
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-05 19:11:31 +0200
committerGitHub <noreply@github.com>2022-09-05 19:11:31 +0200
commitdd8a264c566292de4d7da8f43688a169ffb431a1 (patch)
treec54ea6e27d5367c42836d3b7603376bbc944a4a1 /doc/html/flac.css
parent5e67c6278eb310e51da23c64862ef83dca8af01b (diff)
downloadflac-dd8a264c566292de4d7da8f43688a169ffb431a1.tar.gz
Restructure README, API and HTML documentation
Tool documentation has moved to man directory, other dev docs to README.md and CONTRIBUTING.md. User documentation is already on the website and doesn't really belong in the source code. Also, fix CMake so that it uses Doxyfile.in instead of using defaults.
Diffstat (limited to 'doc/html/flac.css')
-rw-r--r--doc/html/flac.css194
1 files changed, 0 insertions, 194 deletions
diff --git a/doc/html/flac.css b/doc/html/flac.css
deleted file mode 100644
index a4e57926..00000000
--- a/doc/html/flac.css
+++ /dev/null
@@ -1,194 +0,0 @@
-/*
- * Copyright (c) 2005,2006,2007 Josh Coalson
- * Permission is granted to copy, distribute and/or modify this document
- * under the terms of the GNU Free Documentation License, Version 1.1
- * or any later version published by the Free Software Foundation;
- * with no invariant sections.
- * A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html
- */
-
-body
-{
- background-color: #9a9;
- color: black;
- margin: 0 auto;
- padding: 0px;
- max-width: 1200px;
-}
-
-/*div
-{
- background-color: #99CC99;
- margin: 0px;
- padding: 0px;
-}*/
-
-div.logo
-{
- background-color: black;
- padding: 1px;
- text-align: center;
-}
-
-div.navbar
-{
- border-width: 2px 0px 2px 0px;
- border-style: solid;
- border-color: black;
- background-color: #D3D4C5;
- padding: 3px;
- text-align: center;
-}
-
-
-div.above_nav
-{
- height: 25px;
-}
-
-div.below_nav
-{
- height: 25px;
-}
-
-div.body_with_sidebar
-{
-/* text-align: left; */
-}
-
-div.box
-{
- text-align: left;
- margin: 0;
- background-color: #EEEED4;
-}
-
-div.box_title
-{
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: black;
- background-color: #D3D4C5;
- padding: 3px 6px;
- font-family: lucida, verdana, helvetica, arial, sans-serif;
- font-weight: bold;
- font-size: 150%;
-}
-
-div.box_header
-{
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: black;
- background-color: #EEEED4;
- padding: 3px;
-}
-
-div.box_footer
-{
- border-width: 0px 0px 1px 0px;
- border-style: solid;
- border-color: black;
- background-color: #EEEED4;
- padding: 3px;
-}
-
-div.box_body
-{
- background-color: #EEEED4;
- padding: 0px 6px;
- font-family: lucida, verdana, helvetica, arial, sans-serif;
- font-weight: normal;
- font-size: 100%;
-}
-
-#newsbox h3
-{
- margin: 5px 0 0 0;
- font-size: 0.9em;
-}
-
-#newsbox p
-{
- margin: 0;
-}
-
-div.smallbox
-{
- text-align: left;
- margin: 0 0 0 8px;
- background-color: #EEEED4;
-}
-
-div.smallbox_title
-{
- text-align: center;
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: black;
- background-color: #D3D4C5;
- padding: 3px;
- font-family: lucida, verdana, helvetica, arial, sans-serif;
- font-weight: bold;
- font-size: 100%;
-}
-
-div.smallbox_header
-{
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: black;
- background-color: #EEEED4;
- padding: 3px;
-}
-
-div.smallbox_footer
-{
- border-width: 0px 0px 1px 0px;
- border-style: solid;
- border-color: black;
- background-color: #EEEED4;
- padding: 3px;
-}
-
-div.smallbox_body
-{
- background-color: #EEEED4;
- padding: 0px 3px 0px 3px;
- font-family: lucida, verdana, helvetica, arial, sans-serif;
- font-weight: normal;
- font-size: 80%;
-}
-
-div.copyright
-{
- text-align: left;
- margin: 10px;
-}
-
-span.commandname
-{
- font-family: monospace;
- font-weight: bold;
-}
-
-span.command
-{
- font-family: monospace;
- font-weight: bold;
-}
-
-span.argument
-{
- font-family: monospace;
-}
-
-span.code
-{
- font-family: monospace;
-}
-
-a:link {color:#336699; background-color:transparent}
-a:visited {color:#336699; background-color:transparent}
-a:active {color:#336699; background-color:transparent}
-a:hover {color:#336699; background-color:transparent}