-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme-widget-example.css
More file actions
51 lines (48 loc) · 1.06 KB
/
me-widget-example.css
File metadata and controls
51 lines (48 loc) · 1.06 KB
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
/*---------------------------Your Image Styles ------------------------------*/
/*
* Use this to add new styles to your image
*/
.widget div.me-widget .your-class-name-here {
/* Your Styles Here */
}
/*-----------------------------Your Styles-----------------------------------*/
/* Widget container */
.widget div#me-widget {
/* Your Styles Here */
}
/* Picture */
.widget .me-widget img {
/* Your Styles Here */
}
/* Contact info */
.widget .me-widget .vcard {
/* Your Styles Here */
}
/* Name */
.widget .me-widget .vcard > .fn.n {
/* Your Styles Here */
}
/* email */
.widget .me-widget .vcard > .email {
/* Your Styles Here */
}
/* email */
.widget .me-widget .vcard > .tel {
/* Your Styles Here */
}
/* location */
.widget .me-widget .vcard > .adr {
/* Your Styles Here */
}
/* About Me */
.widget .me-widget .vcard > .about {
/* Your Styles Here */
}
/* Social link container */
.widget .me-widget .vcard > div.url {
/* Your Styles Here */
}
/* Social links */
.widget .me-widget .vcard > div.url > a {
/* Your Styles Here */
}