summaryrefslogtreecommitdiff
path: root/public/stylesheets/screen.sass
blob: 08c263fcedc1b474924d89791fec0d1a47778bd3 (plain)
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
//@import compass/reset, compass/css3, compass/utilities, compass/layout
@import compass/css3

//$bg-color: #CCCCFF
$ist-color: #C5C1E4

body
  background-image: url("/images/gray_jean.png")
  //background-color: $bg-color
  overflow: scroll
  font-family: sans-serif
  a
    text-decoration: none
    font-weight: bold
    color: black
  //for IE
  img
    border: 0
  h2
    padding-top: 12px
    text-shadow: #FFF 1px 1px 0
    font-size: x-large
    color: #FF5555 

.logo
  img
    float: left
    display: inline
    margin-right: 1em
  h1
    display: inline
    width: 80%
  img.ote
    width: 100px
    height: 50px
    display: inline
    float: right
  hr
    margin: 0.5em

.content
  background-image: url("/images/gray_jean.png")
  h1
    margin: 0.3em
    text-shadow: #FFF 1px 1px 0
    font-size: x-large
    font-family: Verdana
    display: inline
  .arrow
    margin: 8px 0px 5px 20px
  .back
    display: inline
  //.close
    //text-align: right
  #back-top
    z-index: 100
    position: fixed
    bottom: 3%
    margin-left: 91%
    a:hover
      color: #bbb
  fieldset#top
    a#linkInsert
      display: block
      width: 100%
      height: 2em
    border: 0
    padding: 10px
    background-color: $ist-color
    +border-top-left-radius(25px)
    +border-top-right-radius(25px)
    +background-clip(border-box)
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    #appletContainer
      padding: 10px
  fieldset#middle
    a#linkModels
      display: block
      width: 100%
      height: 2em
    border: 0
    padding: 10px
    background-color: $ist-color
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    #models
      padding-left: 1em
    #model a
      display: inline
      font-weight: normal
  fieldset#bottom
    border: 0
    background-color: $ist-color
    padding: 10px
    margin-bottom: 5em   
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    +border-bottom-left-radius(25px)
    +border-bottom-right-radius(25px)
    +background-clip(border-box)
    input#predict
      margin-left: 1em
  .predictions
    background-color: $ist-color
    padding: 10px
    text-align: justify
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    +border-left-radius(25px)
    +border-right-radius(25px)
    +background-clip(border-box)
  .overview
    a:hover
      color: #FF5555 
    background-image: url("/images/gray_jean.png")
    padding: 12px
    margin-top: 1em
    margin-bottom: 1em
    text-align: left
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    +border-top-left-radius(25px)
    +border-top-right-radius(25px)
    +background-clip(border-box)
    caption
      text-align: left
    #overview tr td
      background-color: white
      border: 1px solid #dad9c7
      padding-left: 1em
      padding-top: 0.5em
      #compound
        width: 200px
      b.c
        color: #D42200
      b.n
        color: #5C8533
      .confidence
        display: inline
  .error
    background-color: $ist-color
    padding: 15px
    +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba(black, 0.3) inset)
    +border-left-radius(25px)
    +border-right-radius(25px)
    +background-clip(border-box)
    .message
      margin-top: 1em
      padding: 1em
      border: 2px solid #FF5555
      background-color: #FFFFFF
      color: #FF5555
      +border-left-radius(25px)
      +border-right-radius(25px)
      +background-clip(border-box)
  // close button for iframe also in content class
  #closebutton
    color: #FF5555
    margin-left: 98%
    padding: 0
    //background-color: $ist-color
    //+border-bottom-left-radius(5px)
    //+border-bottom-right-radius(5px)
    
.details
  //height: 100%
  width: 98%
  background-color: $ist-color
  +border-bottom-left-radius(5px)
  +border-bottom-right-radius(5px)
  +background-clip(border-box)
  +box-shadow(1px 1px 1px rgba(white, 1) inset, 0px -1px 2px rgba(black, 0.3) inset)
  a:hover
    color: #FF5555
  img
    display: inline
    float: left
    margin: 0.5em

.significant_fragments
  //height: 100%
  width: 98%
  margin-bottom: 2em
  background-color: $ist-color
  //background-image: url("/images/gray_jean.png")
  +border-bottom-left-radius(5px)
  +border-bottom-right-radius(5px)
  +background-clip(border-box)
  +box-shadow(1px 1px 1px rgba(white, 1) inset, 0px -1px 2px rgba(black, 0.3) inset)
  img
    display: inline
    float: left
    margin: 0.5em
  table#sf1
    text-align: left
    td
      padding: 0.2em

.descriptors
  //height: 100%
  width: 98%
  margin-bottom: 2em
  background-color: $ist-color
  //background-image: url("/images/gray_jean.png")
  +border-bottom-left-radius(5px)
  +border-bottom-right-radius(5px)
  +background-clip(border-box)
  +box-shadow(1px 1px 1px rgba(white, 1) inset, 0px -1px 2px rgba(black, 0.3) inset)
  img
    display: inline
    float: left
    margin: 0.5em
  table#sf2
    text-align: left
    td
      padding: 0.2em

.results
  background-image: url("/images/gray_jean.png")
  overflow-x: auto
  overflow-y: hidden
  margin-top: 2em
  margin-bottom: 2em
  a:hover
    color: #FF5555
  +box-shadow(1px 1px 1px rgba(white, 1) inset, 0px -1px 2px rgba(black, 0.3) inset)
  .tablesorter
    width: 100%
    text-align: left
    thead
      background-color: adjust-lightness($ist-color, 10%)
      tr
        th.header
          background-image: url("/images/bg.gif")
          background-repeat: no-repeat
          background-position: center left
          cursor: pointer
          padding-left: 20px
          border: 1px solid #dad9c7
          margin-left: -1px
        th.headerSortDown 
          background-image: url("/images/desc.gif") 
          background-color: $ist-color
        th.headerSortUp 
          background-image: url("/images/asc.gif") 
          background-color: $ist-color
    tbody
      tr td
        padding-left: 1em
        +box-shadow(1px 1px 1px rgba(white, 1) inset, 0px -1px 2px rgba(black, 0.3) inset)
      .compound
        width: 200px
        padding: 0.2em
      .n
        color: #5C8533
      .c
        color: #D42200
        
input#predict
  border: 0px
  background-color: $ist-color
  margin: 0
  padding: 0
  
.tooltip
  background-color: #fff
  border: 2px solid #ccc
  font-size: 0.5em
  padding: 1em
  display: none
  z-index: 50
  
.footer
  margin: 20px 0 20px 0