forked from martymcguire/wp-thingiverse-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (70 loc) · 1.17 KB
/
style.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
.thingiverse-stream {
margin: 0 auto;
padding: 0;
}
.thingiverse-stream a {
text-decoration: none;
}
.tv-stream-thing {
margin-top: 15px;
}
.tv-stream-thing img {
width: 100%;
}
.thingiverse-props {
width: 100%;
display: inline-block;
line-height: 1.4em;
text-align: right;
}
.thingiverse-props img {
vertical-align: text-bottom;
}
.thingiverse-thing {
border: 1px solid #DEDEDE;
display: block;
margin-bottom: 1em;
}
.thingiverse-thing-data {
background-color: #F8F8FF;
border-bottom: 1px solid #DDDDDD;
font-size: 100%;
height: 230px;
overflow: hidden;
word-wrap: normal;
}
.thing-title {
padding: 0.5em;
font-size: 1.2em;
font-weight: bold;
}
.thing-title a {
text-decoration: none;
}
.thing-image {
padding-left: 5px;
}
.thing-left {
float: left;
width: 40%;
}
.thing-description {
float: left;
padding: 2%;
width: 56%;
overflow: hidden;
}
.thingiverse-thing-meta {
background-color: #013d59;
color: #fff;
font-size: 0.8em;
padding-left: 5px;
padding-right: 5px;
text-align: right;
}
.thingiverse-thing-meta a:visited {
color: #fff;
}
.thingiverse-thing-meta img {
vertical-align: text-bottom;
}