Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom LFE Themes (FireFox only)
#1
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:
    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;
}
}
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.
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.
Reply
Thanks given by:
#2
No thanks i have my Firebug and i can edit it to whatever i want ^^
Also this theme is in a different language?
Reply
Thanks given by:
#3
(03-03-2010, 05:17 PM)Hacker Wrote:  No thanks i have my Firebug and i can edit it to whatever i want ^^
I have that one too.
The problem with it is that you cant "permanently" save it. (but its awesome anyway)
Firebug actually has a CSS tab too.

(03-03-2010, 05:17 PM)Hacker Wrote:  Also this theme is in a different language?
Its in CSS (Cascading Style Sheet) language.
Tutorials: Here
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.
Reply
Thanks given by:
#4
Argh f***
i didn't mean Theme i meant Add On :P

i figured out a way to permantly save it ;)
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)