Team:UNITN-Trento/CSS/About us

From 2013.igem.org

(Difference between revisions)
(Created page with ".container .sheet { position: relative; min-height: 410px; } .container .sheet .guide { position: absolute; top: 0px; left: 0px; width: 250px; t...")
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
.container .sheet {
+
#tn-content .container {
-
     position: relative;
+
     background-color: rgb(32,86,54);
-
     min-height: 410px;
+
     background-image: url(https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png
 +
);
}
}
-
.container .sheet .guide {
+
.silhouette {
-
     position: absolute;
+
     display: block;
-
     top: 0px;
+
     margin: 0 auto;
-
    left: 0px;
+
-
   
+
-
    width: 250px;
+
-
    transform:rotate(-15deg);
+
}
}
-
.container .sheet .bubble {
+
.silhouette img {
-
     position: absolute;
+
     margin-bottom: 0 !important;
-
    top: 10px;
+
width: 92%;
-
    left: 230px;
+
margin-top: -22px;
-
   
+
 
-
    padding: 15px;
+
-
    width: 620px;
+
-
   
+
-
    background-color: white;
+
-
    border: 2px solid black;
+
-
    border-radius: 0.5em;
+
-
   
+
-
    font-family: "Cabin", cursive;
+
}
}
-
.container .sheet .bubble .title {
+
 
-
     font-size: 1.5em;
+
.container {
-
    margin: 0;
+
     text-align: center;
}
}
-
.container .sheet .bubble .title b {
+
.container .menu {
-
     font-size: 1.2em;
+
     margin: 0 auto;
-
     font-family: "Boogaloo", sans-serif;
+
     width: 700px;
-
    color: green;
+
}
}
-
.container .sheet .bubble .pointer {
+
.container .menu a {
-
     position: absolute;
+
     display: inline-block;
-
    top: 20px;
+
-
    left: -23px;
+
      
      
-
     transform:rotate(90deg);
+
     margin: 20px auto;
-
     -ms-transform:rotate(90deg);
+
     padding: 4px;
-
     -webkit-transform:rotate(90deg);
+
    min-width: 92px;
 +
    max-width: 110px;
 +
   
 +
    background-color: rgba(250,250,250,.6);
 +
     border: 3px solid transparent;
 +
    border-radius: 5px;
 +
   
 +
    color: rgb(48, 106, 56);
 +
    font-family: "Boogaloo", sans-serif;
 +
    font-size: 1.2em;
 +
    text-align: center;
 +
    text-decoration: none;
 +
}
 +
 
 +
.container .menu a:hover {
 +
    background-color: transparent;
 +
    border-color: white;
 +
    color: white;
 +
    text-shadow: 0 0 2px black;
}
}

Latest revision as of 12:03, 3 October 2013

  1. tn-content .container {
   background-color: rgb(32,86,54);
   background-image: url(Tn-2013-boxbg-Onda-Watermelon.png

); }

.silhouette {

   display: block;
   margin: 0 auto;

}

.silhouette img {

   margin-bottom: 0 !important;

width: 92%; margin-top: -22px;

}

.container {

   text-align: center;

}

.container .menu {

   margin: 0 auto;
   width: 700px;

}

.container .menu a {

   display: inline-block;
   
   margin: 20px auto;
   padding: 4px;
   min-width: 92px;
   max-width: 110px;
   
   background-color: rgba(250,250,250,.6);
   border: 3px solid transparent;
   border-radius: 5px;
   
   color: rgb(48, 106, 56);
   font-family: "Boogaloo", sans-serif;
   font-size: 1.2em;
   text-align: center;
   text-decoration: none;

}

.container .menu a:hover {

   background-color: transparent;
   border-color: white;
   color: white;
   text-shadow: 0 0 2px black;

}