Skip to content

Commit f9f5065

Browse files
committed
Consolidated wiki CSS
1 parent d4d58a1 commit f9f5065

File tree

12 files changed

+174
-1788
lines changed

12 files changed

+174
-1788
lines changed

plugins/template/wiki/BLANK.HTML

Lines changed: 1 addition & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -14,174 +14,12 @@
1414
<meta property="twitter:description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
1515
<meta property="twitter:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
1616
<link href="/style.css" rel="stylesheet">
17+
<link href="/wiki/style.css" rel="stylesheet">
1718
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
1819
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
1920
<script src="/plugins/flickity/flickity.pkgd.js"></script>
2021
<title>Wiki &#8226 BLANK &#8226 Minecraft 3DS Community</title>
2122
<style>
22-
body {
23-
background-color: rgb(249, 239, 207);
24-
transition: 0.5s;
25-
}
26-
.wikiHeader {
27-
height: 145px;
28-
width: 100%;
29-
display: flex;
30-
flex-direction: row;
31-
align-items: flex-end;
32-
font-family: 'Minecraft Regular';
33-
background: linear-gradient(rgba(255, 240, 185, 0.4), rgba(255, 246, 165, 0.5)), url(/img/bg/chiseled_quartz_block_top.png);
34-
background-size: 32px;
35-
image-rendering: pixelated;
36-
color: rgba(0, 0, 0, 0.8);
37-
font-size: 16pt;
38-
padding: 15px;
39-
gap: 8px;
40-
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
41-
margin-top: 3px;
42-
}
43-
.wikiHeader img {
44-
width: 32px;
45-
filter: drop-shadow(0 0 1px black);
46-
}
47-
.settingsButton {
48-
position: absolute;
49-
right: 15px;
50-
width: 32px;
51-
height: 32px;
52-
display: flex;
53-
align-items: center;
54-
justify-content: center;
55-
border: none;
56-
background-color: transparent;
57-
transform: translateY(3px);
58-
}
59-
.settingsButton:hover {
60-
cursor: pointer;
61-
transition: 0.05s;
62-
background-color: rgba(0, 0, 0, 0.1);
63-
background-position: bottom;
64-
border-radius: 5px;
65-
}
66-
.settingsButton img {
67-
position: relative;
68-
bottom: 3px;
69-
}
70-
.settingsModal {
71-
display: none;
72-
position: fixed;
73-
top: 0; left: 0;
74-
width: 100%; height: 100%;
75-
background: rgba(0, 0, 0, 0.4);
76-
justify-content: center;
77-
align-items: center;
78-
z-index: 1000;
79-
color: rgba(0, 0, 0, 0.8);
80-
}
81-
.settingsContent {
82-
background-color: #eee;
83-
padding: 25px;
84-
padding-left: 14px;
85-
padding-top: 20px;
86-
box-shadow: 0 0 10px black;
87-
position: relative;
88-
font-family: 'Minecraft Regular';
89-
border: 2px solid black;
90-
outline: 2px solid rgba(255, 255, 255, 0.8);
91-
}
92-
.closeButton {
93-
position: absolute;
94-
top: 12px;
95-
right: 10px;
96-
border: none;
97-
background: none;
98-
font-size: 20px;
99-
display: flex;
100-
justify-content: center;
101-
align-items: center;
102-
}
103-
.closeButton:hover {
104-
background-color: rgba(0, 0, 0, 0.1);
105-
cursor: pointer;
106-
color: rgba(255, 255, 255, 1);
107-
outline: 2px solid rgba(255, 255, 255, 0.8);
108-
}
109-
.dark-mode {
110-
background-color: rgb(16, 17, 24);
111-
transition: 0.5s;
112-
}
113-
.settingsContent input:hover {
114-
cursor: pointer;
115-
}
116-
.wikiBody {
117-
color: rgba(17, 17, 17, 0.9);
118-
transition: 0.5s;
119-
line-height: 1.5;
120-
max-width: 1200px;
121-
width: 100%;
122-
margin-left: 1vw;
123-
margin-right: auto;
124-
padding-left: 3vw;
125-
padding-right: 3vw;
126-
box-sizing: border-box;
127-
font-family: 'Helvetica Neue' !important;
128-
padding-bottom: 50px;
129-
}
130-
h2 {
131-
font-family: 'Helvetica Neue';
132-
}
133-
h3 {
134-
font-family: 'Helvetica Neue';
135-
}
136-
.whiteText {
137-
color: rgb(238, 242, 255) !important;
138-
transition: 0.5s;
139-
}
140-
.column-list {
141-
overflow-y: auto;
142-
column-width: 250px;
143-
column-gap: 2rem;
144-
}
145-
.column-list ul {
146-
list-style-type: disc;
147-
padding-left: 1.5rem;
148-
margin: 0;
149-
}
150-
.column-list li {
151-
break-inside: avoid;
152-
margin-bottom: 1.5rem;
153-
}
154-
.column-list .desc {
155-
display: block;
156-
font-size: 0.9em;
157-
margin-top: 0.3rem;
158-
color: rgb(80, 80, 80);
159-
transition: 0.5s;
160-
}
161-
.whiteText .desc {
162-
color: rgb(196, 202, 213);
163-
}
164-
a {
165-
color: rgb(36, 65, 153);
166-
text-decoration: none;
167-
transition: 0.1s;
168-
}
169-
a:hover {
170-
color: rgb(87, 116, 204);
171-
transition: 0.1s;
172-
}
173-
.whiteText a {
174-
color: rgb(159, 183, 255);
175-
}
176-
.whiteText a:hover {
177-
color: rgb(99, 125, 204);
178-
}
179-
table, td, th {
180-
border: 1px solid gray;
181-
border-collapse: collapse;
182-
padding: 5px;
183-
}
184-
18523
</style>
18624
</head>
18725
<body>

wiki/index.html

Lines changed: 1 addition & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -14,174 +14,12 @@
1414
<meta property="twitter:description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
1515
<meta property="twitter:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
1616
<link href="/style.css" rel="stylesheet">
17+
<link href="/wiki/style.css" rel="stylesheet">
1718
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
1819
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
1920
<script src="/plugins/flickity/flickity.pkgd.js"></script>
2021
<title>Wiki &#8226 Home &#8226 Minecraft 3DS Community</title>
2122
<style>
22-
body {
23-
background-color: rgb(249, 239, 207);
24-
transition: 0.5s;
25-
}
26-
.wikiHeader {
27-
height: 145px;
28-
width: 100%;
29-
display: flex;
30-
flex-direction: row;
31-
align-items: flex-end;
32-
font-family: 'Minecraft Regular';
33-
background: linear-gradient(rgba(255, 240, 185, 0.4), rgba(255, 246, 165, 0.5)), url(/img/bg/chiseled_quartz_block_top.png);
34-
background-size: 32px;
35-
image-rendering: pixelated;
36-
color: rgba(0, 0, 0, 0.8);
37-
font-size: 16pt;
38-
padding: 15px;
39-
gap: 8px;
40-
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
41-
margin-top: 3px;
42-
}
43-
.wikiHeader img {
44-
width: 32px;
45-
filter: drop-shadow(0 0 1px black);
46-
}
47-
.settingsButton {
48-
position: absolute;
49-
right: 15px;
50-
width: 32px;
51-
height: 32px;
52-
display: flex;
53-
align-items: center;
54-
justify-content: center;
55-
border: none;
56-
background-color: transparent;
57-
transform: translateY(3px);
58-
}
59-
.settingsButton:hover {
60-
cursor: pointer;
61-
transition: 0.05s;
62-
background-color: rgba(0, 0, 0, 0.1);
63-
background-position: bottom;
64-
border-radius: 5px;
65-
}
66-
.settingsButton img {
67-
position: relative;
68-
bottom: 3px;
69-
}
70-
.settingsModal {
71-
display: none;
72-
position: fixed;
73-
top: 0; left: 0;
74-
width: 100%; height: 100%;
75-
background: rgba(0, 0, 0, 0.4);
76-
justify-content: center;
77-
align-items: center;
78-
z-index: 1000;
79-
color: rgba(0, 0, 0, 0.8);
80-
}
81-
.settingsContent {
82-
background-color: #eee;
83-
padding: 25px;
84-
padding-left: 14px;
85-
padding-top: 20px;
86-
box-shadow: 0 0 10px black;
87-
position: relative;
88-
font-family: 'Minecraft Regular';
89-
border: 2px solid black;
90-
outline: 2px solid rgba(255, 255, 255, 0.8);
91-
}
92-
.closeButton {
93-
position: absolute;
94-
top: 12px;
95-
right: 10px;
96-
border: none;
97-
background: none;
98-
font-size: 20px;
99-
display: flex;
100-
justify-content: center;
101-
align-items: center;
102-
}
103-
.closeButton:hover {
104-
background-color: rgba(0, 0, 0, 0.1);
105-
cursor: pointer;
106-
color: rgba(255, 255, 255, 1);
107-
outline: 2px solid rgba(255, 255, 255, 0.8);
108-
}
109-
.dark-mode {
110-
background-color: rgb(16, 17, 24);
111-
transition: 0.5s;
112-
}
113-
.settingsContent input:hover {
114-
cursor: pointer;
115-
}
116-
.wikiBody {
117-
color: rgba(17, 17, 17, 0.9);
118-
transition: 0.5s;
119-
line-height: 1.5;
120-
max-width: 1200px;
121-
width: 100%;
122-
margin-left: 1vw;
123-
margin-right: auto;
124-
padding-left: 3vw;
125-
padding-right: 3vw;
126-
box-sizing: border-box;
127-
font-family: 'Helvetica Neue' !important;
128-
padding-bottom: 50px;
129-
}
130-
h2 {
131-
font-family: 'Helvetica Neue';
132-
}
133-
h3 {
134-
font-family: 'Helvetica Neue';
135-
}
136-
.whiteText {
137-
color: rgb(238, 242, 255) !important;
138-
transition: 0.5s;
139-
}
140-
.column-list {
141-
overflow-y: auto;
142-
column-width: 250px;
143-
column-gap: 2rem;
144-
}
145-
.column-list ul {
146-
list-style-type: disc;
147-
padding-left: 1.5rem;
148-
margin: 0;
149-
}
150-
.column-list li {
151-
break-inside: avoid;
152-
margin-bottom: 1.5rem;
153-
}
154-
.column-list .desc {
155-
display: block;
156-
font-size: 0.9em;
157-
margin-top: 0.3rem;
158-
color: rgb(80, 80, 80);
159-
transition: 0.5s;
160-
}
161-
.whiteText .desc {
162-
color: rgb(196, 202, 213);
163-
}
164-
a {
165-
color: rgb(36, 65, 153);
166-
text-decoration: none;
167-
transition: 0.1s;
168-
}
169-
a:hover {
170-
color: rgb(87, 116, 204);
171-
transition: 0.1s;
172-
}
173-
.whiteText a {
174-
color: rgb(159, 183, 255);
175-
}
176-
.whiteText a:hover {
177-
color: rgb(99, 125, 204);
178-
}
179-
table, td, th {
180-
border: 1px solid gray;
181-
border-collapse: collapse;
182-
padding: 5px;
183-
}
184-
18523
</style>
18624
</head>
18725
<body>

0 commit comments

Comments
 (0)