美化你的主题,揭秘哪吒探针的神奇魅力

哪吒探针-介绍

哪吒探针(哪吒监控)是一种网络安全监控系统,通常用于监视和管理企业、组织或个人的网络流量、设备状态和安全事件。这种监控系统可以实时监测网络中的流量、识别潜在的威胁和攻击行为,并提供实时警报和响应措施。哪吒监控系统通常包括网络流量分析、入侵检测、日志管理、安全事件管理等功能,帮助用户及时发现和应对网络安全威胁。通过使用哪吒监控系统,用户可以加强网络安全防护,保护重要数据和信息的安全。

一般我们搭建完成都会感觉有点普通,想要美化一下,就像我搭建博客-子比主题都是在网上找的美化教程,最后美化成现在的样子,本来更加花的,但考虑到美化太多对蜘蛛不友善,所以就减少了一点。

今天分享的美化让你一下到位,不在用到网上一个一个找了,成果就是:

哪吒探针

美化代码

复制一下代码放到设置:

哪吒探针
 <style>
/* 屏幕适配 */
@media only screen and (min-width: 767px) {
.ui.container {
width: 85% !important;
}
}
 
@media only screen and (max-width: 767px) {
.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {
margin-top: 0.4em !important;
}
}
 
/* 整体图标 */
i.icon {
color: #000;
width: 1.2em !important;
}
 
/* 背景图片 */
body {
content: " " !important;
background: fixed !important;
z-index: -1 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
background-position: top !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-image: url(https://cdn.jsdelivr.net/gh/mocchen/cssmeihua/img/cute-anime-girls-fireworks-festival-lanterns-kimono-apple-candy-blushes-anime-44178.webp) !important;
font-family: Arial,Helvetica,sans-serif !important;
}
 
/* 导航栏 */
.ui.large.menu {
border: 0 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 55%) !important;
}
 
/* 首页按钮 */
.ui.menu .active.item {
background-color: transparent !important;
}
 
/* 导航栏下拉框 */
.ui.ui.dropdown .menu {
border: 0 !important;
border-radius: 0 !important;
background-color: rgba(255, 255, 255, 80%) !important;
}
 
/* 登陆按钮(需要使用配套自定义主题) */
.nezha-primary-btn {
background-color: rgba(255, 255, 255, 0.8) !important; /* 80%透明白色 */
color: #000 !important;
}
 
.mochen-primary-btn {
background-color: rgba(255, 255, 255, 0.8) !important; /* 80%透明白色 */
color: #000 !important;
border-radius: 1rem !important;
transition: all 0.5s;
}
 
.mochen-primary-btn:hover {
background-color: rgba(247, 199, 111, 0.8) !important; /* 80%透明白色 */
color: #000 !important;
border-radius: 1rem !important;
}
 
/* 大卡片 */
#app .ui.fluid.accordion {
background-color: #fbfbfb26 !important;
border-radius: 0.4rem !important;
}
 
/* 小卡片 */
.ui.four.cards>.card {
border-radius: 0.6rem !important;
background-color: #fafafaa3 !important;
}
 
.status.cards .wide.column {
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 2.3rem !important;
}
 
.status.cards .thirteen.wide.column {
padding-left: 0rem !important;
padding-right: 1.4rem !important;
}
 
.status.cards .three.wide.column {
padding-left: 1.4rem !important;
padding-right: 0rem !important;
}
 
.status.cards .wide.column:nth-child(1) {
margin-top: 2rem !important;
}
 
.status.cards .wide.column:nth-child(2) {
margin-top: 2rem !important;
}
 
.status.cards .description {
padding-bottom: 0 !important;
}
 
/* 弹出卡片图标 */
.status.cards .header > .info.icon {
margin-right: 0 !important;
}
 
.nezha-secondary-font {
color: #21ba45 !important;
}
 
/* 进度条 */
.ui.progress {
border-radius: 50rem !important;
}
 
.ui.progress .bar {
min-width: 1.8em !important;
border-radius: 15px !important;
line-height: 1.65em !important;
}
 
.ui.fine.progress> .bar {
background-color: #21ba45 !important;
}
 
.ui.progress> .bar {
background-color: #000 !important;
}
 
.ui.progress.fine .bar {
background-color: #21ba45 !important;
}
 
.ui.progress.warning .bar {
background-color: #ff9800 !important;
}
 
.ui.progress.error .bar {
background-color: #e41e10 !important;
}
 
.ui.progress.offline .bar {
background-color: #000 !important;
}
 
/* 上传下载 */
.status.cards .outline.icon {
margin-right: 1px !important;
}
 
i.arrow.alternate.circle.down.outline.icon {
color: #21ba45 !important;
}
 
i.arrow.alternate.circle.up.outline.icon {
color: red !important;
}
 
/* 弹出卡片小箭头 */
.ui.right.center.popup {
margin: -3px 0 0 0.914286em !important;
-webkit-transform-origin: left 50% !important;
transform-origin: left 50% !important;
}
 
.ui.bottom.left.popup {
margin-left: 1px !important;
margin-top: 3px !important;
}
 
.ui.top.left.popup {
margin-left: 0 !important;
margin-bottom: 10px !important;
}
 
.ui.top.right.popup {
margin-right: 0 !important;
margin-bottom: 8px !important;
}
 
.ui.left.center.popup {
margin: -3px .91428571em 0 0 !important;
-webkit-transform-origin: right 50% !important;
transform-origin: right 50% !important;
}
 
.ui.right.center.popup:before,
.ui.left.center.popup:before {
border: 0px solid #fafafaeb !important;
background: #fafafaeb !important;
}
 
.ui.top.popup:before {
border-color: #fafafaeb transparent transparent !important;
}
 
.ui.popup:before {
border-color: #fafafaeb transparent transparent !important;
}
 
.ui.bottom.left.popup:before {
border-radius: 0 !important;
border: 1px solid transparent !important;
border-color: #fafafaeb transparent transparent !important;
background: #fafafaeb !important;
-webkit-box-shadow: 0px 0px 0 0 #fafafaeb !important;
box-shadow: 0px 0px 0 0 #fafafaeb !important;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
 
.ui.bottom.right.popup:before {
border-radius: 0 !important;
border: 1px solid transparent !important;
border-color: #fafafaeb transparent transparent !important;
background: #fafafaeb !important;
-webkit-box-shadow: 0px 0px 0 0 #fafafaeb !important;
box-shadow: 0px 0px 0 0 #fafafaeb !important;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
 
.ui.top.left.popup:before {
border-radius: 0 !important;
border: 1px solid transparent !important;
border-color: #fafafaeb transparent transparent !important;
background: #fafafaeb !important;
-webkit-box-shadow: 0px 0px 0 0 #fafafaeb !important;
box-shadow: 0px 0px 0 0 #fafafaeb !important;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
 
.ui.top.right.popup:before {
border-radius: 0 !important;
border: 1px solid transparent !important;
border-color: #fafafaeb transparent transparent !important;
background: #fafafaeb !important;
-webkit-box-shadow: 0px 0px 0 0 #fafafaeb !important;
box-shadow: 0px 0px 0 0 #fafafaeb !important;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
 
.ui.left.center.popup:before {
border-radius: 0 !important;
border: 1px solid transparent !important;
border-color: #fafafaeb transparent transparent !important;
background: #fafafaeb !important;
-webkit-box-shadow: 0px 0px 0 0 #fafafaeb !important;
box-shadow: 0px 0px 0 0 #fafafaeb !important;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
 
/* 弹出卡片 */
.status.cards .ui.content.popup {
min-width: 20rem !important;
line-height: 2rem !important;
border-radius: 5px !important;
border: 1px solid transparent !important;
background-color: #fafafaeb !important;
font-family: Arial,Helvetica,sans-serif !important;
}
 
.ui.content {
margin: 0 !important;
padding: 1em !important;
}
 
/* 服务页 */
.ui.table {
background: RGB(225,225,225,0.6) !important;
}
 
.ui.table thead th {
background: transparent !important;
}
 
/* 服务页进度条 */
.service-status .good {
background-color: #21ba45 !important;
}
 
.service-status .danger {
background-color: red !important;
}
 
.service-status .warning {
background-color: orange !important;
}
 
/*鼠标*/
body {
cursor: url(https://raw.githubusercontent.com/mocchen/cssmeihua/mochen/a.cur), default;
}
 
/* 版权 */
.ui.inverted.segment, .ui.primary.inverted.segment {
color: #000 !important;
font-weight: bold !important;
background-color: #fafafaa3 !important;
}
</style>
 
<!--Logo和版权-->
<script>
window.onload = function(){
var avatar=document.querySelector(".item img")
var footer=document.querySelector("div.is-size-7")
footer.innerHTML="小鸡UPUP"
footer.style.visibility="visible"
avatar.src="https://666671.xyz/i/2023/11/20/655adbfddef60.jpg"
avatar.style.visibility="visible"
}
var faviconurl="https://666671.xyz/i/2023/11/20/655adbfddef60.jpg" ; 
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'shortcut icon';
link.href = faviconurl;
document.getElementsByTagName('head')[0].appendChild(link);
</script>
 
<!-- 网页特效 - 樱花 -->
<script src="https://cdn.jsdelivr.net/gh/mocchen/cssmeihua/js/yinghua.js"></script>
 
<!-- 网页鼠标点击特效 - 爱心 -->
<script src="https://cdn.jsdelivr.net/gh/mocchen/cssmeihua/js/aixin.js"></script>
 
<!-- 网页鼠标点击特效 - 烟花波纹 -->
<script src="https://cdn.jsdelivr.net/gh/mocchen/cssmeihua/js/yanhuabowen.js"></script>
 
<!-- 鼠标特效 - 小星星拖尾 -->
<span class="js-cursor-container"></span>
<script src="https://cdn.jsdelivr.net/gh/mocchen/cssmeihua/js/xiaoxingxing.js"></script>
 
<script src="https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js"></script>

结束语

这是一下帮你们找到了,你可以从中看到有那些美化,如果你不喜欢你可以删除,希望对你们有帮助,谢谢大家的支持了!

温馨提示: 本文最后更新于2024-05-20 22:17:54,某些文章具有时效性,若有错误或已失效,请在下方 留言或联系 袖白悦享
1 本网站名称:袖白悦享
2 本站永久网址:www.xiua.top
3 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长QQ进行删除处理。
4 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5 本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
6 本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容