doc/rdoc.css in shenanigans-1.0.8 vs doc/rdoc.css in shenanigans-1.0.9
- 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 {
@@ -25,10 +26,31 @@
text-shadow: rgba(135,145,135,0.65) 2px 2px 3px;
color: #6C8C22;
}
h2,h3,h4 { margin-top: 1.5em; }
+h1 span,
+h2 span,
+h3 span,
+h4 span,
+h5 span,
+h6 span {
+ display: none;
+ padding-left: 1em;
+ font-size: 50%;
+ vertical-align: super;
+}
+
+h1:hover span,
+h2:hover span,
+h3:hover span,
+h4:hover span,
+h5:hover span,
+h6:hover span {
+ display: inline;
+}
+
:link,
:visited {
color: #6C8C22;
text-decoration: none;
}
@@ -40,10 +62,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 +223,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 +428,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;