Skip to content
Permalink
abd165945f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
140 lines (108 sloc) 2.14 KB
@import url(tei_ue_core_header.css);
@import url(tei_ue_core_text.css);
@namespace xml "http://www.w3.org/XML/1998/namespace";
teiHeader:before {
display: block;
content:"\A\A\A";
background-image: url(icons/eoabanner.png);
background-repeat: no-repeat;
}
editor[role='volumeeditor']:before {
counter-increment:editor;
content:_("Editor of edited book");
}
editor[role='volumeeditor']{
content:xpath("//respStmt[@xml:id='d.schaefer']/persName/forename/text()");
}
/*
* resp:before {
* content:_(" (");
* }
*/
respStmt resp:after {
content:_(": ");
}
abstract[n="brief"]:before {
content:_("Short description");
}
abstract[n="detailed"]:before {
content:_("Long description");
}
note[place="bottom"] p {
font-size: 10pt;
}
note[place="bottom"] p + p:before {
content: '\A';
white-space: pre;
}
bibl ref {
white-space: normal;
content:attr(target);
}
bibl citedRange:not([from]):before {
content:": "
}
bibl citedRange[from] {
content:": " attr(from);
}
bibl citedRange[to] {
content:": " attr(from) "–" attr(to) ;
}
epigraph {
text-align: right;
}
foreign[xml|lang='ru'] {
background-color: #EC9DA7;
}
foreign[xml|lang='zh'] {
background-color: #D3BFF0;
}
foreign[xml|lang='he'] {
background-color: #C7EB9A;
}
foreign[xml|lang='el'] {
background-color: #9ED4EB;
}
hi[rend='subscript'] {
font-size: 10pt;
vertical-align: bottom;
}
hi[rend='superscript'] {
font-size: 10pt;
vertical-align: super;
}
hi[rend='smallcaps'] {
font-variant: small-caps;
}
lg[type='verse'] {
margin-left: 30px;
font-size:100%;
margin-top:30px;
margin-bottom:30px;
}
sponsor { font-size: 10pt;}
sponsor:before {
content:_("Sponsor ");
}
note[place]:after {
content: " ";
color:#000000;
}
::processing-instruction(latex) {
background-color: #ffd1e8;
color: red;
display: inline;
}
::processing-instruction(eoa) {
background-color: #e8ffd1;
color: green;
display: inline;
}
milestone[type='divider']{
text-align: center;
background-color: #18afd1;
font-size: 20pt;
}
milestone[type='divider']:after {
content:_("* * *");
}