Difference between revisions of "Template:BIOSINT Mexico"

 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
  
import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
+
/* Reset */
 
+
 
+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
 +
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 +
display: block;
 +
}
 +
 +
body {
 +
line-height: 1;
 +
}
 +
 +
ol, ul {
 +
list-style: none;
 +
}
 +
 +
blockquote, q {
 +
quotes: none;
 +
}
 +
 +
blockquote:before, blockquote:after, q:before, q:after {
 +
content: '';
 +
content: none;
 +
}
 +
 +
table {
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
}
 +
 +
body {
 +
-webkit-text-size-adjust: none;
 +
}
 +
 +
 +
/* Basic */
 +
 +
@-ms-viewport {
 +
width: device-width;
 +
}
 +
 +
body {
 +
-ms-overflow-style: scrollbar;
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
html, body {
 +
min-width: 320px;
 +
}
 +
 +
}
 +
 +
body {
 +
background: #ffffff;
 +
}
 +
 +
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
 +
-moz-animation: none !important;
 +
-webkit-animation: none !important;
 +
-ms-animation: none !important;
 +
animation: none !important;
 +
-moz-transition: none !important;
 +
-webkit-transition: none !important;
 +
-ms-transition: none !important;
 +
transition: none !important;
 +
}
 +
 
/* Type */
 
/* Type */
 
+
 
body, input, select, textarea {
 
body, input, select, textarea {
 
color: #646464;
 
color: #646464;
Line 14: Line 87:
 
line-height: 1.75;
 
line-height: 1.75;
 
}
 
}
a {
+
 +
@media screen and (max-width: 1680px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 980px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
a {
 
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
Line 23: Line 137:
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 
+
 
a:before {
 
a:before {
 
-moz-transition: color 0.2s ease;
 
-moz-transition: color 0.2s ease;
Line 30: Line 144:
 
transition: color 0.2s ease;
 
transition: color 0.2s ease;
 
}
 
}
 
+
 
a:hover {
 
a:hover {
 
border-bottom-color: transparent;
 
border-bottom-color: transparent;
 
color: #2ebaae !important;
 
color: #2ebaae !important;
 
}
 
}
 
+
 
a:hover:before {
 
a:hover:before {
 
color: #2ebaae !important;
 
color: #2ebaae !important;
 
}
 
}
 
+
/* ------------------------------------------ HERE ---------------------------------------*/
+
strong, b {
 
+
strong, b {
+
 
color: #3c3b3b;
 
color: #3c3b3b;
 
font-weight: 700;
 
font-weight: 700;
 
}
 
}
 
+
 
em, i {
 
em, i {
 
font-style: italic;
 
font-style: italic;
 
}
 
}
 
+
 
p {
 
p {
 
margin: 0 0 2em 0;
 
margin: 0 0 2em 0;
 
}
 
}
 
+
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
color: #3c3b3b;
 
color: #3c3b3b;
Line 64: Line 176:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 
color: inherit;
 
color: inherit;
 
border-bottom: 0;
 
border-bottom: 0;
 
}
 
}
 
+
 
h2 {
 
h2 {
 
font-size: 1.1em;
 
font-size: 1.1em;
 
}
 
}
 
+
 
h3 {
 
h3 {
 
font-size: 0.9em;
 
font-size: 0.9em;
 
}
 
}
 
+
 
h4 {
 
h4 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
h5 {
 
h5 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
h6 {
 
h6 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
sub {
 
sub {
 
font-size: 0.8em;
 
font-size: 0.8em;
Line 95: Line 207:
 
top: 0.5em;
 
top: 0.5em;
 
}
 
}
 
+
 
sup {
 
sup {
 
font-size: 0.8em;
 
font-size: 0.8em;
Line 101: Line 213:
 
top: -0.5em;
 
top: -0.5em;
 
}
 
}
 
+
 
blockquote {
 
blockquote {
 
border-left: solid 4px rgba(160, 160, 160, 0.3);
 
border-left: solid 4px rgba(160, 160, 160, 0.3);
Line 108: Line 220:
 
padding: 0.5em 0 0.5em 2em;
 
padding: 0.5em 0 0.5em 2em;
 
}
 
}
 
+
 
code {
 
code {
 
background: rgba(160, 160, 160, 0.075);
 
background: rgba(160, 160, 160, 0.075);
Line 117: Line 229:
 
padding: 0.25em 0.65em;
 
padding: 0.25em 0.65em;
 
}
 
}
 
+
 
pre {
 
pre {
 
-webkit-overflow-scrolling: touch;
 
-webkit-overflow-scrolling: touch;
Line 124: Line 236:
 
margin: 0 0 2em 0;
 
margin: 0 0 2em 0;
 
}
 
}
 
+
 
pre code {
 
pre code {
 
display: block;
 
display: block;
Line 131: Line 243:
 
overflow-x: auto;
 
overflow-x: auto;
 
}
 
}
 
+
 
hr {
 
hr {
 
border: 0;
 
border: 0;
Line 137: Line 249:
 
margin: 2em 0;
 
margin: 2em 0;
 
}
 
}
 
+
 
hr.major {
 
hr.major {
 
margin: 3em 0;
 
margin: 3em 0;
 
}
 
}
 
+
 
.align-left {
 
.align-left {
 
text-align: left;
 
text-align: left;
 
}
 
}
 
+
 
.align-center {
 
.align-center {
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
.align-right {
 
.align-right {
 
text-align: right;
 
text-align: right;
 
}
 
}
 
+
 
+
 
+
/* Post-------------------------------------------------------------------------------------------- */
+
/* Blurb */
 
+
 +
.blurb h2 {
 +
font-size: 0.8em;
 +
margin: 0 0 1.5em 0;
 +
}
 +
 +
.blurb h3 {
 +
font-size: 0.7em;
 +
}
 +
 +
.blurb p {
 +
font-size: 0.9em;
 +
}
 +
 +
 +
/* List */
 +
 +
 +
 +
/* Post */
 +
 
.post {
 
.post {
 
padding: 2em 3em 1em 3em ;
 
padding: 2em 3em 1em 3em ;
Line 165: Line 297:
 
position: relative;
 
position: relative;
 
}
 
}
 
+
 
.post > header {
 
.post > header {
 
display: -moz-flex;
 
display: -moz-flex;
Line 175: Line 307:
 
margin: -3em 0 3em 0;
 
margin: -3em 0 3em 0;
 
position: relative;
 
position: relative;
width: calc(100% + 5em);
+
width: calc(100% + 6em);
 
}
 
}
 
+
 
.post > header .title {
 
.post > header .title {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 186: Line 318:
 
padding: 3.75em 3em 3.3em 3em;
 
padding: 3.75em 3em 3.3em 3em;
 
}
 
}
 
+
 
.post > header .title h2 {
 
.post > header .title h2 {
 
font-weight: 900;
 
font-weight: 900;
 
font-size: 1.5em;
 
font-size: 1.5em;
 
}
 
}
 
+
 
.post > header .title > :last-child {
 
.post > header .title > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
.post > header .meta {
 
.post > header .meta {
 
padding: 3.75em 3em 1.75em 3em ;
 
padding: 3.75em 3em 1.75em 3em ;
Line 203: Line 335:
 
width: 17em;
 
width: 17em;
 
}
 
}
 
+
 
.post > header .meta > * {
 
.post > header .meta > * {
 
margin: 0 0 1em 0;
 
margin: 0 0 1em 0;
 
}
 
}
 
+
 
.post > header .meta > :last-child {
 
.post > header .meta > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
.post > header .meta .published {
 
.post > header .meta .published {
 
color: #3c3b3b;
 
color: #3c3b3b;
Line 223: Line 355:
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
 
+
 
.post > a.image.featured {
 
.post > a.image.featured {
 
overflow: hidden;
 
overflow: hidden;
 
}
 
}
 
+
 
.post > a.image.featured img {
 
.post > a.image.featured img {
 
-moz-transition: -moz-transform 0.2s ease-out;
 
-moz-transition: -moz-transform 0.2s ease-out;
Line 234: Line 366:
 
transition: transform 0.2s ease-out;
 
transition: transform 0.2s ease-out;
 
}
 
}
 
+
 
.post > a.image.featured:hover img {
 
.post > a.image.featured:hover img {
 
-moz-transform: scale(1.05);
 
-moz-transform: scale(1.05);
Line 241: Line 373:
 
transform: scale(1.05);
 
transform: scale(1.05);
 
}
 
}
 
+
 
.post > footer {
 
.post > footer {
 
display: -moz-flex;
 
display: -moz-flex;
Line 252: Line 384:
 
align-items: center;
 
align-items: center;
 
}
 
}
 
+
 
.post > footer .actions {
 
.post > footer .actions {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 259: Line 391:
 
flex-grow: 1;
 
flex-grow: 1;
 
}
 
}
 
+
 
.post > footer .stats {
 
.post > footer .stats {
 
cursor: default;
 
cursor: default;
Line 265: Line 397:
 
padding: 0;
 
padding: 0;
 
}
 
}
 
+
 
.post > footer .stats li {
 
.post > footer .stats li {
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
Line 278: Line 410:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
.post > footer .stats li:first-child {
 
.post > footer .stats li:first-child {
 
border-left: 0;
 
border-left: 0;
Line 284: Line 416:
 
padding-left: 0;
 
padding-left: 0;
 
}
 
}
 
+
 
.post > footer .stats li .icon {
 
.post > footer .stats li .icon {
 
border-bottom: 0;
 
border-bottom: 0;
 
}
 
}
 
+
 
.post > footer .stats li .icon:before {
 
.post > footer .stats li .icon:before {
 
color: rgba(160, 160, 160, 0.3);
 
color: rgba(160, 160, 160, 0.3);
 
margin-right: 0.75em;
 
margin-right: 0.75em;
 
}
 
}
 
+
+
@media screen and (max-width: 980px) {
 
+
 
+
.post {
 
+
border-left: 0;
 +
border-right: 0;
 +
left: -3em;
 +
width: calc(100% + (3em * 2));
 +
}
 +
 +
.post > header {
 +
-moz-flex-direction: column;
 +
-webkit-flex-direction: column;
 +
-ms-flex-direction: column;
 +
flex-direction: column;
 +
padding: 3.75em 3em 1.25em 3em ;
 +
border-left: 0;
 +
}
 +
 +
.post > header .title {
 +
-ms-flex: 0 1 auto;
 +
margin: 0 0 2em 0;
 +
padding: 0;
 +
text-align: center;
 +
}
 +
 +
.post > header .meta {
 +
-moz-align-items: center;
 +
-webkit-align-items: center;
 +
-ms-align-items: center;
 +
align-items: center;
 +
display: -moz-flex;
 +
display: -webkit-flex;
 +
display: -ms-flex;
 +
display: flex;
 +
-moz-justify-content: center;
 +
-webkit-justify-content: center;
 +
-ms-justify-content: center;
 +
justify-content: center;
 +
border-left: 0;
 +
margin: 0 0 2em 0;
 +
padding-top: 0;
 +
padding: 0;
 +
text-align: left;
 +
width: 100%;
 +
}
 +
 +
.post > header .meta > * {
 +
border-left: solid 1px rgba(160, 160, 160, 0.3);
 +
margin-left: 2em;
 +
padding-left: 2em;
 +
}
 +
 +
.post > header .meta > :first-child {
 +
border-left: 0;
 +
margin-left: 0;
 +
padding-left: 0;
 +
}
 +
 +
.post > header .meta .published {
 +
margin-bottom: 0;
 +
margin-top: 0;
 +
}
 +
 +
.post > header .meta .author {
 +
-moz-flex-direction: row-reverse;
 +
-webkit-flex-direction: row-reverse;
 +
-ms-flex-direction: row-reverse;
 +
flex-direction: row-reverse;
 +
margin-bottom: 0;
 +
}
 +
 +
.post > header .meta .author .name {
 +
margin: 0 0 0 1.5em;
 +
}
 +
 +
.post > header .meta .author img {
 +
width: 3.5em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
.post {
 +
padding: 1.5em 1.5em 0.1em 1.5em ;
 +
left: -1.5em;
 +
margin: 0 0 2em 0;
 +
width: calc(100% + (1.5em * 2));
 +
}
 +
 +
.post > header {
 +
padding: 3em 1.5em 0.5em 1.5em ;
 +
left: -1.5em;
 +
margin: -1.5em 0 1.5em 0;
 +
width: calc(100% + 3em);
 +
}
 +
 +
.post > header .title h2 {
 +
font-size: 1.1em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
.post > header .meta {
 +
-moz-align-items: center;
 +
-webkit-align-items: center;
 +
-ms-align-items: center;
 +
align-items: center;
 +
-moz-flex-direction: column;
 +
-webkit-flex-direction: column;
 +
-ms-flex-direction: column;
 +
flex-direction: column;
 +
}
 +
 +
.post > header .meta > * {
 +
border-left: 0;
 +
margin: 1em 0 0 0;
 +
padding-left: 0;
 +
}
 +
 +
.post > header .meta .author .name {
 +
display: none;
 +
}
 +
 +
.post > .image.featured {
 +
margin-left: -1.5em;
 +
margin-top: calc(-1.5em - 1px);
 +
width: calc(100% + 3em);
 +
}
 +
 +
.post > footer {
 +
-moz-align-items: stretch;
 +
-webkit-align-items: stretch;
 +
-ms-align-items: stretch;
 +
align-items: stretch;
 +
-moz-flex-direction: column-reverse;
 +
-webkit-flex-direction: column-reverse;
 +
-ms-flex-direction: column-reverse;
 +
flex-direction: column-reverse;
 +
}
 +
 +
.post > footer .stats {
 +
text-align: center;
 +
}
 +
 +
.post > footer .stats li {
 +
margin: 0 0 0 1.25em;
 +
padding: 0 0 0 1.25em;
 +
}
 +
 +
}
 +
 
/* Section/Article */
 
/* Section/Article */
 
+
 
section.special, article.special {
 
section.special, article.special {
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
header p {
 
header p {
 
font-family: "Raleway", Helvetica, sans-serif;
 
font-family: "Raleway", Helvetica, sans-serif;
Line 313: Line 595:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
/* --Header */
 
/* --Header */
 
+
 
body {
 
body {
padding-top: 3em;
+
padding-top: 3.5em;
 
}
 
}
 
+
 
#header {
 
#header {
 
display: -moz-flex;
 
display: -moz-flex;
Line 335: Line 617:
 
line-height: 3.5em;
 
line-height: 3.5em;
 
position: fixed;
 
position: fixed;
top: 2em;
+
top: 1em;
 
width: 100%;
 
width: 100%;
 
z-index: 10000;
 
z-index: 10000;
 
}
 
}
 
+
 
#header a {
 
#header a {
 
color: #fff;
 
color: #fff;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 
+
 
#header ul {
 
#header ul {
 
list-style: none;
 
list-style: none;
margin: 1;
+
margin: 0;
 
padding-left: 0;
 
padding-left: 0;
                        top: 1em;
+
}
}  
+
 
+
 
#header ul li {
 
#header ul li {
 
display: inline-block;
 
display: inline-block;
 
padding-left: 0;
 
padding-left: 0;
 
}
 
}
 
+
 
#header h1 {
 
#header h1 {
 
height: inherit;
 
height: inherit;
Line 363: Line 644:
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
 
+
 
#header h1 a {
 
#header h1 a {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
#header .links {
 
#header .links {
 
-moz-flex: 1;
 
-moz-flex: 1;
Line 380: Line 661:
 
padding-left: 1.5em;
 
padding-left: 1.5em;
 
}
 
}
 
+
 
#header .links ul li {
 
#header .links ul li {
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
Line 387: Line 668:
 
padding-left: 1em;
 
padding-left: 1em;
 
}
 
}
 
+
 
#header .links ul li:first-child {
 
#header .links ul li:first-child {
 
border-left: 0;
 
border-left: 0;
Line 393: Line 674:
 
padding-left: 0;
 
padding-left: 0;
 
}
 
}
 
+
 
#header .links ul li a {
 
#header .links ul li a {
 
border-bottom: 0;
 
border-bottom: 0;
Line 402: Line 683:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
#header .main {
 
#header .main {
 
height: inherit;
 
height: inherit;
Line 408: Line 689:
 
text-align: right;
 
text-align: right;
 
}
 
}
 
+
 
#header .main ul {
 
#header .main ul {
 
height: inherit;
 
height: inherit;
 
line-height: inherit;
 
line-height: inherit;
 
}
 
}
 
+
 
#header .main ul li {
 
#header .main ul li {
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
Line 420: Line 701:
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
 
+
 
#header .main ul li > * {
 
#header .main ul li > * {
 
display: block;
 
display: block;
 
float: left;
 
float: left;
 
}
 
}
 
+
 
#header .main ul li > a {
 
#header .main ul li > a {
 
text-decoration: none;
 
text-decoration: none;
Line 435: Line 716:
 
width: 4em;
 
width: 4em;
 
}
 
}
 
+
 
#header .main ul li > a:before {
 
#header .main ul li > a:before {
 
-moz-osx-font-smoothing: grayscale;
 
-moz-osx-font-smoothing: grayscale;
Line 444: Line 725:
 
text-transform: none !important;
 
text-transform: none !important;
 
}
 
}
 
+
 
#header .main ul li > a:before {
 
#header .main ul li > a:before {
 
display: block;
 
display: block;
Line 456: Line 737:
 
width: inherit;
 
width: inherit;
 
}
 
}
 
+
 
#header form {
 
#header form {
 
margin: 0;
 
margin: 0;
 
}
 
}
 
+
 
#header form input {
 
#header form input {
 
display: inline-block;
 
display: inline-block;
Line 468: Line 749:
 
vertical-align: middle;
 
vertical-align: middle;
 
}
 
}
 
+
 
+
#header #search {
 +
-moz-transition: all 0.5s ease;
 +
-webkit-transition: all 0.5s ease;
 +
-ms-transition: all 0.5s ease;
 +
transition: all 0.5s ease;
 +
max-width: 0;
 +
opacity: 0;
 +
overflow: hidden;
 +
padding: 0;
 +
white-space: nowrap;
 +
}
 +
 +
#header #search input {
 +
width: 12em;
 +
}
 +
 +
#header #search.visible {
 +
max-width: 12.5em;
 +
opacity: 1;
 +
padding: 0 0.5em 0 0;
 +
}
 +
 
@media screen and (max-width: 980px) {
 
@media screen and (max-width: 980px) {
 
+
 
#header .links {
 
#header .links {
 
display: none;
 
display: none;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 736px) {
 
@media screen and (max-width: 736px) {
 
+
 
#header {
 
#header {
 
height: 2.75em;
 
height: 2.75em;
 
line-height: 2.75em;
 
line-height: 2.75em;
 
}
 
}
 
+
 
#header h1 {
 
#header h1 {
 
padding: 0 0 0 1em;
 
padding: 0 0 0 1em;
 
}
 
}
 
+
 
#header .main .search {
 
#header .main .search {
 
display: none;
 
display: none;
 
}
 
}
 
+
 
}
 
}
 
+
 
/* Wrapper */
 
/* Wrapper */
#wrapper {
+
 +
#wrapper {
 
display: -moz-flex;
 
display: -moz-flex;
 
display: -webkit-flex;
 
display: -webkit-flex;
Line 509: Line 812:
 
-ms-transition: opacity 0.5s ease;
 
-ms-transition: opacity 0.5s ease;
 
transition: opacity 0.5s ease;
 
transition: opacity 0.5s ease;
margin: 6em;
+
margin: 0 auto;
max-width: 90%;
+
max-width: 130%;
 
opacity: 1;
 
opacity: 1;
 
padding: 4.5em;
 
padding: 4.5em;
width: 95%;
+
width: 130%;
 
}
 
}
 
+
 
body.is-menu-visible #wrapper {
 
body.is-menu-visible #wrapper {
 
opacity: 0.15;
 
opacity: 0.15;
 
}
 
}
 
+
 
@media screen and (max-width: 1680px) {
 
@media screen and (max-width: 1680px) {
 
+
 
#wrapper {
 
#wrapper {
 
padding: 4em;
 
padding: 4em;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 1280px) {
 
@media screen and (max-width: 1280px) {
 
+
 
#wrapper {
 
#wrapper {
 
display: block;
 
display: block;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 736px) {
 
@media screen and (max-width: 736px) {
 
+
 
#wrapper {
 
#wrapper {
 
padding: 1.5em;
 
padding: 1.5em;
 
}
 
}
 
+
 
}
 
}
 
+
 
body.single #wrapper {
 
body.single #wrapper {
 
display: block;
 
display: block;
 
}
 
}
+
 
+
 
/* Main */
 
/* Main */
 
+
 
#main {
 
#main {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 559: Line 861:
 
width: 100%;
 
width: 100%;
 
}
 
}
 +
 
/* Sidebar */
 
/* Sidebar */
 
+
 
#sidebar {
 
#sidebar {
 
margin-left: 2em;
 
margin-left: 2em;
Line 566: Line 869:
 
width: 30%;
 
width: 30%;
 
}
 
}
 
+
 
#sidebar > * {
 
#sidebar > * {
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
Line 572: Line 875:
 
padding: 3em 0 0 0;
 
padding: 3em 0 0 0;
 
}
 
}
 
+
 
#sidebar > :first-child {
 
#sidebar > :first-child {
 
border-top: 0;
 
border-top: 0;
Line 578: Line 881:
 
padding-top: 0;
 
padding-top: 0;
 
}
 
}
 
+
 
@media screen and (max-width: 1280px) {
 
@media screen and (max-width: 1280px) {
 
+
 
#sidebar {
 
#sidebar {
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
Line 588: Line 891:
 
width: 100%;
 
width: 100%;
 
}
 
}
 
+
 
}
 
}
 
+
 
+
 
+
 
/* --Menu */
 
/* --Menu */
 
+
+
ul, ol {
ul, ol {
+
 
list-style:none;
 
list-style:none;
 
}
 
}
Line 603: Line 903:
 
display:block;
 
display:block;
 
}
 
}
+
 
.nav li a:hover {
 
.nav li a:hover {
 
}
 
}
+
 
.nav li ul {
 
.nav li ul {
 
display:none;
 
display:none;
 
position:absolute;
 
position:absolute;
 
}
 
}
+
 
.nav li:hover > ul {
 
.nav li:hover > ul {
 
background-color:#4E4444;
 
background-color:#4E4444;
 
display:block;
 
display:block;
 
}
 
}
+
 
.nav li ul li {
 
.nav li ul li {
 
position:relative;
 
position:relative;
 
+
 
}
 
}
 
+
 
+
 
+
 +
 
/* Intro */
 
/* Intro */
 
+
 
#intro .logo {
 
#intro .logo {
 
border-bottom: 0;
 
border-bottom: 0;
Line 634: Line 935:
 
width: 11em;
 
width: 11em;
 
}
 
}
 
+
 
#intro .logo:before {
 
#intro .logo:before {
 
background-position: top left;
 
background-position: top left;
Line 647: Line 948:
 
width: 100%;
 
width: 100%;
 
}
 
}
 
+
 
#intro .logo img {
 
#intro .logo img {
 
display: block;
 
display: block;
Line 653: Line 954:
 
width: 9em;
 
width: 9em;
 
}
 
}
 
+
 
#intro header h2 {
 
#intro header h2 {
 
font-size: 2em;
 
font-size: 2em;
 
font-weight: 900;
 
font-weight: 900;
 
}
 
}
 
+
 
#intro header p {
 
#intro header p {
 
font-size: 0.8em;
 
font-size: 0.8em;
 
}
 
}
 
+
 
@media screen and (max-width: 1280px) {
 
@media screen and (max-width: 1280px) {
 
+
 
#intro {
 
#intro {
 
margin: 0 0 3em 0;
 
margin: 0 0 3em 0;
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
#intro header h2 {
 
#intro header h2 {
 
font-size: 2em;
 
font-size: 2em;
 
}
 
}
 
+
 
#intro header p {
 
#intro header p {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 736px) {
 
@media screen and (max-width: 736px) {
 
+
 
#intro {
 
#intro {
 
margin: 0 0 1.5em 0;
 
margin: 0 0 1.5em 0;
 
padding: 1.25em 0;
 
padding: 1.25em 0;
 
}
 
}
 
+
 
#intro > :last-child {
 
#intro > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
#intro .logo {
 
#intro .logo {
 
margin: 0 0 0.5em 0;
 
margin: 0 0 0.5em 0;
 
}
 
}
 
+
 
#intro header h2 {
 
#intro header h2 {
 
font-size: 1.25em;
 
font-size: 1.25em;
 
}
 
}
 
+
 
#intro header > :last-child {
 
#intro header > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
}
 
}
 
+
 
/* Footer */
 
/* Footer */
 
+
+
#footer .icons {
#footer .icons {
+
 
color: #aaaaaa;
 
color: #aaaaaa;
 
}
 
}
 
+
 
#footer .copyright {
 
#footer .copyright {
 
color: #aaaaaa;
 
color: #aaaaaa;
Line 720: Line 1,020:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
body.single #footer {
 
body.single #footer {
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
+
/* Menu */
 +
 +
#menu {
 +
-moz-transform: translateX(25em);
 +
-webkit-transform: translateX(25em);
 +
-ms-transform: translateX(25em);
 +
transform: translateX(25em);
 +
-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
 +
-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
 +
-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
 +
transition: transform 0.5s ease, visibility 0.5s;
 +
-webkit-overflow-scrolling: touch;
 +
background: #ffffff;
 +
border-left: solid 1px rgba(160, 160, 160, 0.3);
 +
box-shadow: none;
 +
height: 100%;
 +
max-width: 80%;
 +
overflow-y: auto;
 +
position: fixed;
 +
right: 0;
 +
top: 0;
 +
visibility: hidden;
 +
width: 25em;
 +
z-index: 10002;
 +
}
 +
 +
#menu > * {
 +
border-top: solid 1px rgba(160, 160, 160, 0.3);
 +
padding: 3em;
 +
}
 +
 +
#menu > * > :last-child {
 +
margin-bottom: 0;
 +
}
 +
 +
#menu > :first-child {
 +
border-top: 0;
 +
}
 +
 +
#menu .links {
 +
list-style: none;
 +
padding: 0;
 +
}
 +
 +
#menu .links > li {
 +
border: 0;
 +
border-top: dotted 1px rgba(160, 160, 160, 0.3);
 +
margin: 1.5em 0 0 0;
 +
padding: 1.5em 0 0 0;
 +
}
 +
 +
#menu .links > li a {
 +
display: block;
 +
border-bottom: 0;
 +
}
 +
 +
#menu .links > li a h3 {
 +
-moz-transition: color 0.2s ease;
 +
-webkit-transition: color 0.2s ease;
 +
-ms-transition: color 0.2s ease;
 +
transition: color 0.2s ease;
 +
font-size: 0.7em;
 +
}
 +
 +
#menu .links > li a p {
 +
font-family: "Raleway", Helvetica, sans-serif;
 +
font-size: 0.6em;
 +
font-weight: 400;
 +
letter-spacing: 0.25em;
 +
margin-bottom: 0;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
}
 +
 +
#menu .links > li a:hover h3 {
 +
color: #2ebaae;
 +
}
 +
 +
#menu .links > li:first-child {
 +
border-top: 0;
 +
margin-top: 0;
 +
padding-top: 0;
 +
}
 +
 +
body.is-menu-visible #menu {
 +
-moz-transform: translateX(0);
 +
-webkit-transform: translateX(0);
 +
-ms-transform: translateX(0);
 +
transform: translateX(0);
 +
visibility: visible;
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
#menu > * {
 +
padding: 1.5em;
 +
}
 +
 +
}
 
</style>
 
</style>
 
<!-- **************************************************** Inicia Pagina **************************** -->
 
<head>
 
<title>WIKI IGEM 2016</title>
 
<meta charset="utf-8" />
 
</head>
 
<body>
 
 
 
<!-- Wrapper -->
 
<div id="wrapper">
 
<!-- Header -->
 
<header id="header">
 
<h1><a href="https://2016.igem.org/Team:BIOSINT_Mexico">WIKI IGEM 2016</a></h1>
 
<nav class="nav">
 
<ul>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Description">Project</a>
 
<ul>
 
<li><a href="">Hypotaurine and Taurine</a></li>
 
<li><a href="">Background </a></li>
 
<li><a href="">Overview </a></li>
 
<li><a href="">Assembly </a></li>
 
<li><a href="">Devices  </a></li>
 
</ul>
 
</li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/HP/Gold">Policy & Practices </a>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Collaborations">Collaborations </a></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Engagement">Spreading iGEM</a></li>
 
</ul></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Achievements">Achievements  </a>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Modeling">Modeling </a></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Entrepreneurship">Project outlook and Future prospects</a></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_Mexico/Parts.">Parts </a></li>
 
</ul></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_MexicoTeam">Team </a>
 
<ul>
 
<li><a href="">Members </a></li>
 
<li><a href="">Sponsors</a></li>
 
<li><a href="">Official page </a></li>
 
</ul></li>
 
<li><a href="https://2016.igem.org/Team:BIOSINT_MexicoTeam">Notebook </a>
 
<ul>
 
<li><a href="">Lab Record </a></li>
 
<li><a href="">Protocols</a></li>
 
</ul></li>
 
</ul>
 
</nav>
 
<nav class="main">
 
<ul>
 
<li class="menu">
 
</li>
 
</ul>
 
</nav>
 
</header>
 
 
<!-- Main -->
 
<div id="main">
 
 
<!-- Post -->
 
<article class="post">
 
<header>
 
<div class="title">
 
<h2><a href="#">TITULO</a></h2>
 
</div>
 
</header>
 
<img src="https://static.igem.org/mediawiki/2016/a/a0/T--BIOSINT_Mexico--IGEM.gif" alt="" />
 
<p>---TEXTO---</p>
 
 
</article>
 
 
 
<!-- Post -->
 
 
</div>
 
 
<!-- Sidebar -->
 
<section id="sidebar">
 
 
<!-- Intro -->
 
<section id="intro">
 
<a href="https://2016.igem.org/Team:BIOSINT_Mexico" class="logo"><img src="https://static.igem.org/mediawiki/2016/8/8f/T--BIOSINT_Mexico--BIOSINTLOGO.png" alt="" /></a>
 
<header>
 
<h2>WIKI IGEM 2016</h2>
 
 
</header>
 
</section>
 
<!-- About -->
 
<section class="blurb">
 
<h2>BIOSINT MEXICO 2016 </h2>
 
<p>Instituto Tecnologico y de Estudios Superiores de Monterrey Campus Queretaro
 
Epigmenio Gonzales 500, Fracc. San Pablo
 
Email: biosintqro@gmail.com
 
Queretaro, QRO </p>
 
 
<img src="https://static.igem.org/mediawiki/2016/a/a0/T--BIOSINT_Mexico--IGEM.gif" alt="" />
 
 
</section>
 
 
<!-- Footer -->
 
<section id="footer">
 
<ul class="icons">
 
<li><a href="#" class="fa-twitter"><span class="label">Twitter</span></a></li>
 
<li><a href="#" class="fa-facebook"><span class="label">Facebook</span></a></li>
 
</ul>
 
</section>
 
 
 
</section>
 
 
</div>
 
 
</body>
 
 
 
 
 
</html>
 
</html>

Latest revision as of 11:49, 19 October 2016