Team:UNITN-Trento/CSS/Tour

From 2013.igem.org

(Difference between revisions)
(Created page with ".tn-container { width: 960px; min-height: 800px; margin: 0 auto; background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-Tourbg-kiwiki.png); background-attachme...")
Line 40: Line 40:
background-position: center center;
background-position: center center;
background-repeat: no-repeat;
background-repeat: no-repeat;
 +
}
 +
 +
.tn-container .tour {
 +
width: 200px;
 +
height: 150px;
 +
 +
background-color: white;
 +
border-radius: 1em;
}
}

Revision as of 14:20, 18 September 2013

.tn-container { width: 960px; min-height: 800px; margin: 0 auto;

background-image: url(Tn-2013-Tourbg-kiwiki.png); background-attachment: scroll; background-position: center center; background-repeat: no-repeat;

text-align: center; }

.tn-container .bubble { position: relative;

width: 300px;

margin: 0 auto; padding: 10px;

background-color: white; border: 2px solid black; border-radius: 0.5em;

font-family: "Mouse Memoirs",cursive; font-size: 1.8em; }

.tn-container .bubble .point { position: absolute; bottom: -26px; right: 50px;

width: 20px; height: 26px;

background-image: url(Tn-2013-guide-Bubble-point.png); background-attachment: scroll; background-position: center center; background-repeat: no-repeat; }

.tn-container .tour { width: 200px; height: 150px;

background-color: white; border-radius: 1em; }