Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
alomerry committed Sep 28, 2020
1 parent d3c309b commit 0e18dd4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static function header()
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/font.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/style.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/card.css" />';

echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/head-title.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '/css/tag.css" />';

if($SkyMo->headSpin == "open"){
Expand Down
20 changes: 0 additions & 20 deletions css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,26 +402,6 @@ body.modal-open {
}
}

header.bg-light.wrapper-md {
margin-top: 30px;
background-color: transparent!important;
border: 0;
text-align: center;
text-shadow: 0 0 3px #000
}

header.wrapper-md * {
color: #fff
}

header.wrapper-md h1 {
font-size: 32px
}

header.wrapper-md h1 {
font-weight: bold!important
}

/*links*/

.link-main {
Expand Down
26 changes: 26 additions & 0 deletions css/head-title.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
font-size: 16px;
/* 标题样式 */
header.bg-light.wrapper-md {
margin-top: 30px;
background-color: transparent!important;
border: 0;
text-align: center;
text-shadow: 0 0 3px #000;
}

header.wrapper-md * {
color: #fff;
}

header.wrapper-md h1 {
font-size: 42px;
}

header.wrapper-md h1 {
font-weight: 300!important;
}

header.wrapper-md>small {
font-size: 18px;
font-weight: 300!important;
}
20 changes: 13 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,19 @@ code:not(.hljs) {
}

/* 字体加粗 */

.dropdown.wrapper span.clear, nav.navi ul.nav>li, nav.navi ul.nav>li>span, nav.navi ul.nav>li>a, #tag_cloud-2 h5 {
/* font-weight: 900; */
}

#small_widgetsul ul.entry-meta.text-muted, #post-panel .breadcrumb, #widget-tabs-4-hots h5, #widget-tabs-4-hots h4, #widget-tabs-4-hots a, #widget-tabs-4-comments h4, #widget-tabs-4-comments a, #widget-tabs-4-random h4, #widget-tabs-4-random a {
font-weight: 900;
#small_widgetsul ul.entry-meta.text-muted,
#post-panel .breadcrumb,
#widget-tabs-4-hots h4,
#widget-tabs-4-hots a,
#widget-tabs-4-comments h4,
#widget-tabs-4-random h4,
#widget-tabs-4-random a {
font-weight: 300;
}

/* 热门文章 */
#widget-tabs-4-hots h5,#widget-tabs-4-comments a{
font-weight: 300;
}

/* 网站消息背景文字大小颜色 */
Expand Down

0 comments on commit 0e18dd4

Please sign in to comment.