summaryrefslogtreecommitdiffstats
path: root/tools/openlmitheme/static
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-10-02 10:42:35 +0200
committerJan Safranek <jsafrane@redhat.com>2013-10-02 10:42:35 +0200
commitc1f06a0b8745c2859c6f09789fd5965d87579c63 (patch)
tree58f9b21cb801578b4bebda59ed81a2a4965848c1 /tools/openlmitheme/static
parenta37dff6a40bff57df67d084e8b7bcce0ede78242 (diff)
downloadopenlmi-providers-c1f06a0b8745c2859c6f09789fd5965d87579c63.tar.gz
openlmi-providers-c1f06a0b8745c2859c6f09789fd5965d87579c63.tar.xz
openlmi-providers-c1f06a0b8745c2859c6f09789fd5965d87579c63.zip
Add OpenLMI theme for Sphinx.
Note that the theme is BSD-licensed.
Diffstat (limited to 'tools/openlmitheme/static')
-rw-r--r--tools/openlmitheme/static/openlmi-logo.pngbin0 -> 6324 bytes
-rw-r--r--tools/openlmitheme/static/openlmi.css66
2 files changed, 66 insertions, 0 deletions
diff --git a/tools/openlmitheme/static/openlmi-logo.png b/tools/openlmitheme/static/openlmi-logo.png
new file mode 100644
index 0000000..e414797
--- /dev/null
+++ b/tools/openlmitheme/static/openlmi-logo.png
Binary files differ
diff --git a/tools/openlmitheme/static/openlmi.css b/tools/openlmitheme/static/openlmi.css
new file mode 100644
index 0000000..a61c777
--- /dev/null
+++ b/tools/openlmitheme/static/openlmi.css
@@ -0,0 +1,66 @@
+@import url("default.css");
+
+p.caption {
+ font-size: 90%;
+ font-style: italic;
+}
+
+h1 {
+ font-size: 2em;
+ line-height: 1;
+}
+
+div.sphinxsidebar li li {
+ padding: 0.4em 0.1em 0 0;
+}
+
+div.body {
+ font-size: 1.071em;
+}
+
+div.related {
+ background-color: #48a9e4;
+ background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+ background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+ background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4));
+ background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+ background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+ line-height: 15px;
+ padding-bottom: 10px;
+}
+
+div.related ul {
+ font-weight:bold;
+}
+body {
+ font-size: 87%;
+}
+
+img.logo {
+ padding: 15px 15px 15px 10px;
+}
+
+div.logo {
+ float: left;
+}
+
+div.header {
+ padding-top: 15px;
+ margin: 0 0 10px 15px;
+}
+
+h1.header {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+}
+
+div.sphinxsidebarwrapper {
+ padding: 15px 20px;
+ margin: 15px;
+ background-color: #f6f6f2;
+ word-wrap: break-word; /* don't overflow with large items like LMI_SoftwareInstallationServiceAffectsElement*/
+}
+
+div.sphinxsidebar ul {
+ margin: 10px 0px 10px 0px;
+} \ No newline at end of file