mirror of
https://github.com/WPMultisite/wp-multisite-subscriptions.git
synced 2025-08-07 01:33:44 +08:00
重命名:分叉 WP Ultimo
This commit is contained in:
parent
675cc66211
commit
afc807397f
5350 changed files with 1354268 additions and 604 deletions
27
inc/development/assets/development.css
Normal file
27
inc/development/assets/development.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
background: #f1f1f1;
|
||||
padding-top: 100px;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
font-size: 0.85rem; }
|
||||
body::before {
|
||||
width: 200px;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 30;
|
||||
background: url("../../../assets/img/logo.png");
|
||||
background-size: contain;
|
||||
height: 40px;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat; }
|
||||
|
||||
#listeners {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
#listeners a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
padding: 5px 0;
|
||||
display: inline-block; }
|
43
inc/development/assets/development.scss
Normal file
43
inc/development/assets/development.scss
Normal file
|
@ -0,0 +1,43 @@
|
|||
body {
|
||||
font-family:
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
Roboto,
|
||||
Oxygen,
|
||||
Ubuntu,
|
||||
Cantarell,
|
||||
"Open Sans",
|
||||
"Helvetica Neue",
|
||||
sans-serif;
|
||||
background: #f1f1f1;
|
||||
padding-top: 100px;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
font-size: 0.85rem;
|
||||
|
||||
&::before {
|
||||
width: 200px;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 30;
|
||||
background: url("../../../assets/img/logo.png");
|
||||
background-size: contain;
|
||||
height: 40px;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
#listeners {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
padding: 5px 0;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue