Compare commits
No commits in common. "master" and "v2026.06.01" have entirely different histories.
master
...
v2026.06.0
5 changed files with 21 additions and 20 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'name' => env('APP_NAME', 'wah.moe'),
|
'name' => env('APP_NAME', 'wah.moe'),
|
||||||
'version' => '2026.06.02-patch0',
|
'version' => '2026.06.01',
|
||||||
'env' => env('APP_ENV', 'production'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
'debug' => (bool)env('APP_DEBUG', false),
|
'debug' => (bool)env('APP_DEBUG', false),
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
* {
|
|
||||||
font-family: "Comic Sans MS", cursive ;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover,
|
|
||||||
footer img:hover {
|
|
||||||
animation: rotater 2s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes rotater {
|
|
||||||
0% { transform: rotate(0deg) }
|
|
||||||
100% { transform: rotate(360deg) }
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +1,16 @@
|
||||||
|
* {
|
||||||
|
font-family: "Comic Sans MS", cursive ;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url('/images/roscoe_tile_rainbow.jpg');
|
background: url('/images/roscoe_tile_rainbow.jpg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover,
|
||||||
|
footer img:hover {
|
||||||
|
animation: rotater 2s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
div.page-container,
|
div.page-container,
|
||||||
div.wah,
|
div.wah,
|
||||||
table.music-top10,
|
table.music-top10,
|
||||||
|
|
@ -45,3 +54,8 @@ hr {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes rotater {
|
||||||
|
0% { transform: rotate(0deg) }
|
||||||
|
100% { transform: rotate(360deg) }
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
<title>wah! (dot moe) - {{ $title }}</title>
|
<title>wah! (dot moe) - {{ $title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@if($event === 'april-fools' || $event == 'pride')
|
@if($event === 'april-fools')
|
||||||
<body background="/images/roscoe_tile_rainbow.jpg" bgcolor="#FF8A6A" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
|
<body background="/images/roscoe_tile_rainbow.jpg" bgcolor="#6595fb" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
|
||||||
<table bgcolor="#9365FB" width="850px" cellpadding="0" cellspacing="0" border="0">
|
<table bgcolor="#9365FB" width="850px" cellpadding="0" cellspacing="0" border="0">
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
|
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
|
||||||
@if ($event == 'christmas')<script src="{{ asset('/js/christmas/snowstorm.js') }}"></script>@endif
|
@if ($event == 'christmas')<script src="{{ asset('/js/christmas/snowstorm.js') }}"></script>@endif
|
||||||
@if ($event == 'april-fools' || $event == 'pride')<link rel="stylesheet" href="{{ asset('/css/alternate/rainbow.css') }}">@endif
|
@if ($event == 'april-fools' || $event == 'pride')<link rel="stylesheet" href="{{ asset('/css/alternate/rainbow.css') }}">@endif
|
||||||
@if ($event == 'april-fools')<link rel="stylesheet" href="{{ asset('/css/alternate/aprilfools.css') }}">@endif
|
|
||||||
<!-- Page-specific -->
|
<!-- Page-specific -->
|
||||||
<meta property="og:title" content="wah! (dot moe) - {{ $title }}">
|
<meta property="og:title" content="wah! (dot moe) - {{ $title }}">
|
||||||
<meta property="og:image" content="{{ $cardImage ?? "/favicon-128x128.png" }}">
|
<meta property="og:image" content="{{ $cardImage ?? "/favicon-128x128.png" }}">
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
@if($event == 'april-fools' || $event == 'pride')<img src="{{ asset('/images/logo-rainbow.png') }}" width="84" alt="A pixel art depiction of a paw, in rainbow colours.">
|
@if($event == 'april-fools')<img src="{{ asset('/images/logo-rainbow.png') }}" width="84" alt="A pixel art depiction of a paw, in rainbow colours.">
|
||||||
@else <img class="logo_paw" src="{{ asset('/images/logo-v3.png') }}" width="84" alt="A pixel art depiction of a paw, in three alternating shades of blue.">@endif
|
@else <img class="logo_paw" src="{{ asset('/images/logo-v2.png') }}" width="84" alt="A pixel art depiction of a paw, in three alternating shades of blue.">@endif
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h1>wah!</h1>
|
<h1>wah!</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue