docs: Sync e.css file from efl to elementary
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 19 Sep 2014 13:49:15 +0000 (15:49 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 19 Sep 2014 13:49:15 +0000 (15:49 +0200)
The edcref changes are not needed in Elementary but we still want to keep
this file in sync.

doc/e.css

index 4d4fedd..086c958 100644 (file)
--- a/doc/e.css
+++ b/doc/e.css
@@ -967,3 +967,59 @@ dl.citelist dd {
   background-color: #a0a0a0;
   text-shadow: 0px 1px 0px #cccccc;
 }
+
+
+/* EdcRef page specific styles */
+
+table.edcref {
+  border-collapse:collapse;
+  border: 1px solid #AAAAAA;
+  margin-bottom: 30px;
+}
+
+table.edcref td.section a  {
+  font-size: 2.0em;
+}
+
+table.edcref td.subsection  {
+  background-color: #EEEEEE;
+  border: 1px solid #AAAAAA;
+}
+
+table.edcref td.subsection a {
+  font-size: 1.5em;
+}
+
+table.edcref td.property {
+  vertical-align: top;
+  width: 1%;
+}
+
+table.edcref .fragment {
+  width: 90%;
+  border: 1px solid #AAAAAA;
+  background-color: #F6F6F6;
+  padding-top: 10px;
+  padding-left: 3px;
+  margin-right: 100px;
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+
+table.edcref td.description {
+  padding-right: 95px;
+}
+
+table.edcref td.property, table.edcref td.parameters  {
+  font-weight: bold;
+  background-color: #DDDDDD;
+  border-top: 1px solid #AAAAAA;
+  padding: 2px;
+}
+
+table.edcref_prop {
+  width: 90%;
+  border-collapse:collapse;
+  border: 1px solid #AAAAAA;
+  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}