1 Star 7 Fork 2

Übermorgen / Typecho Millennium Style主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
m-style.css 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
.top {
text-align: center;
}
.readmore, .social-head {
float: right;
}
.stickPosts {
overflow-x: auto;
white-space: nowrap;
}
.stickPost {
display: inline-block;
white-space: normal;
border-left: 1px solid #EEE;
padding: 0 10px;
vertical-align: top;
}
.stickPost:first-child {
border-left: none;
padding-left: 0;
}
.underline {
padding: 5px 0;
}
.archive-body {
height: 20em;
overflow: hidden;
}
.out-of-date {
color: red;
text-align: center;
}
.otd-icon {
font-size: xx-large;
}
.otd-font {
vertical-align: super;
}
.widget-list>span {
display: block;
margin: 5px 0;
line-height: 1.6;
}
.social-footer>a {
padding: 0 10px 0 10px;
}
.social-head>p {
margin: 0 -1px 0 0;
margin-right: -1px;
padding: 0 0 0 20px;
line-height: 32px;
font-size: 1.3em;
}
.social-head>p>i {
cursor: pointer;
transition-duration: 0.5s;
}
.social-head>p>i:hover {
transform: rotate(180deg);
}
/* 暗色 */
html {
transition-duration: 0.5s;
}
body {
background-color: inherit;
color: inherit;
}
pre.dark-mode, code.dark-mode {
background-color: #333333;
color: #CCFF99;
}
a.dark-mode {
color: #6699CC;
}
a:hover.dark-mode, a:active.dark-mode {
color: #CCFFFF;
}
blockquote.dark-mode {
color: #888;
border-left: 4px solid #AAA;
}
.dark-mode {
background-color: #000;
color: #DDD;
}
#logo.dark-mode {
color: #DDD;
}
#nav-menu a.dark-mode {
color: #DDD;
}
#nav-menu a:hover.dark-mode, #nav-menu .current.dark-mode, .page-navigator .current a.dark-mode {
background: grey;
}
.comment-list, .comment-list li{
margin: 0;
border: 0;
padding: 0 14px;
list-style: circle;
text-indent: -1em;
padding-left: 1em;
}
.comment-list li.dark-mode {
background: #000;
}
.comment-content p {
margin: 0;
}
.comment-reply {
white-space: nowrap;
}
.page-navigator .current a.dark-mode {
color: #DDD;
}
.page-navigator a:hover.dark-mode {
background: grey;
}
.emote {
height: 2em;
position: static;
vertical-align: bottom;
}
.avatar {
border-radius: 50%;
position: static;
vertical-align: sub;
}
.comment-buttons {
position: relative;
margin: 0;
margin-bottom: 2.5em;
height: 1px;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.submit {
white-space: nowrap;
}
.OwO {
display: block;
width: 100%;
position: absolute;
}
.OwO .OwO-logo {
z-index: unset!important;
}
.OwO .OwO-body {
max-width: 100%;
z-index: 11
}
.OwO .OwO-body .OwO-bar {
color: #333;
color: var(--text-color)
}
.OwO .OwO-body .OwO-items {
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}
.OwO .OwO-body .OwO-items-image .OwO-item {
max-width: calc(20% - 10px)
}
@media screen and (max-width:760px) {
.OwO .OwO-body .OwO-items-image .OwO-item {
max-width:calc(25% - 10px)
}
}
.OwO .OwO-body {
min-width:245px;
}
/*
* Responsive kit
*/
@media (max-width: 991px) {
.kit-hidden-tb {
display: none; }
.visible-tb {
display: block; }
}
@media (min-width: 992px) {
.visible-tb {
display: none; }
}
PHP
1
https://gitee.com/stsiao/millennium-style.git
git@gitee.com:stsiao/millennium-style.git
stsiao
millennium-style
Typecho Millennium Style主题
master

搜索帮助