uweb/globalcss/index.html

34 lines
1.2 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2020-04-29 08:37:43 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-04-29 08:37:43 +00:00
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
<title>CSS样式</title>
</head>
<body>
<header class='header'>
<a class="logo" href=".."></a> <a class="logo" href="https://jamesfengcao.gitee.io/uweb//tags/">Tags</a>
<nav>
</nav>
</header>
2020-04-29 08:37:43 +00:00
<div class="container">
<h1 class="title">CSS样式
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
2020-04-29 08:37:43 +00:00
</ul>
<p><a href="..">超微浏览器</a>自动装载&quot;/sdcard/uweb/css&quot;目录下所有.css文件作为全局样式供用户选用。点击以下配置链接可自动添加为全局样式</p>
<p><a href="i:0h/sdcard/uweb/css/配合透明状态栏.css:https://jamesfengcao.gitee.io/uweb/searchurl/txt/margintop.css">配合透明状态栏(沉浸)</a></p>
<p>文件&quot;/sdcard/uweb/night.css&quot;为用户自定义夜间模式样式,点击以下配置链接安装不同的夜间模式:<br>
<a href="i:0h/sdcard/uweb/night.css:https://jamesfengcao.gitee.io/uweb/searchurl/txt/night.css">webview 81+ 夜间模式</a></p>
2020-04-29 08:37:43 +00:00
</div>
</body>
2020-04-29 08:37:43 +00:00
</html>