-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembed-jsfiddle-result-on-potherca.css
More file actions
60 lines (46 loc) · 1 KB
/
Copy pathembed-jsfiddle-result-on-potherca.css
File metadata and controls
60 lines (46 loc) · 1 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
li {
list-style-type: none;
}
a {
color: black;
}
a.icon-jsfiddle {
background-image: url(http://jsfiddle.net/favicon.png);
background-size: contain;
background-position: center left;
padding-right:0;
padding-left: 23px;
}
a.icon-github {
border-bottom: none;
margin-right: 0.25em;
background-image: none;
padding-right: 0;
}
a.icon-ideone {
background-image: url(http://ideone.com/gfx2/img/favicon.png);
/*background-size: contain;*/
background-position: center left;
padding-right:0;
padding-left: 23px;
}
.error {
border: 1px solid red;
color: darkred;
}
.description {
display: block;
padding: 0.5em 2em;
}
/* Corrections of base.css so things look nicer on http://pother.ca */
body {
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.8);
}
body > * {
background-color: rgba(255, 255, 255, 0.2);
}
h1:first-child {
z-index:1;
background-color: rgba(255, 255, 255, 0.8);
}