Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/planemo/reports/custom.css @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
1 /* bootstrap custom style stuff - taken from demo template. */ | |
2 /* | |
3 * Base structure | |
4 */ | |
5 | |
6 /* Move down content because we have a fixed navbar that is 50px tall */ | |
7 body { | |
8 padding-top: 50px; | |
9 } | |
10 | |
11 | |
12 /* | |
13 * Global add-ons | |
14 */ | |
15 | |
16 .sub-header { | |
17 padding-bottom: 10px; | |
18 border-bottom: 1px solid #eee; | |
19 } | |
20 | |
21 /* | |
22 * Top navigation | |
23 * Hide default border to remove 1px line. | |
24 */ | |
25 .navbar-fixed-top { | |
26 border: 0; | |
27 } | |
28 | |
29 /* | |
30 * Sidebar | |
31 */ | |
32 | |
33 /* Hide for mobile, show later */ | |
34 .sidebar { | |
35 display: none; | |
36 } | |
37 @media (min-width: 768px) { | |
38 .sidebar { | |
39 position: fixed; | |
40 top: 51px; | |
41 bottom: 0; | |
42 left: 0; | |
43 z-index: 1000; | |
44 display: block; | |
45 padding: 20px; | |
46 overflow-x: hidden; | |
47 overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ | |
48 background-color: #f5f5f5; | |
49 border-right: 1px solid #eee; | |
50 } | |
51 } | |
52 | |
53 /* Sidebar navigation */ | |
54 .nav-sidebar { | |
55 margin-right: -21px; /* 20px padding + 1px border */ | |
56 margin-bottom: 20px; | |
57 margin-left: -20px; | |
58 } | |
59 .nav-sidebar > li > a { | |
60 padding-right: 20px; | |
61 padding-left: 20px; | |
62 } | |
63 .nav-sidebar > .active > a, | |
64 .nav-sidebar > .active > a:hover, | |
65 .nav-sidebar > .active > a:focus { | |
66 color: #fff; | |
67 background-color: #428bca; | |
68 } | |
69 | |
70 | |
71 /* | |
72 * Main content | |
73 */ | |
74 | |
75 .main { | |
76 padding: 20px; | |
77 } | |
78 @media (min-width: 768px) { | |
79 .main { | |
80 padding-right: 40px; | |
81 padding-left: 40px; | |
82 } | |
83 } | |
84 .main .page-header { | |
85 margin-top: 0; | |
86 } | |
87 | |
88 | |
89 /* | |
90 * Placeholder dashboard ideas | |
91 */ | |
92 | |
93 .placeholders { | |
94 margin-bottom: 30px; | |
95 text-align: center; | |
96 } | |
97 .placeholders h4 { | |
98 margin-bottom: 0; | |
99 } | |
100 .placeholder { | |
101 margin-bottom: 20px; | |
102 } | |
103 .placeholder img { | |
104 display: inline-block; | |
105 border-radius: 50%; | |
106 } | |
107 | |
108 .text-success-custom{ | |
109 color: rgba(6, 108, 8, 1); | |
110 } | |
111 .text-danger-custom{ | |
112 font-weight: bold; | |
113 color: rgba(213, 24, 20, 1); | |
114 } | |
115 .panel-danger-custom .panel-title{ | |
116 font-weight: bold; | |
117 color: rgba(213, 24, 20, 1); | |
118 }t status | |
119 | |
120 .panel-success-custom .panel-title{ | |
121 color: rgba(6, 108, 8, 1); | |
122 }t status |