Team:UNITN-Trento/CSS/Protocols
From 2013.igem.org
(Difference between revisions)
(29 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | #tn- | + | #tn-content .container { |
- | + | position: static; | |
- | + | ||
- | text-align: | + | 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- | + | #tn-content .container .sheet { |
- | + | margin: 2em; | |
- | + | padding: 1em; | |
+ | |||
+ | background: rgba(255,255,255,0.7); | ||
+ | border-radius: 1em; | ||
+ | |||
+ | text-align: justify; | ||
} | } | ||
- | #tn- | + | /*HEADER IN APPOSITE SUBS/TEMPLATE*/ |
- | /* | + | |
- | background-color: | + | /*******************/ |
- | + | /*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 { | #tn-content-wrap { | ||
- | width: | + | display: static; |
- | padding: | + | |
+ | max-width: 1200px; | ||
+ | min-height: 600px; | ||
+ | |||
+ | margin: 0 auto; | ||
+ | margin-top: 6em; | ||
+ | padding: 1px; | ||
+ | padding-top: 0; | ||
} | } | ||
#tn-content { | #tn-content { | ||
- | width: | + | display: static; |
- | + | ||
- | + | max-width: 1200px; | |
+ | height: 100%; | ||
+ | |||
+ | margin-top: -0.8em; | ||
+ | padding: 1em; | ||
+ | padding-top: 0; | ||
} | } | ||
- | #tn-content | + | |
- | + | #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; | ||
} | } | ||
Line 34: | Line 106: | ||
padding: 10px; | padding: 10px; | ||
text-align: justify; | text-align: justify; | ||
- | background-color: # | + | background-color: #DADADA; |
} | } | ||
Line 58: | Line 130: | ||
} | } | ||
- | .tn-spoiler-protocol | + | .tn-spoiler-protocol > div { |
- | font- | + | 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; | 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*/ | |
- | + | ||
- | + | /*Navigation arrows*/ | |
- | color: | + | |
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet-2 { | ||
+ | position: relative; | ||
+ | |||
+ | margin: -1em 0 1em 0; | ||
+ | padding: 0.5em; | ||
+ | |||
+ | background-color: rgba(255,255,255,.6); | ||
+ | |||
+ | text-align: center; | ||
} | } | ||
- | .tn- | + | #tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev, |
- | + | #tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next { | |
- | + | position: absolute; | |
- | + | bottom: 0.8em; | |
- | border: | + | |
+ | width: 174px; | ||
+ | |||
+ | border: none; | ||
+ | box-shadow: none; | ||
} | } | ||
- | + | .container .sheet-2 .tn-arr-prev { | |
- | + | left: 2em; | |
} | } | ||
- | #tn-content a:hover { | + | .container .sheet-2 .tn-arr-next { |
- | + | right: 2em; | |
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited { | ||
+ | color:rgb(32,86,54); | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover { | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:visited { | ||
+ | color:rgb(32,86,54); | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover { | ||
+ | color:black; | ||
} | } |
Latest revision as of 20:50, 4 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*/
/*Navigation arrows*/
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
position: relative; margin: -1em 0 1em 0; padding: 0.5em; background-color: rgba(255,255,255,.6); text-align: center;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
position: absolute; bottom: 0.8em;
width: 174px; border: none; box-shadow: none;
}
.container .sheet-2 .tn-arr-prev {
left: 2em;
}
.container .sheet-2 .tn-arr-next {
right: 2em;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {
color:rgb(32,86,54); }
- tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {
color:black; }
- tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:visited {
color:rgb(32,86,54); }
- tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {
color:black; }