Triad Newbie help

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   re: Triad Newbie help
Damnation
CZ Newbie
Damnation has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: May 14, 2004
0.00 posts per day
Posts: 11
Points: 1,508
   
well i fixed the text colours it hit me last night as i went to bed, that they would be handled in the style.css file so i just changed the orginal of these below to what they are now.


BODY {
   SCROLLBAR-FACE-COLOR: #910B00; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000;
   background: #000000 url("../../../themes/Triad/images/background.jpg") no-repeat fixed center center; FONT-SIZE: 9px; FONT-FAMILY:  arial, helvetica, verdana, sans-serif; TEXT-DECORATION: none
}
INPUT {
   BORDER-RIGHT: #a10b00 2px solid; BORDER-TOP: #a10b00 2px solid; SCROLLBAR-FACE-COLOR: #a10b00; FONT-SIZE: 9px; SCROLLBAR-HIGHLIGHT-COLOR: #000000; BORDER-LEFT: #a10b00 1px solid; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; BORDER-BOTTOM: #a10b00 2px solid; FONT-FAMILY:  arial, helvetica, verdana, sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #000000; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}
TEXTAREA {
   BORDER-RIGHT: #FFFFFF 2px solid; BORDER-TOP: #a10b00 2px solid; SCROLLBAR-FACE-COLOR: #a10b00; FONT-SIZE: 9px; SCROLLBAR-HIGHLIGHT-COLOR: #000000; BORDER-LEFT: #a10b00 1px solid; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; BORDER-BOTTOM: #a10b00 2px solid; FONT-FAMILY:  arial, helvetica, verdana, sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #000000; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}



then the forums topic review i sorted that by looking at another theme i have, and it had an extra "forums.css" so i added one and played a little based on the other theme and this is what i ended up with and it gave a good result.


BODY {
SCROLLBAR-FACE-COLOR: #910B00; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000;
FONT-SIZE: 9px; 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;}
a.postlink:link   { text-decoration: none; color : #FFFFFF; }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: NONE; color : #FFFFFF}

/* Main table cell colours and backgrounds */
td.info1 {background:#0C0C0C; border:1px solid; border-color:#000000 #707070 #707070 #000000}
td.row1   {background:#0C0C0C;border:1px solid; border-color:#707070 #000000 #000000 #707070}
td.row2   {background:#0C0C0C;border:1px solid; border-color:#707070 #000000 #000000 #707070}
td.row3   {background:#0C0C0C;border:1px solid; border-color:#707070 #000000 #000000 #707070}

th   {
   color: #FFFFFF; font-size: 11px; font-weight : bold;
   background-color:#0C0C0C; height: 20px;
    border:1px solid; border-color:#707070 #000000 #000000 #707070;
}

/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFFFFF;
   background-color:#0C0C0C; border:1px solid; border-color:#707070 #000000 #000000 #707070;
}

.quote {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFFFFF;
   background-color:#0C0C0C; border:1px solid; border-color:#707070 #000000 #000000 #707070;
}


now in topic review it shows quote and code in a nice format
unfortunatly i can't seem to get that to work in the main viewtopic_body
any help on that would be wonderful.

Edit: OoooOooo where can i get the java code for the code blocks on this site ?


Back to top Reply with quote
#2   Re: re: Triad Newbie help
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   


Originally posted by Damnation @ Thu Jun 03, 2004 1:51 am:



now in topic review it shows quote and code in a nice format
unfortunatly i can't seem to get that to work in the main viewtopic_body
any help on that would be wonderful.

Edit: OoooOooo where can i get the java code for the code blocks on this site ?


what exactly do you want it to do in the viewtopic_body file?

if when you speak of "java code" you mean the bbcode, then that can be dl'd in the download section



Back to top Reply with quote
#3   re: Triad Newbie help
Damnation
CZ Newbie
Damnation has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: May 14, 2004
0.00 posts per day
Posts: 11
Points: 1,508
   
i assumed the look of the code/quote was handled there turns out it wasn't he had made his own java code thing like on this site. and well when he sent it me turns out, it was mostly handled within the style sheet. hehe.


well i shall venture to the downloads section soon. then to attack the topicreview and remove that white boarder.

thank you for all you help.



Back to top Reply with quote
#4   re: Triad Newbie help
Damnation
CZ Newbie
Damnation has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: May 14, 2004
0.00 posts per day
Posts: 11
Points: 1,508
   
Mod Title: Forum notification mod
omg i must say whoa this new theme is very nice indeed.
good job : o)

now to my problem : o(
i downloaded a while ago a email update so that it shows the posted text from the forum message in with the notification email unfortunatly it is not working correct instead all changes worked but where the posted text should be i get



-----------------------------------------------
Posted text:

-----------------------------------------------

i use php 7.2 any help would be great



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum