Team:UNITN-Trento/CSS/Notebook
From 2013.igem.org
(Difference between revisions)
(41 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | #tn- | + | /*HEADER IN APPOSITE SUBS/TEMPLATE*/ |
+ | |||
+ | /*******************/ | ||
+ | /*CENTRAL CONTAINER*/ | ||
+ | /*******************/ | ||
+ | |||
+ | #tn-central-container { | ||
display: block; | display: block; | ||
- | |||
- | |||
- | |||
- | + | /*max-width: 1300px;*/ | |
width: 100%; | width: 100%; | ||
- | height: | + | min-height: 600px; |
- | + | ||
- | + | margin: 0 auto; | |
- | + | padding: 1em 0; | |
- | background- | + | |
- | + | background-color: #dadada; | |
+ | background-image: url(https://static.igem.org/mediawiki/2013/a/aa/Tn-2013-mainbg-Wood_pattern.png); | ||
+ | |||
+ | box-shadow: 0 0 8px ; | ||
+ | |||
+ | font-family: 'Cabin', sans-serif; | ||
} | } | ||
#tn-content-wrap { | #tn-content-wrap { | ||
+ | display: block; | ||
+ | padding-bottom: 25px; | ||
+ | margin-top: 6em; | ||
+ | |||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
- | + | ||
+ | text-align: center; | ||
vertical-align: top; | vertical-align: top; | ||
- | |||
} | } | ||
.tn-sidebar,#tn-content { | .tn-sidebar,#tn-content { | ||
- | |||
display: inline-block; | display: inline-block; | ||
+ | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | |||
+ | vertical-align: top; | ||
} | } | ||
.tn-sidebar { | .tn-sidebar { | ||
- | width: | + | width: 20%; |
} | } | ||
#tn-content { | #tn-content { | ||
- | + | width: 68%; | |
- | width: | + | |
- | margin: 0 1%; padding: 1%; | + | margin: 0 5% 0 1%; |
- | + | padding: 1%; | |
- | + | ||
- | + | ||
background-image: url('https://static.igem.org/mediawiki/2013/c/ca/Tn-2013-graph-White_Notebook_Paper.png'); | background-image: url('https://static.igem.org/mediawiki/2013/c/ca/Tn-2013-graph-White_Notebook_Paper.png'); | ||
background-repeat: repeat-x repeat-y; | background-repeat: repeat-x repeat-y; | ||
background-position: center; | background-position: center; | ||
+ | |||
+ | border-left: 0.5em solid rgba(196, 34, 28, .8); | ||
+ | border-right: 0.5em solid rgba(196, 34, 28, .8); | ||
+ | box-shadow: 2px 2px 4px #323232; | ||
+ | |||
+ | text-align: center; | ||
} | } | ||
/*Filters*/ | /*Filters*/ | ||
- | #tn-filter-faces,#tn-filter-tags-wrap { | + | #tn-filter-faces, |
+ | #tn-filter-tags-wrap { | ||
width: 175px; | width: 175px; | ||
padding: 0.3em; | padding: 0.3em; | ||
margin: 0 auto; | margin: 0 auto; | ||
- | |||
- | |||
} | } | ||
Line 62: | Line 79: | ||
#tn-filter-faces .faces img { | #tn-filter-faces .faces img { | ||
display: inline-table; | display: inline-table; | ||
- | + | width: 75px; | |
margin: 1px 0px; | margin: 1px 0px; | ||
+ | |||
+ | border: 2px solid #dadada; | ||
border-radius: 5px; | border-radius: 5px; | ||
- | + | box-shadow: 2px 2px 2px #323232; | |
- | opacity: 0.7; | + | /*opacity: 0.7;*/ |
} | } | ||
Line 73: | Line 92: | ||
} | } | ||
- | #tn-filter-faces | + | #tn-filter-faces .tn-title, |
+ | #tn-filter-tags-wrap .tn-title, | ||
+ | #tn-calendar .tn-title { | ||
display: block; | display: block; | ||
- | + | width: 160px; | |
- | + | margin: 0.5em auto; | |
- | + | padding: 0.3em; | |
- | color: | + | |
- | + | background-color: rgba(31, 68, 87, 0.9); | |
- | + | border: 2px solid #ffffff; | |
+ | box-shadow: 2px 2px 2px #323232; | ||
+ | color: #ffffff; | ||
+ | |||
+ | font-family: "Mouse Memoirs", sans-serif; | ||
+ | font-size: 1.5em; | ||
+ | line-height: 1em; | ||
} | } | ||
Line 98: | Line 125: | ||
} | } | ||
- | #tn-calendar-table th,#tn-calendar-table td { | + | #tn-calendar-table th, |
+ | #tn-calendar-table td { | ||
width: 25px; | width: 25px; | ||
height: 25px; | height: 25px; | ||
font-size: 0.7em; | font-size: 0.7em; | ||
- | border: 1px solid | + | border: 1px solid #2880C5; |
- | color: | + | box-shadow: 1px 1px 2px #323232; |
+ | color: #2880C5; | ||
+ | } | ||
+ | |||
+ | .tn-fw, | ||
+ | .tn-bw { | ||
+ | box-shadow: none !important; | ||
+ | font-size: 1em !important; | ||
+ | text-shadow: 1px 1px 2px #323232; | ||
} | } | ||
- | #tn-calendar-table th,#tn-calendar-table th.tn-name { | + | #tn-calendar-table th, |
- | border: 1px solid | + | #tn-calendar-table th.tn-name { |
- | background: | + | border: 1px solid #2880C5; |
+ | background: #1F4457; | ||
color: white; | color: white; | ||
} | } | ||
Line 118: | Line 155: | ||
#tn-calendar-table td:hover { | #tn-calendar-table td:hover { | ||
- | background-color: | + | background-color: #C4221C; |
color: rgb(240, 242, 223); | color: rgb(240, 242, 223); | ||
} | } | ||
- | #tn-calendar-table th.tn-month:not(.tn-name) a:link,#tn-calendar-table th.tn-month:not(.tn-name) a:visited { | + | #tn-calendar-table th.tn-month:not(.tn-name) a:link, |
+ | #tn-calendar-table th.tn-month:not(.tn-name) a:visited { | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
Line 129: | Line 167: | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | font-weight: bold; | ||
- | color: | + | color: #2880C5; |
} | } | ||
#tn-calendar-table th.tn-month:not(.tn-name) a:hover { | #tn-calendar-table th.tn-month:not(.tn-name) a:hover { | ||
- | color: | + | color: #C4221C; |
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 194: | Line 200: | ||
background: rgb(240, 242, 223); | background: rgb(240, 242, 223); | ||
border: 1px solid rgba(0,0,0,.3); | border: 1px solid rgba(0,0,0,.3); | ||
+ | } | ||
+ | |||
+ | /*TimeSelect buttons*/ | ||
+ | |||
+ | .tn-timeSelect { | ||
+ | display:inline-block; | ||
+ | |||
+ | width: 70%; | ||
+ | |||
+ | margin: 3em 3em 3em 0; | ||
+ | |||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .tn-timeSelect a { | ||
+ | width: 100px; | ||
+ | |||
+ | padding: 0.5em; | ||
+ | |||
+ | background-color: rgb(40,128,197); | ||
+ | border-bottom: 2px solid rgb(31,68,87); | ||
+ | border-radius: 0.5em; | ||
+ | |||
+ | color: white; | ||
+ | font-family: "Mouse Memoirs",Helvetica,sans-serif; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | .tn-timeSelect a:hover { | ||
+ | background-color: rgb(31,68,87); | ||
+ | border-bottom: 2px solid rgb(40,128,197); | ||
+ | border-radius: 0.5em; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .tn-timeSelect a.active { | ||
+ | background-color: #821410; | ||
+ | border-bottom: 2px solid #c4221c; | ||
+ | border-radius: 0.5em; | ||
+ | } | ||
+ | |||
+ | .tn-add-post { | ||
+ | display:inline-block; | ||
+ | |||
+ | width: 15%; | ||
+ | |||
+ | margin: 3em 0 3em 3em; | ||
+ | } | ||
+ | |||
+ | .tn-add-post a { | ||
+ | display: block; | ||
+ | |||
+ | width: 200px; | ||
+ | |||
+ | padding: 0.5em; | ||
+ | |||
+ | background-color: rgb(40,128,197); | ||
+ | border-bottom: 2px solid rgb(31,68,87); | ||
+ | border-radius: 0.5em; | ||
+ | |||
+ | color: white; | ||
+ | font-family: "Mouse Memoirs",Helvetica,sans-serif; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | .tn-add-post a:hover { | ||
+ | background-color: #821410; | ||
+ | border-bottom: 2px solid #c4221c; | ||
+ | border-radius: 0.5em; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /*FOOTER IN APPOSITE SUBS/TEMPLATE*/ | ||
+ | |||
+ | /*Navigation arrows*/ | ||
+ | |||
+ | .sheet-2 { | ||
+ | position: relative; | ||
+ | |||
+ | margin: 2em 0 1em 0; | ||
+ | padding: 0.5em; | ||
+ | |||
+ | background-color: rgba(255,255,255,.6); | ||
+ | |||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .sheet-2 .tn-arr-prev, | ||
+ | .sheet-2 .tn-arr-next { | ||
+ | position: absolute; | ||
+ | bottom: 0.8em; | ||
+ | |||
+ | width: 174px; | ||
+ | |||
+ | border: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | |||
+ | .sheet-2 .tn-arr-prev { | ||
+ | left: 2em; | ||
+ | } | ||
+ | |||
+ | .sheet-2 .tn-arr-next { | ||
+ | right: 2em; | ||
} | } |
Latest revision as of 16:26, 3 October 2013
/*HEADER IN APPOSITE SUBS/TEMPLATE*/
/*******************/ /*CENTRAL CONTAINER*/ /*******************/
- tn-central-container {
display: block;
/*max-width: 1300px;*/ width: 100%; min-height: 600px;
margin: 0 auto; padding: 1em 0;
background-color: #dadada; background-image: url();
box-shadow: 0 0 8px ; font-family: 'Cabin', sans-serif;
}
- tn-content-wrap {
display: block; padding-bottom: 25px; margin-top: 6em; width: 100%; height: 100%;
text-align: center; vertical-align: top;
}
.tn-sidebar,#tn-content {
display: inline-block;
margin: 0; padding: 0;
vertical-align: top;
}
.tn-sidebar {
width: 20%;
}
- tn-content {
width: 68%;
margin: 0 5% 0 1%; padding: 1%;
background-image: url('https://static.igem.org/mediawiki/2013/c/ca/Tn-2013-graph-White_Notebook_Paper.png'); background-repeat: repeat-x repeat-y; background-position: center; border-left: 0.5em solid rgba(196, 34, 28, .8); border-right: 0.5em solid rgba(196, 34, 28, .8); box-shadow: 2px 2px 4px #323232;
text-align: center;
}
/*Filters*/
- tn-filter-faces,
- tn-filter-tags-wrap {
width: 175px; padding: 0.3em; margin: 0 auto;
}
- tn-filter-tags-wrap {
margin-top: 1em;
}
- tn-filter-faces .faces img {
display: inline-table; width: 75px; margin: 1px 0px;
border: 2px solid #dadada; border-radius: 5px; box-shadow: 2px 2px 2px #323232; /*opacity: 0.7;*/
}
- tn-filter-faces .faces img:hover {
opacity: 1.0;
}
- tn-filter-faces .tn-title,
- tn-filter-tags-wrap .tn-title,
- tn-calendar .tn-title {
display: block; width: 160px; margin: 0.5em auto; padding: 0.3em;
background-color: rgba(31, 68, 87, 0.9); border: 2px solid #ffffff; box-shadow: 2px 2px 2px #323232; color: #ffffff;
font-family: "Mouse Memoirs", sans-serif; font-size: 1.5em; line-height: 1em;
}
/*Calendar*/
- tn-calendar {
margin: 0 auto; width: 220px; background-color: transparent;
}
- tn-calendar-table {
background-color: transparent;
}
- tn-calendar-table td {
background-color: white;
}
- tn-calendar-table th,
- tn-calendar-table td {
width: 25px; height: 25px; font-size: 0.7em; border: 1px solid #2880C5; box-shadow: 1px 1px 2px #323232; color: #2880C5;
}
.tn-fw, .tn-bw {
box-shadow: none !important; font-size: 1em !important; text-shadow: 1px 1px 2px #323232;
}
- tn-calendar-table th,
- tn-calendar-table th.tn-name {
border: 1px solid #2880C5; background: #1F4457; color: white;
}
- tn-calendar-table th.tn-month:not(.tn-name) {
border: none; background: transparent;
}
- tn-calendar-table td:hover {
background-color: #C4221C; color: rgb(240, 242, 223);
}
- tn-calendar-table th.tn-month:not(.tn-name) a:link,
- tn-calendar-table th.tn-month:not(.tn-name) a:visited {
display: block; width: 100%; height: 100%; vertical-align: middle; text-decoration: none; font-weight: bold; color: #2880C5;
}
- tn-calendar-table th.tn-month:not(.tn-name) a:hover {
color: #C4221C;
}
/*Spoilers*/ .tn-spoiler a {
font-variant: small-caps; display: block; text-decoration: none; padding: 2px; margin: 2px;
}
.tn-spoiler a:link, .tn-spoiler a:visited {
border: 1px solid rgb(4, 140, 126); background: rgb(240, 242, 223); color: rgb(4, 140, 126);
}
.tn-spoiler a:hover {
border: 1px solid rgb(240, 242, 223); background: rgb(191, 27, 57); color: rgb(240, 242, 223);
}
.tn-spoiler > div {
padding: 2px; margin: 2px; background: rgb(240, 242, 223); border: 1px solid rgba(0,0,0,.3);
}
/*TimeSelect buttons*/
.tn-timeSelect {
display:inline-block;
width: 70%;
margin: 3em 3em 3em 0;
text-align: right;
}
.tn-timeSelect a {
width: 100px;
padding: 0.5em;
background-color: rgb(40,128,197); border-bottom: 2px solid rgb(31,68,87); border-radius: 0.5em;
color: white; font-family: "Mouse Memoirs",Helvetica,sans-serif; font-size: 1.2em;
}
.tn-timeSelect a:hover {
background-color: rgb(31,68,87); border-bottom: 2px solid rgb(40,128,197); border-radius: 0.5em; text-decoration: none;
}
.tn-timeSelect a.active {
background-color: #821410; border-bottom: 2px solid #c4221c; border-radius: 0.5em;
}
.tn-add-post {
display:inline-block;
width: 15%;
margin: 3em 0 3em 3em;
}
.tn-add-post a {
display: block; width: 200px;
padding: 0.5em;
background-color: rgb(40,128,197); border-bottom: 2px solid rgb(31,68,87); border-radius: 0.5em;
color: white; font-family: "Mouse Memoirs",Helvetica,sans-serif; font-size: 1.2em;
}
.tn-add-post a:hover {
background-color: #821410; border-bottom: 2px solid #c4221c; border-radius: 0.5em; text-decoration: none;
}
/*FOOTER IN APPOSITE SUBS/TEMPLATE*/
/*Navigation arrows*/
.sheet-2 {
position: relative; margin: 2em 0 1em 0; padding: 0.5em; background-color: rgba(255,255,255,.6); text-align: center;
}
.sheet-2 .tn-arr-prev, .sheet-2 .tn-arr-next {
position: absolute; bottom: 0.8em;
width: 174px; border: none; box-shadow: none;
}
.sheet-2 .tn-arr-prev {
left: 2em;
}
.sheet-2 .tn-arr-next {
right: 2em;
}