From 52672a64cc0cab4ea14a4a756fce850eb03315e3 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 26 Sep 2019 09:56:42 -0400 Subject: Retire github mirror, repo moved to opendev --- doc/source/theme/almodovar.css | 288 ----------------------------------------- doc/source/theme/layout.css | 123 ------------------ doc/source/theme/layout.html | 90 ------------- 3 files changed, 501 deletions(-) delete mode 100644 doc/source/theme/almodovar.css delete mode 100644 doc/source/theme/layout.css delete mode 100644 doc/source/theme/layout.html (limited to 'doc/source/theme') diff --git a/doc/source/theme/almodovar.css b/doc/source/theme/almodovar.css deleted file mode 100644 index 8979e6d..0000000 --- a/doc/source/theme/almodovar.css +++ /dev/null @@ -1,288 +0,0 @@ -/* - * Original theme modified by Evan Rosson - * http://erosson.com/migrate - * --- - * - * Theme Name: Almodovar - * Theme URI: http://blog.ratterobert.com/archiv/2005/03/09/almodovar/ - * Description: Das Theme basiert im Ursprung auf Michael Heilemanns Kubrick-Template und ist von dem einen oder anderen Gimmick anderer sehr guter Templates inspiriert worden. - * Version: 0.7 - * Author: ratte / robert - * Author URI: http://blog.ratterobert.com/ - * */ - -/* Begin Typography & Colors */ -body { - font-size: 75%; - font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif; - background-color: #CCF; - color: #333; - text-align: center; -} - -#page { - background-color: #fff; - border: 1px solid #88f; - text-align: left; -} - -#content { - font-size: 1.2em; - margin: 1em; - } - -#content p, -#content ul, -#content blockquote { - line-height: 1.6em; -} - -#footer { - border-top: 1px solid #006; - margin-top: 2em; -} - -small { - font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif; - font-size: 0.9em; - line-height: 1.5em; - } - -h1, h2, h3 { - font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; - font-weight: bold; - margin-top: .7em; - margin-bottom: .7em; - } - -h1 { - font-size: 2.5em; -} -h2 { - font-size: 2em; -} -h3 { - font-size: 1.5em; -} - -h1, h2, h3 { - color: #33a; -} - -h1 a, h2 a, h3 a { - color: #33a; -} - -h1, h1 a, h1 a:hover, h1 a:visited, -h2, h2 a, h2 a:hover, h2 a:visited, -h3, h3 a, h3 a:hover, h3 a:visited, -cite { - text-decoration: none; -} - -#content p a:visited { - color: #004099; - /*font-weight: normal;*/ -} - -small, blockquote, strike { - color: #33a; -} - -#links ul ul li, #links li { - list-style: none; -} - -code { - font: 1.1em 'Courier', 'Courier New', Fixed; -} - -acronym, abbr, span.caps { - font-size: 0.9em; - letter-spacing: .07em; -} - -a { - color: #0050FF; - /*text-decoration: none;*/ - text-decoration:underline; - /*font-weight: bold;*/ -} -a:hover { - color: #0080FF; -} - -/* Special case doc-title */ -h1.doc-title { - text-transform: lowercase; - font-size: 4em; - margin: 0; -} -h1.doc-title a { - display: block; - padding-left: 0.8em; - padding-bottom: .5em; - padding-top: .5em; - margin: 0; - border-bottom: 1px #fff solid; -} -h1.doc-title, -h1.doc-title a, -h1.doc-title a:visited, -h1.doc-title a:hover { - text-decoration: none; - color: #0050FF; -} -/* End Typography & Colors */ - - -/* Begin Structure */ -body { - margin: 0; - padding: 0; -} - -#page { - background-color: white; - margin: 0 auto 0 9em; - padding: 0; - max-width: 60em; - border: 1px solid #555596; -} -* html #page { -* width: 60em; -* } -* -* #content { -* margin: 0 1em 0 3em; -* } -* -* #content h1 { -* margin-left: 0; -* } -* -* #footer { -* padding: 0 0 0 1px; -* margin: 0; -* margin-top: 1.5em; -* clear: both; -* } -* -* #footer p { -* margin: 1em; -* } -* -*/* End Structure */ - - - -/* Begin Headers */ -.description { - text-align: center; - } - -/* End Headers */ - - -/* Begin Form Elements */ -#searchform { - margin: 1em auto; - text-align: right; - } - -#searchform #s { - width: 100px; - padding: 2px; - } - -#searchsubmit { - padding: 1px; - } -/* End Form Elements */ - - -/* Begin Various Tags & Classes */ -acronym, abbr, span.caps { - cursor: help; -} - -acronym, abbr { - border-bottom: 1px dashed #999; -} - -blockquote { - margin: 15px 30px 0 10px; - padding-left: 20px; - border-left: 5px solid #CCC; -} - -blockquote cite { - margin: 5px 0 0; - display: block; -} - -hr { - display: none; -} - -a img { - border: none; -} - -.navigation { - display: block; - text-align: center; - margin-top: 10px; - margin-bottom: 60px; -} -/* End Various Tags & Classes*/ - -span a { color: #CCC; } - -span a:hover { color: #0050FF; } - -#navcontainer { - margin-top: 0px; - padding-top: 0px; - width: 100%; - background-color: #AAF; - text-align: right; -} - -#navlist ul { - margin-left: 0; - margin-right: 5px; - padding-left: 0; - white-space: nowrap; -} - -#navlist li { - display: inline; - list-style-type: none; -} - -#navlist a { - padding: 3px 10px; - color: #fff; - background-color: #339; - text-decoration: none; - border: 1px solid #44F; - font-weight: normal; -} - -#navlist a:hover { - color: #000; - background-color: #FFF; - text-decoration: none; - font-weight: normal; -} - -#navlist a:active, #navlist a.selected { - padding: 3px 10px; - color: #000; - background-color: #EEF; - text-decoration: none; - border: 1px solid #CCF; - font-weight: normal; -} - diff --git a/doc/source/theme/layout.css b/doc/source/theme/layout.css deleted file mode 100644 index b7929be..0000000 --- a/doc/source/theme/layout.css +++ /dev/null @@ -1,123 +0,0 @@ -@import url("pudge.css"); -@import url("almodovar.css"); - -/* Basic Style ------------------------------------ */ - -h1.pudge-member-page-heading { - font-size: 300%; -} -h4.pudge-member-page-subheading { - font-size: 130%; - font-style: italic; - margin-top: -2.0em; - margin-left: 2em; - margin-bottom: .3em; - color: #0050CC; -} -p.pudge-member-blurb { - font-style: italic; - font-weight: bold; - font-size: 120%; - margin-top: 0.2em; - color: #999; -} -p.pudge-member-parent-link { - margin-top: 0; -} -/*div.pudge-module-doc { - max-width: 45em; -}*/ -div.pudge-section { - margin-left: 2em; - max-width: 45em; -} -/* Section Navigation ------------------------------------ */ - -div#pudge-section-nav -{ - margin: 1em 0 1.5em 0; - padding: 0; - height: 20px; -} - -div#pudge-section-nav ul { - border: 0; - margin: 0; - padding: 0; - list-style-type: none; - text-align: center; - border-right: 1px solid #aaa; -} -div#pudge-section-nav ul li -{ - display: block; - float: left; - text-align: center; - padding: 0; - margin: 0; -} - -div#pudge-section-nav ul li .pudge-section-link, -div#pudge-section-nav ul li .pudge-missing-section-link -{ - background: #aaa; - width: 9em; - height: 1.8em; - border: 1px solid #bbb; - padding: 0; - margin: 0 0 10px 0; - color: #ddd; - text-decoration: none; - display: block; - text-align: center; - font: 11px/20px "Verdana", "Lucida Grande"; - cursor: hand; - text-transform: lowercase; -} - -div#pudge-section-nav ul li a:hover { - color: #000; - background: #fff; -} - -div#pudge-section-nav ul li .pudge-section-link { - background: #888; - color: #eee; - border: 1px solid #bbb; -} - -/* Module Lists ------------------------------------ */ -dl.pudge-module-list dt { - font-style: normal; - font-size: 110%; -} -dl.pudge-module-list dd { - color: #555; -} - -/* Misc Overrides */ -.rst-doc p.topic-title a { - color: #777; -} -.rst-doc ul.auto-toc a, -.rst-doc div.contents a { - color: #333; -} -pre { background: #eee; } - -.rst-doc dl dt { - color: #444; - margin-top: 1em; - font-weight: bold; -} -.rst-doc dl dd { - margin-top: .2em; -} -.rst-doc hr { - display: block; - margin: 2em 0; -} - diff --git a/doc/source/theme/layout.html b/doc/source/theme/layout.html deleted file mode 100644 index f2142d1..0000000 --- a/doc/source/theme/layout.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - ${title} - - - - - -
-

${home_title}

- - -
- -
- - -
- - - -- cgit v1.2.1