Преглед изворни кода

Reorganized includes

full-screen-logo-homepage
Said Achmiz пре 5 година
родитељ
комит
2004ebd1d9

+ 1
- 1
assets/css/image-focus.css Прегледај датотеку

bottom: 10px; bottom: 10px;
padding: 6px 15px 7px 15px; padding: 6px 15px 7px 15px;
font-size: 1rem; font-size: 1rem;
font-family: var(--deus-UI-font);
font-family: var(--deus-body-font);
background-color: rgba(0, 0, 0, 0.75); background-color: rgba(0, 0, 0, 0.75);
color: #fff; color: #fff;
border-radius: 5px; border-radius: 5px;

+ 2
- 2
assets/css/main.css Прегледај датотеку

--deus-body-text-line-spacing: 1.4; --deus-body-text-line-spacing: 1.4;
--deus-body-text-paragraph-spacing: 1em; --deus-body-text-paragraph-spacing: 1em;


--deus-heading-font: Aleo;
--deus-heading-font: PT Serif;
--deus-heading-font-size: 1.5em; --deus-heading-font-size: 1.5em;
--deus-heading-text-color: var(--deus-color-white); --deus-heading-text-color: var(--deus-color-white);
--deus-nav-ui-font: Aleo;
--deus-nav-ui-font: PT Astra Serif;


/* Layout. */ /* Layout. */
--deus-body-padding: 6rem 2rem; --deus-body-padding: 6rem 2rem;

+ 0
- 1
includes/foot-scripts.html Прегледај датотеку

<script src="/deus/assets/js/image-focus.js" defer></script>

+ 0
- 3
includes/head-css-links.html Прегледај датотеку

<link rel='stylesheet' type='text/css' href='https://fonts.obormot.net?fonts=*'>
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>

+ 2
- 1
index.shtml Прегледај датотеку

<html> <html>
<head> <head>
<title>DEUS gaming</title> <title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
<link rel='stylesheet' type='text/css' href='/deus/assets/css/home-page.css'> <link rel='stylesheet' type='text/css' href='/deus/assets/css/home-page.css'>
</head> </head>
<body class='home-page'> <body class='home-page'>
<!--#include virtual="/deus/includes/main-nav.html" --> <!--#include virtual="/deus/includes/main-nav.html" -->
<!--#include virtual="/deus/includes/colophon.html" --> <!--#include virtual="/deus/includes/colophon.html" -->
</main> </main>
<!--#include virtual="/deus/includes/foot-content.html" -->
</body> </body>
<script> <script>
document.querySelector("#splash-image").classList.remove("hidden"); document.querySelector("#splash-image").classList.remove("hidden");

+ 2
- 2
pages/player/index.shtml Прегледај датотеку

<html lang='en-US'> <html lang='en-US'>
<head> <head>
<title>DEUS gaming</title> <title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head> </head>
<body> <body>
<main class='gallery-layout'> <main class='gallery-layout'>
</article> </article>
<!--#include virtual="/deus/includes/colophon.html" --> <!--#include virtual="/deus/includes/colophon.html" -->
</main> </main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body> </body>
</html> </html>

+ 2
- 2
posts/index.shtml Прегледај датотеку

<html lang='en-US'> <html lang='en-US'>
<head> <head>
<title>DEUS gaming</title> <title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head> </head>
<body> <body>
<main> <main>
</article> </article>
<!--#include virtual="/deus/includes/colophon.html" --> <!--#include virtual="/deus/includes/colophon.html" -->
</main> </main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body> </body>
</html> </html>

+ 2
- 2
posts/some-post/index.shtml Прегледај датотеку

<html lang='en-US'> <html lang='en-US'>
<head> <head>
<title>DEUS gaming</title> <title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head> </head>
<body> <body>
<main> <main>
</article> </article>
<!--#include virtual="/deus/includes/colophon.html" --> <!--#include virtual="/deus/includes/colophon.html" -->
</main> </main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body> </body>
</html> </html>

Loading…
Откажи
Сачувај