You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hexo-theme-yorha/source/css/common.styl

33 lines
846 B

1 year ago
$backgroundColor=#c6c2a5
body
background-color: #c6c2a5
background-image:
linear-gradient(90deg, #c6c2a5 2px, rgba(255 255 255 0) 0),
linear-gradient(180deg, #c6c2a5 2px, rgb(209 205 178) 0);
background-size: .4rem .4rem
1 year ago
margin: 0
1 year ago
#container
padding: 1.5% 2% 2% 2%
1 year ago
.bottom-declaration
// container2%padding
// container2%width+=2%*2104%
margin-left: -2%;
1 year ago
margin-top: 1.5em;
1 year ago
width: 104%;
.bottom-declaration-line
border: 1.3px solid #000;
.bottom-declaration-dotted
1 year ago
background-image: linear-gradient(90deg,#333 14%,hsla(0,0%,100%,0) 0);
background-repeat: repeat-x;
1 year ago
background-size: 100px 4px;
1 year ago
width: 100%;
height: 4px;
*
box-sizing: border-box
@import '_partials/header/*'
@import '_partials/*'