|
|
@ -8,7 +8,7 @@
|
|
|
|
@background_darker: rgba(0,0,0,0.4);
|
|
|
|
@background_darker: rgba(0,0,0,0.4);
|
|
|
|
#cp-main {
|
|
|
|
#cp-main {
|
|
|
|
color: #FFF;
|
|
|
|
color: #FFF;
|
|
|
|
background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg');
|
|
|
|
background: @colortheme_info-background;
|
|
|
|
background-size: cover;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
background-position: center;
|
|
|
|
min-height: 100vh;
|
|
|
|
min-height: 100vh;
|
|
|
@ -31,6 +31,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-family: "Open Sans", Helvetica;
|
|
|
|
font-family: "Open Sans", Helvetica;
|
|
|
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-right {
|
|
|
|
.cp-right {
|
|
|
|
.cp-register-btn {
|
|
|
|
.cp-register-btn {
|
|
|
@ -51,22 +52,25 @@
|
|
|
|
.cp-title {
|
|
|
|
.cp-title {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
color: @colortheme_logo-2;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
height: 20vh;
|
|
|
|
max-width: 200px;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
margin-left: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
font-family: "Neuropolitical";
|
|
|
|
font-family: "IBM Plex Mono";
|
|
|
|
|
|
|
|
font-weight: 500;
|
|
|
|
//font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
|
|
|
|
//font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
|
|
|
|
//font-family: "Raleway";
|
|
|
|
//font-family: "Raleway";
|
|
|
|
font-size: 45px;
|
|
|
|
font-size: 3.7rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
.tag-line {
|
|
|
|
//font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 1.4em;
|
|
|
|
//font-style: italic;
|
|
|
|
//font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -107,27 +111,28 @@
|
|
|
|
.cp-app-grid {
|
|
|
|
.cp-app-grid {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
justify-content: space-around;
|
|
|
|
& > a {
|
|
|
|
& > a {
|
|
|
|
margin: 20px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@icons-size: 120px;
|
|
|
|
@icons-size: 120px;
|
|
|
|
@icons-text-size: 30px;
|
|
|
|
@icons-text-size: 24px;
|
|
|
|
.bs-callout {
|
|
|
|
.bs-callout {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: rgba(255,255,255,0.6);
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
transition: all .1s ease-in-out;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
height: @icons-size;
|
|
|
|
height: @icons-size;
|
|
|
|
width: @icons-size;
|
|
|
|
width: @icons-size;
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
&:hover { text-decoration-line: none; }
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
|
|
|
text-decoration-line: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
div h4 {
|
|
|
|
div h4 {
|
|
|
|
@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
|
|
|
|
@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
|
|
|
@ -152,13 +157,14 @@
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: @icons-size;
|
|
|
|
width: @icons-size;
|
|
|
|
height: @icons-size - @icons-text-size;
|
|
|
|
height: @icons-size - @icons-text-size;
|
|
|
|
transition: width 0.1s;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.cp-app-disabled {
|
|
|
|
&.cp-app-disabled {
|
|
|
|
cursor: not-allowed !important;
|
|
|
|
cursor: not-allowed !important;
|
|
|
|
opacity: 0.5;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pad-button-text {
|
|
|
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
h4 {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
@ -171,21 +177,35 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bs-callout:hover {
|
|
|
|
.bs-callout:hover {
|
|
|
|
//color: white;
|
|
|
|
|
|
|
|
transform: scale(1.05);
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bs-callout:hover.cp-callout-more {
|
|
|
|
.bs-callout:hover.cp-callout-more {
|
|
|
|
transform: none !important;
|
|
|
|
transform: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-callout-pad .cptools { background-color: @colortheme_pad-bg; }
|
|
|
|
|
|
|
|
.cp-callout-code .cptools { background-color: @colortheme_code-bg; }
|
|
|
|
.app-block(@app; @app-color) {
|
|
|
|
.cp-callout-slide .cptools { background-color: @colortheme_slide-bg; }
|
|
|
|
.cp-callout-@{app} {
|
|
|
|
.cp-callout-poll .cptools { background-color: @colortheme_poll-bg; }
|
|
|
|
i {
|
|
|
|
.cp-callout-kanban .cptools { background-color: @colortheme_kanban-bg; }
|
|
|
|
color: @app-color;
|
|
|
|
.cp-callout-whiteboard .cptools { background-color: @colortheme_whiteboard-bg; }
|
|
|
|
}
|
|
|
|
.cp-callout-drive .fa { background-color: @colortheme_drive-bg; }
|
|
|
|
&:hover {
|
|
|
|
.cp-callout-sheet .cptools { background-color: @colortheme_oocell-bg; }
|
|
|
|
background-color: lighten(@app-color, 30%);
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-block(code, @colortheme_code-bg);
|
|
|
|
|
|
|
|
.app-block(pad, @colortheme_pad-bg);
|
|
|
|
|
|
|
|
.app-block(slide, @colortheme_slide-bg);
|
|
|
|
|
|
|
|
.app-block(poll, @colortheme_poll-bg);
|
|
|
|
|
|
|
|
.app-block(kanban, @colortheme_kanban-bg);
|
|
|
|
|
|
|
|
.app-block(whiteboard, @colortheme_whiteboard-bg);
|
|
|
|
|
|
|
|
.app-block(sheet, @colortheme_oocell-bg);
|
|
|
|
|
|
|
|
.app-block(drive, @colortheme_drive-bg);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-hidden { display: none !important; }
|
|
|
|
.cp-hidden { display: none !important; }
|
|
|
|
.cp-callout-more {
|
|
|
|
.cp-callout-more {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|