interface modified
[living-lab-site.git] / css / catalog.css
index eba58b2..b5d7896 100644 (file)
@@ -1,15 +1,21 @@
-.video-list
+.videos-summary
 {
        position: relative;
 }
 
+.category-title
+{
+       border-bottom: 1px solid rgb(108,162,222);
+       /*border-bottom: 1px solid rgb(171,209,255);*/
+}
+
 .video-icon
 {
        position: relative;
        display: block;
        float: left;
        width: 146px;
-       height: 190px;
+       height: 170px;
        margin-right: 8px;
 }
 
        position: relative;
        width: 132px;
        height: 99px;
-       background: url('/devel/img/thumb_container.png') no-repeat left top;
+       /*background: url('/devel/img/thumb_container.png') no-repeat left top;*/
 }
 .video-icon .video-thumb img
 {
        position: absolute;
        margin: auto;
+       border: none;
        left: 6px;
        top: 4px;
 }
        position: absolute;
        right: 6px;
        bottom: 5px;
-       font-size: 10px;
+       font-size: 0.77em;
        font-weight: bold;
        color: white;
        background: black;
 }
+.video-duration a:link
+{
+       color: white;
+}
 .video-icon .video-thumb a
 {
        border-style: none;
 
 .video-icon .video-title
 {
-       font-size: 12px;
+       margin-top: 2px;
+       font-size: 1em;
+       line-height: 100%;
 }
 .video-icon .video-views
 {
-       font-size: 12px;
+       font-size: 1em;
+}
+.video-icon .video-username
+{
+       font-size: 1em;
 }
\ No newline at end of file