Skip to content

Commit

Permalink
變更css路徑
Browse files Browse the repository at this point in the history
  • Loading branch information
RimoChan committed May 1, 2019
1 parent eecbde0 commit 2efa1f9
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions html/adv.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<head>
<title></title>
<meta charset='utf-8'/>
<link rel='stylesheet' href='style.css'/>
<link rel="stylesheet" href='特效.css'/>
<link rel="stylesheet" href='黑科技/hi-icon.css'/>
<link rel="stylesheet" href='黑科技/美麗滑條.css'/>
<link rel='stylesheet' href='樣式/主樣式.css'/>
<link rel="stylesheet" href='樣式/特效.css'/>
<link rel="stylesheet" href='樣式/按鈕.css'/>
<link rel="stylesheet" href='樣式/美麗滑條.css'/>
<link rel="stylesheet" href='黑科技/font-awesome-4.7.0/css/font-awesome.css'/>
<script src='黑科技/qwebchannel.js'></script>
<script src='黑科技/vue.js'></script>
Expand Down
8 changes: 4 additions & 4 deletions html/adv.ptml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ html:
head:
title:
meta charset='utf-8';
link rel='stylesheet' href='style.css';
link rel="stylesheet" href='特效.css';
link rel="stylesheet" href='黑科技/hi-icon.css';
link rel="stylesheet" href='黑科技/美麗滑條.css';
link rel='stylesheet' href='樣式/主樣式.css';
link rel="stylesheet" href='樣式/特效.css';
link rel="stylesheet" href='樣式/按鈕.css';
link rel="stylesheet" href='樣式/美麗滑條.css';
link rel="stylesheet" href='黑科技/font-awesome-4.7.0/css/font-awesome.css';

script src='黑科技/qwebchannel.js':
Expand Down
8 changes: 4 additions & 4 deletions html/adv_虛擬.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<head>
<title></title>
<meta charset='utf-8'/>
<link rel='stylesheet' href='style.css'/>
<link rel="stylesheet" href='特效.css'/>
<link rel="stylesheet" href='黑科技/hi-icon.css'/>
<link rel="stylesheet" href='黑科技/美麗滑條.css'/>
<link rel='stylesheet' href='樣式/主樣式.css'/>
<link rel="stylesheet" href='樣式/特效.css'/>
<link rel="stylesheet" href='樣式/按鈕.css'/>
<link rel="stylesheet" href='樣式/美麗滑條.css'/>
<link rel="stylesheet" href='黑科技/font-awesome-4.7.0/css/font-awesome.css'/>
<script src='黑科技/qwebchannel.js'></script>
<script src='黑科技/vue.js'></script>
Expand Down
8 changes: 4 additions & 4 deletions html/adv_虛擬.ptml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ html:
head:
title:
meta charset='utf-8';
link rel='stylesheet' href='style.css';
link rel="stylesheet" href='特效.css';
link rel="stylesheet" href='黑科技/hi-icon.css';
link rel="stylesheet" href='黑科技/美麗滑條.css';
link rel='stylesheet' href='樣式/主樣式.css';
link rel="stylesheet" href='樣式/特效.css';
link rel="stylesheet" href='樣式/按鈕.css';
link rel="stylesheet" href='樣式/美麗滑條.css';
link rel="stylesheet" href='黑科技/font-awesome-4.7.0/css/font-awesome.css';

script src='黑科技/qwebchannel.js':
Expand Down
4 changes: 2 additions & 2 deletions html/主題/黑色花紋邊框.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#名字框背景{
box-sizing: border-box;
border:36px solid;
border-image: url(../static/t0.png) 86 86 round;
border-image: url(../樣式/static/t0.png) 86 86 round;
background:rgba(128,128,128,0.8);
background-clip:padding-box;
}
#話語框背景{
box-sizing: border-box;
border:36px solid;
border-image: url(../static/t0.png) 86 86 round;
border-image: url(../樣式/static/t0.png) 86 86 round;
background:rgba(128,128,128,0.8);
background-clip:padding-box;
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion html/style.css → html/樣式/主樣式.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face{
font-family: 源流明體SemiBold;
src: url('GenRyuMinTW-SemiBold.ttf');
src: url('./static/GenRyuMinTW-SemiBold.ttf');
}
body{
font-family: 源流明體SemiBold;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion html/默認標題畫面/樣式.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face{
font-family: 源流明體SemiBold;
src: url('../GenRyuMinTW-SemiBold.ttf');
src: url('../樣式/static/GenRyuMinTW-SemiBold.ttf');
}
body{
font-family: 源流明體SemiBold;
Expand Down
2 changes: 1 addition & 1 deletion html面板/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face{
font-family: 源流明體SemiBold;
src: url('../html/GenRyuMinTW-SemiBold.ttf');
src: url('../html/樣式/static/GenRyuMinTW-SemiBold.ttf');
}
body{
font-family: 源流明體SemiBold;
Expand Down

0 comments on commit 2efa1f9

Please sign in to comment.