1231 lines
28 KiB
CSS
1231 lines
28 KiB
CSS
@charset "UTF-8";
|
|
/**
|
|
* Solo - A small and beautiful blogging system written in Java.
|
|
* Copyright (c) 2010-2018, b3log.org & hacpai.com
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
/*
|
|
* skin style
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
|
* @version 0.3.1.1, Nov 15, 2018
|
|
*/
|
|
/*
|
|
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
|
|
* Copyright (C) 2012-2018, b3log.org & hacpai.com
|
|
*
|
|
* 本文件属于 Sym 商业版的一部分,请仔细阅读项目根文件夹的 LICENSE 并严格遵守相关约定
|
|
*/
|
|
/**
|
|
* Common style for reset
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
|
|
* @version 0.2.0.1, Arp 17, 2018
|
|
*/
|
|
html {
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
height: 100%; }
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-overflow-scrolling: touch; }
|
|
|
|
::-moz-selection {
|
|
text-shadow: none;
|
|
background: rgba(65, 131, 196, 0.4); }
|
|
|
|
::selection {
|
|
text-shadow: none;
|
|
background: rgba(66, 133, 244, 0.4); }
|
|
|
|
ul,
|
|
ol {
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
dl,
|
|
dd,
|
|
p {
|
|
margin: 0; }
|
|
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section {
|
|
display: block; }
|
|
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block; }
|
|
|
|
audio:not([controls]) {
|
|
display: none; }
|
|
|
|
a {
|
|
outline: 0;
|
|
text-decoration: none; }
|
|
|
|
a:hover {
|
|
text-decoration: underline; }
|
|
|
|
sub,
|
|
sup {
|
|
position: relative;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
vertical-align: baseline; }
|
|
|
|
sup {
|
|
top: -0.5em; }
|
|
|
|
sub {
|
|
bottom: -0.25em; }
|
|
|
|
img {
|
|
max-width: 100%;
|
|
vertical-align: middle;
|
|
border: 0;
|
|
height: auto;
|
|
-ms-interpolation-mode: bicubic;
|
|
overflow: hidden;
|
|
font-size: 12px; }
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
margin: 0;
|
|
font-size: 100%;
|
|
vertical-align: middle;
|
|
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
|
|
outline: none; }
|
|
|
|
button,
|
|
input {
|
|
line-height: normal; }
|
|
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0; }
|
|
|
|
button,
|
|
input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
cursor: pointer;
|
|
-webkit-appearance: button; }
|
|
|
|
input[type="search"] {
|
|
box-sizing: content-box;
|
|
-webkit-appearance: textfield; }
|
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
-webkit-appearance: none; }
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
resize: vertical; }
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
display: inline-block;
|
|
stroke-width: 0;
|
|
stroke: currentColor;
|
|
width: 14px;
|
|
height: 14px; }
|
|
|
|
blockquote {
|
|
margin: 0; }
|
|
|
|
/*
|
|
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
|
|
* Copyright (C) 2012-2018, b3log.org & hacpai.com
|
|
*
|
|
* 本文件属于 Sym 商业版的一部分,请仔细阅读项目根文件夹的 LICENSE 并严格遵守相关约定
|
|
*/
|
|
/**
|
|
* Article reset style
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
|
|
* @version 0.2.0.2, Jul 6, 2018
|
|
*/
|
|
.content-reset {
|
|
word-wrap: break-word;
|
|
overflow: auto;
|
|
line-height: 1.65;
|
|
font-size: 16px;
|
|
word-break: break-word; }
|
|
.content-reset ul,
|
|
.content-reset ol {
|
|
padding-left: 2em;
|
|
margin-top: 0;
|
|
margin-bottom: 16px; }
|
|
.content-reset li {
|
|
margin-top: 0.25em; }
|
|
.content-reset img {
|
|
cursor: zoom-in; }
|
|
.content-reset img.emoji {
|
|
cursor: auto;
|
|
max-width: 18px; }
|
|
.content-reset h1,
|
|
.content-reset h2,
|
|
.content-reset h3,
|
|
.content-reset h4,
|
|
.content-reset h5,
|
|
.content-reset h6 {
|
|
margin-top: 24px;
|
|
margin-bottom: 16px;
|
|
font-weight: 600;
|
|
line-height: 1.25; }
|
|
.content-reset h1 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 1.7em;
|
|
border-bottom: 1px solid #eee; }
|
|
.content-reset h2 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 1.5em;
|
|
border-bottom: 1px solid #eee; }
|
|
.content-reset h3 {
|
|
font-size: 1.25em; }
|
|
.content-reset h4 {
|
|
font-size: 1em; }
|
|
.content-reset h5 {
|
|
font-size: 0.875em; }
|
|
.content-reset h6 {
|
|
font-size: 0.85em; }
|
|
.content-reset hr {
|
|
height: 0.25em;
|
|
padding: 0;
|
|
margin: 24px 0;
|
|
background-color: #e7e7e7;
|
|
border: 0; }
|
|
.content-reset p {
|
|
margin-top: 0;
|
|
margin-bottom: 16px; }
|
|
.content-reset blockquote {
|
|
padding: 0 1em;
|
|
color: #777;
|
|
border-left: 0.25em solid #ddd;
|
|
margin-bottom: 16px; }
|
|
.content-reset blockquote p {
|
|
margin: 0; }
|
|
.content-reset iframe {
|
|
border: 1px solid rgba(0, 0, 0, 0.38); }
|
|
.content-reset table {
|
|
width: 100%;
|
|
border: 1px solid #dedede;
|
|
margin: 15px auto;
|
|
border-collapse: collapse;
|
|
empty-cells: show; }
|
|
.content-reset thead {
|
|
text-align: center; }
|
|
.content-reset td,
|
|
.content-reset th {
|
|
height: 35px;
|
|
border: 1px solid #dedede;
|
|
padding: 0 10px; }
|
|
.content-reset th {
|
|
font-weight: bold;
|
|
text-align: center !important;
|
|
background: rgba(158, 188, 226, 0.2); }
|
|
.content-reset tbody tr:nth-child(2n) {
|
|
background: rgba(158, 188, 226, 0.12); }
|
|
.content-reset tr:hover {
|
|
background: #efefef; }
|
|
.content-reset code {
|
|
padding: 0.2em 0.4em;
|
|
margin: 0;
|
|
font-size: 85%;
|
|
background-color: rgba(252, 41, 41, 0.12);
|
|
border-radius: 3px;
|
|
word-break: break-word; }
|
|
.content-reset pre {
|
|
position: relative; }
|
|
.content-reset pre textarea {
|
|
position: absolute;
|
|
top: -100000px; }
|
|
.content-reset pre > code {
|
|
padding: 0.5em;
|
|
background-color: rgba(0, 0, 0, 0.04);
|
|
background-size: 20px 20px;
|
|
border-radius: 5px; }
|
|
.content-reset kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #fcfcfc;
|
|
border: solid 1px rgba(0, 0, 0, 0.38);
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #bbb; }
|
|
.content-reset li.task-list-item {
|
|
list-style: none; }
|
|
.content-reset li.task-list-item > input {
|
|
margin-left: -2em;
|
|
vertical-align: middle; }
|
|
|
|
.img-preview {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
z-index: 211;
|
|
overflow: auto;
|
|
cursor: zoom-out;
|
|
transition: background-color .2s ease-in-out; }
|
|
.img-preview img {
|
|
max-width: inherit;
|
|
transition: transform .3s ease-in-out; }
|
|
|
|
/*
|
|
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
|
|
* Copyright (C) 2012-2018, b3log.org & hacpai.com
|
|
*
|
|
* 本文件属于 Sym 商业版的一部分,请仔细阅读项目根文件夹的 LICENSE 并严格遵守相关约定
|
|
*/
|
|
/**
|
|
* Function and font text style
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
|
|
* @version 0.2.0.0, Arp 29, 2018
|
|
*/
|
|
.fn__flex {
|
|
display: flex; }
|
|
.fn__flex-center {
|
|
align-self: center; }
|
|
.fn__flex-inline {
|
|
display: inline-flex;
|
|
align-items: center; }
|
|
.fn__flex-1 {
|
|
flex: 1;
|
|
min-width: 1px; }
|
|
.fn__flex-column {
|
|
min-height: 100%;
|
|
display: flex;
|
|
flex-direction: column; }
|
|
|
|
.fn__pointer {
|
|
cursor: pointer; }
|
|
|
|
.fn__clear:before, .fn__clear:after {
|
|
display: table;
|
|
content: ""; }
|
|
|
|
.fn__clear:after {
|
|
clear: both; }
|
|
|
|
.fn__left {
|
|
float: left; }
|
|
|
|
.fn__right {
|
|
float: right; }
|
|
|
|
.fn__none {
|
|
display: none; }
|
|
|
|
.fn__hidden {
|
|
visibility: hidden; }
|
|
|
|
.fn__ellipsis {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
word-wrap: normal; }
|
|
|
|
.ft__13 {
|
|
font-size: 13px; }
|
|
|
|
.ft__smaller {
|
|
font-size: 12px; }
|
|
|
|
.ft__center {
|
|
text-align: center; }
|
|
|
|
.ft__nowrap {
|
|
white-space: nowrap; }
|
|
|
|
/*
|
|
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
|
|
* Copyright (C) 2012-2018, b3log.org & hacpai.com
|
|
*
|
|
* 本文件属于 Sym 商业版的一部分,请仔细阅读项目根文件夹的 LICENSE 并严格遵守相关约定
|
|
*/
|
|
/**
|
|
* tool tip.
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
|
* @version 0.1.0.0, Apr 18, 2018
|
|
*/
|
|
@-webkit-keyframes tooltip-appear {
|
|
from {
|
|
opacity: 0; }
|
|
to {
|
|
opacity: 1; } }
|
|
|
|
@keyframes tooltip-appear {
|
|
from {
|
|
opacity: 0; }
|
|
to {
|
|
opacity: 1; } }
|
|
|
|
.tooltipped {
|
|
position: relative;
|
|
cursor: pointer; }
|
|
.tooltipped::after {
|
|
position: absolute;
|
|
z-index: 1000000;
|
|
display: none;
|
|
padding: 5px 8px;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-wrap: break-word;
|
|
white-space: pre;
|
|
pointer-events: none;
|
|
content: attr(aria-label);
|
|
background: rgba(0, 0, 0, 0.8);
|
|
border-radius: 3px;
|
|
line-height: 16px;
|
|
opacity: 0; }
|
|
.tooltipped::before {
|
|
position: absolute;
|
|
z-index: 1000001;
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
pointer-events: none;
|
|
content: "";
|
|
border: 5px solid transparent;
|
|
opacity: 0; }
|
|
.tooltipped--hover::before, .tooltipped--hover::after, .tooltipped:hover::before, .tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after, .tooltipped:focus::before, .tooltipped:focus::after {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
animation-name: tooltip-appear;
|
|
animation-duration: 0.1s;
|
|
animation-fill-mode: forwards;
|
|
animation-timing-function: ease-in;
|
|
animation-delay: 0.4s; }
|
|
.tooltipped__s::after, .tooltipped__se::after, .tooltipped__sw::after {
|
|
top: 100%;
|
|
right: 50%;
|
|
margin-top: 5px; }
|
|
.tooltipped__s::before, .tooltipped__se::before, .tooltipped__sw::before {
|
|
top: auto;
|
|
right: 50%;
|
|
bottom: -5px;
|
|
margin-right: -5px;
|
|
border-bottom-color: rgba(0, 0, 0, 0.8); }
|
|
.tooltipped__se::after {
|
|
right: auto;
|
|
left: 50%;
|
|
margin-left: -15px; }
|
|
.tooltipped__sw::after {
|
|
margin-right: -15px; }
|
|
.tooltipped__n::after, .tooltipped__ne::after, .tooltipped__nw::after {
|
|
right: 50%;
|
|
bottom: 100%;
|
|
margin-bottom: 5px; }
|
|
.tooltipped__n::before, .tooltipped__ne::before, .tooltipped__nw::before {
|
|
top: -5px;
|
|
right: 50%;
|
|
bottom: auto;
|
|
margin-right: -5px;
|
|
border-top-color: rgba(0, 0, 0, 0.8); }
|
|
.tooltipped__ne::after {
|
|
right: auto;
|
|
left: 50%;
|
|
margin-left: -15px; }
|
|
.tooltipped__nw::after {
|
|
margin-right: -15px; }
|
|
.tooltipped__s::after, .tooltipped__n::after {
|
|
transform: translateX(50%); }
|
|
.tooltipped__w::after {
|
|
right: 100%;
|
|
bottom: 50%;
|
|
margin-right: 5px;
|
|
transform: translateY(50%); }
|
|
.tooltipped__w::before {
|
|
top: 50%;
|
|
bottom: 50%;
|
|
left: -5px;
|
|
margin-top: -5px;
|
|
border-left-color: rgba(0, 0, 0, 0.8); }
|
|
.tooltipped__e::after {
|
|
bottom: 50%;
|
|
left: 100%;
|
|
margin-left: 5px;
|
|
transform: translateY(50%); }
|
|
.tooltipped__e::before {
|
|
top: 50%;
|
|
right: -5px;
|
|
bottom: 50%;
|
|
margin-top: -5px;
|
|
border-right-color: rgba(0, 0, 0, 0.8); }
|
|
|
|
/*
|
|
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
|
|
* Copyright (C) 2012-2018, b3log.org & hacpai.com
|
|
*
|
|
* 本文件属于 Sym 商业版的一部分,请仔细阅读项目根文件夹的 LICENSE 并严格遵守相关约定
|
|
*/
|
|
/**
|
|
* comment
|
|
*
|
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
|
|
* @version 0.2.0.0, Nov 12, 2018
|
|
*/
|
|
.em00, .em01, .em02, .em03, .em04, .em05, .em06, .em07, .em08, .em09, .em10, .em11, .em12, .em13, .em14 {
|
|
cursor: pointer;
|
|
background-image: url(../../../images/emotions/emotions.png);
|
|
background-size: 120px;
|
|
float: left;
|
|
height: 24px;
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
transition: all .2s ease-out;
|
|
-webkit-transition: all .2s ease-out;
|
|
-moz-transition: all .2s ease-out; }
|
|
|
|
#emotions span:hover,
|
|
#emotionsReply span:hover {
|
|
transform: scale(1.2) rotate(360deg);
|
|
-webkit-transform: scale(1.2) rotate(360deg);
|
|
-moz-transform: scale(1.2) rotate(360deg); }
|
|
|
|
.em01 {
|
|
background-position: -24px 0; }
|
|
|
|
.em02 {
|
|
background-position: -48px 0; }
|
|
|
|
.em03 {
|
|
background-position: -72px 0; }
|
|
|
|
.em04 {
|
|
background-position: -96px 0; }
|
|
|
|
.em05 {
|
|
background-position: 0 -24px; }
|
|
|
|
.em06 {
|
|
background-position: -24px -24px; }
|
|
|
|
.em07 {
|
|
background-position: -48px -24px; }
|
|
|
|
.em08 {
|
|
background-position: -72px -24px; }
|
|
|
|
.em09 {
|
|
background-position: -96px -24px; }
|
|
|
|
.em10 {
|
|
background-position: 0 -48px; }
|
|
|
|
.em11 {
|
|
background-position: -24px -48px; }
|
|
|
|
.em12 {
|
|
background-position: -48px -48px; }
|
|
|
|
.em13 {
|
|
background-position: -72px -48px; }
|
|
|
|
.em14 {
|
|
background-position: -96px -48px; }
|
|
|
|
/* Make clicks pass-through */
|
|
#nprogress {
|
|
pointer-events: none; }
|
|
|
|
#nprogress .bar {
|
|
background: #d23f31;
|
|
position: fixed;
|
|
z-index: 1031;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 2px; }
|
|
|
|
/* Fancy blur effect */
|
|
#nprogress .peg {
|
|
display: block;
|
|
position: absolute;
|
|
right: 0px;
|
|
width: 100px;
|
|
height: 100%;
|
|
box-shadow: 0 0 10px #d23f31, 0 0 5px #d23f31;
|
|
opacity: 1.0;
|
|
-webkit-transform: rotate(3deg) translate(0px, -4px);
|
|
-ms-transform: rotate(3deg) translate(0px, -4px);
|
|
transform: rotate(3deg) translate(0px, -4px); }
|
|
|
|
/* Remove these to get rid of the spinner */
|
|
#nprogress .spinner {
|
|
display: block;
|
|
position: fixed;
|
|
z-index: 1031;
|
|
top: 15px;
|
|
right: 15px; }
|
|
|
|
#nprogress .spinner-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
box-sizing: border-box;
|
|
border: solid 2px transparent;
|
|
border-top-color: #d23f31;
|
|
border-left-color: #d23f31;
|
|
border-radius: 50%;
|
|
-webkit-animation: nprogress-spinner 400ms linear infinite;
|
|
animation: nprogress-spinner 400ms linear infinite; }
|
|
|
|
.nprogress-custom-parent {
|
|
overflow: hidden;
|
|
position: relative; }
|
|
|
|
.nprogress-custom-parent #nprogress .spinner,
|
|
.nprogress-custom-parent #nprogress .bar {
|
|
position: absolute; }
|
|
|
|
@-webkit-keyframes nprogress-spinner {
|
|
0% {
|
|
-webkit-transform: rotate(0deg); }
|
|
100% {
|
|
-webkit-transform: rotate(360deg); } }
|
|
|
|
@keyframes nprogress-spinner {
|
|
0% {
|
|
transform: rotate(0deg); }
|
|
100% {
|
|
transform: rotate(360deg); } }
|
|
|
|
/**
|
|
* Solo - A small and beautiful blogging system written in Java.
|
|
* Copyright (c) 2010-2018, b3log.org & hacpai.com
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url("fonts/icomoon.eot?oyqnlj");
|
|
src: url("fonts/icomoon.eot?oyqnlj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?oyqnlj") format("truetype"), url("fonts/icomoon.woff?oyqnlj") format("woff"), url("fonts/icomoon.svg?oyqnlj#icomoon") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal; }
|
|
|
|
[class^="icon__"], [class*=" icon__"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale; }
|
|
|
|
.icon__list:before {
|
|
content: "\f0ca"; }
|
|
|
|
.icon__home:before {
|
|
content: "\f015"; }
|
|
|
|
.icon__comments:before {
|
|
content: "\f0e6"; }
|
|
|
|
.icon__date:before {
|
|
content: "\f073"; }
|
|
|
|
.icon__search:before {
|
|
content: "\f002"; }
|
|
|
|
.icon__up:before {
|
|
content: "\f077"; }
|
|
|
|
.icon__inbox:before {
|
|
content: "\f01c"; }
|
|
|
|
.icon__tags:before {
|
|
content: "\f02c"; }
|
|
|
|
.icon__link:before {
|
|
content: "\f0c1"; }
|
|
|
|
.icon__refresh:before {
|
|
content: "\f021"; }
|
|
|
|
.icon__category:before {
|
|
content: "\e9bc"; }
|
|
|
|
.icon__logout:before {
|
|
content: "\ea14"; }
|
|
|
|
.icon__views:before {
|
|
content: "\e900"; }
|
|
|
|
.icon__register:before {
|
|
content: "\e973"; }
|
|
|
|
.icon__setting:before {
|
|
content: "\e994"; }
|
|
|
|
.icon__login:before {
|
|
content: "\ea13"; }
|
|
|
|
.icon__rss:before {
|
|
content: "\e901"; }
|
|
|
|
body {
|
|
cursor: url(../images/cursor.cur), url(../images/cursor.cur), auto; }
|
|
|
|
a {
|
|
transition: all .3s;
|
|
cursor: url(../images/pointer.cur), url(../images/pointer.cur), auto; }
|
|
|
|
.content-reset img {
|
|
vertical-align: sub; }
|
|
|
|
.ft__red {
|
|
color: #b94a48; }
|
|
|
|
.module {
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
margin-bottom: 30px;
|
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
|
|
transition: all .3s; }
|
|
.module.item {
|
|
transform: translateY(30px);
|
|
transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
|
|
.module.item--active {
|
|
transform: translate(0); }
|
|
.module:hover {
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8); }
|
|
.module__content {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
padding: 15px;
|
|
color: #3d4450;
|
|
display: block; }
|
|
.module__content:hover {
|
|
background-color: #fff; }
|
|
.module__content--three {
|
|
padding-bottom: 0; }
|
|
.module__header {
|
|
background-color: rgba(10, 10, 0, 0.7);
|
|
padding: 15px;
|
|
color: #fff; }
|
|
.module__header a {
|
|
color: #fff; }
|
|
.module__header:hover {
|
|
background-color: rgba(10, 10, 0, 0.9); }
|
|
.module__list li {
|
|
border-bottom: 1px solid #ddd;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
line-height: 20px; }
|
|
.module__list li a {
|
|
padding: 15px 15px;
|
|
display: block;
|
|
color: #3d4450; }
|
|
.module__list li a:hover {
|
|
text-decoration: none;
|
|
color: #b94a48;
|
|
background-color: #fff; }
|
|
|
|
.form {
|
|
position: relative; }
|
|
.form__input {
|
|
border: 1px solid #7266BA;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 15px;
|
|
border-radius: 15px;
|
|
width: 100%;
|
|
box-sizing: border-box; }
|
|
|
|
.bg {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background-image: url(../images/background1.jpg);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
z-index: -1;
|
|
animation: imageAnimation 36s linear infinite 0s;
|
|
opacity: 0; }
|
|
.bg--1 {
|
|
background-image: url(../images/background2.jpg);
|
|
animation-delay: 6s; }
|
|
.bg--2 {
|
|
background-image: url(../images/background3.jpg);
|
|
animation-delay: 12s; }
|
|
.bg--3 {
|
|
background-image: url(../images/background4.jpg);
|
|
animation-delay: 18s; }
|
|
.bg--4 {
|
|
background-image: url(../images/background5.jpg);
|
|
animation-delay: 24s; }
|
|
.bg--5 {
|
|
background-image: url(../images/background6.jpg);
|
|
animation-delay: 30s; }
|
|
|
|
@keyframes imageAnimation {
|
|
0% {
|
|
opacity: 0;
|
|
animation-timing-function: ease-in; }
|
|
8% {
|
|
opacity: 1;
|
|
transform: scale(1.05);
|
|
animation-timing-function: ease-out; }
|
|
17% {
|
|
opacity: 1;
|
|
transform: scale(1.1) rotate(0deg); }
|
|
25% {
|
|
opacity: 0;
|
|
transform: scale(1.1) rotate(0deg); }
|
|
100% {
|
|
opacity: 0; } }
|
|
|
|
.header {
|
|
background-color: rgba(10, 10, 0, 0.7);
|
|
height: 50px;
|
|
line-height: 50px;
|
|
color: #fff;
|
|
transition: all .3s;
|
|
box-shadow: 0 0 8px black; }
|
|
.header:hover {
|
|
background-color: rgba(10, 10, 0, 0.9); }
|
|
.header a {
|
|
color: #fff;
|
|
padding: 0 15px;
|
|
display: inline-block; }
|
|
.header a.current, .header a:hover {
|
|
text-decoration: none;
|
|
background-color: rgba(102, 88, 184, 0.8); }
|
|
.header__logo {
|
|
position: absolute;
|
|
left: 30px; }
|
|
.header__nav {
|
|
text-align: center; }
|
|
.header__nav img {
|
|
float: left;
|
|
height: 20px;
|
|
width: 20px;
|
|
margin: 15px 5px 0 0; }
|
|
.header__login {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 0; }
|
|
|
|
.main {
|
|
max-width: 1170px;
|
|
padding: 30px;
|
|
margin: auto;
|
|
display: flex; }
|
|
|
|
.content {
|
|
flex: 1;
|
|
min-width: 1px; }
|
|
|
|
.side {
|
|
width: 280px;
|
|
min-width: 280px;
|
|
margin-left: 30px; }
|
|
.side__btn {
|
|
background-color: transparent;
|
|
border: 0;
|
|
top: 5px;
|
|
position: absolute;
|
|
right: 10px; }
|
|
.side__avatar {
|
|
border-radius: 50%;
|
|
height: 100px;
|
|
width: 100px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-bottom: 15px;
|
|
transition: transform .3s;
|
|
margin-top: 10px; }
|
|
.side__avatar:hover {
|
|
transform: rotate(360deg) scale(1.2);
|
|
border: 5px solid rgba(114, 102, 186, 0.36);
|
|
margin-top: 0; }
|
|
|
|
.tag {
|
|
float: left;
|
|
color: #fff;
|
|
padding: 2px 5px;
|
|
border: 1px solid transparent;
|
|
height: 20px;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
background-color: rgba(10, 10, 0, 0.7);
|
|
border-radius: 3px 3px 3px 3px;
|
|
line-height: 21px;
|
|
margin: 0 15px 15px 0; }
|
|
.tag a {
|
|
color: #fff; }
|
|
.tag:hover {
|
|
background-color: #b94a48;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
text-decoration: none; }
|
|
|
|
.breadcrumb {
|
|
color: #7266BA !important; }
|
|
.breadcrumb:hover {
|
|
color: #3d4450 !important; }
|
|
|
|
.footer {
|
|
text-align: center;
|
|
color: #fff;
|
|
padding: 15px;
|
|
margin-bottom: 30px; }
|
|
.footer a {
|
|
color: #7266BA; }
|
|
|
|
.article-list .item {
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
|
|
padding: 15px;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
position: relative;
|
|
transition: all 0.3s, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
transform: perspective(2500px) rotateX(-100deg); }
|
|
.article-list .item--active {
|
|
transform: perspective(2500px) rotateX(0); }
|
|
.article-list .item:hover {
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8); }
|
|
.article-list .item .tag {
|
|
float: none;
|
|
display: inline-block; }
|
|
.article-list .item__title {
|
|
text-align: center;
|
|
font-size: 24px;
|
|
font-weight: 500; }
|
|
.article-list .item__title a {
|
|
color: rgba(10, 10, 0, 0.7);
|
|
padding: 0 15px;
|
|
border-radius: 5px;
|
|
display: inline-block;
|
|
margin-bottom: 15px;
|
|
line-height: 36px; }
|
|
.article-list .item__title a:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #6658b8; }
|
|
.article-list .item__title > sup {
|
|
color: #b94a48; }
|
|
.article-list .item__date {
|
|
position: absolute;
|
|
background-color: #7266BA;
|
|
color: #fff;
|
|
height: 70px;
|
|
width: 70px;
|
|
font-size: 12px;
|
|
top: -20px;
|
|
border-radius: 35px;
|
|
left: -20px;
|
|
text-align: center;
|
|
padding-top: 9px;
|
|
box-sizing: border-box; }
|
|
.article-list .item__day {
|
|
font-size: 30px;
|
|
display: block; }
|
|
|
|
.pagination__item {
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
padding: 0 10px;
|
|
line-height: 24px;
|
|
display: inline-block;
|
|
margin: 0 0 10px 10px;
|
|
background-color: rgba(114, 102, 186, 0.58); }
|
|
.pagination__item--text {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
color: #7266BA; }
|
|
.pagination__item--current {
|
|
background-color: #6658b8; }
|
|
|
|
.pagination a.pagination__item:hover {
|
|
text-decoration: none;
|
|
background-color: #6658b8; }
|
|
|
|
.comments {
|
|
position: relative; }
|
|
.comments__item {
|
|
border-radius: 5px;
|
|
list-style: none;
|
|
margin-bottom: 30px;
|
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
|
|
transition: all .3s; }
|
|
.comments__item:hover {
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8); }
|
|
.comments__item:hover .comments__avatar {
|
|
transform: rotate(720deg);
|
|
border-radius: 0; }
|
|
.comments__item:hover .comments__content {
|
|
background-color: #fff; }
|
|
.comments__item:hover .comments__meta {
|
|
background-color: #d9edf7; }
|
|
.comments__item:hover .comments__reply:after {
|
|
background-color: #d9edf7; }
|
|
.comments__meta {
|
|
border-radius: 5px 5px 0 0;
|
|
min-height: 37px;
|
|
line-height: 37px;
|
|
padding-left: 45px;
|
|
background: rgba(217, 237, 247, 0.6);
|
|
color: #3d4450;
|
|
padding-right: 15px; }
|
|
.comments__meta a {
|
|
font-weight: 700;
|
|
color: #3d4450; }
|
|
.comments__meta a:hover {
|
|
color: #b94a48; }
|
|
.comments__meta--only {
|
|
border-radius: 5px; }
|
|
.comments__content {
|
|
border-radius: 0 0 5px 5px;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
padding: 15px 45px;
|
|
position: relative; }
|
|
.comments__content textarea {
|
|
margin: 15px 0; }
|
|
.comments__avatar {
|
|
position: absolute;
|
|
height: 54px;
|
|
width: 54px;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
border: 2px solid #fff;
|
|
border-radius: 35px;
|
|
left: -29px;
|
|
top: -23px;
|
|
transition: all .8s ease; }
|
|
.comments__captcha {
|
|
height: 30px; }
|
|
.comments__reply {
|
|
border-radius: 5px;
|
|
margin: 15px auto 0; }
|
|
.comments__reply #cancelCommentButton {
|
|
line-height: 34px; }
|
|
.comments__reply:after {
|
|
content: " ";
|
|
position: absolute;
|
|
height: 15px;
|
|
width: 5px;
|
|
right: 60px;
|
|
top: -15px;
|
|
background-color: rgba(217, 237, 247, 0.6); }
|
|
|
|
.comment-body-ref {
|
|
right: 0;
|
|
position: absolute;
|
|
left: 64px; }
|
|
.comment-body-ref .breadcrumb {
|
|
display: none; }
|
|
|
|
.form {
|
|
width: 100%; }
|
|
.form input,
|
|
.form textarea {
|
|
border: 1px solid #d1d5da;
|
|
background-color: #fafafa;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
|
|
padding: 7px 8px;
|
|
width: 100%;
|
|
line-height: 17px;
|
|
box-sizing: border-box; }
|
|
.form input:focus,
|
|
.form textarea:focus {
|
|
background-color: #fff;
|
|
box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em #dbedff;
|
|
border: 1px solid #4285f4; }
|
|
.form .ft__red {
|
|
line-height: 34px; }
|
|
.form .btn {
|
|
float: right;
|
|
height: 34px;
|
|
margin: 0 0 0 10px;
|
|
padding: 0 15px; }
|
|
|
|
.icon__up {
|
|
position: fixed;
|
|
bottom: 30px;
|
|
right: 30px;
|
|
color: #fff;
|
|
background-color: rgba(114, 102, 186, 0.8);
|
|
height: 30px;
|
|
width: 30px;
|
|
line-height: 28px;
|
|
border-radius: 15px;
|
|
cursor: pointer;
|
|
display: none;
|
|
text-align: center; }
|
|
.icon__up:hover {
|
|
background-color: #6658b8; }
|
|
|
|
.content .b3-solo-list {
|
|
display: none !important; }
|
|
|
|
.b3-solo-list {
|
|
margin: 0 !important;
|
|
font-size: 14px !important; }
|
|
|
|
.b3-solo-list-h1 {
|
|
margin: 0 !important; }
|
|
|
|
.b3-solo-list-h2 {
|
|
margin: 0 !important; }
|
|
.b3-solo-list-h2 a {
|
|
padding-left: 30px !important; }
|
|
|
|
.b3-solo-list-h3 {
|
|
margin: 0 !important; }
|
|
.b3-solo-list-h3 a {
|
|
padding-left: 45px !important; }
|
|
|
|
.b3-solo-list-h4 {
|
|
margin: 0 !important; }
|
|
.b3-solo-list-h4 a {
|
|
padding-left: 60px !important; }
|
|
|
|
.b3-solo-list-h5 {
|
|
margin: 0 !important; }
|
|
.b3-solo-list-h5 a {
|
|
padding-left: 75px !important; }
|
|
|
|
@media (max-width: 768px) {
|
|
.header__nav {
|
|
display: none; }
|
|
.main {
|
|
display: block;
|
|
margin: 15px;
|
|
padding: 0; }
|
|
.side {
|
|
margin: 0;
|
|
width: auto; }
|
|
.article-list {
|
|
overflow: hidden; }
|
|
.article-list .item__title {
|
|
font-size: 20px; }
|
|
.article-list .item__date--m {
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
color: #3d4450;
|
|
display: block; }
|
|
.article-list .item__date {
|
|
display: none; }
|
|
.article-list .item,
|
|
.module,
|
|
.comments__item {
|
|
margin-bottom: 15px; }
|
|
.footer {
|
|
margin: 0 15px 15px;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 5px;
|
|
color: #3d4450;
|
|
line-height: 20px; }
|
|
.footer a {
|
|
text-decoration: underline; }
|
|
.footer .fn__none--m {
|
|
display: none; }
|
|
.footer .fn__none {
|
|
display: block; }
|
|
.tag {
|
|
margin: 0 5px 10px 0;
|
|
font-size: 12px; }
|
|
.header__logo {
|
|
left: 0; }
|
|
.header__login {
|
|
display: none; }
|
|
.header__m {
|
|
display: block;
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 1; }
|
|
.header__m img {
|
|
float: left;
|
|
height: 20px;
|
|
width: 20px;
|
|
margin: 0 5px 0 0; }
|
|
.header__m a.current {
|
|
color: #b94a48; }
|
|
.header__m .icon__list {
|
|
position: absolute;
|
|
top: -35px;
|
|
right: 15px;
|
|
font-size: 20px;
|
|
color: #fff; }
|
|
.header__m .module__list {
|
|
display: none; }
|
|
.header__m .module__list li {
|
|
background-color: #fff; }
|
|
.module__content.ft__center {
|
|
text-align: left; }
|
|
.comments__avatar {
|
|
height: 34px;
|
|
width: 34px;
|
|
left: -7px; }
|
|
.comments__content {
|
|
padding: 15px; }
|
|
.content-reset {
|
|
font-size: 14px; } }
|