forked from dionyziz/complexity-article
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
198 lines (198 loc) · 3.81 KB
/
Copy pathstyle.css
File metadata and controls
198 lines (198 loc) · 3.81 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
body {
font-family: 'Droid Sans', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
background-color: #eee;
margin: 0;
line-height: 15pt;
}
.content {
margin: 20px 20px 5px 20px;
}
h1, h2, h3 {
text-shadow: 1px 1px 0px white;
}
h2 {
font-size: 110%;
}
h3 {
font-size: 100%;
}
a {
color: #0077d8;
text-decoration: none;
}
a:hover {
color: white;
background-color: #0077d8;
}
.figure {
display: table;
}
table {
border-collapse: collapse;
}
td, th {
padding: 5px;
}
a img {
border: 0;
}
.sidefigure, .figure {
background-color: white;
padding: 5px;
border: 1px solid #c7c5be;
border-radius: 5px;
}
.sidefigure {
float: left;
width: 500px;
margin: 0 10px 10px 0;
}
.sidefigure.right {
float: right;
margin: 0 0 10px 10px;
}
.sidefigure img {
max-width: 500px;
display: block;
margin: auto;
}
.sidefigure label {
display: block;
padding: 5px 0;
text-align: center;
}
.sidefigure label img {
display: inline;
margin: 0;
}
.leftofimage {
margin-right: 520px;
}
p.thumb {
background-image: url( 'images/thumb-up.png' );
background-repeat: no-repeat;
background-position: 10px 6px;
padding: 5px 35px;
background-color: white;
margin: 5px 0;
}
div.highlight {
background-color: #99b9e0;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #c1ddff 20px, #c1ddff 40px);
background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 20px, #c1ddff 20px, #c1ddff 40px);
background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 20px, #c1ddff 20px, #c1ddff 40px);
background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 20px, #c1ddff 20px, #c1ddff 40px);
background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 20px, #c1ddff 20px, #c1ddff 40px);
padding: 3px 0;
margin: 5px 0;
}
.bottom {
font-family: 'Trebuchet MS', Verdana, sans-serif;
background-color: #111;
color: white;
padding: 12px 10px;
position: relative;
}
.bottom a {
color: white;
}
.bottom .license {
position: absolute;
left: 50%;
z-index: 1;
}
.bottom .license img {
position: relative;
top: 3px;
}
.bottom .twitter-share-button {
float: right;
left: 3px;
padding-right: 13px;
position: relative;
top: -3px;
}
.bottom a:hover {
color: white;
text-decoration: underline;
background-color: transparent;
}
div.love {
position: relative;
top: -4px;
font-size: 80%;
width: 50%;
padding-left: 9px;
}
div.love::before {
font-family: 'Trebuchet MS', Verdana;
content: '♥';
color: red;
padding-right: 9px;
font-size: 150%;
position: relative;
top: 2px;
}
var {
font-style: normal;
}
em {
background-color: #ccc;
font-style: normal;
padding: 2px;
}
div.exercise {
border-bottom: 1px solid #c7c5be;
}
ol.hide-nums {
list-style: none;
}
#donate {
margin: 0 5px;
float: right;
}
#donate-bubble {
display: none;
position: absolute;
font-size: 90%;
right: 10px;
bottom: 64px;
background-color: #111;
padding: 8px 6px;
border-radius: 5px;
}
#donate-bubble:before {
content: '▼';
position: absolute;
bottom: -17px;
right: 97px;
color: #111;
font-size: 150%;
}
#donate-bubble input {
display: block;
width: 300px;
margin: 5px 0 0 0;
}
.translations {
list-style: none;
padding: 0;
margin: 10px 0;
}
.translations li {
display: inline;
}
.translations li:after {
content: '•';
padding: 0 5px;
}
.translations li:last-child:after {
content: '';
}
.translations li.selected a {
color: #111;
font-weight: bold;
}
.translations li.selected a:hover {
background-color: transparent;
}