This commit is contained in:
parent
83d0ca8332
commit
dd80fbf987
@ -30,7 +30,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper wrapper--min">
|
<div class="wrapper wrapper--min">
|
||||||
<div class="page__title">
|
<div class="page__title">
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper wrapper--min">
|
<div class="wrapper wrapper--min">
|
||||||
<div class="page__title">
|
<div class="page__title">
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="post wrapper wrapper--miner">
|
<div class="post wrapper wrapper--miner">
|
||||||
<h2 class="item__title">
|
<h2 class="item__title">
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper wrapper--min">
|
<div class="wrapper wrapper--min">
|
||||||
<div class="page__title">
|
<div class="page__title">
|
||||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
|||||||
* skin style
|
* skin style
|
||||||
*
|
*
|
||||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @version 0.1.0.1, Feb 28, 2019
|
* @version 0.1.0.2, Mar 1, 2019
|
||||||
*/
|
*/
|
||||||
@import "../../../scss/reset";
|
@import "../../../scss/reset";
|
||||||
@import "../../../scss/reset-content";
|
@import "../../../scss/reset-content";
|
||||||
@ -37,6 +37,12 @@ $gray: #5f5f5f !default;
|
|||||||
$gray-lighter: #e0e0e0 !default;
|
$gray-lighter: #e0e0e0 !default;
|
||||||
$gray-lightest: #f7f7f7 !default;
|
$gray-lightest: #f7f7f7 !default;
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.body--gray {
|
.body--gray {
|
||||||
background-color: $gray-lightest;
|
background-color: $gray-lightest;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper wrapper--min">
|
<div class="wrapper wrapper--min">
|
||||||
<#include "article-list.ftl">
|
<#include "article-list.ftl">
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper--min wrapper">
|
<div class="wrapper--min wrapper">
|
||||||
<div class="page__title">
|
<div class="page__title">
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="post wrapper wrapper--miner">
|
<div class="post wrapper wrapper--miner">
|
||||||
<div class="content-reset">
|
<div class="content-reset">
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax" class="fn__flex-1">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
<div class="wrapper wrapper--min">
|
<div class="wrapper wrapper--min">
|
||||||
<div class="page__title">
|
<div class="page__title">
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
<meta name="description" content="<#list tags as tag>${tag.tagTitle}<#if tag_has_next>,</#if></#list>"/>
|
||||||
</@head>
|
</@head>
|
||||||
</head>
|
</head>
|
||||||
<body class="body--gray">
|
<body class="body--gray" class="fn__flex-1">
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main id="pjax">
|
<main id="pjax">
|
||||||
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
<#if pjax><!---- pjax {#pjax} start ----></#if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user