|
38 | 38 | '//' + |
39 | 39 | location.host + |
40 | 40 | location.pathname |
41 | | - ).replace(/\/index\.html$/, '') |
| 41 | + ).replace(/\/index\.html$/, '/') |
42 | 42 | document.querySelector( |
43 | 43 | '#expected' |
44 | | - ).value = `/*! CSS Used from: ${prefix}/css/index.css */ |
45 | | -/*! @import ${prefix}/css/base.css screen, projection */ |
| 44 | + ).value = `/*! CSS Used from: ${prefix}css/index.css */ |
| 45 | +/*! @import ${prefix}css/base.css screen, projection */ |
46 | 46 | @media screen, projection{ |
47 | 47 | body{background:#ccc;} |
48 | 48 | } |
49 | 49 | /*! end @import */ |
50 | | -/*! @import ${prefix}/css/base2.css screen and (orientation:portrait) */ |
| 50 | +/*! @import ${prefix}css/base2.css screen and (orientation:portrait) */ |
51 | 51 | @media screen and (orientation:portrait){ |
52 | 52 | body{background:#aaa;} |
53 | 53 | } |
54 | 54 | /*! end @import */ |
55 | | -/*! @import ${prefix}/css/skin.css */ |
| 55 | +/*! @import ${prefix}css/skin.css */ |
56 | 56 | .S_spetxt{color:#fa7d3c;} |
57 | 57 | body{background-color:#b4d66b;background-image:none;} |
58 | 58 | body{color:#333;text-decoration:none;} |
59 | 59 | a{color:#76a513;} |
60 | 60 | /*! end @import */ |
61 | 61 | :AFTER{content:'after';background:#38c;color:#fff;font-size:12px;opacity:0.1;} |
62 | 62 | html{height:100%;} |
63 | | -A{background:url(${prefix}/img/logo.jpg);background-size:100%;animation:teatnamekey;} |
| 63 | +A{background:url(${prefix}img/logo.jpg);background-size:100%;animation:teatnamekey;} |
64 | 64 | @media screen and (min-width:500px){ |
65 | 65 | a{width:16.666%;} |
66 | 66 | } |
|
74 | 74 | @media print{ |
75 | 75 | i{font-size:10pt;} |
76 | 76 | } |
77 | | -/*! CSS Used from: ${prefix}/css/font.css */ |
| 77 | +/*! CSS Used from: ${prefix}css/font.css */ |
78 | 78 | i{font-family:'Cutive Mono';} |
79 | 79 | @media only screen and (max-width:480px){ |
80 | 80 | b{font-size:20px;} |
|
0 commit comments