gctGenerator/site/.vuepress/styles/index.styl

32 lines
676 B
Stylus
Raw Normal View History

2020-06-28 06:33:20 +09:00
/**
* Custom Styles here.
*
* refhttps://v1.vuepress.vuejs.org/config/#index-styl
*/
2020-10-11 09:28:13 +09:00
2021-04-01 05:51:59 +09:00
body
2020-10-11 09:28:13 +09:00
min-height: 120vh;
2022-02-22 12:40:14 +09:00
font-size: 15px;
2020-06-28 06:33:20 +09:00
2021-04-01 05:51:59 +09:00
body.fool
transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg); /* IE 9 */
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
2021-04-01 06:59:19 +09:00
&, & *
2021-04-01 07:37:38 +09:00
cursor: url('/img/yoshi.png') 15 15, auto !important
2021-04-01 06:59:19 +09:00
&:hover:active, & *:hover:active
2021-04-01 07:37:38 +09:00
cursor: url('/img/yoshi_l.png') 15 15, auto !important
2021-04-01 05:51:59 +09:00
2020-06-28 06:33:20 +09:00
div.theme-default-content:not(.custom)
max-width: 80%;
2020-06-28 11:51:06 +09:00
footer.page-edit
2020-06-29 01:20:46 +09:00
max-width: 80%;
aside.sidebar
2022-02-22 13:45:31 +09:00
z-index: 1000;
2022-02-23 02:05:11 +09:00
2022-02-22 12:40:14 +09:00
header
z-index: 9991 !important;
2022-02-23 02:45:56 +09:00
height: 58px !important;