-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.css
56 lines (49 loc) · 1.5 KB
/
mobile.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
body {
background-color: #78866b;
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
color: #000000;
font-size: 2.6em;
padding: 10px;
letter-spacing:-2px;
font-size: 2.6em;
padding: 10px;
letter-spacing:-2px;
text-align: center;
}
a { color: #333333; text-decoration: none; font-size: 100%; }
.title {
margin-top: 0px;
margin-bottom: 0px;
background-color: #C03030;
font-family: 'Ubuntu', sans-serif;
color: #000000;
font-size: 2.6em;
font-size: 100%;
padding: 10px;
letter-spacing:-2px;}
.xanato { color: #888; font-size: 70%; }
.corrido { margin-top: -25px;}
.xanatopequeno { font-size: 50%; letter-spacing: -1px; }
.logo { margin-top: 80px; margin-bottom: 20px; }
.photo { margin-top: -20px; margin-bottom: +25px; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2012 */
@font-face {
font-family: 'SocialicoRegular';
src: url('/type/socialico-webfont.eot');
src: url('/type/socialico-webfont.eot?#iefix') format('embedded-opentype'),
url('/type/socialico-webfont.woff') format('woff'),
url('/type/socialico-webfont.ttf') format('truetype'),
url('/type/socialico-webfont.svg#SocialicoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.icon { font-family: 'SocialicoRegular';
font-size: 200pt;
color: #C0C0C0;
text-shadow: rgba(0,0,0,1) 3px 4px 10px;
background-color: #333333;
margin-bottom: -20px;
margin-top: -20px;
}
.icon a { color: #C0C0C0; text-decoration: none; font-size: 200pt; }