pull/216/head
BingoKingo 2020-07-20 12:15:28 +08:00
parent bf5af03da2
commit 97ad8eda5d
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
<td>
<a href="./theme/tfo_mdtr.php" title="tfo_mdtr.php">tfo_mdtr.php<br>(Transparent Material Design)</a>
</td>
<td rowspan="3">Material Design for Classic Series (20200517)<br>(对默认主题的MD风格小优化有对响应式、按钮外观、上传界面、路径栏随机赋色、背景模糊等的调整,php版本)</td>
<td rowspan="3">Material Design for Classic Series (20200517)<br>(对默认主题的MD风格小优化有对响应式、按钮外观、上传界面、路径栏随机赋色、背景模糊等的调整,php最终版本)</td>
</tr>
<tr>
<td>
@ -76,7 +76,7 @@
<td>
<a href="https://tfo.herokuapp.com/index/Uploaded/WebContents/Github/Tfo/Theme_new/tfo_mdtr.html?preview" title="tfo_mdtr.html">tfo_mdtr.html<br>(TMD)</a>
</td>
<td rowspan="2">Material Design(20200718)<br>(重制了html版本适应自定义主题,并添加了可扩展模块如Valine.修改AppID和AppKey等其他参数后需要将其存储在您自己的OD中通过参数customTheme调用直链)</td>
<td rowspan="2">Material Design(20200718)<br>(重制了html版本适应自定义主题,并添加了可扩展模块如Valine.修改AppID和AppKey等其他参数后存储在自己的Github上复制Raw链接填入customTheme参数即可)</td>
</tr>
<tr>
<td>
@ -86,7 +86,7 @@
</tbody>
</table>
具体地,您可以下载/复制体验一下或参考示例中运用tfo_mdtr.php的[Li Share Storage Mini](https://tfo.herokuapp.com/ "Li Share Storage Mini")。需要注意:以上系列主题**默认隐藏右上角语言框**,请谨慎使用!示例中隐藏了多盘但实际使用不隐藏哦。目前主题仍存在诸多问题请谅解。PS:主题将要实现的功能有狠多,敬请期待...但是自愿附加组件如评论系统、站长工具、访问统计等涉及到其他平台的私密内容不包含在主题内,若有需要请自行寻找在后台添加.
具体地,您可以下载/复制体验一下或参考示例中运用tfo_mdtr.php的[Li Share Storage Mini](https://tfo.herokuapp.com/ "Li Share Storage Mini")。需要注意示例中隐藏了多盘但实际使用不隐藏哦。目前主题仍存在诸多问题请谅解。PS:主题将要实现的功能有狠多,敬请期待...但是自愿附加组件如评论系统、站长工具、访问统计等涉及到其他平台的私密内容不包含在主题内,若有需要请自行寻找在后台添加.
## Deploy 部署
Install program first, then add onedrive in setup after login.

View File

@ -33,7 +33,7 @@
input:focus{background:rgba(3,102,214,0.3);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);}
textarea{font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:6px;background-color:transparent;color:#24292e}
textarea:focus{background:rgba(3,102,214,0.3);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);}
.changelanguage{position:absolute;right:5px;}
.changelanguage{position:absolute;right:5px;display:none;}
.title{text-shadow:0 1px 15px rgba(27,31,35,1);text-decoration:none;transition-duration: 0.3s;border:1px solid rgba(27,31,35,0);text-align:center;letter-spacing:1px;height: 10px;margin:1rem auto;padding: 16px 16px;white-space:nowrap;overflow:hidden;width:fit-content;border-radius:36px;}
.title:hover{text-shadow:0 1px 15px rgba(27,31,35,0);background-color:rgba(200,200,200,.6);box-shadow:0 1px 15px rgba(27,31,35,.15);}
.title a{color:#FFF}