]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - styles/pictures.css~
Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / styles / pictures.css~
1 div.caption:hover
2 {
3 background: #BBDDFF;
4 }
6 div.thumbnail:hover
7 {
8 max-height: 800px;
9 }
11 .thumbnail
12 {
13 float: left;
14 width: 30%;
15 padding: 5px;
16 text-align: center;
17 }
19 .thumbnail H1
20 {
21 display: inline;
22 }
25 .caption
26 {
27 vertical-align: bottom;
28 height: 8.8em;
29 overflow: hidden;
30 text-align: left;
31 }
33 .caption h2
34 {
35 display: inline;
36 padding: 0;
37 margin: 0;
38 font-size: 1em;
39 font-weight: bold;
40 }
42 .caption p
43 {
44 margin: 0;
45 padding: 0;
46 }
48 .caption h2:hover, p:hover
49 {
50 }