Commit e7b3a73b authored by Dmitriy Anisimov's avatar Dmitriy Anisimov

fixed all known issues

parent e7af509c
...@@ -51,15 +51,13 @@ div.related { ...@@ -51,15 +51,13 @@ div.related {
div.related ul { div.related ul {
background-image: url(relbg.png); background-image: url(relbg.png);
height: 1.9em; text-align: left;
border-top: 1px solid #002e50; border-top: 1px solid #002e50;
border-bottom: 1px solid #002e50; border-bottom: 1px solid #002e50;
} }
div.related ul li { div.related li + li {
margin: 0 5px 0 0; display: inline;
padding: 0;
float: left;
} }
div.related ul li.right { div.related ul li.right {
...@@ -122,6 +120,14 @@ div.sphinxsidebar input { ...@@ -122,6 +120,14 @@ div.sphinxsidebar input {
font-size: 1em; font-size: 1em;
} }
div.sphinxsidebar #searchbox input[type="text"] {
width: 160px;
}
div.sphinxsidebar #searchbox input[type="submit"] {
width: 40px;
}
div.sphinxsidebar h3 { div.sphinxsidebar h3 {
font-size: 1.5em; font-size: 1.5em;
border-top: 1px solid #0a507a; border-top: 1px solid #0a507a;
...@@ -173,11 +179,11 @@ p { ...@@ -173,11 +179,11 @@ p {
} }
a, a tt { a, a tt {
color: #2878a2; // a2881d color: #2878a2;
} }
a:hover, a tt:hover { a:hover, a tt:hover {
color: #68b8c2; // #e1c13f; color: #68b8c2;
} }
a tt { a tt {
...@@ -214,7 +220,8 @@ div a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { ...@@ -214,7 +220,8 @@ div a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none; text-decoration: none;
} }
div.body h1 a tt, div.body h2 a tt, div.body h3 a tt, div.body h4 a tt, div.body h5 a tt, div.body h6 a tt { div.body h1 a tt, div.body h2 a tt, div.body h3 a tt,
div.body h4 a tt, div.body h5 a tt, div.body h6 a tt {
color: #0a507a !important; color: #0a507a !important;
font-size: inherit !important; font-size: inherit !important;
} }
...@@ -234,10 +241,12 @@ a.headerlink:hover { ...@@ -234,10 +241,12 @@ a.headerlink:hover {
} }
cite, code, tt { cite, code, tt {
font-family: 'Consolas', 'DejaVu Sans Mono', font-family: 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
'Bitstream Vera Sans Mono', monospace; monospace;
font-size: 14px; font-size: 14px;
letter-spacing: -0.02em; letter-spacing: -0.02em;
min-width: 780px;
max-width: 1080px;
} }
tt { tt {
...@@ -258,8 +267,8 @@ hr { ...@@ -258,8 +267,8 @@ hr {
} }
pre { pre {
font-family: 'Consolas', 'DejaVu Sans Mono', font-family: 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
'Bitstream Vera Sans Mono', monospace; monospace;
font-size: 13px; font-size: 13px;
letter-spacing: 0.015em; letter-spacing: 0.015em;
line-height: 120%; line-height: 120%;
...@@ -278,6 +287,12 @@ td.linenos pre { ...@@ -278,6 +287,12 @@ td.linenos pre {
padding: 0.5em 0; padding: 0.5em 0;
} }
td.code pre {
max-width: 740px;
overflow: auto;
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
div.quotebar { div.quotebar {
background-color: #f8f8f8; background-color: #f8f8f8;
max-width: 250px; max-width: 250px;
...@@ -319,7 +334,8 @@ div.warning { ...@@ -319,7 +334,8 @@ div.warning {
border: 1px solid #f66; border: 1px solid #f66;
} }
div.admonition ul li, div.warning ul li { div.admonition ul li, div.warning ul li,
div.admonition ol li, div.warning ol li {
text-align: left; text-align: left;
} }
...@@ -348,17 +364,12 @@ div.toctree-wrapper li, ul.simple li { ...@@ -348,17 +364,12 @@ div.toctree-wrapper li, ul.simple li {
margin:0; margin:0;
} }
a.toc-backref, a.toc-backref:hover { /*a.toc-backref {
font-family: {{ theme_headfont }}; }*/
background-color: {{ theme_headbgcolor }};
font-weight: normal;
color: {{ theme_headtextcolor }};
text-decoration: none;
}
div.feedback { div.feedback {
background-color: {{ theme_feedbackbgcolor }}; /*background-color: #;*/
color: {{ theme_feedbacktextcolor }}; /*color: #;*/
padding: 20px 20px 30px 20px; padding: 20px 20px 30px 20px;
border-top: 1px solid #002e50; border-top: 1px solid #002e50;
} }
...@@ -368,7 +379,7 @@ div.feedback h2 { ...@@ -368,7 +379,7 @@ div.feedback h2 {
} }
div.feedback a { div.feedback a {
color: {{ theme_feedbacklinkcolor }}; /*color: #;*/
font-weight: bold; font-weight: bold;
} }
...@@ -403,7 +414,8 @@ table.field-list { ...@@ -403,7 +414,8 @@ table.field-list {
} }
em.menuselection, em.guilabel { em.menuselection, em.guilabel {
font-family: {{ theme_guifont }}; font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Verdana,
Arial, Helvetica, sans-serif;
} }
.enumeratevisibleitemswithsquare ul { .enumeratevisibleitemswithsquare ul {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment