Post Reply 
What EP Theme Are You Using?
Author Message
DataKRASH
Too Small to Fail

Posts: 2,938.3640
Threads: 37
Joined: 30th Apr 2009
Reputation: -5.42512
E-Pigs: 142.2873
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)DataKRASH 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 DataKRASH.)
24/04/2012 10:17 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
What EP Theme Are You Using? - No1sy B0y - 19/04/2012, 03:10 PM
RE: What EP Theme Are You Using? - Rawrsor - 19/04/2012, 03:40 PM
RE: What EP Theme Are You Using? - donuts - 19/04/2012, 03:58 PM
RE: What EP Theme Are You Using? - Shady - 19/04/2012, 05:07 PM
RE: What EP Theme Are You Using? - xBu - 19/04/2012, 05:10 PM
RE: What EP Theme Are You Using? - Davis - 19/04/2012, 05:57 PM
RE: What EP Theme Are You Using? - eznoir - 19/04/2012, 06:00 PM
RE: What EP Theme Are You Using? - SkyDX - 19/04/2012, 06:45 PM
RE: What EP Theme Are You Using? - eznoir - 19/04/2012, 07:18 PM
RE: What EP Theme Are You Using? - SkyDX - 20/04/2012, 06:02 AM
RE: What EP Theme Are You Using? - Jem - 22/04/2012, 07:02 AM
RE: What EP Theme Are You Using? - FonFon - 22/04/2012, 07:12 AM
RE: What EP Theme Are You Using? - Jem - 19/04/2012, 10:05 PM
RE: What EP Theme Are You Using? - FonFon - 19/04/2012, 07:22 PM
RE: What EP Theme Are You Using? - asurabp - 19/04/2012, 08:33 PM
RE: What EP Theme Are You Using? - Kuu - 19/04/2012, 08:43 PM
RE: What EP Theme Are You Using? - S7* - 20/04/2012, 01:33 AM
RE: What EP Theme Are You Using? - 1-R - 20/04/2012, 02:10 AM
RE: What EP Theme Are You Using? - Joom - 20/04/2012, 05:15 AM
RE: What EP Theme Are You Using? - Rawrsor - 20/04/2012, 06:16 AM
RE: What EP Theme Are You Using? - Rawrsor - 20/04/2012, 07:06 AM
RE: What EP Theme Are You Using? - eznoir - 20/04/2012, 07:32 AM
RE: What EP Theme Are You Using? - S7* - 20/04/2012, 10:18 AM
RE: What EP Theme Are You Using? - S7* - 20/04/2012, 10:24 AM
RE: What EP Theme Are You Using? - Rawrsor - 21/04/2012, 06:03 AM
RE: What EP Theme Are You Using? - Kana - 22/04/2012, 12:33 AM
RE: What EP Theme Are You Using? - SkyDX - 22/04/2012, 03:34 AM
RE: What EP Theme Are You Using? - Rawrsor - 22/04/2012, 06:02 AM
RE: What EP Theme Are You Using? - SkyDX - 22/04/2012, 08:17 AM
RE: What EP Theme Are You Using? - FonFon - 22/04/2012, 08:36 AM
RE: What EP Theme Are You Using? - SkyDX - 22/04/2012, 08:41 AM
RE: What EP Theme Are You Using? - Jem - 22/04/2012, 07:26 AM
RE: What EP Theme Are You Using? - FonFon - 22/04/2012, 07:49 AM
RE: What EP Theme Are You Using? - Jem - 22/04/2012, 07:54 AM
RE: What EP Theme Are You Using? - Rawrsor - 22/04/2012, 09:54 AM
RE: What EP Theme Are You Using? - SkyDX - 22/04/2012, 12:04 PM
RE: What EP Theme Are You Using? - Jem - 22/04/2012, 12:15 PM
RE: What EP Theme Are You Using? - S7* - 22/04/2012, 01:34 PM
RE: What EP Theme Are You Using? - Jem - 22/04/2012, 01:45 PM
RE: What EP Theme Are You Using? - Rawrsor - 22/04/2012, 02:52 PM
RE: What EP Theme Are You Using? - S7* - 22/04/2012, 03:17 PM
RE: What EP Theme Are You Using? - Rawrsor - 22/04/2012, 03:34 PM
RE: What EP Theme Are You Using? - Rawrsor - 23/04/2012, 05:11 AM
RE: What EP Theme Are You Using? - Jem - 23/04/2012, 12:01 PM
RE: What EP Theme Are You Using? - Rawrsor - 23/04/2012, 02:40 PM
RE: What EP Theme Are You Using? - Jem - 24/04/2012, 08:01 AM
RE: What EP Theme Are You Using? - DataKRASH - 24/04/2012 10:17 AM
RE: What EP Theme Are You Using? - 1-R - 24/04/2012, 10:36 AM
RE: What EP Theme Are You Using? - Jem - 24/04/2012, 11:21 AM

Forum Jump:


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

 Quick Theme: