forked from NatLibFi/Skosmos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CLARVIE
committed
Oct 19, 2017
1 parent
0c62bb0
commit c24a834
Showing
10 changed files
with
2,276 additions
and
1,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
.headerbar-coloured { | ||
position: absolute; | ||
background-color: #003a80; | ||
width: 100%; | ||
margin: 0 0 0 15px; | ||
height: 50px; | ||
} | ||
.headerbar{ | ||
margin-top: 10px; | ||
} | ||
.search-vocab-text { | ||
background-color: #a4c400; | ||
opacity: 0.95; | ||
height: 40px; | ||
float: left; | ||
text-align: right; | ||
line-height: 40px; | ||
} | ||
|
||
.header-left > h1 { | ||
background-color: #003a80; | ||
line-height: 50px; | ||
margin: 0 0 0 15px; | ||
opacity: 0.99; | ||
overflow: hidden; | ||
} | ||
|
||
.topbar-white { | ||
background-color: #003a80; | ||
height: 70px; | ||
|
||
} | ||
|
||
#language, #navigation{ | ||
background-color: #a4c400; | ||
float: right; | ||
height: 50px; | ||
line-height: 70px; | ||
padding-left: 0; | ||
padding-right: 2%; | ||
text-align: right; | ||
width: auto; | ||
margin-top: 10px; | ||
} | ||
#logo{ | ||
min-width: 30px; | ||
width:6%; | ||
display: normal; | ||
position: absolute; | ||
} | ||
/* Timeline */ | ||
.timeline, | ||
.timeline-horizontal { | ||
list-style: none; | ||
padding: 20px; | ||
position: relative; | ||
} | ||
.timeline:before { | ||
top: 40px; | ||
bottom: 0; | ||
position: absolute; | ||
content: " "; | ||
width: 3px; | ||
background-color: #eeeeee; | ||
left: 50%; | ||
margin-left: -1.5px; | ||
} | ||
.timeline .timeline-item { | ||
margin-bottom: 20px; | ||
position: relative; | ||
} | ||
.timeline .timeline-item:before, | ||
.timeline .timeline-item:after { | ||
content: ""; | ||
display: table; | ||
} | ||
.timeline .timeline-item:after { | ||
clear: both; | ||
} | ||
.timeline .timeline-item .timeline-badge { | ||
color: #fff; | ||
width: 54px; | ||
height: 54px; | ||
line-height: 52px; | ||
font-size: 22px; | ||
text-align: center; | ||
position: absolute; | ||
top: 18px; | ||
left: 50%; | ||
margin-left: -25px; | ||
background-color: #7c7c7c; | ||
border: 3px solid #ffffff; | ||
z-index: 100; | ||
border-top-right-radius: 50%; | ||
border-top-left-radius: 50%; | ||
border-bottom-right-radius: 50%; | ||
border-bottom-left-radius: 50%; | ||
} | ||
.timeline .timeline-item .timeline-badge i, | ||
.timeline .timeline-item .timeline-badge .fa, | ||
.timeline .timeline-item .timeline-badge .glyphicon { | ||
top: 2px; | ||
left: 0px; | ||
} | ||
.timeline .timeline-item .timeline-badge.primary { | ||
background-color: #a4c400; | ||
} | ||
.timeline .timeline-item .timeline-badge.info { | ||
background-color: #003a80; | ||
} | ||
.timeline .timeline-item .timeline-badge.success { | ||
background-color: #59ba1f; | ||
} | ||
.timeline .timeline-item .timeline-badge.warning { | ||
background-color: #d1bd10; | ||
} | ||
.timeline .timeline-item .timeline-badge.danger { | ||
background-color: #ba1f1f; | ||
} | ||
.timeline .timeline-item .timeline-panel { | ||
position: relative; | ||
width: 10%; | ||
float: left; | ||
right: 16px; | ||
border: 1px solid #c0c0c0; | ||
background: #ffffff; | ||
border-radius: 2px; | ||
padding: 20px; | ||
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); | ||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); | ||
} | ||
.timeline .timeline-item .timeline-panel:before { | ||
position: absolute; | ||
top: 5px; | ||
right: -16px; | ||
display: inline-block; | ||
border-top: 16px solid transparent; | ||
border-left: 16px solid #c0c0c0; | ||
border-right: 0 solid #c0c0c0; | ||
border-bottom: 16px solid transparent; | ||
content: " "; | ||
} | ||
.timeline .timeline-item .timeline-panel .timeline-title { | ||
margin-top: 0; | ||
color: inherit; | ||
text-align: center; | ||
} | ||
.timeline .timeline-item .timeline-panel .timeline-body > p, | ||
.timeline .timeline-item .timeline-panel .timeline-body > ul { | ||
margin-bottom: 0; | ||
} | ||
.timeline .timeline-item .timeline-panel .timeline-body > p + p { | ||
margin-top: 2px; | ||
} | ||
.timeline .timeline-item:last-child:nth-child(even) { | ||
float: right; | ||
} | ||
.timeline .timeline-item:nth-child(even) .timeline-panel { | ||
float: right; | ||
left: 16px; | ||
} | ||
.timeline .timeline-item:nth-child(even) .timeline-panel:before { | ||
border-left-width: 0; | ||
border-right-width: 14px; | ||
left: -14px; | ||
right: auto; | ||
} | ||
.timeline-horizontal { | ||
list-style: none; | ||
position: relative; | ||
padding: 20px 0px 20px 0px; | ||
display: inline-block; | ||
} | ||
.timeline-horizontal:before { | ||
height: 3px; | ||
top: auto; | ||
bottom: 26px; | ||
left: 56px; | ||
right: 0; | ||
width: 100%; | ||
margin-bottom: 20px; | ||
} | ||
.timeline-horizontal .timeline-item { | ||
display: table-cell; | ||
height: 170px; | ||
width: 10%; | ||
min-width: 320px; | ||
float: none !important; | ||
padding-left: 0px; | ||
padding-right: 5px; | ||
margin: 0 auto; | ||
vertical-align: bottom; | ||
} | ||
.timeline-horizontal .timeline-item .timeline-panel { | ||
top: auto; | ||
bottom: 64px; | ||
display: inline-block; | ||
float: none !important; | ||
left: 0 !important; | ||
right: 0 !important; | ||
width: 50%; | ||
margin-bottom: 20px; | ||
} | ||
.timeline-horizontal .timeline-item .timeline-panel:before { | ||
top: auto; | ||
bottom: -16px; | ||
left: 28px !important; | ||
right: auto; | ||
border-right: 16px solid transparent !important; | ||
border-top: 16px solid #c0c0c0 !important; | ||
border-bottom: 0 solid #c0c0c0 !important; | ||
border-left: 16px solid transparent !important; | ||
} | ||
.timeline-horizontal .timeline-item:before, | ||
.timeline-horizontal .timeline-item:after { | ||
display: none; | ||
} | ||
.timeline-horizontal .timeline-item .timeline-badge { | ||
top: auto; | ||
bottom: 0px; | ||
left: 43px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.