-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathelixir_tab.css
109 lines (92 loc) · 1.47 KB
/
elixir_tab.css
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
body {
background: #f1f1f1;
color: #333;
font-family: "Helvetica", "Arial", sans-serif;
line-height: 1.5;
font-size: 14px;
}
a {
color: #333;
text-decoration: none;
}
h1 {
color: #dadada;
font-size: 65px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #cacaca;
margin: 0;
}
h2 {
color: #909090;
}
h2.function-title {
margin-top: -30px;
margin-bottom: 10px;
font-size: 32px;
text-align: right;
}
h2.section-heading {
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
}
h2.error-title {
text-align: center;
}
.signature {
background: #fdfdfd;
border: 1px solid #dadada;
padding: 15px;
display: block;
overflow: auto;
}
.view-source {
float: right;
margin-top: -37px;
margin-right: 15px;
text-decoration: none;
color: #1f1f1f;
width: 20px;
height: 20px;
background-image: url("github.svg");
background-repeat: no-repeat;
}
.view-source .sr-only {
display: none;
}
span.note {
padding-left: 15px;
font-style: italic;
margin-top: 1em;
display: block;
}
.specs {
padding-left: 15px;
font-style: italic;
}
.specs a {
text-decoration: none;
color: #333;
}
.specs pre {
white-space: pre-wrap;
}
.main {
width: 40%;
margin: 100px auto;
}
.detail-link {
display: none;
}
.docstring pre {
background: #fdfdfd;
padding: 15px;
border: 1px solid #dadada;
overflow: auto;
}
.hexdocs-link {
display: block;
margin-top: 2px;
text-align: center;
text-decoration: underline;
}