lib/rdoc/generator/template/darkfish/rdoc.css in rdoc-3.12.2 vs lib/rdoc/generator/template/darkfish/rdoc.css in rdoc-4.0.0.preview2
- old
+ new
@@ -4,10 +4,11 @@
*
* Author: Michael Granger <ged@FaerieMUD.org>
*
*/
+/* vim: ft=css et sw=2 ts=2 sts=2 */
/* Base Green is: #6C8C22 */
* { padding: 0; margin: 0; }
body {
@@ -40,10 +41,20 @@
pre {
background: #ddd;
padding: 0.5em 0;
}
+blockquote {
+ background: #ddd;
+ margin: 1em;
+ padding: 0.25em;
+}
+
+blockquote > :first-child {
+ margin-top: 0 !important;
+}
+
/* @group Generic Classes */
.initially-hidden {
display: none;
}
@@ -191,30 +202,45 @@
#file-metadata ul {
padding-left: 28px;
list-style-image: url(images/page_green.png);
}
+#table-of-contents {
+ margin-top: 2em;
+}
+
+#table-of-contents ul {
+ padding-left: 28px;
+ list-style-image: url(images/tag_blue.png);
+}
+
dl.svninfo {
color: #666;
margin: 0;
}
dl.svninfo dt {
font-weight: bold;
}
ul.link-list li {
white-space: nowrap;
+ line-height: 20px;
}
+
ul.link-list .type {
font-size: 8px;
text-transform: uppercase;
color: white;
background: #969696;
padding: 2px 4px;
-webkit-border-radius: 5px;
}
+.calls-super {
+ background: url(images/arrow_up.png) no-repeat right center;
+}
+
/* @end */
/* @group Class Metadata Section */
#class-metadata {
margin-top: 2em;
@@ -381,9 +407,14 @@
/* @group Method Details */
#documentation .method-source-code {
display: none;
+}
+
+#documentation .method-description .method-calls-super {
+ color: #333;
+ font-weight: bolder;
}
#documentation .method-detail {
margin: 0.5em 0;
padding: 0.5em 0;