The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How in the world do I change this text color?

3 posters

Go down

Solved How in the world do I change this text color?

Post by BADGERCAT July 25th 2009, 3:08 am

This is my webpage:

http://teamcanadagamers.forumotion.com

As you can see, the blue text color at the bottom of the page cannot be read on the black background. I have no idea how to change it. I know how to edit css and what not, but this one is stumping me. Someone please help. Here is the css:

Code:

/*
  The original arkanian Theme for phpBB version 2+
  Created by dascabinet
  http://www.dascabinet.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #494949;/*
   scrollbar-face-color: #363636;
   scrollbar-highlight-color: #000000;
   scrollbar-shadow-color: #363636;
   scrollbar-3dlight-color: #464646;
   scrollbar-arrow-color:  #b5c3d7;
   scrollbar-track-color: #202020;
   scrollbar-darkshadow-color: #000000;*/
   font-size: 12px;
}

/* General font families for common tags */
font,th,td,p,h1,h2 { font-family: Verdana, Arial, Helvetica, sans-serif }
p   { font-size: 11px; }
a:link,a:active,a:visited { color: #ffffff; }
a:hover      { text-decoration: underline; color: #ffffff; }
hr   { height: 0px; }

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #000000; border: 1px solid; border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #000000; border: 1px solid; border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff; }

/* Main table cell colours and backgrounds */
td.row1   { background-color: #202020; font-size: 12px; }
td.row2   { background-color: #464646; font-size: 12px; }
td.row3   { background-color: #464646; font-size: 12px; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: #000000;
      background-image: url(http://i34.servimg.com/u/f34/11/95/32/13/cellpi12.gif);
      background-repeat: repeat-n;
      height: 28px;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #000000; font-size: 11px; font-weight : bold;
   height: 28px;
   background-image: url(http://i34.servimg.com/u/f34/11/95/32/13/cellpi12.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(http://i34.servimg.com/u/f34/11/95/32/13/cellpi12.gif);
         solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: #000000; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-color: #464646; border: #ffffff; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop    { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none; line-height : 120%; color: #ffffff;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color: #ffffff; }
a.gen,a.genmed,a.gensmall { color: #ffffff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #ffffff; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color: #ffffff }
a.mainmenu      { text-decoration: none; color: #b5c3d7;  }
a.mainmenu:hover{ text-decoration: underline; color: #ffffff; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #b5c3d7}
a.cattitle      { text-decoration: none; color: #000000; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color: #ffffff; }
a.forumlink    { text-decoration: none; color: #b5c3d7; }
a.forumlink:hover{ text-decoration: underline; color: #ffffff; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: 11px; color: #ffffff;}
a.nav         { text-decoration: none; color: #b5c3d7; }
a.nav:hover      { text-decoration: underline; }

.nav_black         { font-size: 11px; color: #000000;}
a.nav_black         { text-decoration: none; color: #000000; }
a.nav_black:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: 11px; color: #ffffff; }
a.topictitle:link  { text-decoration: none; color: #b5c3d7; }
a.topictitle:visited { text-decoration: none; color: #b5c3d7; }
a.topictitle:hover   { text-decoration: underline; color: #ffffff; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : 11px; color: #ffffff;}

/* Location, number of posts, post date etc */
.postdetails      { font-size : 10px; color: #ffffff; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px; color: #ffffff}
a.postlink:link   { text-decoration: none; color: #b5c3d7 }
a.postlink:visited { text-decoration: none; color: #b5c3d7; }
a.postlink:hover { text-decoration: underline; color: #ffffff}

/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
   background-color: #e9e9e9; border: #b5c3d7; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 125%;
   background-color: #000000; border: #464646; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; letter-spacing: -1px;}
a.copyright      { color: #ffffff; text-decoration: none;}
a.copyright:hover { color: #ffffff; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color: #ffffff;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border: 1px solid;
   border-color: #c0c0c0 #ffffff #ffffff #c0c0c0;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color: #000000;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color: #202020;
   color: #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
   border: 1px solid;
   border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff;
}

/* The main submit button option */
input.mainoption {
   background-color: #cccccc;
   color: #000000;
   font-weight : bold;
   border: 1px solid;
   border-color: #ffffff #494949 #494949 #ffffff;
}

/* None-bold submit button */
input.liteoption {
   background-color: #cccccc;
   color: #000000;
   font-weight : normal;
   border: 1px solid;
   border-color: #ffffff #494949 #494949 #ffffff;
}

/* Checkbox with no border */
input.checkbocs {
   border: 0px;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #363636; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/arkanian/formIE.css");
#spf {position: absolute;left: -10000px;};


Last edited by BADGERCAT on July 25th 2009, 3:16 am; edited 1 time in total
BADGERCAT
BADGERCAT
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Solved Re: How in the world do I change this text color?

Post by NaXuh July 25th 2009, 3:13 am

Do you mean the Moderator Text color? As in the color of the users that our Moderators?

If so, Make sure you have "Advanced" on in the Admin panel, and go to:

Users & Groups ==> Group Adminstration ==> Click the "Modify" button on the right of the "Moderators" group, and you can change the group colors there.
NaXuh
NaXuh
Forumember

Male Posts : 226
Reputation : 21
Language : English, C#, CSS, HTML, PHP.

Back to top Go down

Solved Re: How in the world do I change this text color?

Post by BADGERCAT July 25th 2009, 3:15 am

you sir are the man, thanks
BADGERCAT
BADGERCAT
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Solved Re: How in the world do I change this text color?

Post by MrMario July 25th 2009, 3:52 am

Solved =>Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum