Carbon

Can it make the color lighter? - Carbon

Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:00 am

If it does go a little brighter?
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Joyce&Luna » Thu Nov 08, 2018 12:07 am

Hello

Where do you want something brighter?
You can color the style yourself.
With the developer tool in your browser, you can find any color code and customize it to your liking.
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:17 am

The background, everything dark, I would like to do a bit lighter as well.


Developer tool in my browswer?
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Joyce&Luna » Thu Nov 08, 2018 12:23 am

You can find the background in colours.css
You can either replace background-image with what else or remove and assign a color.

Code: Select all

html, body {
    color: #fafafa;
    background-color: #555;
    background-image: url(./images/carbon.jpg);
}
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:26 am

Everything with # 555 I have changed but there was no difference, then I can change #fafafa as well. Thanks for the help.
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:33 am

This is not written wrong?


.panel-container h3, .panel-container hr, .cp-menu hr {
border-color: #afafaf;
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Joyce&Luna » Thu Nov 08, 2018 12:38 am

I just found that I have given the background twice. So a mistake from me.

Open the common.css search and delete the two parts background-image
Then you can also give the background color

Code: Select all

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	background-attachment: fixed;
	background-image: url("./images/carbon.jpg");
}
#afafa is right
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:47 am

Joyce&Luna wrote:I just found that I have given the background twice. So a mistake from me.

Open the common.css search and delete the two parts background-image
Then you can also give the background color

Code: Select all

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	background-attachment: fixed;
	background-image: url("./images/carbon.jpg");
}
#afafa is right
Ok!
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:48 am

Affin wrote:
Joyce&Luna wrote:I just found that I have given the background twice. So a mistake from me.

Open the common.css search and delete the two parts background-image
Then you can also give the background color

Code: Select all

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	background-attachment: fixed;
	background-image: url("./images/carbon.jpg");
}
#afafa is right

Edit
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Affin » Thu Nov 08, 2018 12:55 am

The background I fixed, but the rest of the forum?
Affin
I've Been Banned!
Posts: 254
Joined: Fri May 25, 2018 9:52 pm
Contact:

Re: Can it make the color lighter?

by Joyce&Luna » Thu Nov 08, 2018 1:05 am

What rest?
You wanted only the background if you want to change colors elsewhere, use of your browser, the developer tool. Look under Tools there you will find it.
I can not completely redo the whole style, that would be a bit of work.
My contributions are translated from German to English by google. This can lead to misunderstanding.

phpBB Style Design
User avatar
Joyce&Luna
Registered User
Posts: 306
Joined: Wed Oct 14, 2015 3:46 pm
Location: Germany
Name: Anke
Contact: