aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-29 10:35:21 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:41 -0300
commitd912655b5a00f44dc26be4ec6821c5e0aed1ab3c (patch)
tree4dc425740c999a5d5744f7a8f25b88d92aa3b140 /doc
parentc4994bc1ab5b207aaac195f84dde974fd6ef2094 (diff)
New CSS style for PySide docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css31
1 files changed, 25 insertions, 6 deletions
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css
index 49ea7821d..36f4edd52 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -414,13 +414,32 @@ table.footnote {
}
tt.descname {
+ font-size: 120%;
font-weight: bold;
}
-dl.method {
- border-top: 1px solid #c2c2c2;
- margin-right: -100px;
- position: relative;
- left: -50px;
- padding: 10px 50px 0px 50px;
+#functions ul, #virtual-functions ul, #slots ul, #signals ul, #static-functions ul {
+ list-style: none;
+ margin: 0px;
+ padding: 10px;
+ border: 1px solid #ddd;
+ background-color: #f4f4f4;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ -khtml-border-radius:10px;
+}
+
+#synopsis span.pre {
+ color: #009491;
+ font-weight: bolder;
+}
+
+#detailed-description .class dt, #detailed-description .method dt, #detailed-description .attribute dt {
+ margin: 0px;
+ padding: 10px;
+ border: 1px solid #ddd;
+ background-color: #f4f4f4;
+ -moz-border-radius:10px;
+ -webkit-border-radius:10px;
+ -khtml-border-radius:10px;
}