View Full Version : How to change asterisk (*) color
Mikilu
06-16-2006, 03:58 AM
Hello,
I have this problem when using the black-grey theme, I made some changes and created a default theme (instead of orange I made it all green).
But now in the "registrypage" and the change "profilepage" all the * are allmost black (color value 000D00), being the allmost same color as the background.
I've searched all the code and the DB and I can't find this color code
(000d00) anywhere. Does someone know how to fix the asterisk color.
Help would be great, THX
PKumar
06-16-2006, 04:27 AM
search default.css in your theme folder and change there, you can change it. the colour code may be slitly different, so you need to mannualy read file, if unable to search.
Mikilu
06-16-2006, 11:19 AM
I searched through the default.css file, changed all the values I could think off. The only values remaining black are for body/table-backgrounds and header and footer colors.
my default.css
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #434548;
background-color: #000000;
margin: 0;
padding: 0;
}
form {
padding: 0;
margin: 0;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
}
/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE*/
html>body td {
text-align: left;
}
*[align="center"] {
text-align: center;
}
*[align="right"] {
text-align: right;
}
.main_outer_table{
background-color: #000000;
}
.headbg{
background-color: #41423d;
}
.headbgbox{
background-color: #202020;
}
.loginbarbg{
background-color: #5d5e5a;
}
.module_head {
background-color: #5d5e5a;
font-size: 11px;
font-weight: bold;
color: #00ff00;
}
.module_head_right {
background-color: #5d5e5a;
font-size: 11px;
color: #00ff00;
}
.module_head_right a {
background-color: #5d5e5a;
font-size: 11px;
color: #00ff00;
}
.module_head_right a:hover {
background-color: #5d5e5a;
font-size: 11px;
color: #00ff00;
}
td.edituserlink{
background-color: #5d5e5a;
color: #00ff00;
font-weight: bold;
}
td.edituserlink a{
background-color: #5d5e5a;
color: #00ff00;
font-weight: normal;
}
td.edituserlink a:hover{
background-color: #5d5e5a;
color: #00ff00;
font-weight: normal;
}
.text_head1 {
font-size: 14px;
font-weight: bold;
color: #9f8f8c;
text-decoration:none;
}
a.text_head1 {
font-size: 14px;
font-weight: bold;
color: #9f8f8c;
text-decoration:none;
}
a:hover .text_head1 {
font-size: 14px;
font-weight: bold;
color: #9f8f8c;
text-decoration:none;
}
.text_head2, .text_head2:hover {
font-size: 14px;
font-weight: bold;
color: #9f8f8c;
}
.offer_head {
font-size: 16pt;
color: #695f5d;
}
.oddrow {
background-color: #222222;
}
.evenrow {
background-color: #333333;
}
.module_detail_inside {
font-size: 11px;
font-weight: normal;
background-color: #202020;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #5d5e5a;
border-right-color: #5d5e5a;
border-bottom-color: #5d5e5a;
border-left-color: #5d5e5a;
}
.im_text {
font-size: 11px;
font-weight: normal;
background-color: #202020;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #5d5e5a;
border-right-color: #5d5e5a;
border-bottom-color: #5d5e5a;
border-left-color: #5d5e5a;
}
.module_detail {
font-size: 11px;
font-weight: normal;
background-color: #202020;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #5d5e5a;
border-right-color: #5d5e5a;
border-bottom-color: #5d5e5a;
border-left-color: #5d5e5a;
}
.statusbar {
background-color: #5d5e5a;
}
th {
font-weight: bold;
color: #cccccc;
background-color: #555555;
font-size: 11px;
}
th a {
text-decoration: underline;
color: #cccccc;
}
th a:hover {
color: ##00ff00;
text-decoration: none;
}
a.subhead {
text-decoration: underline;
color: #00ff00;
font-weight: bold;
}
a.subhead:hover {
color: #00ff00;
text-decoration: none;
font-weight: bold;
}
.smallpic {
border: 1px solid #666666;
}
input {
font-size: 11px;
}
textarea {
font-size: 11px;
}
select {
font-size: 11px;
}
.searchselect {
font-size: 11px;
}
.formbutton {
font-size: 11px;
color: #00ff00;
border-top: 1px solid #cccccc;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #cccccc;
background-color: #5d5e5a;
}
.errors {
color: #ff0000;
}
.errormsg {
color: #ff0000;
}
a.main_title{
font-size: 40px;
color: ##00ff00;
text-decoration: none;
}
a:hover .main_title{
font-size: 40px;
color: ##00ff00;
text-decoration: none;
}
.dotted{
border-bottom-width: 1px;
border-bottom-style: dashed;
}
.s_table_blue{
color: #27277e;
font-weight: bold;
}
.s_table_white{
color: #27277e;
}
.table_blue{
background-color: #d3e1fa;
color: #27277e;
}
.table_white{
background-color: #000000;
color: #27277e;
}
.table_green{
background-color: #d8f9d5;
color: #003300;
}
.table_red{
background-color: #ffd5d5;
color: #990000;
}
.table_pink{
background-color: #ffe1ff;
color: #7d0067;
}
.table_gray{
background-color: #efefef;
color: #333333;
}
.table_yellow{
background-color: #ffffcc;
color: #b08d00;
}
.main_text1{
font-size: 24px;
}
.page_heading {
font-size: 14pt;
border: 1px solid #a9bdf1;
background-color: #dadada;
text-align: center;
}
.headrow {
border: 1px solid #a9bdf1;
background-color: #c8e0fb;
text-align: center;
}
.text8pt {
font-size: 8pt;
}
.searchtitle {
font-size: 14pt;
font-weight: bold;
color: #003366;
}
.xtitle {
font-size: 14pt;
border: 1px solid #a9bdf1;
background-color: #dadada;
text-align: center;
}
.title {
font-size: 12pt;
border: 1px solid #a9bdf1;
background-color: #dadada;
text-align: left;
font-weight: bold;
padding: 4px 4px 4px 11px;
margin-left: 11px;
}
.subtitle {
font-size: 10pt;
color: #003366;
border: 1px solid #96b0f5;
background-color: #d7e1ee;
font-weight: bold;
padding: 1px;
}
a {
color: #cccccc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #cccccc;
}
a.menulink {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}
a.menulink:hover {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}
a.panellink {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #999999;
}
a.panellink:hover {
font-weight: bold;
font-size: 11px;
text-decoration: underline;
color: #cccccc;
}
.panelbox {
}
.footer {
background-color: #5d5e5a;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
}
a.footerlink {
font-size: 8pt;
color: #cccccc;
text-decoration: none;
}
a.footerlink:hover {
font-size: 8pt;
color: #cccccc;
text-decoration: none;
}
.copyright{
color: #aaaaaa;
font-size: 11px;
text-decoration: none;
}
.paneltable{
background-color: #003366;
}
.modulehead{
color: #003366;
}
.storyhead{
color: #695f5d;
font-weight: bold;
}
.storydate{
font-size: 9px;
color: #695f5d;
font-style: italic;
}
.storyby{
color: #695f5d;
}
.storytext{
}
.newshead{
color: #695f5d;
font-weight: bold;
}
.newsdate{
font-size: 9px;
font-style: italic;
}
.newstext{
}
.pollquestion{
color: #695f5d;
font-weight: bold;
}
.polloptions{
}
.payment_mod_head{
font-size: 11px;
color: #695f5d;
background-color: #f7a3f8;
}
.admin_head{
font-size: 12px;
color: #00ff00;
font-weight: bold;
}
h4{
font-size: 12px;
}
.copyright:hover {
color: #0000ff;
font-size: 11px;
text-decoration: underline;
}
.headerfooter, .headerfooter:hover { /*** style of "xxx's profile", "last logge" ***/
color: #000001;
font-size: 10px;
font-weight: bold;
height: 20px;
}
.headerfooter:hover { /*** hover: style of "xxx's profile", "last logge" ***/
color: #000001;
text-decoration: none;
}
.nickwidth { /*** width of sections ***/
margin: 10px;
text-align: center;
width: 550px;
}
Is there anyone who knows what to be changed ?
PKumar
06-17-2006, 03:33 AM
default.css
in default-blue folder
}
.copyright:hover {
color: #0000ff;
font-size: 11px;
text-decoration: underline;
}
.errors {
color: red;
}
.headerfooter, .headerfooter:hover { /*** style of "xxx's Profile", "Last logge" ***/
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
height: 20px;
}
or may be the nickpage.css in same folder, any of these two will probably solve
Mikilu
06-18-2006, 03:15 PM
I found it !!
The language file contains the info
lang_main.php (Dutch version, line 231-234)
$lang['required_info_indication'] = 'betekend verplichte informatie';
$lang['required_info_indicator'] = '* ';
$lang['required_info_indicator_color'] = '00FF00';
$lang['click_here'] = 'Klik Hier';
anyway thanks for the help PKumar.
vBulletin® v3.6.7, Copyright ©2000-2008, Jelsoft Enterprises Ltd.