-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsidebar.css
More file actions
86 lines (73 loc) · 1.39 KB
/
Copy pathsidebar.css
File metadata and controls
86 lines (73 loc) · 1.39 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
#soimage {
padding-bottom:10px;
}
#related-sidebar,
.sidebar {
float:right;
margin: 0 0px 0px 0px;
border-left: 15px solid #fff;
border-bottom: 15px solid #fff;
padding:0px;
clear:right;
background-color: #fff;
}
.sidebar,
#related-sidebar #related-info,
#related-sidebar #related-stackoverflow {
width: 240px;
padding:15px;
margin-top:15px;
border-radius: 5px;
}
#related-sidebar #related-info,
#related-sidebar #related-stackoverflow {
background-color:#efefef;
border:1px solid #ccc;
}
.sidebar {
border: 1px solid #ccc;
}
#related-sidebar nav header {
font-weight: bold;
font-size: 133%;
}
#related-sidebar ul {
list-style-type:square;
}
#related-sidebar iframe {
margin-bottom: 1em;
width: 240px;
height: 130px;
}
/* Transform the repeated article elements to act as a list using CSS */
#related-sidebar .feed.rendered>article {
display: list-item;
list-style-type: square;
padding: 0;
margin-left: 26px;
font-size: 10pt;
color: #000;
}
#related-sidebar .feed.rendered>article header {
font-size: 10pt;
padding: 0;
line-height: 1.67;
display: inline;
}
#related-sidebar .feed {
margin-bottom: 1em;
}
#related-sidebar .feed>article a {
text-decoration: underline;
}
#related-sidebar .more {
font-weight: bold;
}
#related-bigvid {
float: right;
float: top;
clear: right;
width: 400px;
height: 225px;
border-left: 15px solid #fff;
}