gctGenerator/site/.vuepress/styles/index.styl
2022-02-22 18:45:56 +01:00

31 lines
676 B
Stylus
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Custom Styles here.
*
* refhttps://v1.vuepress.vuejs.org/config/#index-styl
*/
body
min-height: 120vh;
font-size: 15px;
body.fool
transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg); /* IE 9 */
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
&, & *
cursor: url('/img/yoshi.png') 15 15, auto !important
&:hover:active, & *:hover:active
cursor: url('/img/yoshi_l.png') 15 15, auto !important
div.theme-default-content:not(.custom)
max-width: 80%;
footer.page-edit
max-width: 80%;
aside.sidebar
z-index: 1000;
header
z-index: 9991 !important;
height: 58px !important;