File tree Expand file tree Collapse file tree 24 files changed +231
-233
lines changed
install/common/templates/web Expand file tree Collapse file tree 24 files changed +231
-233
lines changed Original file line number Diff line number Diff line change 11/* eslint-env node */
22/* eslint-disable no-console */
33
4- // Build JS and CSS using esbuild and PostCSS
4+ // Build JS and CSS using esbuild and Lightning CSS
55import { promises as fs } from 'node:fs' ;
66import path from 'node:path' ;
77import browserslist from 'browserslist' ;
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> Access Denied</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > You do not have permission to view this page.</ p >
112108 < p > Please check your credentials and try again.</ p >
113109 < section class ="footer "> < strong > Error Code:</ strong > 403</ section >
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> Page Not Found</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > Oops! We couldn't find the page that you're looking for.</ p >
112108 < p > Please check the address and try again.</ p >
113109 < section class ="footer "> < strong > Error Code:</ strong > 404</ section >
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> Resource is Gone</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > Oops! The requested resource is no longer available.</ p >
112108 < p > Please check the address and try again.</ p >
113109 < section class ="footer "> < strong > Error Code:</ strong > 410</ section >
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> Internal Server Error</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > Oops! Something went wrong.</ p >
112108 < p >
113109 The server encountered an internal error or misconfiguration and was unable to
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> We're working on it!</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > This site is currently under construction.</ p >
112108 < p > Please check back soon.</ p >
113109 < section class ="footer "> < strong > Domain:</ strong > %domain%</ section >
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
107103 </ svg >
108104 </ div >
109105 < h1 class ="animate__animated animate__fadeIn "> This site is currently suspended</ h1 >
110- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
106+ < div class ="description-text animate__animated animate__fadeIn ">
111107 < p > If you are the owner of this site, please contact support for more information.</ p >
112108 </ div >
113109 </ div >
Original file line number Diff line number Diff line change 7777 font-size : 0.7em ;
7878 }
7979
80- .animate__delay-1s {
81- animation-delay : 1s ;
82- }
83-
8480 @keyframes fadeIn {
8581 from {
8682 opacity : 0 ;
109105 </ i >
110106 </ div >
111107 < h1 class ="animate__animated animate__fadeIn "> Success!</ h1 >
112- < div class ="description-text animate__animated animate__fadeIn animate__delay-1s ">
108+ < div class ="description-text animate__animated animate__fadeIn ">
113109 < p > Your new web server is ready to use.</ p >
114110 </ div >
115111 </ div >
Original file line number Diff line number Diff line change 44
55: root {
66 --animate-duration : 1s ;
7- --animate-delay : 1s ;
87 --animate-repeat : 1 ;
98}
109
1110.animate__animated {
1211 animation-duration : 1s ;
1312 animation-duration : var (--animate-duration );
1413 animation-fill-mode : both;
15-
16- & .animate__delay-1s {
17- animation-delay : 1s ;
18- animation-delay : var (--animate-delay );
19- }
2014}
2115
2216.animate__fadeIn {
Original file line number Diff line number Diff line change 339339 text-shadow : 0 1px rgb (0 0 0 / 95% );
340340}
341341
342+ /* Clipboard component
343+ ========================================================================== */
344+
345+ .clipboard {
346+ & .clipboard-input {
347+ border-color : # 606060 ;
348+ }
349+ }
350+
351+ .clipboard-button {
352+ background-color : # 353535 ;
353+ }
354+
342355/* Server summary component
343356 ========================================================================== */
344357
You can’t perform that action at this time.
0 commit comments