-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
76 lines (72 loc) · 1.4 KB
/
index.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
html {
background: #eee;
font: 16px/1.6 "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
text-align: center;
}
a {
color: #ee6723;
text-decoration: none;
-webkit-transition: color .1s;
transition: color .1s;
}
a:hover,
a:active {
color: #ce5010;
text-decoration: underline;
}
.github-ribbon {
position: absolute;
right: 0px;
top: 0px;
width: 150px;
height: 150px;
overflow: hidden;
z-index: 9999;
}
.github-ribbon a {
display: inline-block;
width: 200px;
overflow: hidden;
padding: 6px 0px;
text-align: center;
transform: rotate(45deg);
text-decoration: none;
color: rgb(255, 255, 255);
position: inherit;
top: 45px;
right: -40px;
border-width: 1px 0px;
border-style: dotted;
border-color: rgba(255, 255, 255, 0.701961);
font-style: normal;
font-variant: normal;
font-weight: 700;
font-stretch: normal;
font-size: 13px;
line-height: normal;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
box-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 3px 0px;
background-color: rgb(170, 0, 0);
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14902));
}
#app div {
display: inline-block;
min-width: 33%;
overflow: hidden;
text-align: center;
padding: 20px 0;
border: 1px solid #ddd;
margin: 0;
float: left;
}
#app a {
display: block;
}
#app a:hover {
text-decoration: none;
}
iframe {
width: 80%;
}