5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
7 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
8 <title>CSS styles
</title>
9 <script type=
"text/javascript">
11 let href
= location
.href
;
12 for(let i
=href
.length
-1;i
>0;i
--){
13 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
20 location
.href
= location
.href
.substring(0,i
+1)+page
;
22 function nav2Lang(lang
){
24 let href
= location
.href
;
25 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
30 <header class='header'
>
31 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('index.html')">Home
</a> <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('tags/index.html')">Tags
</a>
34 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2Lang('zh')">简体中文
</a>
42 <div class=
"container">
43 <h1 class=
"title">CSS styles
45 <span class=
"subtitle"></span>
50 <p><a>Uweb browser
</a> loads all
".css
" files under the folder
"css
" as global css. Click the following links to install global css files:
</p>
51 <p><a href=
"i:0hcss/clearfont.css:../../zh/searchurl/txt/clearfont.css">Clearing font settings
</a></p>
52 <p>The file
"night.css
" is used as night mode, click the following links to install one:
<br>
53 <a href=
"i:0hnight.css:../../zh/searchurl/txt/night.css">webview
81+ night mode
</a><br>
54 <a href=
"i:0hnight.css:../../zh/searchurl/txt/night_old.css">webview
80- night mode
</a></p>
55 <h4 id=
"earliest-loaded-global-js">Earliest loaded global js
</h4>
56 <p>The
".js
" files under the folder
"css
" are loaded as earlier as possible on the page.
</p>
59 <p>Last Modified:
20 April
2023<br>
60 support .js files under
'css
' folder
<br>
65 src='https://giscus.app/client.js'
66 data-repo=
"torappinfo/uweb"
67 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
68 data-category=
"Announcements"
69 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
72 data-reactions-enabled=
"1"
73 data-emit-metadata=
"0"
74 data-input-position=
"top"
78 crossorigin=
"anonymous" async
>