115 lines
2.3 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();
2017-07-22 17:31:40 +02:00
@background: rgba(0,0,0,0.1);
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-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;
}
}
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;
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-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;
2017-07-22 17:30:13 +02:00
}
2017-07-22 16:43:53 +02:00
2017-07-22 17:30:13 +02:00
.cp-callout-pad .fa { background-color: @colortheme_pad-bg; }
2017-07-22 16:43:53 +02:00
2017-07-22 17:30:13 +02:00
.cp-callout-code .fa { background-color: @colortheme_code-bg; }
2017-07-22 16:43:53 +02:00
2017-07-22 17:30:13 +02:00
.cp-callout-slide .fa { background-color: @colortheme_slide-bg; }
2017-07-22 16:43:53 +02:00
.cp-callout-recent { border-left-color: @colortheme_drive-bg; }
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;
div {
left: auto;
margin-right: auto;
margin-left: auto;
position: relative;
.fa {
font-size: inherit;
padding: 0;
width: 1em;
}
}
}