Post Reply 
What EP Theme Are You Using?
Author Message
FonFon
Porno Observer

Posts: 1,180.3539
Threads: 43
Joined: 7th Jul 2011
Reputation: -1.17391
E-Pigs: 37.4822
Offline
Post: #41
RE: What EP Theme Are You Using?
(17/06/2011 03:39 AM)SkyDX Wrote:  Nice it's finally online!^^

Aaand since a Google-like "Change Background" system was far too complicated here is a little script to change the background of the theme. I use it in Firefox with the Stylish extension but technically it should work with all browsers that support a form of CSS override:

Code:
1
2
3
4
5
6
7
8
9
@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain("endlessparadigm.com")
{
body {
  background: url("YOUR BACKGROUND GOES HERE") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
}


oho nice Adore

Spoiler for Wonderful:
[Image: 2910a427.png]
too bad that white parts is blocking her If
22/04/2012 07:12 AM
Find all posts by this user Quote this message in a reply
Jem
Nothing Useful Here

Posts: 920.1188
Threads: 43
Joined: 29th May 2010
Reputation: 3.37413
E-Pigs: 29.6572
Offline
Post: #42
RE: What EP Theme Are You Using?
How'dya get it to work on Stylish?

22/04/2012 07:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FonFon
Porno Observer

Posts: 1,180.3539
Threads: 43
Joined: 7th Jul 2011
Reputation: -1.17391
E-Pigs: 37.4822
Offline
Post: #43
RE: What EP Theme Are You Using?
(22/04/2012 07:26 AM)Jem Wrote:  How'dya get it to work on Stylish?

i just did this (I use Firefox 12.0 Beta 6 by the way )

copy the code >>> Tools >>> Options >>> Stylish >>> Options >>> Write New Style >>> Add title >>> Paste the code >>> add my own url background >>> Save >>> Done

[Image: th_e151ae12.png]
(This post was last modified: 22/04/2012 07:51 AM by FonFon.)
22/04/2012 07:49 AM
Find all posts by this user Quote this message in a reply
Jem
Nothing Useful Here

Posts: 920.1188
Threads: 43
Joined: 29th May 2010
Reputation: 3.37413
E-Pigs: 29.6572
Offline
Post: #44
RE: What EP Theme Are You Using?
Right. Chrome must not work then.
It works! just have to find a more likeable picture now...

(This post was last modified: 22/04/2012 07:55 AM by Jem.)
22/04/2012 07:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #45
RE: What EP Theme Are You Using?
(22/04/2012 06:02 AM)Rawrsor Wrote:  
(22/04/2012 03:34 AM)SkyDX Wrote:  
(21/04/2012 06:03 AM)Rawrsor Wrote:  
(20/04/2012 06:02 AM)SkyDX Wrote:  Well Assassinator anyone can use any background they wish with Aoi Sora, just follow my little tutorial here:

[quote=SkyDX;386846]
Nice it's finally online!^^

Aaand since a Google-like "Change Background" system was far too complicated here is a little script to change the background of the theme. I use it in Firefox with the Stylish extension but technically it should work with all browsers that support a form of CSS override:

Code:
1
2
3
4
5
6
7
8
9
@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain("endlessparadigm.com")
{
body {
  background: url("YOUR BACKGROUND GOES HERE") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
}


Just replace the YOUR BACKGROUND GOES HERE with the path to your custom image, you can also use a image from your local harddrive, to get the correct path, simply drag and drop a image into your browser it will show you the correct path then. Also you MUST keep the quotation marks^^


So... How do you do this? I would love t use my own backgrounds :D

What browser do you use?^^

I use firefox good sir.

Then just download the Stylish addon: https://addons.mozilla.org/en-US/firefox/addon/stylish/

and add a new style and past what I wrote up there, afterwards open a new tab and drag any image from your HDD into the new tab. Now Firefox should show you the file path in the URL bar which you can paste in the YOUR BACKGROUND GOES HERE area but keep the quotes!^^

As for Stylish and Chrome, yes it should work exactly the same with the exception that I don't know the document command for Chrome as I use it here: @-moz-document domain("endlessparadigm.com")

moz-document won't work since it's a Mozilla specific command though Chrome should have its own, once wee figure that out it will work. Maybe Sensei can shed light on this^^

(22/04/2012 07:12 AM)FonFon Wrote:  
(17/06/2011 03:39 AM)SkyDX Wrote:  Nice it's finally online!^^

Aaand since a Google-like "Change Background" system was far too complicated here is a little script to change the background of the theme. I use it in Firefox with the Stylish extension but technically it should work with all browsers that support a form of CSS override:

Code:
1
2
3
4
5
6
7
8
9
@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain("endlessparadigm.com")
{
body {
  background: url("YOUR BACKGROUND GOES HERE") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
}


oho nice Adore

Spoiler for Wonderful:
[Image: 2910a427.png]
too bad that white parts is blocking her If

And Nyu I already designed it with maximum background visibility in mind, this is as good as it gets without sacrificing the readability Sadist

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
(This post was last modified: 22/04/2012 08:18 AM by SkyDX.)
22/04/2012 08:17 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FonFon
Porno Observer

Posts: 1,180.3539
Threads: 43
Joined: 7th Jul 2011
Reputation: -1.17391
E-Pigs: 37.4822
Offline
Post: #46
RE: What EP Theme Are You Using?
(22/04/2012 08:17 AM)SkyDX Wrote:  And Nyu I already designed it with maximum background visibility in mind, this is as good as it gets without sacrificing the readability Sadist

don't worry about it Madwin

it's not really a big a deal Adore
22/04/2012 08:36 AM
Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #47
RE: What EP Theme Are You Using?
(22/04/2012 08:36 AM)FonFon Wrote:  
(22/04/2012 08:17 AM)SkyDX Wrote:  And Nyu I already designed it with maximum background visibility in mind, this is as good as it gets without sacrificing the readability Sadist

don't worry about it Madwin

it's not really a big a deal Adore

Alright alright Hihi

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
22/04/2012 08:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Rawrsor
Let it snow
Fractal Insanity

Posts: 1,718.4848
Threads: 36
Joined: 13th Apr 2011
Reputation: -6.78081
E-Pigs: 50.2837
Offline
Post: #48
RE: What EP Theme Are You Using?
Kay, found a background that I liked and it worked :D

Is there any way I can change the color from blue to black or something?

EDIT: Heres my background :P

[Image: 56583956.png]
(This post was last modified: 22/04/2012 09:58 AM by Rawrsor.)
22/04/2012 09:54 AM
Find all posts by this user Quote this message in a reply
SkyDX
Guardian of the Shining Sky
Team DreamArts

Posts: 2,850.3364
Threads: 305
Joined: 16th Jul 2007
Reputation: 2.15096
E-Pigs: 173.5065
Offline
Post: #49
RE: What EP Theme Are You Using?
Well I don't know, color changes would be a bit extensive code wise and I have no idea how to do that sorry >.<

[Image: EgGYGSX.png]
TwitterMyAnimeList lastFMBlogdeviantART

Spoiler for Old Rainbow Sounds sig^^:
[Image: 6yWvk.png]
22/04/2012 12:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Jem
Nothing Useful Here

Posts: 920.1188
Threads: 43
Joined: 29th May 2010
Reputation: 3.37413
E-Pigs: 29.6572
Offline
Post: #50
RE: What EP Theme Are You Using?
I also think the borders are somehow images. When I access EP from School, formatting's gone (Borders, backing etc.) but a quick look in Element inspector shows no images for post structure etc.

If you want, use a darker theme.

22/04/2012 12:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: