144 lines
3.0 KiB
Plaintext
Raw Normal View History

2017-07-22 16:43:53 +02:00
//@import (once) "./variables.less";
@import (once) "../include/infopages.less";
@import (once) "../include/colortheme.less";
.infopages_main();
.infopages_topbar();
@background: rgba(0,0,0,0.2);
2017-07-22 16:43:53 +02:00
&#cp-main {
color: #FFF;
2017-07-22 17:31:40 +02:00
background: linear-gradient( @background, @background ), url('/customize/bg14.jpg');
2017-07-22 16:43:53 +02:00
background-size: cover;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.cp-right {
.cp-register-btn {
padding: 0.5em 1em 0.7em 1em;
2017-07-26 10:38:01 +03:00
border: 2px solid #fff;
&:hover {
transform: scale(1.05);
}
}
.cp-login-btn {
color: #fff;
margin-left: 0.6em;
padding: 0.5em 1em 0.7em 1em;
&:hover {
transform: scale(1.05);
}
2017-07-26 10:38:01 +03:00
}
}
2017-07-22 16:43:53 +02:00
.cp-title {
display: flex;
align-items: center;
flex-direction: column;
img {
height: 30vh;
}
margin-left: 0;
h1 {
font-family: "Roboto";
//font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
//font-family: "Raleway";
font-size: 65px;
}
p {
//font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 20px;
font-style: italic;
}
}
.cp-topbar { position: absolute; }
2017-07-22 16:43:53 +02:00
2017-07-22 17:30:13 +02:00
@callout-padding: 15px;
2017-07-22 16:43:53 +02:00
.bs-callout {
2017-07-22 17:30:13 +02:00
display: flex;
align-items: stretch;
2017-07-22 16:43:53 +02:00
margin: 25px 0;
background:rgba(255,255,255,0.6);
color: black;
transition: all .1s ease-in-out;
2017-07-22 17:30:13 +02:00
box-sizing: border-box;
height: 5em;
position: relative;
a {
color: black;
&:hover { text-decoration-line: none; }
}
2017-07-22 16:43:53 +02:00
}
2017-07-22 17:30:13 +02:00
h4 {
margin: 0;
2017-07-22 16:43:53 +02:00
}
2017-07-22 17:30:13 +02:00
.bs-callout div {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
position: absolute;
left: 5em;
2017-07-22 16:43:53 +02:00
}
.bs-callout+.bs-callout {
margin-top: -5px;
}
.bs-callout:hover {
2017-07-24 14:10:40 +02:00
//color: white;
2017-07-22 16:43:53 +02:00
transform: scale(1.05);
2017-07-24 17:56:54 +03:00
cursor: pointer;
2017-07-22 16:43:53 +02:00
}
.cp-callout-more:hover {
transform: none;
}
2017-07-22 17:30:13 +02:00
.bs-callout:hover .fa {
2017-07-24 14:10:40 +02:00
//width: 100%;
2017-07-22 16:43:53 +02:00
}
2017-07-22 17:30:13 +02:00
.bs-callout .fa {
display: flex;
align-items: center;
font-size: 2em;
2017-07-24 14:10:40 +02:00
padding-left: 0.57em;
2017-07-22 17:30:13 +02:00
width: 2em;
2017-07-24 14:10:40 +02:00
transition: width 0.1s;
color: #fff;
2017-07-22 17:30:13 +02:00
}
2017-07-22 16:43:53 +02:00
.cp-callout-pad .fa { background-color: @colortheme_pad-bg; }
.cp-callout-code .fa { background-color: @colortheme_code-bg; }
.cp-callout-slide .fa { background-color: @colortheme_slide-bg; }
.cp-callout-poll .fa { background-color: @colortheme_poll-bg; }
.cp-callout-whiteboard .fa { background-color: @colortheme_whiteboard-bg; }
.cp-callout-recent .fa { background-color: @colortheme_drive-bg; }
2017-07-22 16:43:53 +02:00
.cp-hidden { display: none !important; }
2017-07-24 14:10:40 +02:00
.cp-callout-more {
width: auto;
display: inline-block;
align-content: center;
height: 2em;
border-radius: 1em;
margin-left: auto;
margin-right: auto;
margin-top: 0;
2017-07-24 17:56:54 +03:00
background: none;
width: 100%;
2017-07-24 14:10:40 +02:00
div {
.infopages_link();
2017-07-24 17:56:54 +03:00
color: #fff;
2017-07-24 14:10:40 +02:00
.fa {
font-size: inherit;
padding: 0;
width: 1em;
padding-left: 5px;
2017-07-24 17:56:54 +03:00
}
2017-07-24 14:10:40 +02:00
}
2017-07-24 17:56:54 +03:00
}