修改了部分 主题对custom(Css/Script)支持的问题
parent
816513cde7
commit
1fb0a90093
|
@ -247,6 +247,8 @@
|
|||
.more-disk div li a:hover{color:rgba(0,0,0,.87);}
|
||||
.more-disk div li a[now]{color:rgba(0,0,0,1);}
|
||||
</style>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><!--Sitename--> /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
|
||||
</head>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body>
|
||||
<h1><!--Sitename--> /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></h1>
|
||||
<table>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body>
|
||||
<H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
</style>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
}
|
||||
</style>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
<script src="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script>
|
||||
</head>
|
||||
<body class="mdui-theme-primary-blue-grey mdui-theme-accent-blue">
|
||||
|
|
|
@ -99,6 +99,8 @@
|
|||
#dl-section{padding-top:10px}
|
||||
#dl-latest{position:relative;top:50%;transform:translateY(-50%)}
|
||||
</style>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body class=" mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink">
|
||||
<header class="mdui-appbar mdui-appbar-fixed mdui-color-theme mdui-appbar-inset">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body>
|
||||
<H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
window.disableddarkmode = true;
|
||||
</script>
|
||||
<!--BackgroundMEnd-->
|
||||
|
||||
<!--customCss-->
|
||||
<!--customScript-->
|
||||
</head>
|
||||
<body
|
||||
class="mdui-appbar-with-toolbar mdui-theme-layout-auto mdui-loaded mdui-theme-accent-pink"
|
||||
|
|
Loading…
Reference in New Issue