extensions/net.sf.basedb.reggie/trunk/resources/css/rnaqc_aliquot.css

Code
Comments
Other
Rev Date Author Line
3544 15 Oct 15 nicklas 1 @charset "UTF-8";
3544 15 Oct 15 nicklas 2
3544 15 Oct 15 nicklas 3 table.protocolheader
3544 15 Oct 15 nicklas 4 {
3544 15 Oct 15 nicklas 5   width: 100%;
3544 15 Oct 15 nicklas 6   border: 1px solid #000000;
3544 15 Oct 15 nicklas 7   border-collapse: collapse;
3544 15 Oct 15 nicklas 8   margin-bottom: 1em;
3544 15 Oct 15 nicklas 9 }
3544 15 Oct 15 nicklas 10
3544 15 Oct 15 nicklas 11 table.protocolheader tr
3544 15 Oct 15 nicklas 12 {
3544 15 Oct 15 nicklas 13   border-bottom: 1px solid #000000;
3544 15 Oct 15 nicklas 14 }
3544 15 Oct 15 nicklas 15
3544 15 Oct 15 nicklas 16 table.protocolheader > tbody > tr > th
3544 15 Oct 15 nicklas 17 {
3544 15 Oct 15 nicklas 18   text-align: left;
3544 15 Oct 15 nicklas 19   font-size: 100%;
3544 15 Oct 15 nicklas 20   background-color: #F0F0F0;
3544 15 Oct 15 nicklas 21   padding: 4px;
3544 15 Oct 15 nicklas 22   border-right: 1px solid #000000;
3544 15 Oct 15 nicklas 23   width: 25%;
3544 15 Oct 15 nicklas 24 }
3544 15 Oct 15 nicklas 25
3544 15 Oct 15 nicklas 26 table.protocolheader > tbody > tr > td
3544 15 Oct 15 nicklas 27 {
3544 15 Oct 15 nicklas 28   border-right: 1px solid #000000;
3544 15 Oct 15 nicklas 29   width: 75%;
3544 15 Oct 15 nicklas 30   padding: 4px;
3544 15 Oct 15 nicklas 31 }
3544 15 Oct 15 nicklas 32
3544 15 Oct 15 nicklas 33
3544 15 Oct 15 nicklas 34 #rnaQcTable
3544 15 Oct 15 nicklas 35 {
3544 15 Oct 15 nicklas 36   width: 100%;
3544 15 Oct 15 nicklas 37   border-collapse: collapse;
3544 15 Oct 15 nicklas 38   border: 1px solid #000000;
3544 15 Oct 15 nicklas 39 }
3544 15 Oct 15 nicklas 40
3544 15 Oct 15 nicklas 41
3544 15 Oct 15 nicklas 42 #rnaQcTable thead
3544 15 Oct 15 nicklas 43 {}
3544 15 Oct 15 nicklas 44
3544 15 Oct 15 nicklas 45 #rnaQcTable tbody
3544 15 Oct 15 nicklas 46 {
3544 15 Oct 15 nicklas 47   border-top-width: 1px;
3544 15 Oct 15 nicklas 48 }
3544 15 Oct 15 nicklas 49
3544 15 Oct 15 nicklas 50 tr.highlight
3544 15 Oct 15 nicklas 51 {
3544 15 Oct 15 nicklas 52   border-top-width: 1px;
3544 15 Oct 15 nicklas 53   border-top-style: dotted;
3544 15 Oct 15 nicklas 54 }
3544 15 Oct 15 nicklas 55
3544 15 Oct 15 nicklas 56 #rnaQcTable th
3544 15 Oct 15 nicklas 57 {
3544 15 Oct 15 nicklas 58   padding: 2px;
3544 15 Oct 15 nicklas 59 }
3544 15 Oct 15 nicklas 60
3544 15 Oct 15 nicklas 61 #rnaQcTable td
3544 15 Oct 15 nicklas 62 {
3544 15 Oct 15 nicklas 63   text-align: center;
3544 15 Oct 15 nicklas 64   vertical-align: middle;
3544 15 Oct 15 nicklas 65   padding: 2px;
3544 15 Oct 15 nicklas 66 }
3544 15 Oct 15 nicklas 67
3544 15 Oct 15 nicklas 68 #rnaQcTable td:first-child, #rnaQcTable th:first-child
3544 15 Oct 15 nicklas 69 {
3544 15 Oct 15 nicklas 70   border-left: 1px solid #000000;
3544 15 Oct 15 nicklas 71 }
3544 15 Oct 15 nicklas 72
3544 15 Oct 15 nicklas 73 #rnaQcTable .rna
3544 15 Oct 15 nicklas 74 {
3544 15 Oct 15 nicklas 75   font-weight: bold;
3742 12 Feb 16 nicklas 76   white-space: nowrap;
3544 15 Oct 15 nicklas 77 }
3544 15 Oct 15 nicklas 78
6219 20 Apr 21 nicklas 79 #rnaQcTable .conc
3544 15 Oct 15 nicklas 80 {
3544 15 Oct 15 nicklas 81   font-style: italic;
3544 15 Oct 15 nicklas 82 }
3544 15 Oct 15 nicklas 83
3544 15 Oct 15 nicklas 84 #rnaQcTable td.remarks
3544 15 Oct 15 nicklas 85 {
3544 15 Oct 15 nicklas 86   background-color: transparent;
3544 15 Oct 15 nicklas 87   text-align: left;
3612 20 Nov 15 nicklas 88   width: 17em;
3544 15 Oct 15 nicklas 89 }
3544 15 Oct 15 nicklas 90
3544 15 Oct 15 nicklas 91