-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.css
108 lines (103 loc) · 1.55 KB
/
test.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
@font-face
{
font-family: 'league';
src:url(fonts/leaguegothic-regular-webfont.woff) format('woff');
}
html,body
{
background-color: #E0E0E0;
}
h2
{
font-size: 20px;
text-align: left;
font-family: 'roboto';
color: #212121;
}
h3
{
text-align: center;
}
p
{
font-family: 'roboto';
font-size:18px;
}
hr
{
border-color: #000;
}
p
{
padding:0;
margin:0;
}
.share
{
position:fixed;
}
.share tr
{
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.w3_whatsapp_btn {
background-image: url('icon1.png');
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block !important;
position: relative;
font-family: Arial,sans-serif;
letter-spacing: .4px;
cursor: pointer;
font-weight: 400;
text-transform: none;
color: #fff;
border-radius: 2px;
background-color: #5cbe4a;
background-repeat: no-repeat;
line-height: 1.2;
text-decoration: none;
text-align: left;
}
.w3_whatsapp_btn_small {
font-size: 12px;
background-size: 16px;
background-position: 5px 2px;
padding: 3px 6px 3px 25px;
}
.w3_whatsapp_btn_medium {
font-size: 16px;
background-size: 20px;
background-position: 4px 2px;
padding: 4px 6px 4px 30px;
}
.w3_whatsapp_btn_large {
font-size: 16px;
background-size: 20px;
background-position: 5px 5px;
padding: 8px 6px 8px 30px;
color: #fff;
}
a.whatsapp { color: #fff;}
.sharebuttons
{
height: 50px;
width: 50px;
}
.grey
{
color: #000000;
}
.card-title
{
padding:4px !important;
}
.matter
{
overflow-x:hidden;
}
.matter img
{
max-width:100%;
}