html {
	
	 overflow-y: scroll; 
	cursor: url(/img/mouse.png), url(/img/mouse.png),auto;
	
	scrollbar-width: thin;
	
    animation: fadein 200ms ease-out;
    -moz-animation: fadein 200ms ease-out; /* Firefox */
    -webkit-animation: fadein 200ms ease-out; /* Safari and  Chrome */
    -o-animation: fadein 200ms ease-out; /* Opera */
	 
}
body {

	cursor: url(/img/mouse.png), url(/img/mouse.png),auto;
	
	scrollbar-width: thin;
	
    animation: fadein 200ms ease-out;
    -moz-animation: fadein 200ms ease-out; /* Firefox */
    -webkit-animation: fadein 200ms ease-out; /* Safari and  Chrome */
    -o-animation: fadein 200ms ease-out; /* Opera */

	
}

a, input {cursor: url(/img/mouse.png), url(/img/mouse.png),auto}

body::-webkit-scrollbar {
  width: 14px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #444444;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
	background-color: #666666;    /* color of the scroll thumb */
	border-radius: 3px;       /* roundness of the scroll thumb */
	border: 2px solid #444444; 
}

div::-webkit-scrollbar {
  width: 14px;               /* width of the entire scrollbar */
}

div::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

div::-webkit-scrollbar-thumb {
	background-color: #444444;    /* color of the scroll thumb */
	border-radius: 3px;       /* roundness of the scroll thumb */
	border: 2px solid #000000; 
}


@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
}


출처: https://sweet-myo.tistory.com/168 [달콤한환상]

tr.striped {background-color: #ffffff;}
.tr_head_rank {border-right-width:1px; border-right-color:#999999; border-right-style:solid;border-bottom-width:1px; border-bottom-color:#999999; border-bottom-style:solid;}
.tr_head_rank2 {border-bottom-width:1px; border-bottom-color:#999999; border-bottom-style:solid;}
.td_line {border-right-width:1px; border-right-color:#999999; border-right-style:solid;}
.td_line2 {border-right-width:1px; border-right-color:#cccccc; border-right-style:solid;}

.title{ color:#ffffcc; background-color:#222222; padding:10px; font-weight:bold; text-align:center}
.message{ color:#ffffcc; background-color:#444444; padding:10px;}
.ef_user_message{ margin-bottom:5px; padding:3px; line-height:14px; width:auto}


.tb {width:100%;}
.tb td{padding:5px; border-bottom:solid 1px #666666;}
.tb_top{padding:5px; font-weight:bold;border-bottom:solid 1px #999999; text-align:center;}


.character { width:100%;}
.character td { padding:5px; border:solid 1px #222222}

.message_box { background-color:#330000; width:100%;}
.message_box th { padding:5px; color:#FFF; font-size:14px;}
.message_box td { padding:5px;}
.message_box td:nth-child(1) { text-align:left; width:30%;}
.message_box td:nth-child(2) { text-align:left; width:70%; vertical-align:top}

.item_auth_color1{color:#828282; !important}
.item_auth_color2{color:#5895c0; !important}
.item_auth_color3{color:#dc5353; !important}
.item_auth_color4{color:#c0a875; !important}


.ef_button{ margin-bottom:5px;background-color:#000;float:right;color:#c7beb1;font-weight:bold;border:none;width:117px;height:42px;background-image : url('/img/button_bg.png');text-shadow:1px 1px 2px #56544e;}
.ef_button_disable{margin-bottom:5px;opacity: 0.5; background-color:#000;float:right;color:#c7beb1;font-weight:bold;border:none;width:117px;height:42px;background-image : url('/img/button_bg.png');text-shadow:1px 1px 2px #56544e;}


.drop_box_magic{border:solid 1px #5895c0;color:#5895c0; margin:10px;padding:10px;}
.drop_box_magic p{color:#eeeeee;}
.drop_box_rare{border:solid 1px #dc5353;color:#dc5353; margin:10px;padding:10px;}
.drop_box_rare p{color:#eeeeee;}
.drop_box_unique{border:solid 1px #c0a875;color:#c0a875; margin:10px;padding:10px;}
.drop_box_unique p{color:#eeeeee;}