This commit is contained in:
18
yilia/css/base.css
Normal file
18
yilia/css/base.css
Normal file
File diff suppressed because one or more lines are too long
@@ -21,8 +21,10 @@
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
||||
* @version 1.3.1.0, Jan 4, 2019
|
||||
*/
|
||||
* @version 2.0.0.0, Feb 21, 2019
|
||||
*/
|
||||
|
||||
@import "../../../scss/reset-content";
|
||||
/* start reset */
|
||||
html {
|
||||
height: 100%;
|
||||
@@ -332,256 +334,8 @@ pre code, pre tt {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(176, 160, 170, 0.5);
|
||||
border: 1px solid #b0a0aa;
|
||||
}
|
||||
|
||||
.content-reset {
|
||||
font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
|
||||
word-wrap: break-word;
|
||||
overflow: auto;
|
||||
line-height: 1.65;
|
||||
font-size: 16px;
|
||||
word-break: break-all
|
||||
}
|
||||
|
||||
.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: 20px;
|
||||
}
|
||||
|
||||
.editor-panel .content-reset img,img.emoji {
|
||||
cursor: auto
|
||||
}
|
||||
|
||||
.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: 2em;
|
||||
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 ins > iframe {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.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;
|
||||
color: #d23f31;
|
||||
font-family: mononoki,Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
word-break: break-word
|
||||
}
|
||||
|
||||
.content-reset pre>code {
|
||||
padding: 0.5em;
|
||||
color: rgba(0,0,0,0.87);
|
||||
background-color: rgba(0,0,0,0.04);
|
||||
background-image: url(../images/code-bg.png);
|
||||
background-size: 20px 20px;
|
||||
border-radius: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.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
|
||||
}
|
||||
/* end common */
|
||||
|
||||
/* start emotions */
|
||||
.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: 0px -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;
|
||||
}
|
||||
/* end emotions */
|
||||
|
||||
/* start side */
|
||||
.side {
|
||||
position: fixed;
|
18
yilia/css/yilia.min.css
vendored
18
yilia/css/yilia.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user