File: style.css

package info (click to toggle)
python-mne 0.13.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92,032 kB
  • ctags: 8,249
  • sloc: python: 84,750; makefile: 205; sh: 15
file content (138 lines) | stat: -rw-r--r-- 2,272 bytes parent folder | download
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
body {
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;
}

.navbar-version {
    display: none;
}

a {
    color: rgb(41, 122, 204);
    text-decoration: none;
}

a:hover {
    color: rgb(102, 179, 255);
}

h2 a {
    color: rgb(0,0,0);
    text-decoration: none;
}

h1 {
    font-weight: 1000;
}

h2 {
    background-color: rgb(255,255,255);
    font-size: 140%;
    font-weight: 800;
}

h3 {
    font-size: 110%;
    font-weight: 600;
}

blockquote {
    font-size: 100% !important;
}

code {
    color: rgb(61, 107, 153) !important;
    background-color: rgb(230, 242, 255) !important;
}

.devbar {
    background-color: rgb(242, 80, 80);
    color: white;
    font-weight:bold;
    text-align: center;
    padding: 10px;
    min-width: 910px;
}

.devbar a {
    color: rgb(255, 238, 0);
    text-decoration: none;
}

.devbar a:hover {
    color: black;
    text-decoration: underline;
}

#navbar a:hover {
    color: rgb(242, 80, 80);
}

.note a {
    color: rgb(0,0,255);
}

.note {
    background-color: rgb(204, 230, 255);
    color: rgb(0, 0, 0);
    border: none;
}

.note pre {
    background-color: rgb(242, 249, 255);
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

.span.box {
    width: 47%;
    height: 230px;
    float: left;
    border-radius: 20px;
    background: rgb(242, 249, 255);
    border-style: solid;
    border-color: rgb(143, 173, 204);
    margin: 5px;
    padding: 0px 0px 0px 10px;
}

.span h2 {
    background: rgb(242, 249, 255);
}

.span.box code {
    background-color: rgb(204, 230, 255) !important;
}

/* OVERRIDES */
.sphx-glr-download {
    background-color: rgb(204, 230, 255);
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(143, 173, 204);
    max-width: 55ex;
}
.highlight pre {
    background-color: rgb(242, 249, 255) !important;
}
.warning {
    background-color: rgb(230, 57, 57);
    color: white;
}
.warning a {
    color: rgb(255, 238, 0);
}
dt:target, .highlighted {
    background-color: rgb(255, 238, 0);
}
dt:target code {
    color: inherit !important;
    background-color: inherit !important;
}

.label {  /* Necessary for multiple refs, from bootstrap.min.css:7 */
    color: #2c3e50;
}