|
28 | 28 | <title>首页 - 红蓝灯的个人网站</title> |
29 | 29 | <script src="include/prism.js"></script> |
30 | 30 | <link href="include/prism.css" rel="stylesheet"> |
31 | | - <style> |
32 | | - @font-face { |
33 | | - font-family: "JetBrains Mono"; |
34 | | - src: url("include/JetBrainsMono.ttf") format("truetype"); |
35 | | - } |
36 | | - |
37 | | - :root { |
38 | | - --9_6-color: #999999; |
39 | | - --5_6-color: #555555; |
40 | | - --mono-font: "JetBrains Mono"; |
41 | | - --tahoma: Tahoma; |
42 | | - --bg-img: url("include/bg.jpg"); |
43 | | - } |
44 | | - |
45 | | - body { |
46 | | - background-image: var(--bg-img); |
47 | | - background-size: cover; |
48 | | - background-repeat: no-repeat; |
49 | | - background-position: center center; |
50 | | - background-attachment: fixed; |
51 | | - min-height: 100%; |
52 | | - background-color: var(--5_6-color,#555555); /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/ |
53 | | - } |
54 | | - |
55 | | - .chinese { |
56 | | - font-family: var(--tahoma),system-ui; |
57 | | - color: var(--9_6-color,#999999); |
58 | | - } |
59 | | - .english { |
60 | | - font-family: var(--mono-font), system-ui; |
61 | | - color: var(--9_6-color,#999999); |
62 | | - } |
63 | | - code pre { |
64 | | - font-family: var(--mono-font),system-ui; |
65 | | - } |
66 | | - </style> |
| 31 | + <link href="include/css/index.css" rel="stylesheet"> |
67 | 32 | </head> |
68 | 33 | <body class="line-numbers" style="min-height: 100vh;"> |
69 | 34 | <div id="main" style="display: table-cell;top: 0;height: auto !important;max-height: 75%;position: absolute;margin-left: 15%;width: 65%;margin-right: 15%;padding: 1% 2% 2%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);"> |
|
115 | 80 | nine |
116 | 81 | ten |
117 | 82 | </p> |
| 83 | + <br/> |
118 | 84 | </div> |
| 85 | + <br/> |
119 | 86 | <div id="copyright" style="display: table-cell;position: absolute;height: auto;bottom: 0;width: 65%;min-height: 5%;margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 2.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);"> |
120 | 87 | <p class="chinese" style="text-align: center;">© 2025 红蓝灯 保留所有权利</p> |
121 | 88 | <p class="english" style="text-align: center;">© 2025 RBL All Rights Reserved</p> |
|
0 commit comments