aboutsummaryrefslogtreecommitdiff
path: root/header
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-12-23 00:38:25 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-12-23 00:38:25 +0800
commitd45068ee692b214348a7e2c23be2192d78717a5e (patch)
tree2dd0b816cfa74992ad77314b82528700edfe1154 /header
parent2ac4593a9416459b6cde49ab1b47c169dab6d637 (diff)
downloadalicelinux-d45068ee692b214348a7e2c23be2192d78717a5e.tar.gz
alicelinux-d45068ee692b214348a7e2c23be2192d78717a5e.zip
updated styles
Diffstat (limited to 'header')
-rw-r--r--header102
1 files changed, 51 insertions, 51 deletions
diff --git a/header b/header
index b9a605c8..27270b9a 100644
--- a/header
+++ b/header
@@ -5,57 +5,57 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alice Linux - @TITLE@</title>
<style>
- .centered-wrapper {
- width: 800px;
- margin: 0 auto;
- }
- .note {
- padding: 15px;
- text-align: center;
- }
- html, body {
- font-family: monospace;
- font-size: 14px;
- text-align: left;
- word-wrap: break-word;
- height: 100%;
- }
- pre {
- padding-left: 25px;
- padding-top: 20px;
- padding-bottom: 20px;
- background-color: #f4f4f4;
- }
- code {
- font-family: "Courier New", monospace;
- background-color: #f4f4f4;
- color: #819400;
- }
- hr {
- border: 0;
- border-top: 1px dashed #141c21;
- margin: 20px 0;
- }
- table {
- width: 100%;
- border-collapse: collapse;
- }
-
- th, td {
- padding: 8px;
- text-align: left;
- }
-
- th {
- background-color: #f4f4f4;
- }
-
- table, th, td {
- border: 2px dashed #f4f4f4;
- }
- img {
- width: 800px;
- }
+ body {
+ font-family: monospace;
+ font-size: 14px;
+ line-height: 1.25;
+ max-width: 60em;
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 1em;
+ padding-right: 1em;
+ background-color: #383838;
+ color: #fefefe;
+ }
+ pre {
+ background-color: #221e1f;
+ border-radius: 3px;
+ padding: 10px;
+ overflow-x: auto;
+ }
+ code {
+ color: #f7f3d6;
+ }
+ img {
+ display: block;
+ max-width: 100%;
+ }
+ hr {
+ border: 0;
+ border-top: 1px dashed #fefefe;
+ margin: 20px 0;
+ }
+ table {
+ width: 100%;
+ border-collapse: collapse;
+ }
+ th, td {
+ padding: 4px;
+ }
+ th {
+ background-color: #221e1f;
+ }
+ table, th, td {
+ border: 1px dashed #e7e8eb;
+ }
+ a {
+ color: #90cbf9;
+ text-decoration: none
+ }
+ a:hover {
+ color: #869edc;
+ text-decoration: underline
+ }
</style>
</head>
<body>