Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css41
1 files changed, 25 insertions, 16 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 11f0a7b..e7ca6a5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -10,22 +10,23 @@
padding-top: 25px;
padding-bottom: 0px;
/* font-family: BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif,system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei" */
-font-family: Menlo,Monaco,Consolas,"Courier New",monospace
+ // font-family: sans-serif,Menlo,Monaco,Consolas,"Courier New",monospace;
+ font-family: 'Noto Serif SC', serif;
}
- pre {
- display: block;
- padding: 0px;
- margin: 0 0 0px;
- font-size: 13px;
- line-height: 1.42857143;
+pre {
+ display: block;
+ padding: 0px;
+ margin: 0 0 0px;
+ font-size: 13px;
+ line-height: 1.42857143;
color: #333;
- word-break: break-all;
- word-wrap: break-word;
- background-color: #f5f5f5;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #f5f5f5;
border: 0px solid #ccc;
- border-radius: 0px;
- }
+ border-radius: 0px;
+}
.articleBody {
padding:10px 0 10px 0;
@@ -211,6 +212,14 @@ td {
font-size: 26px;
}
+.pull-left {
+ width: 30%;
+ text-align: left;
+}
+.pull-right {
+ width: 30%;
+ text-align: right;
+}
.pull-right a{
padding-left: 10px;
color: #888;
@@ -323,8 +332,8 @@ figure {
}
figure.floatright {
- max-width: 35%;
- width: auto\9*0.3; /* ie8 */
+ max-width: 45%;
+ width: auto\9*0.3; /* ie8 */
height: auto;
padding-left: 20px;
float: right !important;
@@ -332,8 +341,8 @@ figure.floatright {
}
figure.floatleft {
- max-width: 35%;
- width: auto\9*0.3; /* ie8 */
+ max-width: 45%;
+ width: auto\9*0.3; /* ie8 */
height: auto;
padding-right: 20px;
float: left !important;