Endless Paradigm

Full Version: What EP Theme Are You Using?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
jammz Wrote: [ -> ]
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:
.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
jammz 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;
}

thanks
Spoiler:
[Image: yepdt.png]
[Image: yep2.png]
[Image: yep3.png]
With some help from Mugi with deleting that white background.
Ok back to using Ai Sora thanks to the SkyDX since I was able to change the background to something darker.


[Image: ledesptop.jpg]
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!
games like a grrl Wrote: [ -> ]
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:
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.

Vacui☆Natale Wrote: [ -> ]
games like a grrl Wrote: [ -> ]
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:
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
lunarღ Wrote: [ -> ]
Vacui☆Natale Wrote: [ -> ]
games like a grrl Wrote: [ -> ]
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:
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
Wheeee!  Thanks!
Pages: 1 2 3 4 5 6 7 8
Reference URL's