summaryrefslogtreecommitdiff
path: root/static/files/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/files/style.css')
-rw-r--r--static/files/style.css35
1 files changed, 33 insertions, 2 deletions
diff --git a/static/files/style.css b/static/files/style.css
index 6047f517..b383369a 100644
--- a/static/files/style.css
+++ b/static/files/style.css
@@ -479,12 +479,28 @@ div.dropdown b {
font-style: italic;
color: #666;
}
-div.dropdown li.center a {
+div.dropdown li.center a, div.dropdown li.center b {
text-align: center;
}
div.dropdown a:hover {
background-color: #e0e0e0;
}
+div.rlistdd {
+ width: 200px;
+}
+div.rlistdd ul, div.rlistdd ul li {
+ float: left;
+}
+div.rlistdd a, div.rlistdd b {
+ padding: 1px 5px;
+}
+div.dropdown ul.full a, div.dropdown ul.full b {
+ width: 190px;
+}
+div.dropdown ul.full, div.dropdown ul.full li {
+ clear: left;
+ width: 200px;
+}
/* paragraph markups... */
@@ -748,13 +764,28 @@ b.diff_del { font-weight: normal; background-color: #fcc; }
#thi .tc1 { width: 10px }
#thi .tc2 { width: 110px; }
+#rli tr.relhid { background-color: #fff!important; }
+#rli td.relhid, #relhidpar { cursor: pointer; }
+#rli td.relnone { color: #aaa };
+#rli .tc1 { width: 560px; }
+#rli .tc2 { width: 80px; }
+#rli .tc3 { width: 50px; }
+#rli .tc1_1 { width: 70px; padding-left: 20px }
+#rli .tc1_2 { width: 40px; padding:0; text-align: right; }
+#rli .tc1_3 { width: 370px; }
+#rli .tc1_4 { width: 60px }
+#rli .tc1_3 a { color: #203c36; }
+#rli .tc1_6 { text-align: right }
+
#tre tr { background-color: #fff!important; }
#tre tr.lang { background-color: #f5f5f5!important; font-style: italic; }
#tre .tc1 { width: 75px; padding-left: 10px; }
#tre .tc2 { width: 50px; text-align: center; white-space: nowrap; }
-#tre .tc3, #tre .tc5 { width: 16px; margin: 0; padding: 0; white-space: nowrap; text-align: right }
+#tre .tc3, #tre .tc6 { width: 16px; margin: 0; padding: 0; white-space: nowrap; text-align: right }
#tre .tc3 { width: 70px; }
+#tre .tc5 { width: 15px; text-align: right; padding-right: 10px; }
+#tre .tc5 a { display: block; width: 15px; text-decoration: none; color: #333; }
#tbv .tc2 acronym, #tbv .tc3 acronym {
zoom: 1;