typecho-matery-theme/base/style.php
2022-02-03 22:53:54 +08:00

65 lines
1.2 KiB
PHP

<?php
?>
<style type="text/css">
.carousel-control {
width: 45px;
height: 45px;
line-height: 55px;
border-radius: 45px;
background: 0 0;
cursor: pointer;
z-index: 100
}
#prev-cover {
position: absolute;
top: 48%;
left: 8px
}
#next-cover {
position: absolute;
top: 48%;
right: 8px
}
#prev-cover i {
margin-right: 3px
}
#next-cover i {
margin-left: 3px
}
.carousel-control:hover {
background-color: rgba(0, 0, 0, .4)
}
.carousel-control i {
color: #fff;
font-size: 2.4rem
}
code[class*=language-],
pre[class*=language-] {
white-space: pre !important
}
/*文章标签样式*/
.article-tag a, .article-tags a {
display: inline-block;
height: 32px;
font-size: 13px;
font-weight: 500;
color: rgb(255, 255, 255) !important;
line-height: 32px;
padding: 0 12px;
border-radius: 16px;
background-color: #e4e4e4;
margin-bottom: 5px;
margin-right: 5px;
background-image: linear-gradient(to right,#4f5555 0,#4f5555 100%);
opacity: .9;
}
</style>