Team:UNITN-Trento/CSS/Protocols
From 2013.igem.org
(Difference between revisions)
Line 68: | Line 68: | ||
height: 100%; | height: 100%; | ||
- | margin-top: - | + | margin-top: -0.8em; |
padding: 1em; | padding: 1em; | ||
padding-top: 0; | padding-top: 0; |
Revision as of 17:54, 3 October 2013
- tn-content .container {
position: static; margin: 2em auto; padding: 0; width: 960px;
background-color: rgb(32,86,54); background-image: url('https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png'); background-position: top center; background-repeat: no-repeat; border: 3px solid white; box-shadow: 2px 2px 4px #323232;
text-align:justify;
}
- tn-content .container .sheet {
margin: 2em; padding: 1em;
background: rgba(255,255,255,0.7); border-radius: 1em;
text-align: justify;
}
/*HEADER IN APPOSITE SUBS/TEMPLATE*/
/*******************/ /*CENTRAL CONTAINER*/ /*******************/
- tn-central-container {
display: block;
/*max-width: 1300px;*/ padding-top: 2.3em !important; width: 100%; min-height: 600px;
margin: 0 auto; padding: 1em 0;
background-color: #dadada;
box-shadow: 0 0 8px ; font-family: 'Cabin', sans-serif;
}
- tn-content-wrap {
display: static;
max-width: 1200px; min-height: 600px;
margin: 0 auto; margin-top: 6em; padding: 1px; padding-top: 0;
}
- tn-content {
display: static;
max-width: 1200px; height: 100%; margin-top: -0.8em; padding: 1em; padding-top: 0;
}
- tn-content a {
color: #323232;
}
- tn-content a:hover {
color: rgb(191, 27, 57);
}
.tn-spoiler-protocol > a {
display: block; padding: 0.2em; margin: 0.2em; background: #F0F0F0; border: 1px solid #2880C5; box-shadow: 1px 1px 1px #323232; color: #2880C5!important; font-variant: small-caps; text-decoration: none;
}
.tn-spoiler-protocol > a:hover {
border: 1px solid #DCD8D0; background: #C4221C; color: #f0f0f0!important;
}
.tn-spoiler-protocol div {
margin: 15px; padding: 10px; text-align: justify; background-color: #DADADA;
}
.tn-spoiler-protocol div table {
margin: 5px auto;
}
.tn-spoiler-protocol div th,.tn-spoiler-protocol div td {
border: 1px solid black; min-width: 50px; padding: 5px; text-align: left; background-color: #efefef;
}
.tn-spoiler-protocol div th {
text-align: center; background-color: #bcbcbc;
}
table.results td {
text-align: center;
}
.tn-spoiler-protocol > div {
padding: 1em; margin: 1em; background: #f0f0f0; border: 1px solid #2880C5; box-shadow: 2px 2px 2px #323232;
}
.tn-description {
padding-top: 1em; font-size: 14.4px; text-align: justify;
}
- tn-content h2 {
display: block;
border-bottom: 2px solid #2880C5; color: #C4221C;
font-family: "Boogaloo", cursive; font-size: 3em; font-style: normal;
line-height: 0.8em; text-align: left; text-shadow: 1px 1px 2px rgba(50,35,50,.5);
}
/*FOOTER IN APPOSITE SUBS/TEMPLATE*/