transfer.sh/transfersh-web/styles/includes/home.less

111 lines
1.9 KiB
Text
Raw Normal View History

2014-10-16 20:01:43 +02:00
#home {
text-align: center;
.page-title {
2014-10-24 15:58:03 +02:00
font-size: 30px;
2014-10-20 11:15:41 +02:00
}
@media (min-width: @screen-sm-min) {
2014-10-20 11:51:04 +02:00
padding: 50px;
.page-title {
2014-10-24 09:58:59 +02:00
font-size: 45px;
2014-10-24 15:58:03 +02:00
margin-top: -20px;
margin-bottom: 20px;
2014-10-20 11:15:41 +02:00
}
2014-10-16 20:01:43 +02:00
}
2014-10-24 12:24:02 +02:00
.btn-home {
margin: 50px 0 25px 0;
}
2014-10-16 20:01:43 +02:00
}
2014-10-24 12:24:02 +02:00
2014-10-24 13:28:04 +02:00
#web, .terminal {
2014-10-24 12:24:02 +02:00
word-wrap: break-word;
2014-10-24 15:58:03 +02:00
font-size: 12px;
2014-10-24 12:24:02 +02:00
.code-title {
color: @red;
}
2014-10-24 15:58:03 +02:00
padding: 25px 0 0 10px;
2014-10-24 12:24:02 +02:00
@media (min-width: @screen-sm-min) {
2014-10-24 15:58:03 +02:00
padding: 25px 0 0 20px;
font-size: 15px
2014-10-16 20:01:43 +02:00
}
2014-10-24 12:24:02 +02:00
code {
2014-10-24 15:09:32 +02:00
font-family: @font-family-mono;
2014-10-24 12:24:02 +02:00
}
2014-10-24 15:09:32 +02:00
font-family: @font-family-mono;
2014-10-24 15:58:03 +02:00
2014-10-24 12:24:02 +02:00
text-align: left;
color: #fff;
2014-10-24 17:58:10 +02:00
.transition(all @animation-duration ease);
2014-10-16 20:01:43 +02:00
}
2014-10-24 15:09:32 +02:00
2014-10-24 09:58:59 +02:00
#web {
2014-10-24 12:24:02 +02:00
margin-top: -2px;
padding-top: 0;
padding-bottom: 50px;
width: 100%;
display: block;
background: @dark-blue;
2014-10-20 15:08:28 +02:00
.transition(all @animation-duration ease);
2014-10-24 09:58:59 +02:00
.btn-cta {
2014-10-20 15:33:05 +02:00
padding: 5px 10px;
font-size: 14px;
2014-10-24 12:24:02 +02:00
border-color: #fff;
2014-10-20 15:33:05 +02:00
}
2014-10-24 09:58:59 +02:00
.queue {
margin: 0;
list-style: none;
padding: 0;
}
a {
color: #fff;
}
2014-10-24 15:58:03 +02:00
.border-bottom-radius (5px);
2014-10-24 17:58:10 +02:00
}
.dragged {
background: lighten(@dark-blue, 5%)!important;
2014-10-16 20:01:43 +02:00
}
2014-10-24 13:28:04 +02:00
.terminal {
a {
color: #fff
}
2014-10-24 15:09:32 +02:00
.border-top-radius (0);
2014-10-24 15:58:03 +02:00
.border-bottom-radius (5px);
2014-10-24 13:28:04 +02:00
background: @dark-blue;
// background: url(../images/terminal.svg);
2014-10-24 17:58:10 +02:00
backbground-repeat: no-repeat;
2014-10-24 13:28:04 +02:00
background-size: cover;
}
.terminal-top {
.border-top-radius (5px);
background: url(../images/terminal-top.svg);
2014-10-24 09:58:59 +02:00
background-repeat: no-repeat;
2014-10-24 12:24:02 +02:00
background-size: cover;
2014-10-24 13:28:04 +02:00
height: 30px;
2014-10-16 20:01:43 +02:00
}
2014-10-24 12:24:02 +02:00
2014-10-24 15:09:32 +02:00
.upload-progress {
2014-10-16 20:01:43 +02:00
max-width: 80%;
2014-10-24 17:58:10 +02:00
.bar {
word-wrap: normal;
overflow: hidden;
}
span {
float: right;
}
padding-top: 4px;
2014-10-20 15:08:28 +02:00
}
2014-10-24 17:58:10 +02:00
2014-10-20 15:08:28 +02:00
.all-files {
display: none;
}
2014-10-24 17:58:10 +02:00
2014-10-20 15:08:28 +02:00
.all-files .show {
2014-10-24 09:58:59 +02:00
display: block;
}