::-webkit-scrollbar {
width: 16px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url(https://i.imgur.com/Qtm9Z60.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url(https://i.imgur.com/IGXGYKz.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(https://i.imgur.com/WhC8iy3.png);
width: 14px;
height: 16px;
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(https://i.imgur.com/fQ18mrR.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 14px;
height: 16px;
}
html {
font-size:12px;
padding:10px;
cursor:url(../../images/cursors/94a.png),auto;
font-family:ms pgothic;
background-color:#ededed;
color:black;
line-height:140%;
}
body{max-width:400px;margin:auto}
a:hover{
cursor:url(../../images/cursors/94a.png),auto;
}
::selection{
background-color:#d7cae2;
color:black;
}
ul, li{
list-style:hiragana;
}
mark.spo{
background-color:#d7cae2;
color: #d7cae2;
text-shadow:none;
}
mark.spo:hover{
color:black;
}
b {
color:#655473;
}
summary{text-align:Center;border:white 1px solid;}
summary::marker{content:url(../../images/sz/star1.gif);margin-right:5px;}
details{background-color:#d7cae2;color:black;font-size:12px;text-shadow:none;padding:7px;margin:5px;}
h2{font-size:18px;margin:0;font-style:italic;}
h2:before{content:url(http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/floppydisc.gif);padding-right:2px;}
button{border:none;background-color:#ededed;color:black;font-family:courier new;font-size:10px;padding-top:-5px;}
button:hover{cursor:url(../../images/cursors/94a.png),auto;}