Skip to content

Instantly share code, notes, and snippets.

@gimsieke
Created February 12, 2016 15:41
Show Gist options
  • Save gimsieke/1db30e86c2ec5e63fb5c to your computer and use it in GitHub Desktop.
Save gimsieke/1db30e86c2ec5e63fb5c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<css xmlns="http://www.w3.org/1996/css"
xmlns:xslout="bogo"
xmlns:tr="http://transpect.io"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:css="http://www.w3.org/1996/css"
xml:base="file:/C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/content/ulsp/Test/Test_2014_701/docx/Test_2014_701.xhtml">
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>.inline-title{ margin-right: 20px; font-style: italic; color: gray; margin-left: 0; }</raw-css>
<selector raw-selector=".inline-title" priority="0,0,1,0" position="1">*[matches(@class,'(^|\s)inline-title(\s|$)')]</selector>
<declaration property="margin-right" value="20px"/>
<declaration property="font-style" value="italic"/>
<declaration property="color" value="gray"/>
<declaration property="margin-left" value="0"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>#article-meta{ background-color: #ecfbeb; padding: 2%; }</raw-css>
<selector raw-selector="#article-meta" priority="0,1,0,1" position="2">*[@id='article-meta']</selector>
<declaration property="background-color" value="#ecfbeb"/>
<shorthand property="padding" value="2%" num="2"/>
<declaration property="padding-top" value="2%" shorthand="2"/>
<declaration property="padding-right" value="2%" shorthand="2"/>
<declaration property="padding-bottom" value="2%" shorthand="2"/>
<declaration property="padding-left" value="2%" shorthand="2"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>.addr-line, .email{ margin-left: 60px; }</raw-css>
<selector raw-selector=".addr-line" priority="0,0,1,0" position="3">*[matches(@class,'(^|\s)addr-line(\s|$)')]</selector>
<selector raw-selector=".email" priority="0,0,1,0" position="3">*[matches(@class,'(^|\s)email(\s|$)')]</selector>
<declaration property="margin-left" value="60px"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>.BC_fallback { background-color: lightgray; }</raw-css>
<selector raw-selector=".BC_fallback" priority="0,0,1,0" position="4">*[matches(@class,'(^|\s)BC_fallback(\s|$)')]</selector>
<declaration property="background-color" value="lightgray"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>p.author a { vertical-align: super; }</raw-css>
<selector raw-selector="p.author a" priority="0,0,1,2" position="5">*:a[ancestor::*:p[matches(@class,'(^|\s)author(\s|$)')]]</selector>
<declaration property="vertical-align" value="super"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>.label { color: #333 !important; }</raw-css>
<selector raw-selector=".label" priority="0,0,1,0" position="6">*[matches(@class,'(^|\s)label(\s|$)')]</selector>
<declaration property="color" value="#333" important="yes"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>ol, ul { margin-left: 40px !important; list-style: initial !important; }</raw-css>
<selector raw-selector="ol" priority="0,0,0,1" position="7">*:ol</selector>
<selector raw-selector="ul" priority="0,0,0,1" position="7">*:ul</selector>
<declaration property="margin-left" value="40px" important="yes"/>
<shorthand property="list-style" value="initial" num="2"/>
<declaration property="list-style-" value="initial" shorthand="2"/>
</ruleset>
<ruleset origin="file:///C:/cygwin/home/gerrit/XML/Prague/2016/transpect-tutorial/docx2jats-demo/a9s/common/css/overrides.css">
<raw-css>table { border: 1px !important; }</raw-css>
<selector raw-selector="table" priority="0,0,0,1" position="8">*:table</selector>
<shorthand property="border" value="1px" num="1"/>
<declaration property="border-top-width" value="1px" shorthand="1"/>
<declaration property="border-right-width" value="1px" shorthand="1"/>
<declaration property="border-bottom-width" value="1px" shorthand="1"/>
<declaration property="border-left-width" value="1px" shorthand="1"/>
</ruleset>
</css>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment