| /* |
| Copyright (C) 2008-2010, International Business Machines Corporation and others. All Rights Reserved. |
| |
| */ |
| |
| /* @override |
| http://icu-project.org/download/icumeta.css |
| http://icu-project.org/xml/icumeta.css |
| */ |
| |
| /* stylesheet for icu metadata */ |
| |
| body { |
| margin: 1em !important; |
| } |
| |
| icuInfo:before { |
| display: block; |
| content: "This is the ICU metadata file, see http://icu-project.org for ICU info."; |
| } |
| |
| icuInfo { |
| padding: 1em; |
| } |
| |
| icuProducts { |
| display: block; |
| } |
| |
| icuProduct name{ |
| display: inline-table; |
| background: #00b2bc; |
| color: #f4fff8; |
| font-weight: bold; |
| font-size: x-large; |
| padding: 0.1em; |
| } |
| |
| icuProduct name:after { |
| content: "(" attr(type) " name) "; |
| font-size: small; |
| float: right; |
| } |
| |
| releases { |
| display: table; |
| } |
| |
| release { |
| display: table; |
| margin-top: 1em; |
| margin-left: 0.5em; |
| } |
| |
| release:before { |
| display:block; |
| content: attr(version); |
| padding-right: 2em; |
| display: block; |
| font: bold x-large sans-serif; |
| } |
| |
| release:after { |
| display: block; |
| content: attr(draft); |
| color: red; |
| float: right; |
| font-size: large; |
| } |
| |
| date:before { |
| display: block; |
| content: attr(date) " "; |
| font-weight: bold; |
| padding-left: 1em; |
| padding-right: 0.5em; |
| color: maroon; |
| } |
| date:after{ |
| display: block; |
| content: " " attr(type); |
| font-weight: bold; |
| padding-right: 0.5em; |
| font-variant: small-caps; |
| color: maroon; |
| font-size: x-large; |
| } |
| |
| platforms { |
| display: block; |
| border-bottom: 1px solid blue; |
| } |
| |
| platforms:before { |
| font-size: larger; |
| font-weight: bold; |
| margin-left: 1em; |
| content: " (" attr(owner) ") "; |
| font-variant: small-caps; |
| } |
| |
| platform { |
| display: block; |
| margin-left: 2em; |
| border-bottom: 1px solid gray; |
| } |
| |
| platform:before { |
| content: attr(os) " " attr(os-version) ", " attr(arch) " " attr(bits) "-bit" ": " attr(tool) " " attr(tool-version); |
| } |
| |
| builder:after { |
| color: blue; |
| font-size: small; |
| margin-left: 1em; |
| content: " " attr(binary); |
| margin-right: 0; |
| float: right; |
| } |
| |
| .works { |
| background-color: #a1cca5; |
| } |
| .broken { |
| background-color: red; |
| color: white; |
| font-weight: bold; |
| } |
| |
| icuinfo icuproducts icuproduct releases release capabilities:before { |
| content: "Capabilities: " attr(binary); |
| } |
| |
| icuinfo icuproducts icuproduct releases release capabilities { |
| display: inline-table; |
| } |
| |
| capabilities { |
| clear: left; |
| float: left; |
| margin-left: 1em; |
| } |
| |
| feature:before { |
| content: "• " attr(type) ": "; |
| font-weight: bold; |
| font-variant: small-caps; |
| } |
| |
| feature:after { |
| margin-left: 1em; |
| content: attr(version); |
| font-family: "Courier New", Courier, mono; |
| display: block; |
| } |
| |
| feature { |
| margin-top: .5em; |
| display: compact; |
| font-size: small; |
| text-align: left; |
| } |
| |
| |