mirror of
https://github.com/typecho/typecho.git
synced 2025-04-15 07:13:05 +02:00
修改默认模板截图
This commit is contained in:
parent
52751fe6e6
commit
4d6ee11578
@ -581,7 +581,7 @@ button {
|
||||
color: #444;
|
||||
font-size: 2em;
|
||||
font-style: normal;
|
||||
font-family: Georgia; }
|
||||
font-family: Georgia, serif; }
|
||||
|
||||
#start-link {
|
||||
margin-bottom: 25px;
|
||||
@ -590,14 +590,17 @@ button {
|
||||
#start-link li {
|
||||
float: left;
|
||||
margin-right: 1.5em; }
|
||||
#start-link .balloon {
|
||||
margin-top: 2px; }
|
||||
|
||||
.latest-link li {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
.latest-link span {
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
padding-right: 8px;
|
||||
width: 45px;
|
||||
border-right: 1px solid #ECECEC;
|
||||
color: #999; }
|
||||
|
||||
|
@ -250,7 +250,7 @@ a.button:hover, a.balloon-button:hover {
|
||||
color: #444;
|
||||
font-size: 2em;
|
||||
font-style: normal;
|
||||
font-family: Georgia;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
}
|
||||
|
||||
@ -262,6 +262,9 @@ a.button:hover, a.balloon-button:hover {
|
||||
float: left;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.balloon {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.latest-link {
|
||||
@ -271,8 +274,9 @@ a.button:hover, a.balloon-button:hover {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
padding-right: 8px;
|
||||
width: 45px;
|
||||
border-right: 1px solid #ECECEC;
|
||||
color: #999;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user