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.
This commit is contained in:
Stefan Schmidt 2014-09-19 15:49:15 +02:00
parent 46508d8116
commit 366423b06a
1 changed files with 56 additions and 0 deletions

View File

@ -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);
}