forked from winkjs/showcase-wiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
122 lines (101 loc) Β· 1.85 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
@font-face {
font-family: winkjs;
src: url(../fonts/winkjs.eot) format("embedded-opentype"),
url(../fonts/winkjs.woff2) format("woff2"),
url(../fonts/winkjs.woff) format("woff");
}
html,
body {
height: 100%;
font-family: 'ff-tisa-sans-web-pro', serif;
}
a {
color: #6C307D;
}
a:hover {
color: #860278;
}
.navbar {
border-radius: 0;
border: 0;
border-top: 4px solid #6C307D;
}
.navbar .navbar-nav > li > a {
text-transform: uppercase;
letter-spacing: 0.1em;
color: #fff;
padding: 20px;
}
.navbar .navbar-nav > li > a.selected {
background: #444;
}
.navbar .navbar-brand {
font-family: 'ff-tisa-sans-web-pro', serif;
font-weight: bold;
color: #fff;
font-size: 30px;
}
.navbar .navbar-brand {
font-family: 'winkjs';
letter-spacing: 0.4rem;
font-weight: 100;
}
main {
padding-top: 60px;
min-height: 100%;
margin-bottom: -60px;
}
footer {
min-height: 60px;
font-size: 14px;
color: #eee;
background: #222;
}
footer a {
color: #ddd;
}
footer a:hover {
color: #fff;
}
footer p {
margin-top: 20px;
}
footer p em {
float: right;
}
footer .social-icons ul li {
position: relative;
list-style: none;
display: inline;
float: right;
}
footer .social-icons ul li a {
opacity: 0.5;
}
footer .social-icons ul li a:hover {
opacity: 1;
}
footer .social-icons ul li a img {
width: 40px;
margin: 10px;
}
footer .social-icons ul li a img.github {
width: 35px;
margin-top: 13px;
}
.navbar .navbar-nav > li > a.purple_btn {
background: #6C307D;
color: #fff;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}