responsive: burger menu ok, started generale layout
This commit is contained in:
@@ -1,32 +1,51 @@
|
||||
/** COMMONS */
|
||||
/** COMMONS */
|
||||
/** colors */
|
||||
/** jscrollpane */
|
||||
.jspScrollable .jspContainer .jspVerticalBar {
|
||||
width: 10px;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
width: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
.jspScrollable .jspContainer .jspHorizontalBar {
|
||||
height: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack {
|
||||
background-color: transparent;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
.jspScrollable .jspContainer .jspTrack .jspDrag {
|
||||
background-color: #77787B;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-moz-opacity: 0.6;
|
||||
-khtml-opacity: 0.6;
|
||||
-webkit-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
-webkit-transition: opacity 0.2s ease-out;
|
||||
-moz-transition: opacity 0.2s ease-out;
|
||||
-o-transition: opacity 0.2s ease-out;
|
||||
transition: opacity 0.2s ease-out;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag {
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
@@ -35,6 +54,7 @@ a:visited {
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
@@ -101,20 +121,15 @@ body {
|
||||
#timeline-loader {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
#timeline-loader .progress {
|
||||
border-top: 3px solid #999;
|
||||
border-top: 4px solid #999;
|
||||
width: 0;
|
||||
/* .transition(width 4s linear);*/
|
||||
|
||||
transition: width 3s linear;
|
||||
-moz-transition: width 3s linear;
|
||||
-o-transition: width 3s linear;
|
||||
@@ -122,27 +137,24 @@ body {
|
||||
}
|
||||
#timeline-loader .progress.complete {
|
||||
/* .transition(width 0.1s linear);*/
|
||||
|
||||
transition: width 0.1s linear;
|
||||
-moz-transition: width 0.1s linear;
|
||||
-o-transition: width 0.1s linear;
|
||||
-webkit-transition: width 0.1s linear;
|
||||
}
|
||||
#timeline {
|
||||
margin-top: 25px;
|
||||
margin-top: 25px;
|
||||
height: 65%;
|
||||
margin-top: 25px;
|
||||
}
|
||||
#timeline h3.title {
|
||||
cursor: pointer;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline h3.title {
|
||||
@@ -152,13 +164,9 @@ body {
|
||||
#timeline-container {
|
||||
width: 100%;
|
||||
height: 98%;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #A5A5A5;
|
||||
overflow: hidden;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
#timeline-container .timeline-frame {
|
||||
border: 0 solid #999;
|
||||
@@ -172,8 +180,6 @@ body {
|
||||
}
|
||||
#timeline-container .timeline-navigation div {
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-zoom-in {
|
||||
background-image: url('../images/btns_zoomin.png');
|
||||
@@ -189,13 +195,12 @@ body {
|
||||
}
|
||||
#timeline-container .timeline-axis-text {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline-container .timeline-axis-text {
|
||||
@@ -203,18 +208,6 @@ body {
|
||||
}
|
||||
}
|
||||
#timeline-container .timeline-event {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
@@ -225,15 +218,12 @@ body {
|
||||
/*
|
||||
TODO move events with css3
|
||||
*/
|
||||
|
||||
}
|
||||
#timeline-container .timeline-event.timeline-event-range {
|
||||
background-color: #fff;
|
||||
}
|
||||
#timeline-container .timeline-event-content {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date {
|
||||
display: block;
|
||||
@@ -241,47 +231,35 @@ body {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date .text-content {
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #A5A5A5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date:hover .text-content {
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787B;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4,
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date .text-content {
|
||||
min-height: 15px;
|
||||
@@ -315,3 +293,40 @@ body.view-mode-images #timeline-container .timeline-event-content div.date h5,
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date img {
|
||||
display: block;
|
||||
}
|
||||
#timeline-container .timeline-event-selected {
|
||||
background-color: transparent;
|
||||
}
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date .text-content {
|
||||
border-left: 3px solid #77787B;
|
||||
}
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date h4,
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date h5 {
|
||||
color: #77787B;
|
||||
}
|
||||
.timeline-modal {
|
||||
width: 150px;
|
||||
min-height: 30px;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
display: none;
|
||||
}
|
||||
.timeline-modal h4,
|
||||
.timeline-modal h5 {
|
||||
margin: 0;
|
||||
color: #77787B;
|
||||
}
|
||||
.timeline-modal h4 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
.timeline-modal h5 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user