forked from ro-a-fi/ConFlatao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.css
42 lines (39 loc) · 987 Bytes
/
fonts.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
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 13, 2013 */
#paste_hint {
position: relative;
}
#paste_hint p {
position: absolute;
font-family: "Architects Daughter", cursive;
font-size: 15px;
color: #838990;
top: 10px;
right: 27px;
padding: 0 36px 20px 0;
background: url("images/arrow_right.png") bottom right no-repeat;
}
#paste_hint p {
font-size: 22px;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-weight: 200;
color: #4D555B;
padding: 0 36px 16px 0;
top: 4px;
}
.tl_listing_container {
margin-top: 44px !important;
}
.selector_container {
position: relative;
}
.sort_hint {
position: absolute;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 15px;
color: #838990;
top: -48px;
left: 300px;
padding: 0 6px 20px 42px;
background: #fff url("images/arrow_left.png") 6px bottom no-repeat;
}