malformed category URLs bug fixed
[living-lab-site.git] / css / catalog.css
1 .videos-summary
2 {
3         position: relative;
4         margin-bottom: 1em;
5 }
6
7 .category-title
8 {
9         /* border-bottom: 1px solid rgb(108,162,222); */
10 }
11
12 .video-icon
13 {
14         position: relative;
15         display: block;
16         float: left;
17         width: 146px;
18         height: 170px;
19         margin-right: 8px;
20 }
21
22 .video-icon .video-thumb
23 {
24         position: relative;
25         width: 132px;
26         height: 99px;
27         /*background: url('/img/thumb_container.png') no-repeat left top;*/
28 }
29 .video-icon .video-thumb img
30 {
31         position: absolute;
32         margin: auto;
33         border: none;
34         left: 6px;
35         top: 4px;
36 }
37 .video-icon .video-thumb .video-duration
38 {
39         position: absolute;
40         right: 6px;
41         bottom: 5px;
42         font-size: 0.77em;
43         font-weight: bold;
44         color: white;
45         background: black;
46 }
47 .video-duration a:link
48 {
49         color: white;
50 }
51 .video-icon .video-thumb a
52 {
53         border-style: none;
54         text-decoration: none;
55 }
56
57 .video-icon .video-title
58 {
59         margin-top: 2px;
60         font-size: 1em;
61         line-height: 100%;
62 }
63 .video-icon .video-views
64 {
65         font-size: 1em;
66 }
67 .video-icon .video-username
68 {
69         font-size: 1em;
70 }