Team:UNITN-Trento/CSS/Project/Datapage

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
.link {
.link {
-
     width: 46%!important;
+
     width: 45%!important;
     box-shadow: 2px 2px 4px #323232!important;
     box-shadow: 2px 2px 4px #323232!important;
     border: 2px solid white!important;
     border: 2px solid white!important;
Line 27: Line 27:
.link:hover {
.link:hover {
-
     box-shadow:0 0 0 ;
+
     box-shadow:none!important ;
}
}

Revision as of 12:55, 24 September 2013

  1. tn-content {
   font-family: "Cabin", serif;
   font-size: 14.4px;
   text-align: justify;

}

  1. tn-content .inner_content {
   padding-top: 3em;

}

  1. tn-content img {
   margin-bottom: 2em;  
   width:100%;
   border-radius: 20px;
   border: 8px solid white;

}

.link {

   width: 45%!important;
   box-shadow: 2px 2px 4px #323232!important;
   border: 2px solid white!important;
   display:inline-block!important;
   border-radius:0!important;
   margin:16px!important

}

.link:hover {

   box-shadow:none!important ;

}