Just makes poptropica look better
Poptropica+ by lazyhawk12
Details
Authorlazyhawk12
LicenseNo Redistribution
Categoryhttps://www.poptropica.com/haxe/play/
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Maybe there will be some bugs maybe not
Edit: There is a bug on the main Poptropica screen but it doesn't matter that much since mostly what you see is only the game screen which is the only thing I changed.
Source code
/* ==UserStyle==
@name 8/30/2022, 10:32:08 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A better looking Poptropica game screen
@author LazyHawk12(Me)
==/UserStyle== */
@-moz-document domain("https://www.poptropica.com/haxe/play/?signin=") {
/* Insert code here... */
}/* Video player */
#video-player{
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-color:#27a5d7;
border-width:3px;
border-style:solid;
height:167px !important;
transform:translatex(0px) translatey(0px);
}
/* Video panel */
#video-panel{
border-top-left-radius:15px !important;
border-top-right-radius:15px !important;
border-bottom-left-radius:15px !important;
border-bottom-right-radius:15px !important;
border-color:#1997e5 !important;
border-style:solid;
border-width:5px !important;
box-shadow:3px 0px 27px 2px #2691dd inset;
}
/* Playstore */
#playstore{
display:inline-block;
transform:translatex(130px) translatey(-5px);
}
/* Image */
#playstore a img{
display:inline-block;
transform:translatex(-50px) translatey(5px);
min-height:173px;
}
/* Image */
#appstore a img{
display:inline-block;
transform:translatex(80px) translatey(0px);
}
/* Bottom */
#bottom{
transform:translatex(6px) translatey(43px) !important;
}
@-moz-document domain("https://www.poptropica.com/haxe/play/?login_mode=1") {
/* Insert code here... */
}/* Canvas */
#flashContent canvas{
display:inline-block;
transform:translatex(0px) translatey(0px) !important;
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
border-width:10px;
border-color:#0e96ea;
border-style:solid;
width:99% !important;
margin-left:-2px !important;
box-shadow:0px 0px 50px 14px #1c82e7;
}
/* Body */
body{
background-image:url("dfsdf");
background-color:transparent;
}
/* Flash content */
#flashContent{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
box-shadow:0px 0px 5px -21px #000000 inset;
border-color:#0e96ea;
border-width:9px;
}
/* Video panel */
#video-panel{
display:inline-block;
transform:translatex(0px) translatey(24px);
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
border-color:#0e96ea;
border-width:9px;
}
/* Bottom */
#bottom{
transform:translatex(0px) translatey(30px);
}
/* Billboard cover */
#billboard_cover{
background-color:transparent !important;
}