Difference between revisions of "Template:BIOSINT Mexico"

Line 71: Line 71:
  
 
/* Type --------------------------------------------------------------------------------- */
 
/* Type --------------------------------------------------------------------------------- */
 +
body, input, select, textarea {
 +
color: #646464;
 +
font-family: "Source Sans Pro", Helvetica, sans-serif;
 +
font-size: 14pt;
 +
font-weight: 400;
 +
line-height: 1.75;
 +
}
  
 +
a {
 +
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 +
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 +
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 +
transition: color 0.2s ease, border-bottom-color 0.2s ease;
 +
border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
 +
text-decoration: none;
 +
}
 +
  
 +
a:before {
 +
-moz-transition: color 0.2s ease;
 +
-webkit-transition: color 0.2s ease;
 +
-ms-transition: color 0.2s ease;
 +
transition: color 0.2s ease;
 +
}
  
/* List */
+
a:hover {
 +
border-bottom-color: transparent;
 +
color: #2ebaae !important;
 +
}
  
 +
a:hover:before {
 +
color: #2ebaae !important;
 +
}
  
ol {
+
strong, b {
list-style: decimal;
+
color: #3c3b3b;
margin: 0 0 2em 0;
+
font-weight: 700;
padding-left: 1.25em;
+
 
}
 
}
  
ol li {
+
em, i {
padding-left: 0.25em;
+
font-style: italic;
}
+
}
  
ul {
+
p {
list-style: disc;
+
 
margin: 0 0 2em 0;
 
margin: 0 0 2em 0;
padding-left: 1em;
 
 
}
 
}
  
ul li {
+
h1, h2, h3, h4, h5, h6 {
padding-left: 0.5em;
+
color: #3c3b3b;
}
+
font-family: "Raleway", Helvetica, sans-serif;
 +
font-weight: 800;
 +
letter-spacing: 0.25em;
 +
line-height: 1.65;
 +
margin: 0 0 1em 0;
 +
text-transform: uppercase;
 +
}
  
ul.alt {
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
list-style: none;
+
color: inherit;
padding-left: 0;
+
border-bottom: 0;
 
}
 
}
  
ul.alt li {
+
h2 {
border-top: solid 1px rgba(160, 160, 160, 0.3);
+
font-size: 1.1em;
padding: 0.5em 0;
+
}
}
+
  
ul.alt li:first-child {
+
h3 {
border-top: 0;
+
font-size: 0.9em;
padding-top: 0;
+
}
}
+
  
ul.icons {
+
h4 {
cursor: default;
+
font-size: 0.7em;
list-style: none;
+
}
padding-left: 0;
+
}
+
  
ul.icons li {
+
h5 {
display: inline-block;
+
font-size: 0.7em;
padding: 0 1em 0 0;
+
}
}
+
  
ul.icons li:last-child {
+
h6 {
padding-right: 0;
+
font-size: 0.7em;
}
+
}
  
ul.icons li > * {
+
sub {
text-decoration: none;
+
font-size: 0.8em;
border: 0;
+
position: relative;
}
+
top: 0.5em;
 +
}
  
ul.icons li > *:before {
+
sup {
-moz-osx-font-smoothing: grayscale;
+
font-size: 0.8em;
-webkit-font-smoothing: antialiased;
+
position: relative;
font-family: FontAwesome;
+
top: -0.5em;
font-style: normal;
+
}
font-weight: normal;
+
text-transform: none !important;
+
}
+
  
ul.icons li > * .label {
+
blockquote {
display: none;
+
border-left: solid 4px rgba(160, 160, 160, 0.3);
}
+
font-style: italic;
 +
margin: 0 0 2em 0;
 +
padding: 0.5em 0 0.5em 2em;
 +
}
 +
 
 +
pre {
 +
-webkit-overflow-scrolling: touch;
 +
font-family: "Courier New", monospace;
 +
font-size: 0.9em;
 +
margin: 0 0 2em 0;
 +
}
  
ul.actions {
+
pre code {
cursor: default;
+
display: block;
list-style: none;
+
line-height: 1.75em;
padding-left: 0;
+
padding: 1em 1.5em;
 +
overflow-x: auto;
 
}
 
}
  
ul.actions li {
+
hr {
display: inline-block;
+
border: 0;
padding: 0 1.5em 0 0;
+
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
vertical-align: middle;
+
margin: 2em 0;
}
+
}
  
ul.actions li:last-child {
+
hr.major {
padding-right: 0;
+
margin: 3em 0;
}
+
}
  
ul.actions.pagination .next {
+
.align-left {
text-decoration: none;
+
text-align: left;
}
+
}
  
ul.actions.pagination .next:after {
+
.align-center {
content: "";
+
text-align: center;
-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 {
+
.align-right {
content: '\f054';
+
text-align: right;
}
+
}
 +
@media screen and (max-width: 1680px) {
  
ul.actions.pagination .previous {
+
body, input, select, textarea {
text-decoration: none;
+
font-size: 12pt;
 
}
 
}
  
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 {
+
@media screen and (max-width: 1280px) {
min-width: 20em;
+
}
+
  
 +
body, input, select, textarea {
 +
font-size: 12pt;
 
}
 
}
  
@media screen and (max-width: 736px) {
+
}
  
ul.actions.pagination .next, ul.actions.pagination .previous {
+
@media screen and (max-width: 980px) {
min-width: 18em;
+
}
+
  
 +
body, input, select, textarea {
 +
font-size: 12pt;
 
}
 
}
  
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 > * {
+
@media screen and (max-width: 736px) {
margin-bottom: 0;
+
}
+
  
ul.actions.vertical.small li {
+
body, input, select, textarea {
padding: 1em 0 0 0;
+
font-size: 12pt;
 
}
 
}
  
ul.actions.vertical.small li:first-child {
+
}
padding-top: 0;
+
}
+
  
ul.actions.fit {
+
@media screen and (max-width: 480px) {
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;
+
}
+
  
 +
body, input, select, textarea {
 +
font-size: 12pt;
 
}
 
}
  
 +
}
 +
  
dl {
 
margin: 0 0 2em 0;
 
}
 
  
dl dt {
 
display: block;
 
font-weight: 700;
 
margin: 0 0 1em 0;
 
}
 
  
dl dd {
+
/* List */
margin-left: 2em;
+
}
+
  
 
/* Post-------------------------------------------------------------------------------------------- */
 
/* Post-------------------------------------------------------------------------------------------- */

Revision as of 09:53, 19 October 2016

WIKI IGEM 2016