summaryrefslogtreecommitdiffstats
path: root/tools/openlmitheme/static/openlmi.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/openlmitheme/static/openlmi.css')
-rw-r--r--tools/openlmitheme/static/openlmi.css66
1 files changed, 66 insertions, 0 deletions
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