From c34706d82b572e79febc180a4df712406c180f74 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 19 Sep 2014 15:49:15 +0200 Subject: 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. --- doc/e.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'doc') diff --git a/doc/e.css b/doc/e.css index 4d4feddb9..086c95815 100644 --- 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); +} -- cgit v1.2.1