Difference between revisions of "Template:BIOSINT Mexico"

 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<html>
 +
<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");
+
 
/*
+
Future Imperfect by HTML5 UP
+
html5up.net | @ajlkn
+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+
*/
+
+
 
/* Reset */
 
/* Reset */
 
   
 
   
Line 48: Line 44:
 
}
 
}
 
   
 
   
/* Box Model */
 
 
*, *:before, *:after {
 
-moz-box-sizing: border-box;
 
-webkit-box-sizing: border-box;
 
box-sizing: border-box;
 
}
 
 
   
 
   
 
/* Basic */
 
/* Basic */
Line 75: Line 64:
 
   
 
   
 
body {
 
body {
background: #f4f4f4;
+
background: #ffffff;
 
}
 
}
 
   
 
   
Line 296: Line 285:
 
   
 
   
 
/* List */
 
/* List */
 
ol {
 
list-style: decimal;
 
margin: 0 0 2em 0;
 
padding-left: 1.25em;
 
}
 
 
ol li {
 
padding-left: 0.25em;
 
}
 
 
ul {
 
list-style: disc;
 
margin: 0 0 2em 0;
 
padding-left: 1em;
 
}
 
 
ul li {
 
padding-left: 0.5em;
 
}
 
 
ul.alt {
 
list-style: none;
 
padding-left: 0;
 
}
 
 
ul.alt li {
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
 
padding: 0.5em 0;
 
}
 
 
ul.alt li:first-child {
 
border-top: 0;
 
padding-top: 0;
 
}
 
 
ul.icons {
 
cursor: default;
 
list-style: none;
 
padding-left: 0;
 
}
 
 
ul.icons li {
 
display: inline-block;
 
padding: 0 1em 0 0;
 
}
 
 
ul.icons li:last-child {
 
padding-right: 0;
 
}
 
 
ul.icons li > * {
 
text-decoration: none;
 
border: 0;
 
}
 
 
ul.icons li > *:before {
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
 
ul.icons li > * .label {
 
display: none;
 
}
 
 
ul.actions {
 
cursor: default;
 
list-style: none;
 
padding-left: 0;
 
}
 
 
ul.actions li {
 
display: inline-block;
 
padding: 0 1.5em 0 0;
 
vertical-align: middle;
 
}
 
 
ul.actions li:last-child {
 
padding-right: 0;
 
}
 
 
ul.actions.pagination .next {
 
text-decoration: none;
 
}
 
 
ul.actions.pagination .next:after {
 
content: "";
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
 
ul.actions.pagination .next:after {
 
content: '\f054';
 
}
 
 
ul.actions.pagination .previous {
 
text-decoration: none;
 
}
 
 
ul.actions.pagination .previous:before {
 
content: "";
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
 
ul.actions.pagination .previous:before {
 
content: '\f053';
 
}
 
 
@media screen and (max-width: 1280px) {
 
 
ul.actions.pagination {
 
text-align: center;
 
}
 
 
ul.actions.pagination .next, ul.actions.pagination .previous {
 
min-width: 20em;
 
}
 
 
}
 
 
@media screen and (max-width: 736px) {
 
 
ul.actions.pagination .next, ul.actions.pagination .previous {
 
min-width: 18em;
 
}
 
 
}
 
 
ul.actions.small li {
 
padding: 0 1em 0 0;
 
}
 
 
ul.actions.vertical li {
 
display: block;
 
padding: 1.5em 0 0 0;
 
}
 
 
ul.actions.vertical li:first-child {
 
padding-top: 0;
 
}
 
 
ul.actions.vertical li > * {
 
margin-bottom: 0;
 
}
 
 
ul.actions.vertical.small li {
 
padding: 1em 0 0 0;
 
}
 
 
ul.actions.vertical.small li:first-child {
 
padding-top: 0;
 
}
 
 
ul.actions.fit {
 
display: table;
 
margin-left: -1em;
 
padding: 0;
 
table-layout: fixed;
 
width: calc(100% + 1em);
 
}
 
 
ul.actions.fit li {
 
display: table-cell;
 
padding: 0 0 0 1em;
 
}
 
 
ul.actions.fit li > * {
 
margin-bottom: 0;
 
}
 
 
ul.actions.fit.small {
 
margin-left: -0.5em;
 
width: calc(100% + 0.5em);
 
}
 
 
ul.actions.fit.small li {
 
padding: 0 0 0 0.5em;
 
}
 
 
@media screen and (max-width: 480px) {
 
 
ul.actions {
 
margin: 0 0 2em 0;
 
}
 
 
ul.actions li {
 
padding: 1em 0 0 0;
 
display: block;
 
text-align: center;
 
width: 100%;
 
}
 
 
ul.actions li:first-child {
 
padding-top: 0;
 
}
 
 
ul.actions li > * {
 
width: 100%;
 
margin: 0 !important;
 
}
 
 
ul.actions.small li {
 
padding: 0.5em 0 0 0;
 
}
 
 
ul.actions.small li:first-child {
 
padding-top: 0;
 
}
 
 
}
 
 
 
 
dl {
 
margin: 0 0 2em 0;
 
}
 
 
dl dt {
 
display: block;
 
font-weight: 700;
 
margin: 0 0 1em 0;
 
}
 
 
dl dd {
 
margin-left: 2em;
 
}
 
 
   
 
   
 
   
 
   
Line 867: Line 617:
 
line-height: 3.5em;
 
line-height: 3.5em;
 
position: fixed;
 
position: fixed;
top: 0;
+
top: 1em;
 
width: 100%;
 
width: 100%;
 
z-index: 10000;
 
z-index: 10000;
Line 1,063: Line 813:
 
transition: opacity 0.5s ease;
 
transition: opacity 0.5s ease;
 
margin: 0 auto;
 
margin: 0 auto;
max-width: 100%;
+
max-width: 130%;
 
opacity: 1;
 
opacity: 1;
 
padding: 4.5em;
 
padding: 4.5em;
width: 90em;
+
width: 130%;
 
}
 
}
 
   
 
   
Line 1,117: Line 867:
 
margin-left: 2em;
 
margin-left: 2em;
 
margin-right: 2em;
 
margin-right: 2em;
width: auto;
+
width: 30%;
 
}
 
}
 
   
 
   
Line 1,374: Line 1,124:
 
   
 
   
 
}
 
}
 +
</style>
 +
</html>

Latest revision as of 11:49, 19 October 2016