forked from Mark-H/twitterwall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
178 lines (155 loc) · 3.42 KB
/
custom.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
@font-face {
font-family: 'Cabin Sketch';
src: url('fonts/cabinsketch-bold-webfont.eot');
src: url('fonts/cabinsketch-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/cabinsketch-bold-webfont.woff') format('woff'),
url('fonts/cabinsketch-bold-webfont.ttf') format('truetype'),
url('fonts/cabinsketch-bold-webfont.svg#CabinSketchBold') format('svg');
font-weight: normal;
font-style: normal;
}
html {
/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2P4//+/MBQzgDAICEMxXAAMYCoRIlCVANL6FYTYi5d+AAAAAElFTkSuQmCC);*/
background-position: center -100px; /* 71px */
background-repeat: repeat, no-repeat;
background-color: white;
/*background-color: white;*/
}
body {
font-family: 'Century Gothic', sans-serif;
color: #93cfd6;
font-size: 24px;
}
#schedule div {
position: absolute;
bottom: 0;
right: 0;
left: 0;
background: rgba(102, 102, 102, 0.73);
padding: 20px;
}
#schedule div > * {
margin: 0;
padding: 0;
letter-spacing: -0.03em;
}
#schedule {
color: #000;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
overflow: hidden;
/*border-radius:10px;*/
height: 200%;
}
#schedule a {
color: white;
}
#schedule h3 {
padding-top: 0px;
font-size: 54px;
clear: right;
}
#schedule h2 {
line-height: 48px;
font-size: 34px;
}
#schedule > * {
/*text-shadow: 0px 1px 1px #fff;*/
color:white;
}
#schedule img {
position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 0;
width: 100%;
max-width: 100%;
}
/* twitter colours */
#tweets a {
color: rgba(9, 172, 173, 0.8);
}
.hentry .meta, #tweets .meta a { color: #99CFD7; }
#tweets li {
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
}
.tweet {
color: #737373;
/*background-color: rgba(245, 128, 36, .8);*/
/*border-radius: 20px;*/
}
#schedule {
background-image: url(images/background.png);
background-size: contain;
background-position-y: 18px;
}
/* this allows us to customise what part is animated to fullscreen */
#notices .fullscreen {
top: 100%;
background: white;
}
/* this third notice will slide upwards as it also has .fullscreen */
#notice3.show {
top: 0;
}
.packery {
background: #FDD;
background: hsla(45, 100%, 40%, 0.2);
}
/* clearfix */
.packery:after {
content: ' ';
display: block;
clear: both;
}
#container {
/*margin-top: .5%;
margin-left: .5%;*/
height: 90%;
}
.item {
height: 33.4%;
width: 33.33%;
float: left;
background: #0AACAE;
/*border: 4px solid #333;
border-color: hsla(0, 0%, 0%, 0.3);*/
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
font-family: 'Lato' !important;
font-style: normal;
font-weight: 400;
cursor: pointer;
}
.item.dh { height: 66.7%; }
.item h2 {
color: white;
position: absolute;
top: 10px;
left: 20px;
right: 15px;
text-shadow: 1px 1px 1px rgba(19, 18, 18, 0.98);
margin-top: 0px;
margin-bottom: 0px;
font-weight: 300;
font-size: 25px;
}
.item h4 {
color: white;
text-shadow: 1px 1px 1px rgba(19, 18, 18, 0.98);
position: absolute;
top: 10px;
left: 20px;
right: 15px;
font-weight: 300;
font-size: 25px;
margin-top: 0px;
margin-bottom: 0px;
}