You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

855 lines
13 KiB

@import "_fonts";
@import "_mixins";
11 years ago
11 years ago
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-rendering: optimizeSpeed;
10 years ago
backface-visibility: hidden;
11 years ago
}
11 years ago
body, html {
10 years ago
font-size: $font_size;
11 years ago
line-height: 1.5;
font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
font-weight: 300;
height: 100%;
11 years ago
margin: 0;
padding: 0;
11 years ago
background: $menu_color;
10 years ago
@include theme(color, text);
overflow: hidden;
11 years ago
}
body {
display: flex;
flex-flow: row nowrap;
11 years ago
}
a {
10 years ago
position: relative;
overflow: hidden;
text-decoration: none;
cursor: pointer;
10 years ago
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10 years ago
&:visited, &:active {
color: inherit;
}
11 years ago
}
11 years ago
input, textarea, select {
font-size: 1em;
font-weight: 300;
padding: $padding/3;
border-radius: 0;
10 years ago
border: 1px solid darken(get-theme(off), 20);
@include theme-dark {
border-color: darken(get-theme-dark(off), 10);
}
@include theme(background, off);
@include theme(color, text);
}
10 years ago
input[type=text], textarea {
-webkit-appearance: none;
11 years ago
}
11 years ago
.button {
10 years ago
@include theme(color, primary);
font-weight: 300;
padding: $padding/4;
cursor: pointer;
10 years ago
border: 1px solid transparent;
@include theme(border-color, primary);
border-radius: $border_radius;
margin: 0 $padding/4;
10 years ago
transition: all 150ms;
11 years ago
&:hover {
10 years ago
@include theme(background, primary);
color: #FFF;
}
11 years ago
}
10 years ago
.ripple {
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
10 years ago
@include theme(background, primary);
will-change: transform, opacity;
transform: translate(-50%, -50%) scale(1) rotateZ(360deg);
10 years ago
opacity: 0.2;
transition: all 1.5s ease;
transition-property: opacity, transform;
10 years ago
pointer-events: none;
10 years ago
&.animate {
transform: translate(-50%, -50%) scale(100) rotateZ(360deg);
10 years ago
opacity: 0;
}
}
.disable_hover .scroll_content > * {
10 years ago
pointer-events: none;
}
11 years ago
/* Header */
11 years ago
.header {
width: $header_width;
min-width: $header_width;
position: relative;
10 years ago
z-index: 100;
11 years ago
@include media-phablet {
width: $header_width_mobile;
min-width: $header_width_mobile;
z-index: 21;
}
10 years ago
a {
color: #FFF;
letter-spacing: 1px;
}
11 years ago
10 years ago
.ripple {
background: #FFF;
}
.navigation {
11 years ago
.logo {
10 years ago
@include theme(background, primary);
display: block;
text-align: center;
position: relative;
10 years ago
overflow: hidden;
11 years ago
font-family: Lobster, serif;
color: #FFF;
font-size: 38px;
line-height: $header_height;
height: $header_height;
span {
position: absolute;
display: block;
height: 100%;
10 years ago
width: 100%;
text-align: center;
left: 0;
&:nth-child(even){
10 years ago
transform: translateX(100%);
}
}
@include media-phablet {
font-size: 28px;
line-height: $header_width_mobile;
height: $header_width_mobile;
&:after {
content: 'CP';
}
span { display: none; }
}
}
ul {
padding: 0;
margin: 0;
li {
10 years ago
display: block;
@include media-phablet {
line-height: 0;
}
}
li a {
padding: $padding/2 $padding;
display: block;
position: relative;
@include media-phablet {
line-height: $header_width_mobile - $padding;
height: $header_width_mobile;
padding: $padding/2 0;
text-align: center;
}
span {
@include media-phablet {
display: none;
}
}
&:before {
position: absolute;
width: 100%;
display: none;
text-align: center;
font-size: 18px;
text-indent: 0;
@include media-phablet {
display: block;
}
}
&.icon-home:before {
font-size: 24px;
}
}
}
}
10 years ago
.donate {
position: absolute;
bottom: 44px + $padding/2;
left: 0;
right: 0;
padding: $padding/2 $padding;
&:before {
display: none;
font-size: 20px;
text-align: center;
}
@include media-phablet {
bottom: 44px * 3;
padding: $padding/2 0;
span {
display: none;
}
&:before {
display: block;
}
}
}
.menu, .search_form, .notification_menu {
position: absolute;
z-index: 21;
bottom: $padding / 3;
width: 44px;
height: 44px;
@include media-phablet {
bottom: 0;
}
.wrapper {
min-width: 170px;
10 years ago
transform-origin: 0 90%;
}
> a {
display: inline-block;
height: 100%;
width: 100%;
text-align: center;
line-height: 44px;
font-size: 20px;
}
}
.notification_menu {
left: 50%;
transform: translateX(-50%);
@include media-phablet {
bottom: 44px;
}
.button:before {
font-size: 20px;
top: -2px;
}
11 years ago
10 years ago
.badge {
position: absolute;
color: #FFF;
top: 5px;
right: 0;
10 years ago
@include theme(background, primary);
10 years ago
border-radius: 50%;
width: 18px;
height: 18px;
line-height: 16px;
text-align: center;
font-size: 10px;
font-weight: lighter;
}
.wrapper {
11 years ago
width: 320px;
10 years ago
@include media-phablet {
width: 250px;
}
}
ul {
min-height: 60px;
max-height: 300px;
overflow-y: auto !important;
&:empty:after {
content: 'No notifications (yet)';
width: 100%;
position: absolute;
line-height: 60px;
font-size: 15px;
font-style: italic;
opacity: .4;
left: $padding * 2;
}
&:empty:before {
content: '\e808';
font-family: "icons";
height: 100%;
line-height: 60px;
margin-left: $padding;
text-align: center;
opacity: .4;
}
10 years ago
li {
padding: $padding;
word-wrap: break-word;
10 years ago
.added {
font-weight: lighter;
font-size: 11px;
display: block;
text-align: right;
}
}
}
}
.menu {
left: $padding / 3;
@include media-phablet {
bottom: 88px;
left: 50%;
transform: translateX(-50%);
}
.button:before {
font-size: 20px;
top: -2px;
}
}
.search_form {
right: $padding / 3;
@include media-phablet {
right: auto;
left: 50%;
transform: translateX(-50%);
}
}
.more_menu {
.wrapper {
bottom: 0;
left: 44px;
right: auto;
padding-left: 4px;
}
}
11 years ago
}
10 years ago
.corner_background {
display: block;
position: absolute;
height: 10px;
width: 10px;
10 years ago
@include theme(background, primary);
10 years ago
top: 0;
left: $header_width;
@include media-phablet {
left: $header_width_mobile;
}
}
11 years ago
/* Content */
11 years ago
.content {
10 years ago
position: relative;
height: 100%;
flex: 1 auto;
display: flex;
flex-flow: column nowrap;
10 years ago
@include theme(background, background);
border-radius: $border_radius 0 0 $border_radius;
h1, h2, h3 {
padding: 0;
margin: 0;
}
.pages {
flex: 1 auto;
width: 100%;
position: relative;
}
.footer {
width: 100%;
}
11 years ago
}
11 years ago
/* Page */
11 years ago
.page {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
&.active {
display: block;
}
> .scroll_content {
position: relative;
height: 100%;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling:touch;
}
&.home .scroll_content {
padding: 0 0 $padding;
}
h1, h2, h3, h4 {
font-weight: 300;
}
h2 {
font-size: 24px;
padding: $padding;
@include media-phablet {
font-size: 18px;
}
}
.navigation {
z-index: 2;
display: flex;
align-items: center;
position: fixed;
top: 0;
height: $header_height;
left: $header_width + $padding;
right: $padding;
10 years ago
@include theme(background, background);
border-radius: $border_radius 0 0 0;
@include media-phablet {
height: $header_width_mobile;
left: $header_width_mobile + $padding/2;
right: $padding/2;
}
ul {
flex: 1 auto;
list-style: none;
li {
display: inline-block;
a {
display: inline-block;
font-size: 24px;
line-height: $header_height;
padding: 0 $padding;
10 years ago
@include theme(color, text);
opacity: .5;
vertical-align: bottom;
@include media-phablet {
font-size: 18px;
line-height: $header_width_mobile;
padding: 0 $padding/2;
}
}
}
.active a {
10 years ago
opacity: 1;
}
}
> ul > li:first-child {
margin-left: -$padding;
@include media-phablet {
margin-left: -$padding/2;
}
}
h2 {
padding: $padding $padding $padding 0;
}
}
11 years ago
}
11 years ago
/* Page levels */
@for $i from 1 through 4 {
.level_#{$i} {
z-index: #{$i * 10};
}
11 years ago
}
11 years ago
/* Menu basis */
.more_menu {
position: relative;
line-height: 1em;
10 years ago
a {
display: inline-block;
}
.button {
font-size: 24px;
cursor: pointer;
display: inline-block;
&:before {
position: relative;
}
}
.wrapper {
display: none;
position: absolute;
right: 0;
10 years ago
@include theme(background, primary);
z-index: 5000;
box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
border-radius: $border_radius 0 0 $border_radius;
10 years ago
transform-origin: 80% 0;
10 years ago
@include theme-dark {
box-shadow: 0 5px 15px 2px rgba(0,0,0,.4);
}
&:before {
transform: rotate(45deg) translateY(-60%);
content: '';
display: block;
position: absolute;
10 years ago
@include theme(background, primary);
height: 10px;
width: 10px;
left: -9px;
bottom: 11px;
z-index: 1;
10 years ago
opacity: 1;
border-radius: $border_radius;
}
ul {
10 years ago
@include theme(background, background);
position: relative;
z-index: 2;
overflow: hidden;
border-radius: $border_radius 0 0 $border_radius;
}
ul li {
display: block;
line-height: 1em;
10 years ago
border-top: 1px solid transparent;
@include theme(border-color, off);
&:first-child {
border-top: 0;
}
a {
display: block;
10 years ago
@include theme(color, text);
padding: $padding/4 $padding/2;
font-size: 1em;
line-height: 22px;
&:hover {
}
}
&:first-child a {
padding-top: $padding/2;
}
&:last-child a {
padding-bottom: $padding/2;
}
}
}
10 years ago
//&.show {
//
// .wrapper {
// display: block;
//
// &:before {
// opacity: 1;
// }
// }
//}
11 years ago
}
11 years ago
11 years ago
/* Messages */
.messages {
position: fixed;
right: 0;
bottom: 0;
width: 320px;
10 years ago
z-index: 2000;
11 years ago
overflow: hidden;
font-size: 14px;
font-weight: bold;
padding: 5px;
11 years ago
.message {
overflow: hidden;
transition: all .6s cubic-bezier(0.9,0,0.1,1);
width: 100%;
position: relative;
max-height: 0;
font-size: 1.1em;
font-weight: normal;
transform: scale(0);
transform-origin: 100% 50%;
10 years ago
@include theme(background, primary);
margin-bottom: 4px;
border-radius: $border_radius;
box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
11 years ago
10 years ago
@include theme-dark {
box-shadow: 0 5px 15px 2px rgba(0,0,0,.4);
}
.inner {
11 years ago
padding: 15px 30px 15px 20px;
10 years ago
@include theme(background, background);
margin-bottom: 4px;
border-radius: $border_radius;
}
11 years ago
&.sticky {
10 years ago
@include theme(background-color, primary);
11 years ago
}
&.show {
max-height: 100px;
transform: scale(1);
}
&.hide {
max-height: 0;
padding: 0 20px;
margin: 0;
transform: scale(0);
}
}
11 years ago
.close {
position: absolute;
padding: 10px 8px;
top: 0;
right: 0;
color: #FFF;
}
11 years ago
}
10 years ago
/* Question */
.question {
position: fixed;
z-index: 20000;
color: #FFF;
padding: $padding;
display: flex;
align-items: center;
justify-content: center;
&.show {
opacity: 1;
}
.inner {
width: 100%;
max-width: 500px;
}
h3 {
display: block;
margin-bottom: $padding;
10 years ago
font-size: 1.4em;
font-weight: lighter;
}
.hint {
margin: -$padding 0 $padding;
}
10 years ago
a {
border-color: #FFF;
color: #FFF;
transition: none;
10 years ago
&:hover {
10 years ago
@include theme(background, primary);
color: #FFF;
10 years ago
}
}
}
11 years ago
/* Mask */
10 years ago
.mask {
background: rgba(0,0,0,.8);
z-index: 1000;
11 years ago
text-align: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: opacity 500ms;
10 years ago
pointer-events: none;
11 years ago
$spinner_size: 22px;
11 years ago
10 years ago
.message {
color: #FFF;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
width: 320px;
margin: -($spinner_size*2 + 5px) 0 0 -160px;
font-size: 16px;
h1 {
font-size: 1.5em;
}
10 years ago
}
.spinner {
position: absolute;
top: 50%;
left: 50%;
width: $spinner_size;
height: $spinner_size;
display: block;
background: white;
margin-top: -($spinner_size/2);
margin-left: -($spinner_size/2);
outline: 1px solid transparent;
animation: rotating 2.5s $cubic infinite normal;
transform: scale(0);
}
&.with_message {
.spinner {
margin-top: -($spinner_size*4);
}
}
&.show {
10 years ago
pointer-events: auto;
opacity: 1;
.spinner {
transform: scale(1);
}
}
&.hide {
opacity: 0;
.spinner {
transform: scale(0);
}
}
11 years ago
}
@keyframes rotating {
0% {
transform: rotate(0deg) scale(1.6);
border-radius: 1px;
}
48% {
transform: rotate(360deg) scale(1);
border-radius: 50%;
}
52% {}
100% {
transform: rotate(720deg) scale(1.6);
border-radius: 1px;
}
11 years ago
}
.table {
.head {
font-weight: bold;
}
11 years ago
.item {
display: flex;
border-bottom: 1px solid rgba(0,0,0,.2);
11 years ago
10 years ago
@include theme-dark {
border-color: rgba(255,255,255,.2);
}
&:last-child {
border-bottom: none;
}
11 years ago
span {
padding: 1px 2px;
11 years ago
&:first-child {
padding-left: 0;
}
11 years ago
&:last-child {
padding-right: 0;
}
}
}
11 years ago
}