I lately came across this plugin for Mozilla FireFox.
What the plugin basically does is it takes a custom CSS code and adds it to the sites the CSS refers to like "http://lf-empire.de"
This way I am able to modify the Little Fighter Empire look.
For example if I dont like the center-alignment of the "Welcome" and location, I can right align them.
I created a simple CSS code for adding a few extra looks to the forum:
What this one does is simply removing the gradient at the left, left align the "Welcome" message and location, make the textfields and textareas look like normal textfields and textareas and give spoilers round borders.
Its simple but does its work well.
@any mod:
If you think this goes against the rules of the forum trash, close or do whatever you think you should do with this thread.
Should probably be moved to programming.
What the plugin basically does is it takes a custom CSS code and adds it to the sites the CSS refers to like "http://lf-empire.de"
This way I am able to modify the Little Fighter Empire look.
For example if I dont like the center-alignment of the "Welcome" and location, I can right align them.
I created a simple CSS code for adding a few extra looks to the forum:
CSS-Code:
@namespace url(<a href="http://www.w3.org/1999/xhtml" target="_blank" rel="noopener" class="mycode_url">http://www.w3.org/1999/xhtml</a>); <DVZ_ME#0> domain("lf-empire.de") { /*No left gradient*/ body { background-image: none !important; } /*Welcome message left align*/ div#container table.tborder td.trow3[align=center] { text-align: left !important; } /*Location left align*/ div#container div[align="center"] div.navigation { padding-left: 40px !important; text-align: left !important; } /*"Normal" textareas*/ div#container textarea { color: #000000 !important; background: #FFFFFF !important; border: none !important; } /*"Normal" textfields*/ div#container input.textbox { color: #000000 !important; background: #FFFFFF !important; border: none !important; } /*Round spoiler borders*/ div#container div.spoiler_header, div#container div.spoiler_body { -moz-border-radius: 10px !important; } } |
Its simple but does its work well.
@any mod:
If you think this goes against the rules of the forum trash, close or do whatever you think you should do with this thread.
Should probably be moved to programming.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.