-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.min.css
1 lines (1 loc) · 3.1 KB
/
style.min.css
1
::-webkit-scrollbar{width:.6em;height:12em;background-color:#49b1f5}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#fff}::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#49b1f5}::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 0 0 5px #49b1f5;background:#49b1f5}*{margin:0;padding:0}a{text-decoration:none}a:link{color:#000}li{list-style:none}body{display:-webkit-flex;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;position:relative;background-color:#ececec;background-attachment:fixed;background-size:100% auto;z-index:-10}.fixed{position:fixed}.nav{display:-webkit-flex;display:flex;background-color:rgba(255,255,255,.5);width:100%;height:3.75em;padding:0 2em;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;line-height:3.75em}.nav a{font-size:1.25em;color:#000}.nav ul{display:-webkit-flex;display:flex;min-width:8em;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;font-size:1em;margin-right:2.5em}.nav ul li a{font-size:1em}.nav a:hover{color:#36abf8}.content{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:auto;margin:4em 1em 0 1em}.content .card{display:-webkit-flex;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;width:15.625em;height:20em;background-color:#fff;margin:.5em;border-radius:.3em;margin-right:.25em}.content .card a img{display:block;width:15.625em;height:15.625em}.content .card .item .item_title{width:auto;height:auto;text-align:center;margin:0 .25em;font-weight:400}.content .card .item .item_title a{font-size:1em}.content .card .item .item_tag span{width:auto;font-weight:400;height:1.25m;line-height:1.25em;font-size:.8em;color:#fff;margin:.625em 0 0 .625em;padding:0 .5em;border-radius:.625em;background-image:linear-gradient(to right,#4cbf30 0,#0f9d58 100%)}h2:hover{cursor:pointer}.control_fixed{position:fixed;top:10%;right:.25em}.control_fixed span{font-size:.75em;color:#663399;text-align:center}#download_title{font-size:1em;color:red;margin:.5em 0}#control{display:-webkit-flex;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center}button{margin-top:.5em;width:1em;height:2em;font-size:1em;font-weight:700;border:.16em solid #9de2f7;outline-style:none;border-radius:.3em;background-color:#9de2f7;color:#fff}button:hover{border:.16em solid #11b6e9;background-color:#11b6e9}.input{width:4em;height:1.25em;line-height:1.25em;padding-left:.25em;border:.16em solid #fff;outline-style:none;border-radius:.3em}#download{width:100%;margin-left:auto}#uptime .foot{display:flex;justify-content:space-between;line-height:15px;color:#999fa6}#footer{text-align:center;font-size:12px;line-height:1.8;color:#999fa6;padding:22px 0;background-color:rgba(44,29,29,.1)}#footer a{color:#f44;font-weight:700}#json_src{width:44em;height:2em;max-width:36%;margin-top:1em;line-height:3.75em;border:.16em solid #fff;border-bottom:.08em solid #acacac;outline-style:none;padding-left:1em;border-radius:.5em;color:#8b8b8b;background-color:rgba(255,255,255,.5)}#json_src:focus{box-shadow:.1em .1em .2em #9e9e9e}