File: info.css

package info (click to toggle)
python-seqcluster 1.2.9%2Bds-5
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 113,636 kB
  • sloc: python: 5,308; makefile: 184; sh: 122; javascript: 55
file content (180 lines) | stat: -rw-r--r-- 2,835 bytes parent folder | download | duplicates (6)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180

table { 
  background: #eee url('http://i.imgur.com/eeQeRmk.png'); /* http://subtlepatterns.com/weave/ */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #585858;
  padding: 22px 10px;
  padding-bottom: 55px;
}

::selection { background: #5f74a0; color: #fff; }
::-moz-selection { background: #5f74a0; color: #fff; }
::-webkit-selection { background: #5f74a0; color: #fff; }

/** page structure **/
#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}


#keywords th {
  cursor: pointer;
  background: #c9dff0;
}
#keywords tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords tr th, #keywords tr th {
  background: #acc8dd;
  padding: 15px 10px;
}

#keywords tr { 
  color: #555;
}
#keywords tr td {
  text-align: center;
  padding: 15px 10px;
}
#keywords tr td.lalign {
  text-align: left;
}


#container {
    text-align: center;
}

.slider {
    margin-left: 10px;
    font-size: 8px;
    width: 100px; 
    display: inline-block;
}
div.css_clus {
	width:1000px;
    padding-top: 10px;
    padding-bottom:10px;
    bottom: 5px;
    top: 5px;
    border-bottom: orange 1px solid;
}

.css_id {
background-color:#ccc;
padding: 1px 15px 15px 15px;
margin: 1px 5px 5px 1px;    
border-radius:1em;
text-align: center;
font-size: 16px;
-moz-border-radius:1em;
-webkit-border-radius:1em;
}

div.css_seqs {
    padding-top: 10px;
    padding-bottom:10px;
    width: 1000px;
    height: 250px;
    overflow-y: scroll;
}

a:link {
 text-decoration:none;
 color: #CCCCCC;
}
a:hover {
 color:#333333;
}



#annotation{
    padding-top: 10px;
    padding-bottom:10px;
}


#loci{
	background-color: yellow;
    padding-top: 10px;
    padding-bottom:10px;
}


/* Base styles (regardless of theme) */
.bs-callout {
        margin: 20px 0;
            padding: 15px 30px 15px 15px;
                border-left: 5px solid #eee;

}
 
.bs-callout h4 {
        margin-top: 0;

}
 
.bs-callout p:last-child {
        margin-bottom: 0;

}
 
.bs-callout code,
.bs-callout .highlight {
        background-color: #fff;

}
 
/* Themes for different contexts */
.bs-callout-danger {
        background-color: #fcf2f2;
            border-color: #dFb5b4;

}
 
.bs-callout-warning {
        background-color: #fefbed;
            border-color: #f1e7bc;

}
 
.bs-callout-info {
            border-color: #0066CC;

}
 
.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
        color: #B94A48;

}
 
.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
        color: #C09853;

}
 
.bs-callout-info h4,
.bs-callout-info a.alert-link {
        color: #0066CC;

}
 
.bs-callout a.alert-link {
        font-weight: bold;

}