Team:UNITN-Trento/CSS/Team

From 2013.igem.org

(Difference between revisions)
(Reverted)
Line 1: Line 1:
-
#tn-central-container #tn-container .container .sheet img.profile {
+
#tn-content h1 {
 +
padding-top:0;
 +
 +
border:none;
 +
 +
color:rgb(48, 106, 56);
 +
font-family: "Mouse Memoirs";
 +
font-size:6em;
 +
text-align:center;
 +
text-shadow:2px 2px 4px white
 +
}
 +
 
 +
#tn-content .container {
 +
margin-bottom: 3em !important;
 +
}
 +
 
 +
.sheet {
 +
    position: relative;
 +
    display: inline-block;
 +
    width: 525px;
 +
    height: 350px;
 +
    margin: 2em 0;
 +
    vertical-align: top;
 +
}
 +
 
 +
.sheet img.profile {
     display: inline-block;
     display: inline-block;
-
     width: 200px !important;
+
     width: 200px;
     margin-top: 6px;
     margin-top: 6px;
     border-radius: 10px;
     border-radius: 10px;
Line 8: Line 33:
}
}
-
#tn-central-container #tn-container .container .sheet .data {
+
.sheet .data {
     display: inline-block;
     display: inline-block;
     width: 300px;
     width: 300px;
Line 17: Line 42:
}
}
-
#tn-central-container #tn-container .container .sheet .title {
+
.container .sheet .title {
     display: block;
     display: block;
     position: absolute;
     position: absolute;
Line 30: Line 55:
}
}
-
#tn-central-container #tn-container .container img.lab {
+
.container img.lab {
     display: inline-block;
     display: inline-block;
     width: 328px;
     width: 328px;
Line 38: Line 63:
}
}
-
#tn-central-container #tn-container .container .left {
+
.container .left {
     margin-left: 1em !important;
     margin-left: 1em !important;
     margin-right: 1em !important;
     margin-right: 1em !important;
Line 44: Line 69:
}
}
-
#tn-central-container #tn-container .container .right {
+
.container .right {
     margin-left: 0 !important;
     margin-left: 0 !important;
     margin-right: 1em !important;
     margin-right: 1em !important;
Line 50: Line 75:
}
}
-
#tn-central-container #tn-container .container .sheet.right .data {
+
.container .sheet.right .data {
     margin-left: 0;
     margin-left: 0;
     margin-right: 1em;
     margin-right: 1em;
}
}
-
#tn-central-container #tn-container .container .sheet.right .title {
+
.container .sheet.right .title {
     left: 1em;
     left: 1em;
}
}

Revision as of 13:39, 26 September 2013

  1. tn-content h1 {

padding-top:0;

border:none;

color:rgb(48, 106, 56); font-family: "Mouse Memoirs"; font-size:6em; text-align:center; text-shadow:2px 2px 4px white }

  1. tn-content .container {

margin-bottom: 3em !important; }

.sheet {

   position: relative;
   display: inline-block;
   width: 525px;
   height: 350px;
   margin: 2em 0;
   vertical-align: top;

}

.sheet img.profile {

   display: inline-block;
   width: 200px;
   margin-top: 6px;
   border-radius: 10px;
   box-shadow: inset 1px 1px 2px #323232;
   vertical-align: top;

}

.sheet .data {

   display: inline-block;
   width: 300px;
   margin-left: 1em;
   font-family: "Cabin", arial;
   font-size: 1em;
   vertical-align: top;

}

.container .sheet .title {

   display: block;
   position: absolute;
   top: -0.7em;
   right: 1em;
   font-family: "Boogaloo", serif;
   font-size: 2.5em;
   font-weight: bold;
   text-shadow: 0 0 2px rgba(250,250,250,.9);

}

.container img.lab {

   display: inline-block;
   width: 328px;
   height: 382px;
   margin-top: 2em;
   border-radius: 10px;

}

.container .left {

   margin-left: 1em !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .right {

   margin-left: 0 !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .sheet.right .data {

   margin-left: 0;
   margin-right: 1em;

}

.container .sheet.right .title {

   left: 1em;

}

  1. tn-content .container-2 {
   width: 960px;
   margin: auto;
   padding: 0;
   padding-top: 1.5em;
   background-color: rgb(48,106,56);
   background-image: url(Tn-2013-boxbg-Onda-intro1d.png);
   background-position: top center;
   background-repeat: no-repeat;
   border: 3px solid white;
   box-shadow: 2px 2px 4px #323232;
   text-align:justify;

}

.container-2 .main-name {

   display: block;
   position: absolute;
   top: -0.7em;
   right: 1em;
   font-family: "Boogaloo", serif;
   font-size: 2.5em;
   font-weight: bold;
   text-shadow: 0 0 2px rgba(250,250,250,.9);

}

.container-2 img {

   display: inline-block;
   
   margin: 1em;
   
   height: 200px;
   width: 200px;
   
   background: black;
   border-radius: 15px;
   box-shadow: 0 0 4px white;

}

.container-2 .sheet {

   display: inline-block;
   
   margin: 1em;
   padding: 15px;
   height: 170px;
   width: 662px;
   
   background-color: white;
   border-radius: 15px;
   box-shadow: 0 0 4px white;
   
   font-family: "Cabin", sans-serif;

}

.container-2 .sheet .title {

   font-weight: bold;

}

.container-2 .sheet div {

   margin-bottom: 5px;

}