-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (98 loc) · 1.55 KB
/
Copy pathstyle.css
File metadata and controls
121 lines (98 loc) · 1.55 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
114
115
116
117
118
119
120
body {
background-color: #222222;
color: #DDDDDD;
font-family: sans-serif;
margin: 0 auto;
max-width: 900px;
}
a:link, a:visited { color: #8888FF; }
a:hover { color: #AAAAFF; }
a:active { color: #FFFFFF; }
h1, h2, h3, h4 { text-align: center; }
h3 {
margin-bottom: 8px;
}
h4 {
margin-bottom: 4px;
}
img {
display: block;
margin: 8px auto;
max-width: 100%;
}
img.portrait {
border-color: #bb2255;
border-radius: 4px;
border-style: solid;
border-width: 8px;
width: 256px;
}
img.capsule {
border-radius: 4px;
width: 50%;
}
img.wide-capsule {
border-radius: 4px;
width: 80%;
}
.image-block img {
display: inline-block;
width: 30%;
}
img.small-img {
width: 24%;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.no-bullets { list-style-type: none; }
a.bar-item {
border-color: white;
border-radius: 4px;
border-style: solid;
border-width: 1px;
color: white;
display: inline-block;
font-size: 14px;
margin: 4px;
padding: 4px 8px;
text-decoration: none;
}
a.header-bar-item {
font-size: 18px
margin: 8px 16px;
text-transform: uppercase;
}
a.selected-header-bar-item {
border-width: 2px;
font-weight: bold;
}
td {
width: 50%;
}
tr > td:first-child {
color: gray;
font-weight: bold;
text-align: right;
}
tr > td:last-child {
text-align: left;
}
p {
line-height: 1.25em;
}
.spacing {
height: 200px;
}
p.bottom {
font-size: 11px;
margin-bottom: 2px;
text-align: center;
transform: rotate(90deg);
}
iframe {
display: block;
margin: 0 auto;
}