forked from EddieRingle/p3_eav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwitter.css
More file actions
113 lines (91 loc) · 1.58 KB
/
twitter.css
File metadata and controls
113 lines (91 loc) · 1.58 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
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
109
110
111
112
113
div#facebox {
position: absolute;
}
div#facebox-wrap {
text-align: center;
vertical-align: middle;
}
#facebox-wrap hr {
margin: 5px 0;
}
#facebox-wrap h6 {
text-align: center;
margin-bottom: 5px;
}
div.userblock-left {
display: inline-block;
text-align: right;
position: relative;
left: 0;
top: -1px;
}
div.userblock-left span {
display: block;
}
#facebox-wrap a {
color: #2d9dc8;
}
span.ticker {
color: #2D9DC8;
font-weight: bold;
font-size: 1.3em;
}
span.name {
}
span.location {
}
div#facebox-wrap > img {
display: inline-block;
vertical-align: text-bottom;
margin: 0 7px;
border: 3px solid #dee1de;
border-radius: 3px;
}
div.userblock-right {
display: inline-block;
position: relative;
top: -21px;
}
div.userblock-right span {
display: inline-block;
}
span.price {
background: transparent url(chrome-extension://epdhpajeajjegmcodpljmdhhaapkdghe/e-26.png) no-repeat scroll left;
font-size: 1.3em;
font-weight: bold;
padding-left: 28px;
color: #2D9DC8;
}
span.change:before {
content: "(";
}
span.change:after {
content: ")";
}
.grayblock {
background-color: #F5F5F5;
}
div.infoblock, div.infoblock table, div.infoblock table tr {
width: 100%;
}
div.infoblock table tr td {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 5px;
}
div.infoblock table tr td:first-child {
text-align: right;
}
div.infoblock table tr td:nth-child(2) {
text-align: left;
}
span.p3notice {
font-size: 0.9em;
font-weight: bold;
display: block;
}
span.poweredbyp3 {
font-size: 0.75em;
display: block;
}