This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathstyle.css
125 lines (110 loc) · 2.43 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
background:#EEE;
font-family:'Trebuchet MS','Helvetica Neue',Helvetica,Arial,sans-serif
}
a {
color:#1394D1;
text-decoration:none
}
a:hover {
text-shadow:0 0 1px #BBB
}
.srch {
width:640px;
height:40px;
float:left;
background-color:#fff;
padding:0 12px;
margin:20px;
box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
border-radius:2px;
border:0;
line-height:22px;
font-size:14px;
transition:box-shadow .28s cubic-bezier(0.4,0,.2,1);
outline:0
}
.srch:hover {
box-shadow:0 3px 6px rgba(0,0,0,.25),0 3px 6px rgba(0,0,0,.32)
}
.btn {
height:40px;
float:left;
background-color:#4285f4;
position:absolute;
top:12px;
padding:8px 30px;
border:0;
margin:9px 1px;
cursor:pointer;
border-radius:2px;
text-align:center;
text-decoration:none;
color:rgba(255,255,255,.84);
transition:box-shadow .28s cubic-bezier(0.4,0,.2,1);
outline:0
}
.btn:hover {
box-shadow:0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
color:#fff
}
.btn:active {
box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}
.header {
top:30%;
}
.footer {
position:fixed;
bottom:0;
color:#555;
font-size:.8em;
text-align:center
}
.center {
position:absolute;
left:50%;
-webkit-transform: translate(-50%,0);
transform:translate(-50%,0)
}
.g-plusone {
float:left
}
.github-fork-ribbon {
position:absolute;
padding:2px 0;
background-color:#a00;
background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.15));
background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.15));
box-shadow:0 2px 3px 0 rgba(0,0,0,.5);
font:700 13px "Helvetica Neue", Helvetica, Arial, sans-serif
}
.github-fork-ribbon a,.github-fork-ribbon a:hover {
color:#fff;
text-decoration:none;
text-shadow:0 -1px rgba(0,0,0,.5);
text-align:center;
width:200px;
line-height:20px;
display:inline-block;
padding:2px 0;
border-width:1px 0;
border-style:dotted;
border-color:#fff;
border-color:rgba(255,255,255,.7)
}
.github-fork-ribbon-wrapper {
width:150px;
height:150px;
position:absolute;
overflow:hidden;
top:0;
right:0
}
.github-fork-ribbon-wrapper .github-fork-ribbon {
top:42px;
right:-43px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg)
}