From 366423b06a3a611e2982b0a6316f5df63a2a2f5c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 19 Sep 2014 15:49:15 +0200 Subject: [PATCH] docs: Sync e.css file from efl to elementary The edcref changes are not needed in Elementary but we still want to keep this file in sync. --- legacy/elementary/doc/e.css | 56 +++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/legacy/elementary/doc/e.css b/legacy/elementary/doc/e.css index 4d4feddb97..086c958156 100644 --- a/legacy/elementary/doc/e.css +++ b/legacy/elementary/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); +}