forked from openresty/nginx-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial-simple.css
50 lines (42 loc) · 845 Bytes
/
tutorial-simple.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
div.thumb img.thumbimage {
background-color: #FFFFFF;
}
html .thumbimage {
border: 1px solid #CCCCCC;
}
img {
vertical-align: middle;
}
div.thumbinner {
background-color: #F9F9F9;
border: 1px solid #CCCCCC;
font-size: 94%;
overflow: hidden;
padding: 3px !important;
text-align: center;
min-width: 100px;
}
.thumbcaption {
text-align: left;
border: medium none;
font-size: 94%;
line-height: 1.4em;
padding: 3px !important;
}
div.tright {
margin: 0.5em 1.3em 1.3em 1.4em;
}
div.thumb {
background-color: transparent;
width: auto;
}
div.tright, div.floatright, table.floatright {
clear: right;
float: right;
}
.magnify {
float: right;
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
direction: ltr;
}