|
|
| Line 8: |
Line 8: |
| [https://hellomynameisjoe.pronounmail.com Official website], where you can find exciting things such as a Discord server for cool people, an email address you can send spam and promotion to, and inspiring letters you can look at. | | [https://hellomynameisjoe.pronounmail.com Official website], where you can find exciting things such as a Discord server for cool people, an email address you can send spam and promotion to, and inspiring letters you can look at. |
| [[Category:White People]] [[Category:Music]] | | [[Category:White People]] [[Category:Music]] |
|
| |
| {{#css:
| |
| html {
| |
| font-smooth: never;
| |
| }
| |
|
| |
| body {
| |
| cursor: url('/images/cursor/cursor.png') 6 6, auto;
| |
| }
| |
|
| |
| p {
| |
| font-family: "Times New Roman", Times, serif;
| |
| font-weight: bold;
| |
| font-size: 24px;
| |
| transform: scaleX(0.5);
| |
| text-align: center;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| blockquote {
| |
| font-family: "Times New Roman", Times, serif;
| |
| font-weight: bold;
| |
| font-size: 24px;
| |
| transform: scaleX(0.5);
| |
| text-align: center;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| h1 {
| |
| font-family: Helvetica, Arial, sans-serif;
| |
| font-weight: bold;
| |
| font-size: 64px;
| |
| line-height: 32px;
| |
| transform: scaleY(0.5);
| |
| color: white;
| |
| text-shadow:
| |
| 2px 2px 0px #c33,
| |
| -2px 2px 0px #c33,
| |
| -2px -2px 0px #c33,
| |
| 2px -2px 0px #c33;
| |
| text-align: center;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| h2 {
| |
| font-family: Helvetica, Arial, sans-serif;
| |
| font-weight: bold;
| |
| font-size: 48px;
| |
| line-height: 24px;
| |
| transform: scaleY(0.5);
| |
| text-align: center;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| h3 {
| |
| font-family: Helvetica, Arial, sans-serif;
| |
| font-weight: bold;
| |
| font-size: 32px;
| |
| line-height: 0px;
| |
| transform: scaleY(0.5);
| |
| text-align: center;
| |
| color: #c33;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| ul {
| |
| font-family: "Times New Roman", Times, serif;
| |
| font-weight: bold;
| |
| transform: scaleX(0.5);
| |
| font-size: 32px;
| |
| text-align: left;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| ol {
| |
| font-weight: normal;
| |
| cursor: url('/images/cursor/text.png') 12 12, text;
| |
| }
| |
|
| |
| span.nonbold {
| |
| font-weight: normal;
| |
| }
| |
|
| |
| a {
| |
| cursor: url('/images/cursor/pointer.png') 10 5, pointer;
| |
| }
| |
|
| |
| a:link {
| |
| color: #933;
| |
| }
| |
|
| |
| a:visited {
| |
| color: #633;
| |
| }
| |
|
| |
| a:focus {
| |
| color: #633;
| |
| }
| |
|
| |
| a:hover {
| |
| color: #633;
| |
| }
| |
|
| |
| a:active {
| |
| color: #c33
| |
| }
| |
| }}
| |