Another abandoned server code base... this is kind of an ancestor of taskrambler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
1.1 KiB

/* Style for Evaluation and Report Language (EARL) publications
*
* Copyright 2009 W3C (MIT, ERCIM, Keio). All Rights Reserved.
* See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*
* Author: W3C Evaluation and Repair Tools Working Group (ERT WG)
*/
.example {
margin: 1em 2em 1em 2em;
color: #000;
background-color: #fff;
padding: 0.5em;
border: 1px dotted #e63232;
}
.note {
color: #000;
background-color: #adff2f;
}
.keyword {
font-weight: bold;
font-style: italic;
}
.noindent {
list-style-type: none;
margin: 0;
padding: 0;
}
pre {
border: 1px dotted #000;
color: #000;
background-color: #f4f3e7;
}
table {
margin: 1ex 2%;
border: solid 1px #000;
border-collapse: collapse;
}
thead,tfoot,tbody,tr {
margin: 0;
padding: 0;
}
th,td {
margin: 0;
padding: 0.2em 1em;
border: solid 1px #000;
vertical-align: top;
}
th ul, td ul {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
abbr[title], acronym[title] {
font-weight: inherit;
font-style: normal;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
}