Try a new publishing URL
Co-authored-by: dudleycu <dudleyc.twitch@gmail.com>
This commit is contained in:
parent
51e12ef157
commit
c6a37364e8
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://ngsplanner.com/#",
|
"homepage": "https://ngsplanner.com/ngsplanner/#",
|
||||||
"name": "ngsplanner",
|
"name": "ngsplanner",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -35,7 +35,7 @@ hr {
|
|||||||
img {
|
img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
body {
|
/*body {
|
||||||
background-image: url("./icons/d_global_bg_header.png"),url("./icons/gl_main_bg.jpg");
|
background-image: url("./icons/d_global_bg_header.png"),url("./icons/gl_main_bg.jpg");
|
||||||
background-size: 1903px,2560px;
|
background-size: 1903px,2560px;
|
||||||
background-color: #e8ecf4;
|
background-color: #e8ecf4;
|
||||||
@ -47,6 +47,19 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}*/
|
||||||
|
body {
|
||||||
|
background-image: url("./icons/d_global_bg_header.png"),url("https://i.imgur.com/3OizLd8.jpg");
|
||||||
|
background-size: 1903px,2560px;
|
||||||
|
background-color: #e8ecf4;
|
||||||
|
background-repeat: no-repeat,repeat-y;
|
||||||
|
background-position: center center;
|
||||||
|
color: black;
|
||||||
|
font-family: ngs,Arial,sans-serif;
|
||||||
|
font-size: 11pt;
|
||||||
|
font-weight: normal;
|
||||||
|
text-align: center;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
table td {
|
table td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -152,6 +165,7 @@ em {
|
|||||||
/*min-width: 300px;*/
|
/*min-width: 300px;*/
|
||||||
/*max-width: 500px;*/
|
/*max-width: 500px;*/
|
||||||
padding-bottom:10px;
|
padding-bottom:10px;
|
||||||
|
filter: drop-shadow(0 30px 15px black);
|
||||||
}
|
}
|
||||||
/* box hover, save bcuz i will use this in popup menu
|
/* box hover, save bcuz i will use this in popup menu
|
||||||
.box:hover {
|
.box:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user