Team:UNITN-Trento/CSS/Extra
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...") |
|||
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | .container | + | #tn-content .container { |
- | + | background-color: rgb(143,11,25); | |
- | + | background-image: url(https://static.igem.org/mediawiki/2013/d/de/Tn-2013-boxbg-Onda-GrapeRed.png); | |
} | } | ||
- | . | + | .silhouette img { |
- | + | display: block; | |
- | + | margin: 0 auto; | |
- | + | margin-bottom: 0 !important; | |
- | + | width: 92%; | |
- | width: | + | margin-top: -22px; |
- | + | ||
} | } | ||
- | .container . | + | .container { |
- | + | text-align: center; | |
- | + | } | |
- | + | ||
+ | .container .menu { | ||
+ | margin: 0 auto; | ||
+ | width: 600px; | ||
+ | } | ||
+ | |||
+ | .container .menu a { | ||
+ | display: inline-block; | ||
- | padding: | + | margin: 20px auto; |
- | width: | + | padding: 4px; |
+ | min-width: 92px; | ||
+ | max-width: 110px; | ||
- | background-color: | + | background-color: rgba(250,250,250,.6); |
- | border: | + | border: 3px solid transparent; |
- | border-radius: | + | border-radius: 5px; |
- | font-family: " | + | color: rgb(105, 18, 28); |
- | + | font-family: "Boogaloo", sans-serif; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
font-size: 1.2em; | font-size: 1.2em; | ||
- | + | text-align: center; | |
- | + | text-decoration: none; | |
} | } | ||
- | .container . | + | .container .menu a:hover { |
- | + | background-color: transparent; | |
- | + | border-color: white; | |
- | + | color: white; | |
- | + | text-shadow: 0 0 2px black; | |
- | + | ||
- | + | ||
- | - | + | |
} | } |
Latest revision as of 12:00, 3 October 2013
- tn-content .container {
background-color: rgb(143,11,25); background-image: url();
}
.silhouette img {
display: block; margin: 0 auto; margin-bottom: 0 !important; width: 92%;
margin-top: -22px; }
.container {
text-align: center;
}
.container .menu {
margin: 0 auto; width: 600px;
}
.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(105, 18, 28); 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;
}