-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96553f7
commit ea193d4
Showing
13 changed files
with
107 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
body { | ||
font-family: roboto,sans-serif; | ||
text-align: center; | ||
background-image: url(https://tva4.sinaimg.cn/large/008aATBzly8gze1cpfkuuj31i00u0k56.jpg); | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-position: center; | ||
background-size: cover; | ||
-webkit-background-size: cover; | ||
-moz-background-size: cover; | ||
-o-background-size: cover; | ||
} | ||
.typecho-login { | ||
background: rgba(255, 255, 255, 0.68); | ||
display: block; | ||
padding: 10px 20px; | ||
border-radius: 5px; | ||
margin-top: 20vh; | ||
-moz-box-shadow: 0 0 10px #ffffff; | ||
box-shadow: 0 0 10px #ffffff; | ||
} | ||
.primary { | ||
background-color: #a1bee0;/*按钮颜色重写*/ | ||
} | ||
.primary:hover { | ||
background-color: #6b91c0;/*按钮hover颜色重写*/ | ||
} | ||
.typecho-login .more-link { | ||
margin-top: 0; | ||
color: #bbb; | ||
} | ||
.typecho-login h1 { | ||
margin: 10px 0 0; | ||
} |
Oops, something went wrong.