mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-09 09:49:58 +01:00
* update dist Signed-off-by: tech4GT <varun.gupta1798@gmail.com> dist update Revert "dist update" This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d. * fix insert step button * add icon * add dist * use normal functions * use normal functions * no lag * changes * changes * changes * Update intermediateHtmlStepUi.js * toggleDiv global - Globalised toggleDiv - toggleDiv has default callback which does nothing.
274 lines
4.2 KiB
CSS
274 lines
4.2 KiB
CSS
/* https://github.com/theleagueof/league-spartan */
|
|
@font-face {
|
|
font-family: 'League Spartan';
|
|
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot');
|
|
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
|
|
url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.woff2') format('woff2'),
|
|
url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.woff') format('woff'),
|
|
url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.ttf') format('truetype'),
|
|
url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
padding: 20px;
|
|
margin: 0 auto 200px;
|
|
max-width: 1000px;
|
|
background: #f8f8fa;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
h1 {
|
|
font-family: 'League Spartan';
|
|
color: #445;
|
|
}
|
|
|
|
body > .container,
|
|
body > .container-fluid {
|
|
}
|
|
|
|
.center-align {
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align:center;
|
|
}
|
|
|
|
.header {
|
|
text-align: center;
|
|
}
|
|
|
|
.panel {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.nomargin {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.form-control[type="range"] {
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.dropzone {
|
|
padding: 30px;
|
|
margin: 0 20% 30px;
|
|
border: 4px dashed #ccc;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
color: #444;
|
|
}
|
|
|
|
.hover {
|
|
background: #eee;
|
|
}
|
|
|
|
.dropzone input {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.step {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.step .img-thumbnail {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.det {
|
|
padding: 10px 16px;
|
|
text-decoration: italic;
|
|
}
|
|
|
|
.tools {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.load {
|
|
padding: 30px;
|
|
background: #eee;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
font-size: 2em;
|
|
color: #444;
|
|
}
|
|
|
|
#addStep {
|
|
max-width: 500px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
#add-step-btn{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#addStep .labels {
|
|
text-align: right;
|
|
padding: 6px;
|
|
margin: 2px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
@media (max-width:768px) {
|
|
#addStep .labels {
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
#addStep .add {
|
|
text-align: center;
|
|
margin: 10px;
|
|
}
|
|
#save-seq {
|
|
display: block;
|
|
margin: 0px 10px 0px 0px;
|
|
width: 250px;
|
|
}
|
|
.info {
|
|
padding: 8px;
|
|
text-align: center;
|
|
}
|
|
#gif {
|
|
display: block;
|
|
margin: 0px 0px 0px 10px;
|
|
width: 250px;
|
|
}
|
|
#dwnld {
|
|
max-width: 500px;
|
|
margin: 20px auto;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#gif_element {
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
#move-up {
|
|
position: fixed;
|
|
bottom: 50px;
|
|
right: 40px;
|
|
z-index: 550;
|
|
display: none;
|
|
background:transparent;
|
|
border:none;
|
|
}
|
|
|
|
#move-up i {
|
|
font-size:60px;
|
|
opacity:0.7;
|
|
color:#BABABA;
|
|
}
|
|
|
|
.btn-circle{
|
|
min-width: 80px;
|
|
min-height: 80px;
|
|
text-align: center;
|
|
display: flex !important;
|
|
flex-direction: column;
|
|
padding: 6px 0;
|
|
font-size: 12px;
|
|
line-height: 1.42;
|
|
border-radius: 10px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
.radio{
|
|
cursor:pointer;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
width: 80px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.radio-group {
|
|
margin-bottom: 20px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.no-border {
|
|
border: 0px;
|
|
}
|
|
|
|
.savesequencemsg{
|
|
display: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.notification {
|
|
background-color: #808b96;
|
|
padding:4px;
|
|
color:white;
|
|
border-radius:3px;
|
|
font-size:2rem;
|
|
position:fixed;
|
|
bottom:2px;
|
|
left:50%;
|
|
min-width:14rem;
|
|
text-align:center;
|
|
display:none;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
#resetButton {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.i-over {
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 15px;
|
|
z-index: 2;
|
|
color: white;
|
|
}
|
|
|
|
.i-small {
|
|
left: 25px;
|
|
}
|
|
|
|
@media all and (max-width: 767px) {
|
|
.center-align {
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
a.name-header{
|
|
text-decoration: none;
|
|
color: #445;
|
|
}
|
|
|
|
.step-column{
|
|
display:flex;
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.trash-container button.btn-xs {
|
|
margin-top: -5px !important;
|
|
}
|
|
|
|
.toggleIcon {
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.rotated {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
#gif{
|
|
margin-left:0px;
|
|
margin-top:5px;
|
|
width:100%;
|
|
}
|
|
.save-button{
|
|
margin-top:20px;
|
|
margin-bottom:0px;
|
|
align:center;
|
|
width:100%;
|
|
} |