mirror of
https://github.com/ldxw/cdn.git
synced 2026-08-14 13:01:23 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c5618d447 | |||
| 26e6619ef1 | |||
| e795201220 | |||
| dcc1546a82 | |||
| 305d5b2984 | |||
| 363a9f6750 | |||
| 0651d7b4dc | |||
| 261f80e581 |
File diff suppressed because one or more lines are too long
@@ -119,6 +119,7 @@ body h1.title a {
|
|||||||
}
|
}
|
||||||
body h1.title a:hover {
|
body h1.title a:hover {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
font-size: 3.8rem;
|
||||||
}
|
}
|
||||||
body select.changelanguage {
|
body select.changelanguage {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -146,10 +147,6 @@ body div.onemoe-more-disk div.more-disk a:hover {
|
|||||||
body div.list-wrapper#head-div div.list-header-container {
|
body div.list-wrapper#head-div div.list-header-container {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
body div.list-wrapper#head-div div.list-header-container div.readme svg,
|
|
||||||
body div.list-wrapper#head-div div.list-header-container div.readme span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
body div.list-wrapper#head-div div.list-header-container div.readme p {
|
body div.list-wrapper#head-div div.list-header-container div.readme p {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
@@ -326,17 +323,13 @@ body div.list-wrapper#list-div:hover {
|
|||||||
}
|
}
|
||||||
body div.onemoe-readme {
|
body div.onemoe-readme {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 50px auto 0;
|
margin: 4rem auto 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: solid 5px rgba(137, 43, 226, 0.2);
|
border: solid 5px rgba(137, 43, 226, 0.2);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
body div.onemoe-readme div.readme svg,
|
body div.onemoe-readme div.markdown-body {
|
||||||
body div.onemoe-readme div.readme span {
|
padding: 1rem;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
body div.onemoe-readme div.readme div.markdown-body {
|
|
||||||
margin: 10px 25px;
|
|
||||||
}
|
}
|
||||||
body div.onemoe-readme:hover {
|
body div.onemoe-readme:hover {
|
||||||
box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);
|
box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);
|
||||||
|
|||||||
@@ -125,6 +125,7 @@ body {
|
|||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
font-size: 3.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -160,10 +161,6 @@ body {
|
|||||||
div.list-header-container {
|
div.list-header-container {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
div.readme {
|
div.readme {
|
||||||
svg,
|
|
||||||
span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
p {
|
p {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
@@ -346,18 +343,12 @@ body {
|
|||||||
// 底部readme
|
// 底部readme
|
||||||
div.onemoe-readme {
|
div.onemoe-readme {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 50px auto 0;
|
margin: 4rem auto 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: solid 5px rgba(137, 43, 226, 0.2);
|
border: solid 5px rgba(137, 43, 226, 0.2);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
div.readme {
|
|
||||||
svg,
|
|
||||||
span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
div.markdown-body {
|
div.markdown-body {
|
||||||
margin: 10px 25px;
|
padding: 1rem;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);
|
box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@
|
|||||||
<meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,林的小窝,onedrive">
|
<meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,林的小窝,onedrive">
|
||||||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.5/onedrive-index-theme-disk/sx0csz.css" type="text/css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.6/onedrive-index-theme-disk/02e67o.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -327,10 +327,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list-wrapper onemoe-readme">
|
<div class="list-wrapper">
|
||||||
<div class="list-container">
|
<div class="list-container">
|
||||||
<div class="list-header-container">
|
<div class="list-header-container">
|
||||||
<div class="readme">
|
<div class="readme onemoe-readme">
|
||||||
<!--<svg class="octicon octicon-book" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z"></path></svg>
|
<!--<svg class="octicon octicon-book" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z"></path></svg>
|
||||||
<span style="line-height: 16px;vertical-align: top;">'.$readme['name'].'</span>-->
|
<span style="line-height: 16px;vertical-align: top;">'.$readme['name'].'</span>-->
|
||||||
<div class="markdown-body" id="readme">
|
<div class="markdown-body" id="readme">
|
||||||
@@ -1089,7 +1089,7 @@
|
|||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
td1.setAttribute('class','file');
|
td1.setAttribute('class','file');
|
||||||
var a1=document.createElement('a');
|
var a1=document.createElement('a');
|
||||||
a1.href=html.name.replace(/#/,'%23');
|
a1.href='<?php echo $_SERVER['base_disk_path'];?>'+html.name.replace(/#/,'%23');
|
||||||
a1.innerText=html.name;
|
a1.innerText=html.name;
|
||||||
a1.target='_blank';
|
a1.target='_blank';
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
# 彩虹 样式
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 255 B |
Reference in New Issue
Block a user