Paratrooter-Acwing by 114514
Details
Author114514
Licensenothing
CategoryParatrooter-Acwing
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
V 1 .1 .0
Source code
/* ==UserStyle==
@name Paratrooter-Acwing
@version 20220716.08.56
@namespace userstyles.world/user/114514
@description ## Paratrooter-Acwing is very idiot.
@author 114514
@license nothing
==/UserStyle== */
@-moz-document url-prefix("https://www.acwing.com/") {
/*图片背景*/
html > body {
background-image: url(https://s1.ax1x.com/2022/07/15/jhgLMd.jpg) !important;/*可自调图片*/
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.panel.panel-default {
transition: all 0.5s ease;
border-radius: 25px;
opacity: 0.8;
}
.modal-content:hover,
.panel.panel-default:hover {
transition: all 0.5s ease;
opacity: 1!important;
box-shadow: 15px 15px 15px rgba(0, 0, 0, .5);
}
.modal-backdrop.fade.in {
visibility: hidden;
}
.modal-content {
border-radius: 25px;
}
.nice_font.problem-content-title{
font-size:35px;
}
.img-circle{
transition: all 0.5s ease;
}
.img-circle:hover{
transition: all 0.9s ease;
transform: rotate(1turn);
}
.file-explorer-main-field-item-title{
display:none;
}
.file-explorer-main-field-item-icon{
display:none;
}
.file-explorer-main-field-item.file-explorer-main-field-item-desktop{
display:none;
}
/*圆角边框*/
.navbar-brand{
display:none;
}
.navbar-toggle{
margin-left:510px;
margin-right:670px;
}
nav.navbar.navbar-inverse.navbar-fixed-top.navbar-expand-lg{
margin-left:20px;
margin-right:20px;
border-color:#23162333;
background-color: #e5edef;
opacity:0.8;
transition: all 0.5s ease;
border-radius: 1px 1px 25px 25px;
}
nav.navbar.navbar-inverse.navbar-fixed-top.navbar-expand-lg:hover{
margin-left:20px;
margin-right:20px;
transition: all 0.5s ease;
opacity:1.0;
box-shadow:0px 0px 15px #333;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a{
color:#efc29b;
background-color:#8b93f2fc;
}
.navbar-inverse .navbar-nav > li > a{
border-radius:15px;
transition: all 0.5s ease;
}
/*超链接*/
a {
transition: all .15s ease;
color: #8b93f2fc;
}
a:hover {
border-radius: 25px;
color: #efc29b;
}
a{ position: relative; }
a:not(.exlg-dash-options)::after{ content: ""; width: 0; height: 5px; background: rgba(231, 152, 151, .575); position: absolute; top: 100%; left: 50%; transition: all .8s; }
a:not(.exlg-dash-options):hover::after{ left: 0%; width: 100%; }
.navbar-inverse.navbar-fixed-top.navbar-expand-lgpanel{
transition: all 0.5s ease;
opacity:0.8;
border-radius:25px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
background-color:#e5edef;
}
.navbar-inverse .navbar-nav > li > a{
color: #efc29b!important;
}
.dropdown-menu{
border-radius: 200px 200px 25px 25px;
}
}