Uutiset:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu
Advertisement:

Daze Theme

Aloittaja kateydrop, lokakuu 01, 2006, 06:18:58 AP

« edellinen - seuraava »

kateydrop

Could some kind person give me the colour for the posting area please,

I need to alter the background colours tof my images to blend with the message box colour.

The colour could be anything but not these so it seems:

1A2D3B

2C4D65

244054

/* Normal, standard links. */
a:link, a:visited
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a:hover
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: #ffffff;
background-color: transparent;
text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body
{
color: #ffffff;
background-color: #1A2D3B;
font-size: 10px;
font-family: verdana, arial, helvetica, sans-serif;
}

td
{
color: #ffffff;
font-size: 10px;
font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 12px;
color: #ffffff;
border: 1px solid black;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #244054;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 10px;
font-weight: normal;
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #244054;
}

/* Standard horizontal rule.. */
hr
{
color: #000;
background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
height: 1px;
border: 0;
color: #000;
background-color: #000;
}

/* A quote, perhaps from another post. */
.quote
{
color: #ffffff;
background-color: #244054;
border: 1px solid black;
margin: 3px;
padding: 3px;
font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #ffffff;
background-color: #244054;
border: 1px solid black;
margin: 3px;
padding: 3px;
font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #ffffff;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
cursor: help;
background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
color: red;
background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds... */
.windowbg
{
color: #ffffff;
background-color: #2C4D65;
}
.windowbg2
{
color: #ffffff;
background-color: #1A2D3B;
}

.windowbg3
{
color: #ffffff;
background-color: #1A2D3B;
background-image: url(images/bg.gif);

}

/* Titles - such as table headers. */
tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
font-style: normal;
color: #ffffff;
}

/* Titles - such as table headers. */
.titlebg
{
font-weight: bold;
background-color: #1A2D3B;
background-image: url(images/catbg.gif);
color: #ffffff;
}

.titlebg a:hover
{
color: #ffffff;
text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
font-weight: bold;
background-color: #1A2D3B;
background-image: url(images/catbg.gif);
color: #ffffff;
}

/* The borders around things. */
.bordercolor
{
background-color: #000000;
}
.tborder
{
border: 1px solid #000000;
}

/* Default font sizes. */
.smalltext
{
font-size: 10px;
}
x-small;
}
.normaltext
{
font-size: 12px;
}
.largetext
{
font-size: 10px;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */



I am working with Adobe so need exact colour number please.
Thanks
:)
"I am the way, the truth, and the life - no one comes to the father except through me.

rockinaway

/* Alternating backgrounds... */
.windowbg
{
color: #ffffff;
background-color: #2C4D65;
}
.windowbg2
{
color: #ffffff;
background-color: #1A2D3B;
}

.windowbg3
{
color: #ffffff;
background-color: #1A2D3B;
background-image: url(images/bg.gif);

}
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

kateydrop

Sorry,

I need rgb numbers please.

Thanks
"I am the way, the truth, and the life - no one comes to the father except through me.

rockinaway

Lainaus käyttäjältä: kateydrop - lokakuu 01, 2006, 09:20:09 AP
Sorry,

I need rgb numbers please.

Thanks

/* Alternating backgrounds... */
.windowbg
{
   color: #ffffff;
   background-color: #2C4D65;
}
.windowbg2
{
   color: #ffffff;
   background-color: #1A2D3B;
}

.windowbg3
{
   color: #ffffff;
   background-color: #1A2D3B;
   background-image: url(images/bg.gif);

}


In red
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

kateydrop

Thanks but..

I have seen those numbers the problem is you can't put letters into adobe..haahahaha but, I did get a match in 'colour schemer':

http://www.colorschemer.com/online.html

Now it should be 44 76 99/ 45 79 103/ 64 111 145/ With luck the right colur is one of those three lolol

Have a nice day  rockinaway. Now to post another question in templates.
"I am the way, the truth, and the life - no one comes to the father except through me.

rockinaway

Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

m3talc0re

Download a tool called ColorCop, one of the most useful little free tools I've got ;)

Can be found here:
http://www.prall.net/tools/colorcop/
The real hell is your life gone wrong.

Advertisement: