forked from p12tic/cppreference-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoliru_compiler.css
More file actions
99 lines (86 loc) · 1.86 KB
/
coliru_compiler.css
File metadata and controls
99 lines (86 loc) · 1.86 KB
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
.t-example-live-link {
display: block !important;
position: relative;
margin-top: 1em;
padding: 0 1em;
width: 55em;
}
.t-example-live-link > a {
display: none;
}
.coliru-btn {
background-color: #eeeeee;
background-image: linear-gradient(#ffffff, #eeeeee);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
padding: 3px;
margin: 3px;
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
font-weight: bold;
line-height: 1em;
}
.coliru-btn:hover {
background-color: #dddddd;
background-image: linear-gradient(#ffffff, #dddddd);
}
.coliru-btn-disabled {
color: #888888;
}
.coliru-btn-disabled:hover {
background-color: #eeeeee;
background-image: linear-gradient(#ffffff, #eeeeee);
}
.coliru-powered {
font-size: 0.8em;
position: absolute;
bottom: 0;
right: 0;
}
.ace_editor {
display: block;
position: relative !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 30em;
font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace !important;
}
.t-example-code {
margin-top: 0 !important;
}
.coliru-output {
overflow: auto;
max-height: 15em;
}
.coliru-output > div {
display: table;
width: 100%;
}
.coliru-output pre {
border: none;
display: table-row;
padding: 0;
margin: 0;
}
.coliru-output-line-shell {
background-color: #ffd8d8;
}
.coliru-select-compiler select {
background-color: #EEEEEE;
background-image: linear-gradient(#FFFFFF, #EEEEEE);
background-repeat: repeat-x;
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font-size: 0.8em;
line-height: 1em;
padding: 0;
width: 12em;
}