Difference between revisions of "Template:BIOSINT Mexico"

Line 287: Line 287:
  
 
 
 +
ol {
 +
list-style: decimal;
 +
margin: 0 0 2em 0;
 +
padding-left: 1.25em;
 +
}
  
 +
ol li {
 +
padding-left: 0.25em;
 +
}
  
 
+
ul {
/* Post */
+
list-style: disc;
 
+
margin: 0 0 2em 0;
.post {
+
padding-left: 1em;
padding: 2em 3em 1em 3em ;
+
background: #ffffff;
+
border: solid 1px rgba(160, 160, 160, 0.3);
+
margin: 0 0 3em 0;
+
position: relative;
+
 
}
 
}
  
.post > header {
+
ul li {
display: -moz-flex;
+
padding-left: 0.5em;
display: -webkit-flex;
+
}
display: -ms-flex;
+
 
display: flex;
+
ul.alt {
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
+
list-style: none;
left: -3em;
+
padding-left: 0;
margin: -3em 0 3em 0;
+
position: relative;
+
width: calc(100% + 6em);
+
 
}
 
}
  
.post > header .title {
+
ul.alt li {
-moz-flex-grow: 1;
+
border-top: solid 1px rgba(160, 160, 160, 0.3);
-webkit-flex-grow: 1;
+
padding: 0.5em 0;
-ms-flex-grow: 1;
+
flex-grow: 1;
+
-ms-flex: 1;
+
padding: 3.75em 3em 3.3em 3em;
+
 
}
 
}
  
.post > header .title h2 {
+
ul.alt li:first-child {
font-weight: 900;
+
border-top: 0;
font-size: 1.5em;
+
padding-top: 0;
 
}
 
}
  
.post > header .title > :last-child {
+
ul.icons {
margin-bottom: 0;
+
cursor: default;
}
+
list-style: none;
 +
padding-left: 0;
 +
}
  
.post > header .meta {
+
ul.icons li {
padding: 3.75em 3em 1.75em 3em ;
+
display: inline-block;
border-left: solid 1px rgba(160, 160, 160, 0.3);
+
padding: 0 1em 0 0;
min-width: 17em;
+
text-align: right;
+
width: 17em;
+
 
}
 
}
  
.post > header .meta > * {
+
ul.icons li:last-child {
margin: 0 0 1em 0;
+
padding-right: 0;
 
}
 
}
  
.post > header .meta > :last-child {
+
ul.icons li > * {
margin-bottom: 0;
+
text-decoration: none;
 +
border: 0;
 
}
 
}
  
.post > header .meta .published {
+
ul.icons li > *:before {
color: #3c3b3b;
+
-moz-osx-font-smoothing: grayscale;
display: block;
+
-webkit-font-smoothing: antialiased;
font-family: "Raleway", Helvetica, sans-serif;
+
font-family: FontAwesome;
font-size: 0.7em;
+
font-style: normal;
font-weight: 800;
+
font-weight: normal;
letter-spacing: 0.25em;
+
text-transform: none !important;
margin-top: 0.5em;
+
}
text-transform: uppercase;
+
 
white-space: nowrap;
+
ul.icons li > * .label {
}
+
display: none;
 +
}
  
.post > a.image.featured {
+
ul.actions {
overflow: hidden;
+
cursor: default;
 +
list-style: none;
 +
padding-left: 0;
 
}
 
}
  
.post > a.image.featured img {
+
ul.actions li {
-moz-transition: -moz-transform 0.2s ease-out;
+
display: inline-block;
-webkit-transition: -webkit-transform 0.2s ease-out;
+
padding: 0 1.5em 0 0;
-ms-transition: -ms-transform 0.2s ease-out;
+
vertical-align: middle;
transition: transform 0.2s ease-out;
+
 
}
 
}
  
.post > a.image.featured:hover img {
+
ul.actions li:last-child {
-moz-transform: scale(1.05);
+
padding-right: 0;
-webkit-transform: scale(1.05);
+
}
-ms-transform: scale(1.05);
+
 
transform: scale(1.05);
+
ul.actions.pagination .next {
 +
text-decoration: none;
 
}
 
}
  
.post > footer {
+
ul.actions.pagination .next:after {
display: -moz-flex;
+
content: "";
display: -webkit-flex;
+
-moz-osx-font-smoothing: grayscale;
display: -ms-flex;
+
-webkit-font-smoothing: antialiased;
display: flex;
+
font-family: FontAwesome;
-moz-align-items: center;
+
font-style: normal;
-webkit-align-items: center;
+
font-weight: normal;
-ms-align-items: center;
+
text-transform: none !important;
align-items: center;
+
}
}
+
  
.post > footer .actions {
+
ul.actions.pagination .next:after {
-moz-flex-grow: 1;
+
content: '\f054';
-webkit-flex-grow: 1;
+
}
-ms-flex-grow: 1;
+
flex-grow: 1;
+
}
+
  
.post > footer .stats {
+
ul.actions.pagination .previous {
cursor: default;
+
text-decoration: none;
list-style: none;
+
padding: 0;
+
 
}
 
}
  
.post > footer .stats li {
+
ul.actions.pagination .previous:before {
border-left: solid 1px rgba(160, 160, 160, 0.3);
+
content: "";
display: inline-block;
+
-moz-osx-font-smoothing: grayscale;
font-family: "Raleway", Helvetica, sans-serif;
+
-webkit-font-smoothing: antialiased;
font-size: 0.6em;
+
font-family: FontAwesome;
font-weight: 400;
+
font-style: normal;
letter-spacing: 0.25em;
+
font-weight: normal;
line-height: 1;
+
text-transform: none !important;
margin: 0 0 0 2em;
+
padding: 0 0 0 2em;
+
text-transform: uppercase;
+
 
}
 
}
  
.post > footer .stats li:first-child {
+
ul.actions.pagination .previous:before {
border-left: 0;
+
content: '\f053';
margin-left: 0;
+
}
padding-left: 0;
+
}
+
  
.post > footer .stats li .icon {
+
@media screen and (max-width: 1280px) {
border-bottom: 0;
+
}
+
  
.post > footer .stats li .icon:before {
+
ul.actions.pagination {
color: rgba(160, 160, 160, 0.3);
+
text-align: center;
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 {
+
ul.actions.pagination .next, ul.actions.pagination .previous {
-ms-flex: 0 1 auto;
+
min-width: 20em;
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 > * {
+
@media screen and (max-width: 736px) {
border-left: solid 1px rgba(160, 160, 160, 0.3);
+
margin-left: 2em;
+
padding-left: 2em;
+
}
+
  
.post > header .meta > :first-child {
+
ul.actions.pagination .next, ul.actions.pagination .previous {
border-left: 0;
+
min-width: 18em;
margin-left: 0;
+
}
padding-left: 0;
+
}
+
  
.post > header .meta .published {
+
}
margin-bottom: 0;
+
margin-top: 0;
+
}
+
  
.post > header .meta .author {
+
ul.actions.small li {
-moz-flex-direction: row-reverse;
+
padding: 0 1em 0 0;
-webkit-flex-direction: row-reverse;
+
}
-ms-flex-direction: row-reverse;
+
flex-direction: row-reverse;
+
margin-bottom: 0;
+
}
+
  
.post > header .meta .author .name {
+
ul.actions.vertical li {
margin: 0 0 0 1.5em;
+
display: block;
}
+
padding: 1.5em 0 0 0;
 +
}
  
.post > header .meta .author img {
+
ul.actions.vertical li:first-child {
width: 3.5em;
+
padding-top: 0;
}
+
}
  
}
+
ul.actions.vertical li > * {
 +
margin-bottom: 0;
 +
}
  
@media screen and (max-width: 736px) {
+
ul.actions.vertical.small li {
 +
padding: 1em 0 0 0;
 +
}
  
.post {
+
ul.actions.vertical.small li:first-child {
padding: 1.5em 1.5em 0.1em 1.5em ;
+
padding-top: 0;
left: -1.5em;
+
}
margin: 0 0 2em 0;
+
 
width: calc(100% + (1.5em * 2));
+
ul.actions.fit {
 +
display: table;
 +
margin-left: -1em;
 +
padding: 0;
 +
table-layout: fixed;
 +
width: calc(100% + 1em);
 
}
 
}
  
.post > header {
+
ul.actions.fit li {
padding: 3em 1.5em 0.5em 1.5em ;
+
display: table-cell;
left: -1.5em;
+
padding: 0 0 0 1em;
margin: -1.5em 0 1.5em 0;
+
width: calc(100% + 3em);
+
 
}
 
}
  
.post > header .title h2 {
+
ul.actions.fit li > * {
font-size: 1.1em;
+
margin-bottom: 0;
 
}
 
}
  
}
+
ul.actions.fit.small {
 +
margin-left: -0.5em;
 +
width: calc(100% + 0.5em);
 +
}
  
@media screen and (max-width: 480px) {
+
ul.actions.fit.small li {
 +
padding: 0 0 0 0.5em;
 +
}
  
.post > header .meta {
+
@media screen and (max-width: 480px) {
-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 > * {
+
ul.actions {
border-left: 0;
+
margin: 0 0 2em 0;
margin: 1em 0 0 0;
+
padding-left: 0;
+
 
}
 
}
  
.post > header .meta .author .name {
+
ul.actions li {
display: none;
+
padding: 1em 0 0 0;
}
+
display: block;
 +
text-align: center;
 +
width: 100%;
 +
}
  
.post > .image.featured {
+
ul.actions li:first-child {
margin-left: -1.5em;
+
padding-top: 0;
margin-top: calc(-1.5em - 1px);
+
}
width: calc(100% + 3em);
+
 
}
+
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;
 +
}
  
.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;
 
}
 
  
 +
dl {
 +
margin: 0 0 2em 0;
 +
}
 +
 +
dl dt {
 +
display: block;
 +
font-weight: 700;
 +
margin: 0 0 1em 0;
 
}
 
}
 +
 +
dl dd {
 +
margin-left: 2em;
 +
}
 +
 +
 +
/* Post */
 +
 +
  
 
/* Section/Article */
 
/* Section/Article */

Revision as of 09:20, 19 October 2016

WIKI IGEM 2016