aboutsummaryrefslogtreecommitdiffstats
path: root/_static/style.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 03:43:30 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 03:43:30 +0100
commit2a16ea2a9075229b2141c62697f4e1cabd4d2edd (patch)
tree65e184d0698eefd587b29c0644c2089ab9cdcfa9 /_static/style.css
parent7131d99df20e1c2546452124ee52a95fa3ace97b (diff)
downloadfpga-lube-2a16ea2a9075229b2141c62697f4e1cabd4d2edd.tar.gz
fpga-lube-2a16ea2a9075229b2141c62697f4e1cabd4d2edd.zip
move stuff into 'docs' subfolder
Diffstat (limited to '_static/style.css')
-rw-r--r--_static/style.css143
1 files changed, 0 insertions, 143 deletions
diff --git a/_static/style.css b/_static/style.css
deleted file mode 100644
index bf279d8..0000000
--- a/_static/style.css
+++ /dev/null
@@ -1,143 +0,0 @@
-/* Intended to be applied over the "better" theme's defaults */
-
-/* TODO: http://practicaltypography.com/rules-and-borders.html */
-
-body {
- font-family: serif;
- font-size: 16px;
-}
-
-.body {
- font-size: 120%;
- line-height: 135%;
- color: rgb(72, 72, 72);
-}
-
-h1, h2, h3, h4, h5, h6 {
- color: #000;
- font-family: "Helvetica", sans-serif;
-}
-
-h1 { font-size: 1.6em; font-weight: bold; }
-h2 { font-size: 1.3em; font-weight: normal; }
-h3 { font-size: 1.05em; font-weight: normal; }
-h4 { font-size: 0.9em; font-weight: normal; }
-h5 { font-size: 0.9em; font-weight: normal; }
-
-header h1 {
- opacity: 0.65;
- margin-top: 0.3em;
- font-size: 1.2em;
- margin-left: 240px;
- font-family: "Helvetica", sans-serif;
- font-weight: bold;
- text-transform: uppercase;
- font-variant: small-caps;
- font-weight: normal;
-}
-
-header h1:hover {
- opacity: 0.9;
-}
-
-header h1 a, header h1 a:visited {
- color: #000;
-}
-
-.rubric {
- text-align: center;
- text-transform: uppercase;
-}
-
-a.toc-backref {
- color: #000;
-}
-
-a.internal em {
- font-style: normal;
-}
-
-footer#pagefooter, footer#pagefooter a {
- color: #777;
-}
-
-.contents .topic-title {
- font-weight: normal;
-}
-pre, tt {
- font-family: "Source Code Pro", "Monaco", "Consolas", "Lucida Console", monospace;
-}
-
-tt {
- font-size: 80%;
- background: #f4f4f4;
-}
-
-.note tt {
- background: #ececec;
-}
-
-a tt {
- font-weight: normal;
-}
-
-.sphinxsidebar {
- padding-top: 10em;
- opacity: 0.65;
- font-size: 0.9rem;
-}
-
-.sphinxsidebar:hover {
- opacity: 0.9;
-}
-
-.sphinxsidebar .search input {
- padding-left: 0.25rem;
- margin-bottom: 2em;
-}
-
-.sphinxsidebar h3 a {
- color: #222;
-}
-
-.highlight pre {
- color: #ddd;
- background-color: #333;
- padding: 0.75em;
- margin-bottom: 2em;
- margin-left: 0px;
- margin-right: 0px;
- border-radius: 2px;
- font-size: 0.9rem;
- line-height: 120%;
-}
-
-a:hover {
- text-decoration: none;
-}
-
-tt.descname {
- font-size: 0.8em;
-}
-
-dl.function > dt, dl.class > dt, dl.method > dt, dl.attribute > dt, dl.data > dt, dl.classmethod > dt, dl.enum > dt {
- margin-bottom: 0.5em;
- background: #f4f4f4;
-}
-
-dl li > p {
- display: inline;
-}
-
-.related.bottom {
- margin-top: 2em;
-}
-
-div.admondition, div.topic, div.warning, div.note {
- border-left: none;
- border-right: none;
-}
-
-div.note, div.topic {
- background-color: #f4f4f4;
-}