mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
initial upload
This commit is contained in:
commit
1c65f10e24
58 changed files with 2533 additions and 0 deletions
30
resources/common/layout/index.css
Normal file
30
resources/common/layout/index.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "zzz", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
transform-origin: 0 0;
|
||||
font-size: 24px;
|
||||
width: 840px;
|
||||
}
|
||||
|
||||
.container {
|
||||
background: url("../images/bg.jpg") no-repeat center center;
|
||||
background-size: cover;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
text-align: center;
|
||||
font-size: 0.7em;
|
||||
color: #797979;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
.copyright .highlight {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
Loading…
Add table
Add a link
Reference in a new issue