-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
103 lines (97 loc) · 1.44 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* Style created by Michael Frochaux */
/* Modified by Florian Borse */
p
{
color: black;
font-size: 1.0em;
font-family: Arial, Helvetica, "Times New Roman", serif;
}
li.PWM
{
color: blue;
font-size: 0.9em;
font-family: Arial, "Comic Sans MS", "Times New Roman", serif;
}
p#fasta
{
color: black;
font-size: 1.2em;
font-family: monospace;
}
div#top_bar
{
height: 50px;
background-color: #FFFFFF;
}
div#top_bar_biss
{
color: black;
position: absolute;
left: 10px;
top: 0px;
text-align: center;
font-size: 2.5em;
font-family: sans-serif;
background-color: #CCCCCC;
width: 110px;
height: 50px;
}
div#top_bar_to_runs
{
color: black;
position: absolute;
left: 120px;
top: 0px;
text-align: center;
font-size:1.3em;
font-family: Arial, serif;
background-color: #FFFFFF;
width: 100px;
height: 50px;
}
div#top_bar_to_jobs
{
color: black;
position: absolute;
left: 220px;
top: 0px;
text-align: center;
font-size:1.3em;
font-family: Arial, serif;
background-color: #FFFFFF;
width: 100px;
height: 50px;
}
div#top_bar_to_faq
{
color: black;
position: absolute;
left: 320px;
top: 0px;
text-align: center;
font-size:1.3em;
font-family: Arial, serif;
background-color: #FFFFFF;
width: 100px;
height: 50px;
}
textarea
{
width: 500px;
height: 300px;
}
fieldset#nice_filters
{
width: 50%;
display: inline-block;
}
fieldset#nice_colours
{
width: 50%;
display: inline-block;
}
fieldset#nice_other
{
width: 50%;
display: inline-block;
}