File: labibi.css

package info (click to toggle)
bedtools 2.31.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,320 kB
  • sloc: ansic: 38,507; cpp: 29,721; sh: 8,001; makefile: 664; python: 240; javascript: 16
file content (45 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (7)
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
@import url('rtd.css');

/* Styles for floating Edit on GitHub box */
#editor-trap {
    margin: 1em;
    padding: 1em;
    border: 1px solid black;
    box-shadow: 0 0 3px black;
    width: 200px;

    background: #fefabc;
    position: fixed;
    bottom: 4em;
    left: 1em;
    font-size: 60%;
    text-align: left;
    z-index: 2;

    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;


    cursor: pointer;
}

#editor-trap h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    background: transparent;
}

#editor-trap ol {
    margin: 0;
    padding: 0 0 0 2em;
}