comparison css/mpiwg.css @ 65:63184d71c014

lots of cleaning up.
author casties
date Fri, 03 May 2013 18:23:01 +0200
parents 6891732a148f
children 68b3d71eed27
comparison
equal deleted inserted replaced
64:b5ff783027d6 65:63184d71c014
690 690
691 div.row.triple div.mini { 691 div.row.triple div.mini {
692 width: 140px; 692 width: 140px;
693 } 693 }
694 694
695 div.mini.source div.thumb img { 695 div.row.triple div.mini div.thumb img {
696 /* width: 120px; */ 696 width: 140px;
697 } 697 height: 87px;
698 }
698 699
699 div.mini div.type { 700 div.mini div.type {
700 color: #9f917a; 701 color: #9f917a;
702 margin-top: 0.5em;
701 } 703 }
702 704
703 div.mini div.title { 705 div.mini div.title {
704 margin-top: 0.5em; 706 margin-top: 0.5em;
705 } 707 }
707 div.mini div.author { 709 div.mini div.author {
708 color: #3b4186; 710 color: #3b4186;
709 margin-top: 0.5em; 711 margin-top: 0.5em;
710 } 712 }
711 713
712 div.box div.website div.description { 714 div.mini div.link {
715 margin-top: 0.5em;
716 }
717
718 div.mini.website div.description {
713 /* initially hidden */ 719 /* initially hidden */
714 display: none; 720 display: none;
715 } 721 }
716 722
717 div.box div.website.item { 723 div.box.foldable div.fold {
718 min-height: 180px; 724 /* initially hidden */
719 position: relative; 725 display: none;
720 margin: 10px 0 0 0;
721 }
722
723 div.box div.website.item div.fold {
724 position: absolute; 726 position: absolute;
725 bottom: 0; 727 bottom: 0;
726 right: 0; 728 right: 0;
727 /* TODO: this should be an image */ 729 /* TODO: this should be an image */
728 background-color: #ee7f2d; 730 background-color: #ee7f2d;