blob: 4f5c4b63c838a0c40f79b05055cd59f2d8303143 [file] [log] [blame] [edit]
/*
Copyright (C) 2012, International Business Machines Corporation and others. All Rights Reserved.
*/
/* stylesheet for icucaps*/
body {
margin: 1em !important;
}
icuInfo:before {
display: block;
content: "This is the ICUCAPS 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;
}
capabilities {
display: block;
border-bottom: 1px solid blue;
}
capabilities:before {
font-size: larger;
font-weight: bold;
margin-left: 1em;
font-variant: small-caps;
}
feature {
display: block;
margin-left: 2em;
border-bottom: 1px solid gray;
}
feature:before {
content: attr(type) " " attr(version) ", " attr(total) ;
}
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;
}