Post Reply 
What EP Theme Are You Using?
Author Message
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: #61
RE: What EP Theme Are You Using?
(23/04/2012 12:01 PM)Jem Wrote:  
(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?


Jammz, I love you now :D

No homo
23/04/2012 02:40 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: #62
RE: What EP Theme Are You Using?
(23/04/2012 12:01 PM)Jem Wrote:  and where in the CSS affects the text color of the posts?

Default colour:

Code:
div[id^="pid_"] {
  color: red;
}

Force override

Code:
div[id^="pid_"] span div {
  color: red !important;
}

23/04/2012 03:52 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: #63
RE: What EP Theme Are You Using?
thanks

24/04/2012 08:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Vacui Natale
Too Small to Fail

Posts: 2,937.8090
Threads: 37
Joined: 30th Apr 2009
Reputation: -5.42512
E-Pigs: 142.2727
Offline
Post: #64
RE: What EP Theme Are You Using?
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.

Spoiler:
[Image: rxkWoQK.png]
Spoiler for Awesome Bart Simpson Sig by Shady!:
[Image: GUWIMOj.png]
Spoiler for PSN:
[Image: SDNRK99.png]
(This post was last modified: 24/04/2012 09:53 AM by Vacui Natale.)
24/04/2012 09:34 AM
Find all posts by this user Quote this message in a reply
eKusoshisut0
NOIDED

Posts: 6,288.3965
Threads: 102
Joined: 6th Mar 2010
Reputation: -0.51929
E-Pigs: 174.7326
Offline
Post: #65
RE: What EP Theme Are You Using?
Ok back to using Ai Sora thanks to the SkyDX since I was able to change the background to something darker.


[Image: ledesptop.jpg]

[Image: tumblr_mlae69vAW21rmerh9o1_400.gif]


More stuff
Steam Page
[Image: K7UVN.png]
Thanks to Vacui_Natale for making this awesome siggy.
[Image: cq8au.gif]
Thanks to Natalie for this sexy Mawaru Penguindrum sig. <3
[Image: ofusT.png][


    
[Image: 9252_s.gif]

24/04/2012 10:06 AM
Find all posts by this user Quote this message in a reply
games like a grrl
Neko ninja grrl

Posts: 1,089.8400
Threads: 74
Joined: 20th Jan 2007
Reputation: -6.35773
E-Pigs: 35.1378
Offline
Post: #66
RE: What EP Theme Are You Using?
(24/04/2012 09:34 AM)Vacui Natale Wrote:  
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.

Wait, what is this?  GIMME!

[Image: haruhi-haruhi_sig_v2.jpg]
[Image: f_SIGharuhiGLm_4ba6144.png]
24/04/2012 10:11 AM
Find all posts by this user Quote this message in a reply
Vacui Natale
Too Small to Fail

Posts: 2,937.8090
Threads: 37
Joined: 30th Apr 2009
Reputation: -5.42512
E-Pigs: 142.2727
Offline
Post: #67
RE: What EP Theme Are You Using?
(24/04/2012 10:11 AM)games like a grrl Wrote:  
(24/04/2012 09:34 AM)Vacui Natale Wrote:  
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.

Wait, what is this?  GIMME!

It's not %100 because of that whole "Privacy Policy..." blah, blah, blah at the bottom, because I couldn't find the line to edit it, so it's more like %98, but here's the code for what I did :)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
body {
  background: url("http://img42.imageshack.us/img42/7600/32923010150614081619320.jpg") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
a:link {
	color: #00B2EE;
	text-decoration: none;
}

a:visited {
	color: #00B2EE;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 95%;
	background: transparent;
	border: none;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}
.menu ul {
	color: #00B2EE;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #3B3B3B;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	padding: 8px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #00B2EE;
	font-family: OCR A Extended, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #009ACD;
	width: 100%;
	margin: auto auto;
	border: 1px solid #00000;
}

.thead {
	background: #000000 url(images/thread_bg.gif) top left repeat-x;
	color: #00B2EE;
}

.thead a:link {
	color: #00B2EE;
	text-decoration: none;
}

.thead a:visited {
	color: #000000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #3B3B3B;
	text-decoration: underline;
}
.tcat {
	background: #236B8E;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background:   #1F1F1F;
}

.trow2 {
	background:  #3B3B3B;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #1F1F1F;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
	color: #000000;
}

.tfoot a:link {
	color: #000000;
	text-decoration: none;
}

.tfoot a:visited {
	color: #000000;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #000000;
	text-decoration: underline;
}
input.textbox {
	background:  ##3B3B3B;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}
textarea {
	background: #3B3B3B;
	color: #3299CC;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
select {
	background: #3B3B3B;
	border: 1px solid #0f5c8e;
}
.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
.trow_reputation_positive {
	background: #BCED91;
}

.trow_reputation_negative {
	background: #EE8833;
}

.reputation_positive {
	color: #83F52C;
}

.reputation_neutral {
	color: #8C8C8C;
}

.reputation_negative {
	color: #FF4500;
}
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background:  #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background:  #3B3B3B;
	text-decoration: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#8C8C8C;
	color: #FFFFFF;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FF4500;
	color: #000000;
	border:1px solid #980201;
}

._plus {
	background-color:#83F52C;
	color: #000000;
	border:1px solid #008800;
}
blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #3B3B3B;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #3B3B3B;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}
.pm_alert {
	background: #7FFF00;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
.pagination .pagination_current {
	background: #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}
.pagination_breadcrumb {
	background-color: #3B3B3B;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}


Also, rep page is eye-rape :P

Edit: Should point out that I used this on the MyBB default.  So it would look best on that theme and maybe a little on Crystal Black.


Spoiler:
[Image: rxkWoQK.png]
Spoiler for Awesome Bart Simpson Sig by Shady!:
[Image: GUWIMOj.png]
Spoiler for PSN:
[Image: SDNRK99.png]
(This post was last modified: 24/04/2012 10:28 AM by Vacui Natale.)
24/04/2012 10:17 AM
Find all posts by this user Quote this message in a reply
1-R
forced consensual sex
Team DreamArts

Posts: 5,515.3939
Threads: 396
Joined: 22nd Dec 2007
Reputation: 5.91682
E-Pigs: 115.1024
Offline
Post: #68
RE: What EP Theme Are You Using?
(24/04/2012 10:17 AM)Vacui Natale Wrote:  
(24/04/2012 10:11 AM)games like a grrl Wrote:  
(24/04/2012 09:34 AM)Vacui Natale Wrote:  
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.

Wait, what is this?  GIMME!

It's not %100 because of that whole "Privacy Policy..." blah, blah, blah at the bottom, because I couldn't find the line to edit it, so it's more like %98, but here's the code for what I did :)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
body {
  background: url("http://img42.imageshack.us/img42/7600/32923010150614081619320.jpg") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
a:link {
	color: #00B2EE;
	text-decoration: none;
}

a:visited {
	color: #00B2EE;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 95%;
	background: transparent;
	border: none;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}
.menu ul {
	color: #00B2EE;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #3B3B3B;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	padding: 8px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #00B2EE;
	font-family: OCR A Extended, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #009ACD;
	width: 100%;
	margin: auto auto;
	border: 1px solid #00000;
}

.thead {
	background: #000000 url(images/thread_bg.gif) top left repeat-x;
	color: #00B2EE;
}

.thead a:link {
	color: #00B2EE;
	text-decoration: none;
}

.thead a:visited {
	color: #000000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #3B3B3B;
	text-decoration: underline;
}
.tcat {
	background: #236B8E;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background:   #1F1F1F;
}

.trow2 {
	background:  #3B3B3B;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #1F1F1F;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
	color: #000000;
}

.tfoot a:link {
	color: #000000;
	text-decoration: none;
}

.tfoot a:visited {
	color: #000000;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #000000;
	text-decoration: underline;
}
input.textbox {
	background:  ##3B3B3B;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}
textarea {
	background: #3B3B3B;
	color: #3299CC;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
select {
	background: #3B3B3B;
	border: 1px solid #0f5c8e;
}
.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
.trow_reputation_positive {
	background: #BCED91;
}

.trow_reputation_negative {
	background: #EE8833;
}

.reputation_positive {
	color: #83F52C;
}

.reputation_neutral {
	color: #8C8C8C;
}

.reputation_negative {
	color: #FF4500;
}
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background:  #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background:  #3B3B3B;
	text-decoration: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#8C8C8C;
	color: #FFFFFF;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FF4500;
	color: #000000;
	border:1px solid #980201;
}

._plus {
	background-color:#83F52C;
	color: #000000;
	border:1px solid #008800;
}
blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #3B3B3B;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #3B3B3B;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}
.pm_alert {
	background: #7FFF00;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
.pagination .pagination_current {
	background: #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}
.pagination_breadcrumb {
	background-color: #3B3B3B;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}


Also, rep page is eye-rape :P

Edit: Should point out that I used this on the MyBB default.  So it would look best on that theme and maybe a little on Crystal Black.


It's beautiful thank you. <3

[Image: OLmvS.png]
Twit | DA | G+ | Last.fm
24/04/2012 10:36 AM
Find all posts by this user Quote this message in a reply
Vacui Natale
Too Small to Fail

Posts: 2,937.8090
Threads: 37
Joined: 30th Apr 2009
Reputation: -5.42512
E-Pigs: 142.2727
Offline
Post: #69
RE: What EP Theme Are You Using?
(24/04/2012 10:36 AM)1-R Wrote:  
(24/04/2012 10:17 AM)Vacui Natale Wrote:  
(24/04/2012 10:11 AM)games like a grrl Wrote:  
(24/04/2012 09:34 AM)Vacui Natale Wrote:  
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.

Wait, what is this?  GIMME!

It's not %100 because of that whole "Privacy Policy..." blah, blah, blah at the bottom, because I couldn't find the line to edit it, so it's more like %98, but here's the code for what I did :)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
body {
  background: url("http://img42.imageshack.us/img42/7600/32923010150614081619320.jpg") !important; background-attachment: fixed !important; background-position: center center !important; background-size: 100% !important
}
a:link {
	color: #00B2EE;
	text-decoration: none;
}

a:visited {
	color: #00B2EE;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 95%;
	background: transparent;
	border: none;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}
.menu ul {
	color: #00B2EE;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #3B3B3B;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	padding: 8px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #00B2EE;
	font-family: OCR A Extended, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #009ACD;
	width: 100%;
	margin: auto auto;
	border: 1px solid #00000;
}

.thead {
	background: #000000 url(images/thread_bg.gif) top left repeat-x;
	color: #00B2EE;
}

.thead a:link {
	color: #00B2EE;
	text-decoration: none;
}

.thead a:visited {
	color: #000000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #3B3B3B;
	text-decoration: underline;
}
.tcat {
	background: #236B8E;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background:   #1F1F1F;
}

.trow2 {
	background:  #3B3B3B;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #1F1F1F;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
	color: #000000;
}

.tfoot a:link {
	color: #000000;
	text-decoration: none;
}

.tfoot a:visited {
	color: #000000;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #000000;
	text-decoration: underline;
}
input.textbox {
	background:  ##3B3B3B;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}
textarea {
	background: #3B3B3B;
	color: #3299CC;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
select {
	background: #3B3B3B;
	border: 1px solid #0f5c8e;
}
.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
.trow_reputation_positive {
	background: #BCED91;
}

.trow_reputation_negative {
	background: #EE8833;
}

.reputation_positive {
	color: #83F52C;
}

.reputation_neutral {
	color: #8C8C8C;
}

.reputation_negative {
	color: #FF4500;
}
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background:  #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background:  #3B3B3B;
	text-decoration: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#8C8C8C;
	color: #FFFFFF;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FF4500;
	color: #000000;
	border:1px solid #980201;
}

._plus {
	background-color:#83F52C;
	color: #000000;
	border:1px solid #008800;
}
blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #3B3B3B;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #3B3B3B;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}
.pm_alert {
	background: #7FFF00;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
.pagination .pagination_current {
	background: #3B3B3B;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}
.pagination_breadcrumb {
	background-color: #3B3B3B;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}


Also, rep page is eye-rape :P

Edit: Should point out that I used this on the MyBB default.  So it would look best on that theme and maybe a little on Crystal Black.


It's beautiful thank you. <3

No problem :D

Spoiler:
[Image: rxkWoQK.png]
Spoiler for Awesome Bart Simpson Sig by Shady!:
[Image: GUWIMOj.png]
Spoiler for PSN:
[Image: SDNRK99.png]
24/04/2012 10:38 AM
Find all posts by this user Quote this message in a reply
games like a grrl
Neko ninja grrl

Posts: 1,089.8400
Threads: 74
Joined: 20th Jan 2007
Reputation: -6.35773
E-Pigs: 35.1378
Offline
Post: #70
RE: What EP Theme Are You Using?
Wheeee!  Thanks!

[Image: haruhi-haruhi_sig_v2.jpg]
[Image: f_SIGharuhiGLm_4ba6144.png]
24/04/2012 11:02 AM
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: