forked from leobalter/DNATagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdnatagger.css
More file actions
101 lines (85 loc) · 1.45 KB
/
dnatagger.css
File metadata and controls
101 lines (85 loc) · 1.45 KB
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
body {
font-family: sans-serif;
background-color: #fff;
margin-left: 0px;
margin-right: 0px;
}
#alignEdit {
position: absolute;
width: 100%;
height: 90%;
/*height: 400px;*/
border: 0px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
#menu {
border-bottom : 1px solid #ccc;
margin : 0;
padding-bottom : 19px;
padding-left : 10px;
}
#menu ul, #menu li {
display : inline;
list-style-type : none;
margin : 0;
padding : 0;
}
#menu a:link, #menu a:visited {
background : #E8EBF0;
border : 1px solid #ccc;
color : #666;
float : left;
font-size : small;
font-weight : bold;
line-height : 14px;
margin-right : 8px;
padding : 2px 10px 2px 10px;
text-decoration : none;
}
#menu a:link.active, #menu a:visited.active {
background : #fff;
border-bottom : 1px solid #fff;
color : #000;
}
#menu a:hover {
color : #f00;
}
#menu a.here {
background : #fff;
border-bottom : 1px solid #fff;
color : #000;
}
#d_view {
font-family: monospace;
/* font-size: smaller;*/
}
#d_view,
#d_color,
#d_trans,
#d_instructions,
#d_about {
display: none;
}
#Selector00,
#Selector01,
#Selector02,
#Selector10,
#Selector11,
#Selector12 {
padding: 1px;
font-family: monospace;
}
#colorTableEdit {
width: 100%;
height: 250px;
}
#d_about {
padding: 20px;
}
a {
text-decoration: none;
}
a img {
border: none;
}