-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mediawiki is a fun aesthetic to try to emulate
obviously i have to go with the (old) vector skin
- Loading branch information
Showing
3 changed files
with
140 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<!--basically the idea here is that it's going to look like a wiki page--> | ||
<link rel="icon" type="image/x-icon" href="../../favicon.ico"> | ||
<link rel="stylesheet" href="../wikilike.css"/> | ||
<title>xxos site ∫ furry ∫ cyan</title> | ||
</head> | ||
<body> | ||
<h1 class="firstHeading"> | ||
Cyan (fursona) | ||
</h1> | ||
<div class="vector-body"> | ||
<div class="vector-content"> | ||
<div id="siteStub">Not Wikipedia, and not a free encyclopedia</div> | ||
</div> | ||
<div class="mw-body-content"> | ||
<p><b>Cyan</b> is an <a href="https://en.wikipedia.org/wiki/Anthropomorphism" target="_blank">anthropomorphic</a> longhair tabby cat who serves as XXOs' main fursona.</p> | ||
<!--<div class="toc"><h2 id="mw-toc-heading">Contents</h2></div>--> | ||
<h2><span id="Design_info" class="mw_headline">Design info</span> | ||
<span class="mw-editsection"><span class="mw-editsection-bracket-L">[</span><a href="#Design_info" title="Edit section: Design info">edit</a><span class="mw-editsection-bracket-R">]</span></span></h2> | ||
<p>Text text text</p> | ||
<h2><span id="Artwork" class="mw_headline">Artwork</span> | ||
<span class="mw-editsection"><span class="mw-editsection-bracket-L">[</span><a href="#Artwork" title="Edit section: Artwork">edit</a><span class="mw-editsection-bracket-R">]</span></span></h2> | ||
<p>Art featuring Cyan, sorted by artist.</p> | ||
<table class="plainlinks ambox ambox-content"> | ||
<tbody> | ||
<tr> | ||
<td class="mbox-image"> | ||
<div class="mbox-image-div"> | ||
<img src="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/40px-Ambox_important.svg.png" decoding="async" width="40" height="40"/> | ||
</div> | ||
</td> | ||
<td class="mbox-text">This section will <b>remain empty</b> until I <b>move this site to <a href="https://neocities.org/" target="_blank">Neocities</a></b> <i>(or some other host where I feel more comfortable sharing commissioned art)</i></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3><span id="Artist_name" class="mw_headline">Artist name</span> | ||
<span class="mw-editsection"><span class="mw-editsection-bracket-L">[</span><a href="#Artist_name" title="Edit section: Artist name">edit</a><span class="mw-editsection-bracket-R">]</span></span></h3> | ||
</div> | ||
</div> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
body { | ||
padding: 1em; | ||
font-family: sans-serif; | ||
} | ||
|
||
h1, h2 { | ||
margin-bottom: 0.25em; | ||
margin-top: 1em; | ||
padding: 0; | ||
font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif; | ||
line-height: 1.375; | ||
font-weight: normal; | ||
border-bottom: 1px solid var(--border-color-base,#a2a9b1); | ||
} | ||
h1 { | ||
font-size: 1.8em; | ||
} | ||
h2 { | ||
font-size: 1.5em; | ||
} | ||
h3 { | ||
font-size: 1.2em; | ||
font-weight: bold; | ||
margin-top: 0.3em; | ||
margin-bottom: 0em; | ||
padding-bottom: 0em; | ||
line-height: 1.6; | ||
padding-top: 0.5em; | ||
} | ||
a { | ||
text-decoration: none; | ||
color: #0645ad; | ||
background: nonw; | ||
} | ||
a:hover { | ||
text-decoration: underline; | ||
} | ||
.firstHeading { | ||
margin-top: 0; | ||
} | ||
.vector-body { | ||
font-size: 0.875em; | ||
line-height: 1.6; | ||
} | ||
.vector-body p { | ||
margin: 0.5em 0; | ||
} | ||
#siteStub { | ||
font-size: 92%; | ||
display: block; | ||
} | ||
|
||
.mw-editsection::before { | ||
content: '\200B'; | ||
} | ||
.mw-editsection { | ||
margin-left: 1em; | ||
font-family: sans-serif; | ||
font-size: small; | ||
font-weight: normal; | ||
line-height: 0; | ||
} | ||
.mw-editsection-bracket-L { | ||
margin-right: 0.25em; | ||
} | ||
.mw-editsection-bracket-R { | ||
margin-left: 0.25em; | ||
} | ||
.mw-editsection a { | ||
white-space: nowrap; | ||
word-wrap: break-word; | ||
} | ||
table { | ||
font-size: 100%; | ||
} | ||
.ambox { | ||
margin: 0 10%; | ||
border: 1px solid #a2a9b1; | ||
background-color: #fbfbfb; | ||
box-sizing: border-box; | ||
} | ||
.ambox-content { | ||
border-left: 10px solid #f28500; | ||
} | ||
.mbox-image { | ||
border: none; | ||
padding: 2px 0 2px 0.5em; | ||
text-align: center; | ||
} | ||
.mbox-image-div { | ||
width: 52px; | ||
height: 40px; | ||
} | ||
.mbox-text { | ||
border: none; | ||
padding: 0.25em 0.5em; | ||
width: 100%; | ||
} |