-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (69 loc) · 1.86 KB
/
style.css
File metadata and controls
78 lines (69 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
.adopt-a-codex-badge-background {background: url('adopt-a-codex-badge.png') no-repeat top;
height: 281px;
width: 240px;
}
.adopt-a-codex-badge-background h2 {font-size: 18px; color:#FFFFFF !important;
text-decoration: none;
text-align: center;
padding: 24px 0 0 0;
}
.adopt-a-codex-badge-background h2 a {color:#FFF !important;
transition: all 0.1s ease-in;
}
.adopt-a-codex-badge-background h2 a:hover {color:#d54e21 !important;
transition: all 0.1s ease-in;
}
.adopted-codex-page-link {display:block;
width: 230px;
height: 38px;
background: #464646;
text-align: center;
border-radius:8px;
box-shadow:
1px 1px 3px rgba(255, 255, 255, 1),
inset 1px 1px -3px rgba(255, 255, 255, 1);
border: 5px solid #000;
transition: all 0.1s ease-in;
}
.adopted-codex-page-link:hover, .adopt-a-codex-log-container:hover {
box-shadow:
1px 1px 3px rgba(33, 117, 155, 1),
inset 1px 1px -3px rgba(33, 117, 155, 1);
}
.adopted-codex-page-link a{ display:block; padding-bottom: 12px;
line-height: 34px !important;
text-decoration: none;
text-align: center;
vertical-align: middle;
color: #FFF !important;
transition: all 0.1s ease-in;
}
.adopted-codex-page-link a:hover {color:#d54e21 !important;}
.adopted-codex-page-link a:before {
content: "\2605";
font-size: 80%;
display: inline-block;
padding-right: 5px;
pointer-events: none;
}
.adopt-a-codex-log-container {background: #464646;
color: #FFF;
padding: 0px 0px 4px 0px;
margin-top: 4px;
width: 230px;
text-align: center;
border-radius: 8px;
box-shadow:
1px 1px 3px rgba(255, 255, 255, 1),
inset 1px 1px -3px rgba(255, 255, 255, 1);
border: 5px solid #000;
transition: all 0.1s ease-in;
}
.adopt-a-codex-log-container h3{ font-size: 17px;
color: #FFF;
line-height: 18px;
padding-top: 8px;
}
.adopt-a-codex-log-container a{list-style: none;
color: #FFF;
}