diff --git a/base_orig.css b/base.css
index ef739f9..4759d4c 100644
old
|
new
|
a:hover { color:#ffe761; }
|
55 | 55 | |
56 | 56 | /* CONTENT */ |
57 | 57 | |
58 | | h1,h2,h3 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; } |
| 58 | h1,h2,h3,h4 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; } |
59 | 59 | h1 { font-size:218%; margin-top:.6em; margin-bottom:.6em; color:#092e20; line-height:1.1em; } |
60 | | h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; color:#092e20; } |
| 60 | h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; color:#487858; } |
61 | 61 | #homepage h2 { font-size:140%; } |
62 | | h3 { font-size:125%; font-weight:bold; margin-bottom:.2em; color:#487858; } |
63 | | h4 { font-size:100%; font-weight:bold; margin-bottom:-3px; margin-top:1.2em; text-transform:uppercase; letter-spacing:1px; } |
| 62 | h3 { font-size:125%; font-weight:bold; margin-bottom:.2em; color:#092e20; } |
| 63 | h4 { font-size:110%; font-weight:bold; margin-bottom:-2px; margin-top:1.2em; color:#234D32;} |
64 | 64 | h4 pre, h4 tt, h4 .literal { text-transform:none; } |
65 | 65 | h5 { font-size:1em; font-weight:bold; margin-top:1.5em; margin-bottom:3px; } |
66 | 66 | p, ul, dl { margin-top:.6em; margin-bottom:.8em; } |
… |
… |
textarea.codedump { font-size:10px; color:#234f32; width:100%; background:#E0FFB
|
119 | 119 | /* NOTES & ADMONITIONS */ |
120 | 120 | |
121 | 121 | .note, .admonition, .caution { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; } |
122 | | .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;} |
| 122 | .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important; color:#487858} |
123 | 123 | .admonition .last { margin-bottom:0 !important; } |
124 | 124 | .admonition, .admonition-note, .caution { padding-left:65px; background:url(../img/doc/icons/docicons-note.gif) .8em .8em no-repeat;} |
125 | 125 | div.admonition-philosophy { padding-left:65px; background:url(../img/doc/icons/docicons-philosophy.gif) .8em .8em no-repeat;} |
… |
… |
table.docutils thead th { border-bottom:2px solid #dfdfdf; text-align:left; }
|
135 | 135 | table.docutils td, table.docutils th { border-bottom:1px solid #dfdfdf; padding:4px 2px;} |
136 | 136 | table.docutils td p { margin-top:0; margin-bottom:.5em; } |
137 | 137 | #documentation #content-related .literal { background:transparent !important; } |
138 | | div.versionadded span.title, div.versionchanged span.title { font-weight: bold; } |
| 138 | div.versionadded, div.versionchanged { font-size: 92%; color:#555;} |
| 139 | div.versionadded span.title, div.versionchanged span.title { font-style: italic;} |
| 140 | /* Verdana bold is too bold; lighten it to compensate */ |
| 141 | #documentation #content-main p > strong, #documentation #content-main p > b { color: #555; } |
139 | 142 | |
140 | 143 | /* Sphinx-specific fixes */ |
141 | 144 | #documentation a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden; } |