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

27 lines
582 B
Stylus
Raw Normal View History

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