Off Topic > Off Topic
Blockland Dark Theme (beta 0.3 - whiteout)
<< < (13/14) > >>
Tudoreleu:
dang so can you actually modify those image buttons (home, help, search etc) then

cause i've tried to fix up kingdaro's blight 3 dark theme for a while cause the buttons look terrible
Whackin:

just throw these on there (dont ask me how)
Tudoreleu:
no i can make my own buttons that actually fit the theme's material design style but it's the replacing part i'm having trouble with

replacing these as well would be nice

dargereldren:

--- Quote from: Tudoreleu on April 17, 2017, 02:05:32 AM ---dang so can you actually modify those image buttons (home, help, search etc) then

cause i've tried to fix up kingdaro's blight 3 dark theme for a while cause the buttons look terrible

--- End quote ---

--- Quote from: Tudoreleu on April 17, 2017, 03:48:20 AM ---no i can make my own buttons that actually fit the theme's material design style but it's the replacing part i'm having trouble with

--- End quote ---

blight3 used to replace the buttons with CSS ones, but chrome decided to break that (+ it never worked in firefox)
Master Matthew²:
How to replace an image

--- Code: ---[src$="/Themes/Blockland/images/IMAGE.gif"] { /* This is required to specify the image */
    background-image: url('http://i.imgur.com/image.gif') !important; /* Actual Image */
    width: 0 !important; /* Unknown why, but this must be 0 */
    height: 12px !important; /* This is the image's actual height. */
    padding-left: 12px !important; /* This is the image's width, for some reason this works, but the actual width style must be 0 */
}
--- End code ---
Navigation
Message Index
Next page
Previous page

Go to full version