mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Most of texts are now in _config.yml, Knowledge Graph support
This commit is contained in:
parent
c0f7dc3215
commit
4648f0dfc3
250 changed files with 1700 additions and 856 deletions
|
@ -25,10 +25,13 @@ $footer-links-color: #8b8b8b;
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.social-links {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.copyright {
|
||||
font-size: 13px;
|
||||
line-height: 1.3;
|
||||
margin-top: 13px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
.logo-footer {
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
font-weight: $light;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.btn {
|
||||
margin: 0 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.explore {
|
||||
|
|
|
@ -37,8 +37,9 @@ $modal-highlight-color: #212121;
|
|||
color: $modal-color;
|
||||
}
|
||||
.people-modal {
|
||||
.theme-language {
|
||||
.theme-metadata {
|
||||
font-size: 14px;
|
||||
margin-right: 10px;
|
||||
.caption {
|
||||
color: $modal-highlight-color;
|
||||
}
|
||||
|
|
|
@ -62,7 +62,6 @@ nav {
|
|||
overflow: auto;
|
||||
width: 256px;
|
||||
height: 100%;
|
||||
font-weight: $regular;
|
||||
transition: $long-transition;
|
||||
background: #fff;
|
||||
transform: translate(-100%,0);
|
||||
|
@ -97,6 +96,7 @@ nav {
|
|||
}
|
||||
a {
|
||||
font-size: $base-font-size;
|
||||
font-weight: $regular;
|
||||
transition: $base-transition;
|
||||
text-transform: uppercase;
|
||||
color: $nav-color;
|
||||
|
|
|
@ -3,166 +3,7 @@ $schedule-border: 1px solid #e7e7e7;
|
|||
$title-font-size: 25px;
|
||||
$label-width: 100px;
|
||||
$small-label-width: 80px;
|
||||
|
||||
.schedule {
|
||||
.schedule-table {
|
||||
margin-bottom: 90px;
|
||||
@media (max-width: 767px) {
|
||||
margin-bottom: 60px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.schedule-table-heading {
|
||||
margin: 10px 0 20px;
|
||||
text-align: left;
|
||||
@media (max-width: 767px) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.timeslot {
|
||||
background: #fff;
|
||||
border-top: $schedule-border;
|
||||
border-left: $schedule-border;
|
||||
&:last-child {
|
||||
border-bottom: $schedule-border;
|
||||
}
|
||||
}
|
||||
.track-header {
|
||||
z-index: 10;
|
||||
transition: $base-transition;
|
||||
&.sticky {
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .15);
|
||||
}
|
||||
}
|
||||
.track-header-label {
|
||||
position: absolute;
|
||||
padding: 10px 15px 20px;
|
||||
width: $label-width;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
font-size: $title-font-size;
|
||||
line-height: 1;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 18px;
|
||||
width: $small-label-width;
|
||||
}
|
||||
span {
|
||||
font-size: 20px;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.timeslot-label {
|
||||
@extend .track-header-label;
|
||||
position: relative;
|
||||
float: left;
|
||||
display: block;
|
||||
transition: $base-transition;
|
||||
font-size: 40px;
|
||||
font-weight: $light;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
.time-element {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
.timeslot-elements {
|
||||
overflow: hidden;
|
||||
margin-left: $label-width;
|
||||
transition: $base-transition;
|
||||
@media (max-width: 767px) {
|
||||
display: block;
|
||||
margin-left: $small-label-width;
|
||||
}
|
||||
}
|
||||
.slot-title {
|
||||
font-size: 22px;
|
||||
font-weight: $regular;
|
||||
margin: 0;
|
||||
padding-right: 20px;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.track-header-title {
|
||||
@extend .slot-title;
|
||||
}
|
||||
.track-header-slot {
|
||||
padding: 10px 15px 10px;
|
||||
text-align: left;
|
||||
transition: $base-transition;
|
||||
border-right: $schedule-border;
|
||||
user-select: none;
|
||||
@media (max-width: 767px) {
|
||||
border-top: 0;
|
||||
border-left: $schedule-border;
|
||||
}
|
||||
&:first-child {
|
||||
border-left: $schedule-border;
|
||||
@media (max-width: 767px) {
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.slot {
|
||||
@extend .track-header-slot;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
@media (max-width: 767px) {
|
||||
border-top: $schedule-border;
|
||||
}
|
||||
&.blank-col {
|
||||
cursor: default;
|
||||
}
|
||||
&.service-slot {
|
||||
@extend .blank-col;
|
||||
min-height: 120px;
|
||||
@media (max-width: 767px) {
|
||||
min-height: 90px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.color-line {
|
||||
height: 5px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
background: #ccc;
|
||||
}
|
||||
.slot-content {
|
||||
padding: 20px 15px 30px;
|
||||
background: #fff;
|
||||
transform: translateY(0);
|
||||
transition: $base-transition;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 20px;
|
||||
border-right-width: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #ccc;
|
||||
&:hover {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
transform: translateY(5px);
|
||||
}
|
||||
}
|
||||
.slot-language {
|
||||
position: absolute;
|
||||
font-size: 11px;
|
||||
right: 15px;
|
||||
top: 20px;
|
||||
}
|
||||
.slot-complexity {
|
||||
font-size: 13px;
|
||||
span {
|
||||
color: #555;
|
||||
}
|
||||
}
|
||||
.schedule {
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
@ -180,7 +21,7 @@ $small-label-width: 80px;
|
|||
height: $speaker-image-size;
|
||||
border: 2px solid #fff;
|
||||
position: absolute;
|
||||
box-shadow: 0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .2);
|
||||
}
|
||||
.speaker-name {
|
||||
line-height: $speaker-image-size - 12;
|
||||
|
@ -194,3 +35,153 @@ $small-label-width: 80px;
|
|||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
.schedule-table {
|
||||
margin-bottom: 90px;
|
||||
@media (max-width: 767px) {
|
||||
margin-bottom: 60px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.schedule-table-heading {
|
||||
margin: 10px 0 20px;
|
||||
text-align: left;
|
||||
@media (max-width: 767px) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.timeslot {
|
||||
background: #fff;
|
||||
border-top: $schedule-border;
|
||||
border-left: $schedule-border;
|
||||
&:last-child {
|
||||
border-bottom: $schedule-border;
|
||||
}
|
||||
}
|
||||
.track-header {
|
||||
z-index: 10;
|
||||
transition: $base-transition;
|
||||
&.sticky {
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .15);
|
||||
}
|
||||
}
|
||||
.track-header-label {
|
||||
position: absolute;
|
||||
padding: 10px 15px 20px;
|
||||
width: $label-width;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
font-size: $title-font-size;
|
||||
line-height: 1;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 18px;
|
||||
width: $small-label-width;
|
||||
}
|
||||
span {
|
||||
font-size: 20px;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.timeslot-label {
|
||||
@extend .track-header-label;
|
||||
position: relative;
|
||||
float: left;
|
||||
display: block;
|
||||
transition: $base-transition;
|
||||
font-size: 40px;
|
||||
font-weight: $light;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
.time-element {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
.timeslot-elements {
|
||||
overflow: hidden;
|
||||
margin-left: $label-width;
|
||||
transition: $base-transition;
|
||||
@media (max-width: 767px) {
|
||||
display: block;
|
||||
margin-left: $small-label-width;
|
||||
}
|
||||
}
|
||||
.slot-title {
|
||||
font-size: 22px;
|
||||
font-weight: $regular;
|
||||
margin: 0;
|
||||
padding-right: 20px;
|
||||
@media (max-width: 767px) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.track-header-title {
|
||||
@extend .slot-title;
|
||||
}
|
||||
.track-header-slot {
|
||||
padding: 10px 15px 10px;
|
||||
text-align: left;
|
||||
transition: $base-transition;
|
||||
border-right: $schedule-border;
|
||||
user-select: none;
|
||||
@media (max-width: 767px) {
|
||||
border-top: 0;
|
||||
border-left: $schedule-border;
|
||||
}
|
||||
&:first-child {
|
||||
border-left: $schedule-border;
|
||||
@media (max-width: 767px) {
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.slot {
|
||||
@extend .track-header-slot;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
@media (max-width: 767px) {
|
||||
border-top: $schedule-border;
|
||||
}
|
||||
&.blank-col {
|
||||
cursor: default;
|
||||
}
|
||||
&.service-slot {
|
||||
@extend .blank-col;
|
||||
}
|
||||
}
|
||||
.color-line {
|
||||
height: 5px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
background: #ccc;
|
||||
}
|
||||
.slot-content {
|
||||
padding: 20px 15px 30px;
|
||||
min-height: 120px;
|
||||
background: #fff;
|
||||
transform: translateY(0);
|
||||
transition: $base-transition;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 20px;
|
||||
min-height: 90px;
|
||||
border-right-width: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #ccc;
|
||||
&:hover {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
transform: translateY(5px);
|
||||
}
|
||||
}
|
||||
.slot-language {
|
||||
position: absolute;
|
||||
font-size: 11px;
|
||||
right: 15px;
|
||||
top: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue