Post Reply 
What EP Theme Are You Using?
Author Message
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2289
Offline
Post: #51
RE: What EP Theme Are You Using?
(22/04/2012 09:54 AM)Rawrsor Wrote:  Is there any way I can change the color from blue to black or something?

Change the colour in the background property for the ".postbit-main" style to whatever you want. RGBA is used for alpha transparency.


(22/04/2012 12:15 PM)Jem Wrote:  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.

The theme was never made for Internet Explorer. >_>
22/04/2012 01:34 PM
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: #52
RE: What EP Theme Are You Using?
(22/04/2012 01:34 PM)S7* Wrote:  
(22/04/2012 12:15 PM)Jem Wrote:  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.

The theme was never made for Internet Explorer. >_>

Oh
Facepalm

22/04/2012 01:45 PM
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: #53
RE: What EP Theme Are You Using?
(22/04/2012 01:34 PM)S7* Wrote:  
(22/04/2012 09:54 AM)Rawrsor Wrote:  Is there any way I can change the color from blue to black or something?

Change the colour in the background property for the ".postbit-main" style to whatever you want. RGBA is used for alpha transparency.

So wait, how do I do this? >.<
22/04/2012 02:52 PM
Find all posts by this user Quote this message in a reply
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2289
Offline
Post: #54
RE: What EP Theme Are You Using?
(22/04/2012 02:52 PM)Rawrsor Wrote:  
(22/04/2012 01:34 PM)S7* Wrote:  
(22/04/2012 09:54 AM)Rawrsor Wrote:  Is there any way I can change the color from blue to black or something?

Change the colour in the background property for the ".postbit-main" style to whatever you want. RGBA is used for alpha transparency.

So wait, how do I do this? >.<

Code:
1
2
3
4
5
6
7
8
9
@-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
}
.postbit-main {
  background: none repeat scroll 0% 0% rgba(106, 162, 254, 0.7) !important;
}
}


This should do it. Replace the three R/G/B values to whatever you want (0,0,0 being black and 255,255,255 for white, for example) followed by a an opacity (0.7 meaning 70%).

22/04/2012 03:17 PM
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: #55
RE: What EP Theme Are You Using?
It didn't do anything... ;_;
22/04/2012 03:34 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #56
RE: What EP Theme Are You Using?
Try pasting in Custom CSS here: http://endlessparadigm.com/forum/usercp....on=options

Remove the lines starting with @ first.
22/04/2012 06:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Grey Ghost
Still kicking!

Posts: 3,997.2121
Threads: 112
Joined: 26th May 2009
Reputation: -5.01013
E-Pigs: 161.5986
Offline
Post: #57
RE: What EP Theme Are You Using?
Simple Blue for the win

Don't think I have ever changed it.
(This post was last modified: 22/04/2012 06:03 PM by Grey Ghost.)
22/04/2012 06:03 PM
Find all posts by this user Quote this message in a reply
boogschd
boogyman
Worlds End

Posts: 4,954.3196
Threads: 90
Joined: 29th Nov 2007
Reputation: 4.19708
E-Pigs: 43.6852
Offline
Post: #58
RE: What EP Theme Are You Using?
crystal black :)
22/04/2012 06:51 PM
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: #59
RE: What EP Theme Are You Using?
(22/04/2012 06:00 PM)ZiNgA BuRgA Wrote:  Try pasting in Custom CSS here: http://endlessparadigm.com/forum/usercp....on=options

Remove the lines starting with @ first.

STILL didn't do anything :I
23/04/2012 05:11 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: #60
RE: What EP Theme Are You Using?
(23/04/2012 05:11 AM)Rawrsor Wrote:  STILL didn't do anything :I

It works for me...

[Image: AKOZE.jpg]

but only affects the posts.

EDIT:
I'm currently finding all the blue bits and turning 'em black. I'll post the code when I'm done.
The code is down below. Append it to the rest of the code and it'll be done.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.postbit-main {
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.postbit-userinfo {
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.breadcrumb {
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.pagination {
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.tborder {
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
button, input[type="reset"], input[type="button"], input[type="submit"]{
  background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}


and where in the CSS affects the text color of the posts?


(This post was last modified: 23/04/2012 01:13 PM by Jem.)
23/04/2012 12:01 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:

 Quick Theme: