forked from markserbol/urlive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery.urlive.css
More file actions
77 lines (65 loc) · 1.04 KB
/
Copy pathjquery.urlive.css
File metadata and controls
77 lines (65 loc) · 1.04 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
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
/*
* jquery.urlive.css v1.1.1, jQuery URLive
*
* View the plugin repository at:
* https://github.com/markserbol/urlive
*
*/
.urlive-link {
color:inherit;
text-decoration:none;
display:block;
width:auto;
overflow:auto;
position:relative;
overflow:hidden;
margin:0;
background:#EFEFEF;
font-size:16px;
line-height:normal;
}
.urlive-link:hover {
box-shadow:0 0 4px rgba(10,10,10,0.6);
}
.urlive-link * {
display:block;
}
.urlive-image {
width:100%;
display:block;
}
.urlive-title {
font-size:1.15em;
font-weight:bold;
}
.urlive-description {
font-size:1em;
}
.urlive-url {
font-size:0.9em;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.urlive-sitename, .urlive-type {
display:none;
}
.urlive-img-wrapper {
float:left;
margin-right:10px;
}
.urlive-text-wrapper {
overflow:auto;
padding:10px;
}
/* SMALL IMAGE STYLES*/
.urlive-img-small .urlive-img-wrapper {
width:auto;
max-width:100px;
}
/* LARGE IMAGE STYLES */
.urlive-img-large .urlive-img-wrapper {
width:100%;
max-width:none;
float:none;
}