Compare commits
2 Commits
3b97e1dae4
...
46349ca7bb
Author | SHA1 | Date | |
---|---|---|---|
46349ca7bb | |||
a9f3a6f3a5 |
|
@ -1,23 +1,13 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Pixio;
|
font-family: Pixio;
|
||||||
src: url(../fonts/Pixio/Pixio.woff2),
|
src: url('../fonts/Pixio/Pixio.woff2'),
|
||||||
url(../fonts/Pixio/Pixio.woff),
|
url('../fonts/Pixio/Pixio.woff'),
|
||||||
url(../fonts/Pixio/Pixio.ttf) format("truetype");
|
url('../fonts/Pixio/Pixio.ttf') format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: PixioMono;
|
font-family: PixioMono;
|
||||||
src: url(../fonts/PixioMono/PixioMono.woff2),
|
src: url('../fonts/PixioMono/PixioMono.woff2'),
|
||||||
url(../fonts/PixioMono/PixioMono.woff),
|
url('../fonts/PixioMono/PixioMono.woff'),
|
||||||
url(../fonts/PixioMono/PixioMono.ttf) format("truetype");
|
url('../fonts/PixioMono/PixioMono.ttf') format("truetype");
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: _04B-03;
|
|
||||||
src: url(../fonts/04B-03/04B_03.ttf) format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: _04B-24;
|
|
||||||
src: url(../fonts/04B-24/04B_24.ttf) format("truetype");
|
|
||||||
}
|
}
|
|
@ -1,19 +1,5 @@
|
||||||
@import url('//assets.worlio.com/style/css/theme.css');
|
@import url('theme.css');
|
||||||
|
@import url('fonts.css');
|
||||||
@font-face {
|
|
||||||
font-family:Pixio;
|
|
||||||
src:url(//assets.worlio.com/fonts/Pixio/Pixio.woff2),
|
|
||||||
url(//assets.worlio.com/fonts/Pixio/Pixio.woff),
|
|
||||||
url(//assets.worlio.com/fonts/Pixio/Pixio.ttf) format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family:nk57;
|
|
||||||
src:url(../fonts/nk57/nk57-monospace-cd-rg.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-bd.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-it.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-lt.ttf) format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary: #0079b5;
|
--primary: #0079b5;
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 16px; height: 16px;
|
width: 16px; height: 16px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
background-image: url('//assets.worlio.com/style/icons/close');
|
background-image: url('icons/close');
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
--direct: #ffffff;
|
--direct: #ffffff;
|
||||||
|
|
||||||
--background-image: url('//assets.worlio.com/style/background');
|
--background-image: url('background');
|
||||||
|
|
||||||
--default-button-background: #d4d4d4;
|
--default-button-background: #d4d4d4;
|
||||||
--default-button-border: 2px outset #dfdfdf;
|
--default-button-border: 2px outset #dfdfdf;
|
||||||
|
@ -119,14 +119,14 @@
|
||||||
--disabled-button-background: #808080;
|
--disabled-button-background: #808080;
|
||||||
--disabled-button-border: 2px solid #808080;
|
--disabled-button-border: 2px solid #808080;
|
||||||
|
|
||||||
--navbar-left: url('//assets.worlio.com/style/navbar-left');
|
--navbar-left: url('navbar-left');
|
||||||
--navbar-right: url('//assets.worlio.com/style/navbar-right');
|
--navbar-right: url('navbar-right');
|
||||||
--navbar-top: url('//assets.worlio.com/style/navbar-top');
|
--navbar-top: url('navbar-top');
|
||||||
--navbar-bottom: url('//assets.worlio.com/style/navbar-bottom');
|
--navbar-bottom: url('navbar-bottom');
|
||||||
--nav-db: url('//assets.worlio.com/style/navbar-db');
|
--nav-db: url('navbar-db');
|
||||||
|
|
||||||
--navbar-bg: url('//assets.worlio.com/style/navbar-bg');
|
--navbar-bg: url('navbar-bg');
|
||||||
--navbar-gradient: url('//assets.worlio.com/style/navbar-gradient');
|
--navbar-gradient: url('navbar-gradient');
|
||||||
|
|
||||||
--primary-font: Pixio;
|
--primary-font: Pixio;
|
||||||
--secondary-font: TypeWriter;
|
--secondary-font: TypeWriter;
|
||||||
|
|
|
@ -16,30 +16,30 @@
|
||||||
URL assets should be in base64 here, preventing issues with incorrect path-finding from the URL itself. This file should be cached.
|
URL assets should be in base64 here, preventing issues with incorrect path-finding from the URL itself. This file should be cached.
|
||||||
*/
|
*/
|
||||||
.user-card.wblue { /* Worlio Blue */
|
.user-card.wblue { /* Worlio Blue */
|
||||||
--usercard-image: url('/assets/style/background');
|
--usercard-image: url('background');
|
||||||
--usercard-color: #1E90FF;
|
--usercard-color: #1E90FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card.wbumps { /* Worm Bumps */
|
.user-card.wbumps { /* Worm Bumps */
|
||||||
--usercard-image: url('/assets/style/card/wbumps');
|
--usercard-image: url('card/wbumps');
|
||||||
--usercard-color: #ddd;
|
--usercard-color: #ddd;
|
||||||
--card-outline: #FFF;
|
--card-outline: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card.wgraving { /* Worm Engravings */
|
.user-card.wgraving { /* Worm Engravings */
|
||||||
--usercard-image: url('/assets/style/card/wgraving');
|
--usercard-image: url('card/wgraving');
|
||||||
--usercard-color: #eee;
|
--usercard-color: #eee;
|
||||||
--card-outline: #FFF;
|
--card-outline: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card.warpspeed { /* Warp Speed */
|
.user-card.warpspeed { /* Warp Speed */
|
||||||
--usercard-image: url('/assets/style/card/warpspeed');
|
--usercard-image: url('card/warpspeed');
|
||||||
--usercard-color: #000;
|
--usercard-color: #000;
|
||||||
--card-outline: #FFF;
|
--card-outline: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card.nyanstars { /* Nyan Stars */
|
.user-card.nyanstars { /* Nyan Stars */
|
||||||
--usercard-image: url('/assets/style/card/nyanstars');
|
--usercard-image: url('card/nyanstars');
|
||||||
--usercard-color: #013368;
|
--usercard-color: #013368;
|
||||||
--card-outline: #FFF;
|
--card-outline: #FFF;
|
||||||
}
|
}
|
Binary file not shown.
|
@ -1,2 +0,0 @@
|
||||||
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
|
|
||||||
ALL RIGHTS RESERVED.
|
|
Binary file not shown.
|
@ -1,2 +0,0 @@
|
||||||
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
|
|
||||||
ALL RIGHTS RESERVED.
|
|
|
@ -1568,7 +1568,7 @@ heading .button {
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url('//assets.worlio.com/style/icons/deny');
|
background-image: url('icons/deny');
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
@ -1676,13 +1676,13 @@ div.emotebox .emote-container:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating .star-container .stars {
|
.rating .star-container .stars {
|
||||||
background: url('//assets.worlio.com/style/icons/ratings/star');
|
background: url('icons/ratings/star');
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-size: auto 100%;
|
background-size: auto 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.rating .star-container {
|
.rating .star-container {
|
||||||
background-image: url('//assets.worlio.com/style/icons/ratings/unstar');
|
background-image: url('icons/ratings/unstar');
|
||||||
background-size: 20% 100%;
|
background-size: 20% 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user