2017-07-22 16:43:53 +02:00
|
|
|
@import (once) "../include/infopages.less";
|
|
|
|
|
@import (once) "../include/colortheme.less";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.infopages_main();
|
|
|
|
|
.infopages_topbar();
|
|
|
|
|
|
2017-08-01 14:17:02 +02:00
|
|
|
.cp-topbar {
|
|
|
|
|
background: transparent;
|
|
|
|
|
position: fixed;
|
|
|
|
|
a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2017-07-31 19:13:45 +03:00
|
|
|
@background_lighter: rgba(0,0,0,0.1);
|
|
|
|
|
@background_darker: rgba(0,0,0,0.4);
|
2017-07-22 16:43:53 +02:00
|
|
|
&#cp-main {
|
|
|
|
|
color: #FFF;
|
2017-07-31 19:13:45 +03:00
|
|
|
background: linear-gradient( @background_darker, @background_lighter ), 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;
|
2017-07-31 17:04:37 +03:00
|
|
|
.container {
|
|
|
|
|
@media only screen and (max-device-width : 576px) {
|
|
|
|
|
margin-top: 6em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-22 16:43:53 +02:00
|
|
|
}
|
2017-07-25 01:08:53 +03:00
|
|
|
.cp-right {
|
|
|
|
|
.cp-register-btn {
|
|
|
|
|
padding: 0.5em 1em 0.7em 1em;
|
2017-07-26 10:38:01 +03:00
|
|
|
border: 2px solid #fff;
|
2017-07-25 01:08:53 +03:00
|
|
|
&: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-08-01 14:17:02 +02:00
|
|
|
}
|
2017-07-25 01:08:53 +03:00
|
|
|
}
|
2017-07-22 16:43:53 +02:00
|
|
|
.cp-title {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2017-07-31 19:13:45 +03:00
|
|
|
margin-top: 1.5em;
|
2017-07-22 16:43:53 +02:00
|
|
|
img {
|
2017-07-31 19:13:45 +03:00
|
|
|
height: 20vh;
|
|
|
|
|
margin-bottom: 1.5em;
|
2017-07-22 16:43:53 +02:00
|
|
|
}
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
h1 {
|
2017-07-31 19:13:45 +03:00
|
|
|
font-family: "Neuropolitical";
|
2017-07-22 16:43:53 +02:00
|
|
|
//font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
|
|
|
|
|
//font-family: "Raleway";
|
2017-07-31 19:13:45 +03:00
|
|
|
font-size: 45px;
|
2017-07-22 16:43:53 +02:00
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
//font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
2017-08-01 15:20:29 +03:00
|
|
|
font-size: 20px;
|
2017-07-31 17:04:37 +03:00
|
|
|
//font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.cp-topbar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
button:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
2017-08-01 15:20:29 +03:00
|
|
|
.collapse {
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-31 17:04:37 +03:00
|
|
|
.navbar-toggler-left {
|
|
|
|
|
top: -0.59rem;
|
|
|
|
|
}
|
|
|
|
|
.cp-left {
|
|
|
|
|
.fa-bars {
|
|
|
|
|
font-size: 1.6rem;
|
|
|
|
|
}
|
2017-07-22 16:43:53 +02:00
|
|
|
}
|
|
|
|
|
}
|
2017-07-22 17:30:13 +02:00
|
|
|
@callout-padding: 15px;
|
2017-07-31 19:13:45 +03:00
|
|
|
a:hover {
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
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;
|
2017-07-26 15:53:10 +02:00
|
|
|
a {
|
|
|
|
|
color: black;
|
|
|
|
|
&:hover { text-decoration-line: none; }
|
|
|
|
|
}
|
2017-07-31 17:04:37 +03:00
|
|
|
div {
|
2017-07-31 19:13:45 +03:00
|
|
|
@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
|
2017-07-31 17:04:37 +03:00
|
|
|
left: 4.5em !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
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-31 19:13:45 +03:00
|
|
|
.cp-callout-more-moremsg,.cp-callout-more-lessmsg {
|
|
|
|
|
transform: none !important;
|
|
|
|
|
}
|
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-31 19:13:45 +03:00
|
|
|
cursor: pointer;
|
2017-07-22 16:43:53 +02:00
|
|
|
}
|
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-31 19:13:45 +03:00
|
|
|
.bs-callout:hover.cp-callout-more {
|
|
|
|
|
transform: none !important;
|
|
|
|
|
}
|
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;
|
2017-07-26 15:53:10 +02:00
|
|
|
color: #fff;
|
2017-07-22 17:30:13 +02:00
|
|
|
}
|
2017-07-26 15:53:10 +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; }
|
|
|
|
|
.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;
|
2017-07-26 15:53:10 +02:00
|
|
|
margin-top: 0;
|
2017-07-24 17:56:54 +03:00
|
|
|
background: none;
|
|
|
|
|
width: 100%;
|
2017-07-24 14:10:40 +02:00
|
|
|
div {
|
2017-07-26 15:53:10 +02:00
|
|
|
.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;
|
2017-07-26 15:53:10 +02:00
|
|
|
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
|
|
|
}
|
2017-07-31 17:04:37 +03:00
|
|
|
.navbar-inverse .navbar-toggler {
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 576px) and (max-width: 767px) {
|
|
|
|
|
.container {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
div#cp-main.cp-page-index .cp-topbar .navbar-toggler-left {
|
|
|
|
|
left: 5px;
|
|
|
|
|
}
|
2017-08-01 15:20:29 +03:00
|
|
|
}
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
.collapse.show {
|
|
|
|
|
margin-bottom: -12em;
|
|
|
|
|
}
|
2017-07-31 17:04:37 +03:00
|
|
|
}
|