1 #topbar { 2 padding: 5px 10px; 3 background: #E0EBF5; 4 } 5 6 #topbar a { 7 color: #375EAB; 8 text-decoration: none; 9 } 10 11 h1, h2, h3, h4 { 12 margin: 0; 13 padding: 0; 14 color: #375EAB; 15 font-weight: bold; 16 } 17 18 table { 19 border: 1px solid #ccc; 20 margin: 20px 5px; 21 border-collapse: collapse; 22 white-space: nowrap; 23 text-overflow: ellipsis; 24 overflow: hidden; 25 } 26 27 table caption { 28 font-weight: bold; 29 } 30 31 table td, table th { 32 vertical-align: top; 33 padding: 2px 8px; 34 text-overflow: ellipsis; 35 overflow: hidden; 36 } 37 38 .position_table { 39 border: 0px; 40 margin: 0px; 41 width: 100%; 42 border-collapse: collapse; 43 } 44 45 .position_table td, .position_table tr { 46 vertical-align: center; 47 padding: 0px; 48 } 49 50 .position_table .search { 51 text-align: right; 52 } 53 54 .list_table td, .list_table th { 55 border-left: 1px solid #ccc; 56 } 57 58 .list_table th { 59 background: #F4F4F4; 60 } 61 62 .list_table tr:nth-child(2n+1) { 63 background: #F4F4F4; 64 } 65 66 .list_table tr:hover { 67 background: #ffff99; 68 } 69 70 .list_table .namespace { 71 width: 100pt; 72 max-width: 100pt; 73 } 74 75 .list_table .title { 76 width: 350pt; 77 max-width: 350pt; 78 } 79 80 .list_table .tag { 81 font-family: monospace; 82 font-size: 8pt; 83 width: 200pt; 84 max-width: 200pt; 85 } 86 87 .list_table .opts { 88 width: 40pt; 89 max-width: 40pt; 90 } 91 92 .list_table .status { 93 width: 250pt; 94 max-width: 250pt; 95 } 96 97 .list_table .patched { 98 width: 60pt; 99 max-width: 60pt; 100 text-align: center; 101 } 102 103 .list_table .kernel { 104 width: 60pt; 105 max-width: 60pt; 106 } 107 108 .list_table .maintainers { 109 width: 150pt; 110 max-width: 150pt; 111 } 112 113 .list_table .result { 114 width: 60pt; 115 max-width: 60pt; 116 } 117 118 .list_table .stat { 119 width: 50pt; 120 max-width: 50pt; 121 font-family: monospace; 122 text-align: right; 123 } 124 125 .bad { 126 color: #f00; 127 font-weight: bold; 128 } 129 130 textarea { 131 width:100%; 132 font-family: monospace; 133 } 134