Skip to content

Commit f7ea960

Browse files
committed
documentation
1 parent 29aa74a commit f7ea960

File tree

5 files changed

+81
-0
lines changed

5 files changed

+81
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
2+
div.sphx-pyq-thumb {
3+
box-shadow: none;
4+
background: #FFF;
5+
margin: 5px;
6+
padding-top: 5px;
7+
min-height: 230px;
8+
border: solid white 1px;
9+
-webkit-border-radius: 5px;
10+
-moz-border-radius: 5px;
11+
border-radius: 5px;
12+
float: left;
13+
position: relative;
14+
}
15+
16+
div.sphx-pyq-thumb:hover {
17+
box-shadow: 0 0 15px rgba(142, 176, 202, 0.5);
18+
border: solid #B4DDFC 1px; }
19+
div.sphx-pyq-thumb a.internal {
20+
display: block;
21+
position: absolute;
22+
padding: 150px 10px 0px 10px;
23+
top: 0px;
24+
right: 0px;
25+
bottom: 0px;
26+
left: 0px;
27+
}
28+
29+
div.sphx-pyq-thumb p {
30+
margin: 0 0 .1em 0;
31+
}
32+
33+
div.sphx-pyq-thumb .figure {
34+
margin: 10px;
35+
width: 160px;
36+
}
37+
38+
div.sphx-pyq-thumb img {
39+
max-width: 100%;
40+
max-height: 160px;
41+
display: inline;
42+
}
43+
44+
div.sphx-pyq-thumb[tooltip]:hover:after {
45+
background: rgba(0, 0, 0, 0.8);
46+
-webkit-border-radius: 5px;
47+
-moz-border-radius: 5px;
48+
border-radius: 5px;
49+
color: white;
50+
content: attr(tooltip);
51+
left: 95%;
52+
padding: 5px 15px;
53+
position: absolute;
54+
z-index: 98;
55+
width: 220px;
56+
bottom: 52%;
57+
}
58+
59+
div.sphx-pyq-thumb[tooltip]:hover:before {
60+
content: "";
61+
position: absolute;
62+
z-index: 99;
63+
border: solid;
64+
border-color: #333 transparent;
65+
border-width: 18px 0px 0px 20px;
66+
left: 85%;
67+
bottom: 58%;
68+
}
69+
70+
.sphx-pyq-download {
71+
background-color: #ffc;
72+
border: 1px solid #c2c22d;
73+
border-radius: 4px;
74+
margin: 1em auto 1ex auto;
75+
max-width: 45ex;
76+
padding: 1ex;
77+
}
78+
79+
.sphx-pyq-download a {
80+
color: #4b4600;
81+
}

0 commit comments

Comments
 (0)