Add pages to show information about a particular flowcell.
[htsworkflow.git] / htsworkflow / frontend / static / css / app.css
1 #header {
2     background: #7F99BE url(/static/img/layout-browser-hd-bg.gif) repeat-x center;
3 }
4 #header h1 {
5     font-size: 16px;
6     color: #fff;
7     font-weight: normal;
8     padding: 5px 10px;
9 }
10
11 #left_bar {
12     position: absolute;
13     top: 5px;
14     left: 5px;
15     width: 172px;
16     height: auto;
17     min-height: 600px;
18 }
19
20 #main {
21     position: relative;
22     /* background: #BBBBFF; */
23     width:auto;
24     min-width:120px;
25     padding: 10px;
26     margin:0px 0px 0px 175px;
27     min-height:600px;
28 }
29
30 div.msg {
31     color: white;
32     background: #880000;
33 }
34
35 div.htswdetail {
36     margin: 0;
37     padding: 0;
38 }
39 div.htswdetail table, div.htswdetail td {
40     border-style: solid;
41 }
42 div.htswdetail table {
43     border-width: 0 0 1px 1px;
44     border-spacing: 0;
45     border-collapse: collapse;
46 }
47 div.htswdetail td {
48     margin: 0;
49     padding: 3px;
50     border-width: 1px 1px 0 0;
51 }
52 div.htswdetail thead {
53     text-align: center;
54 }
55 div.htswdetail tbody {
56     text-align: left;
57   }
58 div.htswdetail h1,
59 div.htswdetail h2
60 {
61     font-size: 150%;
62 }
63
64 div.htswdetail h3 {
65      font-size: 125%;
66      margin: 0;
67 }
68
69   div.htswdetail h4,
70   div.htswdetail h5,
71   div.htswdetail ul,
72   div.htswdetail ol,
73   div.htswdetail li
74   {
75     list-style: none;
76     margin: 0;   
77   }
78
79   div.htswdetail ul,
80   div.htswdetail ol
81   {
82     margin-bottom: .5em;
83   }
84  /* ]]> */
85 </style>