filebrowser/assets/public/css/styles.css

978 lines
15 KiB
CSS
Raw Normal View History

2016-06-24 12:17:55 +00:00
/* NORMALIZE CSS */
2016-06-14 15:13:38 +00:00
html {
2016-06-28 21:26:39 +00:00
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
body {
2016-06-28 21:26:39 +00:00
margin: 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
2016-06-28 21:26:39 +00:00
display: block
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
audio,
canvas,
progress,
video {
2016-06-28 21:26:39 +00:00
display: inline-block
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
audio:not([controls]) {
2016-06-28 21:26:39 +00:00
display: none;
height: 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
progress {
2016-06-28 21:26:39 +00:00
vertical-align: baseline
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
template,
[hidden] {
2016-06-28 21:26:39 +00:00
display: none
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
a {
2016-06-28 21:26:39 +00:00
background-color: transparent;
-webkit-text-decoration-skip: objects
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
a:active,
a:hover {
2016-06-28 21:26:39 +00:00
outline-width: 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
abbr[title] {
2016-06-28 21:26:39 +00:00
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
b,
strong {
2016-06-28 21:26:39 +00:00
font-weight: inherit
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
b,
strong {
2016-06-28 21:26:39 +00:00
font-weight: bolder
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
dfn {
2016-06-28 21:26:39 +00:00
font-style: italic
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
h1 {
2016-06-28 21:26:39 +00:00
font-size: 2em;
margin: 0.67em 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
mark {
2016-06-28 21:26:39 +00:00
background-color: #ff0;
color: #000
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
small {
2016-06-28 21:26:39 +00:00
font-size: 80%
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
sub,
sup {
2016-06-28 21:26:39 +00:00
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
sub {
2016-06-28 21:26:39 +00:00
bottom: -0.25em
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
sup {
2016-06-28 21:26:39 +00:00
top: -0.5em
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
img {
2016-06-28 21:26:39 +00:00
border-style: none;
max-width: 100%;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
svg:not(:root) {
2016-06-28 21:26:39 +00:00
overflow: hidden
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
code,
kbd,
pre,
samp {
2016-06-28 21:26:39 +00:00
font-family: monospace, monospace;
font-size: 1em
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
figure {
2016-06-28 21:26:39 +00:00
margin: 1em 40px
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
hr {
2016-06-28 21:26:39 +00:00
box-sizing: content-box;
height: 0;
overflow: visible
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button,
input,
select,
textarea {
2016-06-28 21:26:39 +00:00
font: inherit;
margin: 0
2016-06-11 13:32:50 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
optgroup {
2016-06-28 21:26:39 +00:00
font-weight: bold
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button,
input {
2016-06-28 21:26:39 +00:00
overflow: visible
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button,
select {
2016-06-28 21:26:39 +00:00
text-transform: none
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button,
.button,
html [type="button"],
[type="reset"],
[type="submit"] {
2016-06-28 21:26:39 +00:00
/* -webkit-appearance: button; */
text-decoration: none;
color: #fff !important;
background-color: #26a69a;
text-align: center;
letter-spacing: .5px;
-webkit-transition: .2s ease-out;
transition: .2s ease-out;
cursor: pointer;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border: none;
border-radius: 2px;
display: inline-block;
height: 2.25em;
line-height: 2.25em;
outline: 0;
padding: 0 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button::-moz-focus-inner,
.button::-moz-focus-inner,
. [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
2016-06-28 21:26:39 +00:00
border-style: none;
padding: 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
button:-moz-focusring,
.button:-moz-focusring,
,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
2016-06-28 21:26:39 +00:00
outline: 1px dotted ButtonText
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
fieldset {
2016-06-28 21:26:39 +00:00
border: none;
margin: 0;
padding: 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
legend {
2016-06-28 21:26:39 +00:00
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
textarea {
2016-06-28 21:26:39 +00:00
overflow: auto
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
[type="checkbox"],
[type="radio"] {
2016-06-28 21:26:39 +00:00
box-sizing: border-box;
padding: 0
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
2016-06-28 21:26:39 +00:00
height: auto
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
[type="search"] {
2016-06-28 21:26:39 +00:00
-webkit-appearance: textfield;
outline-offset: -2px
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
2016-06-28 21:26:39 +00:00
-webkit-appearance: none
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
::-webkit-input-placeholder {
2016-06-28 21:26:39 +00:00
color: inherit;
opacity: 0.54
2016-06-24 12:17:55 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-24 12:17:55 +00:00
::-webkit-file-upload-button {
2016-06-28 21:26:39 +00:00
-webkit-appearance: button;
font: inherit
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
/* TANANANA */
body {
2016-06-28 21:26:39 +00:00
font-family: 'Roboto', sans-serif;
padding-top: 5em;
background-color: #fcfcfc;
text-rendering: optimizespeed;
}
2016-06-28 09:01:00 +00:00
a {
2016-06-28 21:26:39 +00:00
text-decoration: none;
color: #006ed3;
}
2016-06-28 09:01:00 +00:00
a:hover,
h1 a:hover {
2016-06-28 21:26:39 +00:00
color: #319cff;
}
2016-06-28 09:01:00 +00:00
#summary,
header {
2016-06-28 21:26:39 +00:00
padding-right: 7%;
padding-left: 7%;
}
2016-06-28 09:01:00 +00:00
td:first-child,
th:first-child {
2016-06-28 21:26:39 +00:00
padding-left: 1em;
}
2016-06-28 09:01:00 +00:00
td:last-child,
th:last-child {
2016-06-28 21:26:39 +00:00
padding-right: 1em;
}
2016-06-28 09:01:00 +00:00
h1 {
2016-06-28 21:26:39 +00:00
font-size: 1.5em;
font-weight: normal;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
2016-06-28 09:01:00 +00:00
h1 a {
2016-06-28 21:26:39 +00:00
color: inherit;
}
2016-06-28 09:01:00 +00:00
h1 a:hover {
2016-06-28 21:26:39 +00:00
text-decoration: underline;
}
2016-06-28 09:01:00 +00:00
main {
2016-06-28 21:26:39 +00:00
display: block;
}
2016-06-28 09:01:00 +00:00
.meta-item {
2016-06-28 21:26:39 +00:00
margin-right: 1em;
}
2016-06-28 09:01:00 +00:00
table {
2016-06-28 21:26:39 +00:00
width: 100%;
border-collapse: collapse;
}
2016-06-28 09:01:00 +00:00
tr {
2016-06-28 21:26:39 +00:00
cursor: pointer;
-webkit-transition: 0.1s ease all;
transition: 0.1s ease all;
border-bottom: 1px dashed #dadada;
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
tr.selected {
2016-06-28 21:26:39 +00:00
background-color: #ccc;
}
2016-06-28 09:01:00 +00:00
td,
th {
2016-06-28 21:26:39 +00:00
padding: 1em 0;
text-align: left;
}
2016-06-28 09:01:00 +00:00
th {
2016-06-28 21:26:39 +00:00
font-size: 16px;
padding-top: 15px;
padding-bottom: 15px;
white-space: nowrap;
}
2016-06-28 09:01:00 +00:00
th a {
2016-06-28 21:26:39 +00:00
color: black;
}
2016-06-28 09:01:00 +00:00
th svg {
2016-06-28 21:26:39 +00:00
vertical-align: middle;
}
2016-06-28 09:01:00 +00:00
td {
2016-06-28 21:26:39 +00:00
font-size: 14px;
}
2016-06-28 09:01:00 +00:00
td:first-child {
2016-06-28 21:26:39 +00:00
width: 50%;
}
2016-06-28 09:01:00 +00:00
td:last-child,
th:last-child {
2016-06-28 21:26:39 +00:00
text-align: right;
}
2016-06-28 09:01:00 +00:00
td:first-child svg {
2016-06-28 21:26:39 +00:00
position: absolute;
}
2016-06-28 09:01:00 +00:00
td .goup,
td .name {
2016-06-28 21:26:39 +00:00
margin-left: 1.1em;
vertical-align: middle;
white-space: pre-wrap;
word-break: break-all;
color: #424242;
overflow-wrap: break-word;
}
2016-06-28 09:01:00 +00:00
footer {
2016-06-28 21:26:39 +00:00
font-size: 0.6em;
margin: 3em 0 2em;
text-align: center;
color: grey;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
footer a,
footer a:hover {
2016-06-28 21:26:39 +00:00
color: inherit;
}
2016-06-28 09:01:00 +00:00
2016-06-11 13:32:50 +00:00
.container {
2016-06-28 21:26:39 +00:00
width: 95%;
max-width: 960px;
margin: 0 auto;
2016-06-11 13:32:50 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-11 13:32:50 +00:00
pre {
2016-06-28 21:26:39 +00:00
padding: 1em;
border: 1px solid #e6e6e6;
border-radius: 0.5em;
background-color: #f5f5f5;
2016-06-11 13:32:50 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-11 13:32:50 +00:00
@media (max-width: 600px) {
2016-06-28 21:26:39 +00:00
.hideable {
display: none;
}
td:first-child {
width: auto;
}
td:nth-child(2),
th:nth-child(2) {
padding-right: 5%;
text-align: right;
}
}
2016-06-14 15:13:38 +00:00
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
/* MY STYLES */
* {
2016-06-28 21:26:39 +00:00
box-sizing: border-box;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
/* MATERIAL ICONS */
.material-icons {
2016-06-28 21:26:39 +00:00
font-family: 'Material Icons';
font-size: 1.5em;
font-weight: normal;
font-style: normal;
line-height: 1;
/* Preferred icon size */
display: inline-block;
white-space: nowrap;
letter-spacing: normal;
text-transform: none;
word-wrap: normal;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
/* HEADER */
header {
2016-06-28 21:26:39 +00:00
z-index: 999;
padding: 1.7em 0;
background-color: #2196f3;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
header h1 {
2016-06-28 21:26:39 +00:00
font-size: 2em;
margin: 0;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
header a,
header a:hover {
2016-06-28 21:26:39 +00:00
color: inherit;
2016-06-14 19:33:59 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
header p {
2016-06-28 21:26:39 +00:00
font-size: 1.5em;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
header p i {
2016-06-28 21:26:39 +00:00
font-size: 1em !important;
color: rgba(255, 255, 255, .31);
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-25 20:57:10 +00:00
header #logout {
2016-06-28 21:26:39 +00:00
background-color: rgba(0, 0, 0, 0.1);
border-radius: 0;
margin: -0.5em -0.5em -0.5em 0;
padding: .5em;
2016-06-25 20:57:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
header p i {
2016-06-28 21:26:39 +00:00
vertical-align: middle;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:24:38 +00:00
header #search {
position: relative;
2016-06-28 21:26:39 +00:00
display: inline-block;
height: 100%;
padding: 0.75em;
vertical-align: middle;
color: #fff;
border-radius: 0.3em;
background-color: #1e88e5;
2016-06-30 21:24:38 +00:00
transition: .1s ease all;
}
header #search.active {
background-color: #fff;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
}
header #search.active i,
header #search.active input {
color: #212121;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:24:38 +00:00
header #search i,
header #search input {
2016-06-28 21:26:39 +00:00
vertical-align: middle;
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:24:38 +00:00
header #search i {
2016-06-28 21:26:39 +00:00
margin-right: 0.3em;
color: rgba(255, 255, 255, .5);
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:24:38 +00:00
header #search input {
2016-06-28 21:26:39 +00:00
min-width: 20em;
border: 0;
outline: 0;
2016-06-30 21:24:38 +00:00
color: #fff;
2016-06-28 21:26:39 +00:00
background-color: transparent;
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:24:38 +00:00
header #search.active div {
visibility: visible;
opacity: 1;
top: 100%;
}
header #search div {
position: absolute;
top: 0;
width: 100%;
left: 0;
z-index: 999999;
background-color: #fff;
text-align: left;
color: #ccc;
box-shadow: 0 2px 3px rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 0, .12);
padding: .5em;
border-bottom-left-radius: .3em;
border-bottom-right-radius: .3em;
transition: .1s ease all;
visibility: hidden;
opacity: 0;
}
2016-06-30 21:37:52 +00:00
header #search.active div i {
color: #ccc;
display: block;
text-align: center;
}
header #search::-webkit-input-placeholder {
2016-06-28 21:26:39 +00:00
/* WebKit, Blink, Edge */
color: rgba(255, 255, 255, .5);
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:37:52 +00:00
header #search:-moz-placeholder {
2016-06-28 21:26:39 +00:00
opacity: 1;
/* Mozilla Firefox 4 to 18 */
color: rgba(255, 255, 255, .5);
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:37:52 +00:00
header #search::-moz-placeholder {
2016-06-28 21:26:39 +00:00
opacity: 1;
/* Mozilla Firefox 19+ */
color: rgba(255, 255, 255, .5);
2016-06-14 15:28:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 21:37:52 +00:00
header #search:-ms-input-placeholder {
2016-06-28 21:26:39 +00:00
/* Internet Explorer 10-11 */
color: rgba(255, 255, 255, .5);
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
#toolbar,
header {
2016-06-28 21:26:39 +00:00
position: fixed;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 0.5em;
color: #fff;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
#toolbar div,
header div {
2016-06-28 21:26:39 +00:00
vertical-align: middle;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
#toolbar p,
header p {
2016-06-28 21:26:39 +00:00
display: inline-block;
margin: 0;
vertical-align: middle;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
#toolbar p a,
#toolbar p a:hover,
header p a,
header p a:hover {
2016-06-28 21:26:39 +00:00
color: inherit;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
#toolbar {
2016-06-28 21:26:39 +00:00
z-index: 1000;
top: -4em;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
opacity: 0;
color: #fff;
background-color: #6f6f6f;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
#toolbar.enabled {
2016-06-28 21:26:39 +00:00
top: 0;
opacity: 1;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
#toolbar div:nth-child(2),
header div:nth-child(2) {
2016-06-28 21:26:39 +00:00
text-align: right;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
.action {
2016-06-28 21:26:39 +00:00
display: inline-block;
margin: 0 0.2em;
cursor: pointer;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
border: 0;
border-radius: 50%;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
.action.disabled {
2016-06-28 21:26:39 +00:00
opacity: 0.2;
cursor: not-allowed;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
.action i {
2016-06-28 21:26:39 +00:00
padding: 0.5em;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
border-radius: 50%;
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 15:13:38 +00:00
.action:hover i {
2016-06-28 21:26:39 +00:00
background-color: rgba(0, 0, 0, .1);
2016-06-14 15:13:38 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 17:30:08 +00:00
.floating {
2016-06-28 21:26:39 +00:00
position: fixed;
bottom: 1em;
right: 1em;
2016-06-26 17:30:08 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 17:30:08 +00:00
.floating .action {
2016-06-28 21:26:39 +00:00
background-color: #68EFAD;
color: #306e50;
box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
2016-06-28 20:28:39 +00:00
}
#newdir {
2016-06-28 21:26:39 +00:00
position: fixed;
bottom: 1.3em;
right: 5em;
transition: .2s ease all;
opacity: 0;
border: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
padding: .5em;
width: 10em;
border-radius: .2em;
2016-06-28 20:28:39 +00:00
}
#newdir.enabled {
2016-06-28 21:26:39 +00:00
opacity: 1;
2016-06-28 20:28:39 +00:00
}
*,
*:hover,
*:active,
*:focus {
2016-06-28 21:26:39 +00:00
outline: 0
2016-06-26 17:30:08 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
/* LISTING */
#listing {
2016-06-28 21:26:39 +00:00
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 0.5em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-15 07:47:33 +00:00
#listing.list {
2016-06-28 21:26:39 +00:00
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
2016-06-15 07:47:33 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
#listing .item {
2016-06-28 21:26:39 +00:00
margin: 0 0.5em 1em;
padding: 0.5em;
cursor: pointer;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
border: 0.2em solid #fff;
border-radius: 0.2em;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
2016-06-27 17:57:54 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-30 20:28:44 +00:00
#listing .item:hover .checkbox {
opacity: 1;
}
2016-06-27 17:57:54 +00:00
#listing .item .checkbox {
2016-06-28 21:26:39 +00:00
position: absolute;
2016-06-30 20:28:44 +00:00
top: -.9em;
right: -.9em;
2016-06-28 21:26:39 +00:00
border-radius: 50%;
2016-06-30 20:28:44 +00:00
background: #fff;
2016-06-28 21:26:39 +00:00
border: 0;
-webkit-appearance: initial;
2016-06-30 20:28:44 +00:00
box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
line-height: 0;
padding: .4em;
transition: .2s ease all;
opacity: 0;
}
#listing .checkbox i {
font-size: 1em;
margin: 0;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item:hover {
2016-06-28 21:26:39 +00:00
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item.selected {
2016-06-28 21:26:39 +00:00
border-color: #6f6f6f !important;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item div {
2016-06-28 21:26:39 +00:00
display: inline-block;
vertical-align: middle;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item p {
2016-06-28 21:26:39 +00:00
font-size: 0.9em;
margin: 0;
color: #4e4e4e;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item span {
2016-06-28 21:26:39 +00:00
font-weight: bold;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-14 17:19:10 +00:00
.item i {
2016-06-28 21:26:39 +00:00
font-size: 4em;
margin-right: 0.1em;
2016-06-14 17:19:10 +00:00
}
2016-06-28 09:01:00 +00:00
.item a,
.item a:hover {
2016-06-28 21:26:39 +00:00
color: #6f6f6f;
2016-06-15 07:47:33 +00:00
}
2016-06-23 22:21:44 +00:00
2016-06-28 09:01:00 +00:00
2016-06-14 20:07:44 +00:00
/* ANIMATIONS */
2016-06-23 22:21:44 +00:00
2016-06-14 20:07:44 +00:00
i.spin {
2016-06-28 21:26:39 +00:00
-webkit-animation: 1s spin linear infinite;
animation: 1s spin linear infinite;
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
@-webkit-keyframes spin {
2016-06-28 21:26:39 +00:00
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
2016-06-28 09:01:00 +00:00
2016-06-23 22:21:44 +00:00
@keyframes spin {
2016-06-28 21:26:39 +00:00
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-23 22:21:44 +00:00
/* EDITOR */
2016-06-24 12:17:55 +00:00
#editor .frontmatter {
2016-06-28 21:26:39 +00:00
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
margin-bottom: 1em;
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
#editor .group,
#editor #editor-source {
2016-06-28 21:26:39 +00:00
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
display: block;
border-radius: .2em;
padding: .5em;
margin-bottom: 1em;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
background-color: #fff;
display: inline-block;
width: 100%;
break-inside: avoid-column;
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor .block {
2016-06-28 21:26:39 +00:00
border-bottom: 1px solid #eee;
margin-bottom: .5em;
padding-bottom: .5em;
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor .block:last-child {
2016-06-28 21:26:39 +00:00
border: 0;
margin: 0;
padding: 0;
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor .block label {
2016-06-28 21:26:39 +00:00
display: block;
color: #212121;
font-weight: 500;
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor h3 {
2016-06-28 21:26:39 +00:00
margin: 0 0 .5em;
display: inline-block;
vertical-align: middle;
width: calc(100% - 2.5em);
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
#editor .block input,
#editor .block .actions {
2016-06-28 21:26:39 +00:00
display: inline-block;
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
#editor .block input,
#editor .block textarea,
#editor fieldset input,
#editor fieldset textarea {
2016-06-28 21:26:39 +00:00
border: 0;
background-color: transparent;
overflow: hidden;
color: #9E9E9E;
resize: none;
width: calc(100% - 1.5em);
2016-06-23 22:21:44 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor .action {
2016-06-28 21:26:39 +00:00
border: 0;
background-color: transparent;
font-size: .8em;
margin: 0;
2016-06-14 20:07:44 +00:00
}
2016-06-28 09:01:00 +00:00
#editor .delete,
#editor .add {
2016-06-28 21:26:39 +00:00
color: #ddd;
2016-06-25 20:57:10 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-26 22:03:27 +00:00
#editor i {
2016-06-28 21:26:39 +00:00
padding: 0;
2016-06-26 22:03:27 +00:00
}
2016-06-28 09:01:00 +00:00
#editor .add:hover i {
2016-06-28 21:26:39 +00:00
color: #8BC34A;
}
2016-06-28 09:01:00 +00:00
#editor .delete:hover i {
2016-06-28 21:26:39 +00:00
color: #E53935;
}
2016-06-28 09:01:00 +00:00
#editor .add:hover i,
#editor .delete:hover i {
2016-06-28 21:26:39 +00:00
background-color: transparent;
2016-06-25 20:57:10 +00:00
}
2016-06-28 09:01:00 +00:00
#editor fieldset> .action {
2016-06-28 21:26:39 +00:00
opacity: 0;
}
2016-06-28 09:01:00 +00:00
#editor fieldset:hover> .action {
2016-06-28 21:26:39 +00:00
opacity: 1;
}
2016-06-28 09:01:00 +00:00
#editor textarea[name="content"] {
2016-06-28 21:26:39 +00:00
display: none;
}
2016-06-28 09:01:00 +00:00
2016-06-27 12:22:07 +00:00
#editor fieldset fieldset {
2016-06-28 21:26:39 +00:00
margin-left: 1em;
2016-06-27 12:22:07 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-28 16:11:48 +00:00
#editor button span {
2016-06-28 21:26:39 +00:00
vertical-align: middle;
transition: 0.2s ease-in-out all;
2016-06-27 17:57:54 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-28 16:11:48 +00:00
#editor button span i {
2016-06-28 21:26:39 +00:00
vertical-align: sub;
font-size: 1.3rem;
margin-right: .2em;
2016-06-28 16:11:48 +00:00
}
#editor #publish {
2016-06-28 21:26:39 +00:00
background-color: #167169;
2016-06-27 20:40:51 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-27 20:40:51 +00:00
#editor .group.temp {
2016-06-28 21:26:39 +00:00
background-color: #f5f5f5;
2016-06-27 20:40:51 +00:00
}
2016-06-28 09:01:00 +00:00
2016-06-27 20:40:51 +00:00
#editor .group.temp label {
2016-06-28 21:26:39 +00:00
font-weight: lighter;
font-size: .8em;
margin-bottom: 1em;
color: #7d7d7d;
2016-06-27 20:40:51 +00:00
}
2016-06-27 17:57:54 +00:00
2016-06-28 09:01:00 +00:00
#editor .group.temp input {
2016-06-28 21:26:39 +00:00
color: #212121;
2016-06-28 16:11:48 +00:00
}
#editor .right {
2016-06-28 21:26:39 +00:00
display: inline-block;
text-align: right;
float: right;
2016-06-28 09:01:00 +00:00
}
@media screen and (max-width: 1024px) {
2016-06-28 21:26:39 +00:00
header p a:first-of-type,
header p i:first-of-type {
display: none;
}
2016-06-30 20:28:44 +00:00
}