|
|
| 第1行: |
第1行: |
| {{CSS|1=
| |
| :root {
| |
| --themecolor: #a8cdff;
| |
| --themeimg: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg);
| |
| --lightcolor: #a8cdff;
| |
| --bgcolor: #a8cdff;
| |
| --bgcolor1: #a8cdff;
| |
| --bgcolor2: #a8cdff;
| |
| --bgcolor3: #a8cdff;
| |
| --linecolor: #a8cdff;
| |
| }
| |
| #content {
| |
| top: calc(
| |
| 46px + 3rem);
| |
| min-height: 400px;
| |
| padding: 1px 69px;
| |
| margin-left: 11rem;
| |
| margin-right: 0.5rem;
| |
| margin-bottom: calc(92px + 5rem);
| |
| overflow: visible;
| |
| position: relative;
| |
| background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left top repeat-y, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right top repeat-y;
| |
| background-color: var(--bgcolor);
| |
| border: none;
| |
| border-width: 0;
| |
| }
| |
| #content::before {
| |
| top: -46px;
| |
| background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left top no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right top no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) top repeat-x content-box;
| |
| }
| |
|
| |
|
| #content::after {
| |
| bottom: -46px;
| |
| background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left bottom no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right bottom no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) bottom repeat-x content-box;
| |
| }
| |
| body{
| |
| background-image:url('https://s1.ax1x.com/2022/07/23/jXCo1e.jpg');
| |
| }
| |
| #p-personal {
| |
| width: 100%;
| |
| position: fixed;
| |
| top: 0;
| |
| right: 0;
| |
| height: 1.5rem;
| |
| padding: 0.5rem 1rem;
| |
| background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg);
| |
| background-size: contain;
| |
| opacity: 0.5;
| |
| font-size: 1rem;
| |
| transition-duration: 0.3s;
| |
| transition-timing-function: ease;
| |
| transition-delay: 0.5s;
| |
| }
| |
| #siteNotice{
| |
| display:none;
| |
| }
| |
| }}
| |
|
| |
| 写一些内容
| |