-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·108 lines (91 loc) · 1.79 KB
/
style.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
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?fk1mma');
src: url('fonts/icomoon.eot?fk1mma#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?fk1mma') format('truetype'),
url('fonts/icomoon.woff?fk1mma') format('woff'),
url('fonts/icomoon.svg?fk1mma#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: 'Reenie Beanie', cursive;
margin: 0;
}
h1 {
color: #d82d05;
font-size: 45px;
}
h1, h2 {
text-align: center;
}
.icon-reload-alt:before {
content: "\e900";
}
.icon-loop:before {
content: "\ea2d";
}
#img {
background: #d82d05;
}
.frame {
padding: 10px 0 0 0;
text-align: center;
}
.button {
cursor: pointer;
}
.toolbox {
font-size: 24px;
text-align: center;
}
.caption {
font-size: 22px;
}
.caption a {
text-decoration: none;
color: #d82d05;
}
.caption a:hover {
text-decoration: underline;
}
.corner-ribbon a {
color: #d82d05;
font-size: 24px;
}
.corner-ribbon{
width: 200px;
background: #f7dc86;
position: absolute;
top: 25px;
left: -50px;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
position: fixed;
}
.corner-ribbon.top-right{
top: 25px;
right: -50px;
left: auto;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}