Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Editing all text to Tahoma  (Read 310 times)
0 Members and 1 Guest are viewing this topic.
Mango
New Member
*

Karma: 0
Offline Offline

Posts: 0

Designer


WWW
« on: August 05, 2003, 01:39:00 PM »

Ok im tryin to change all text to tahoma, the 2 files I need to alter are styles.css and default.html? Im not real sharp with css, I did notice that default.html doesnt have <styles> in it, I need to add this?

is there a good site that explains css well?

thanks a ton

Logged

Mango
New Member
*

Karma: 0
Offline Offline

Posts: 0

Designer


WWW
« Reply #1 on: August 05, 2003, 03:18:00 PM »

ok so styles.css will change the fonts in the calendar, here is the style.css

<STYLE>
A { text-decoration:none; }
A:hover { text-decoration:underline; }
.thinborder { border-color:#666666; border-style:solid; border-width:1px; }
.columnheader { color:<%=$_COLUMN_HEADER_TEXT_COLOR%>; }
.navigationtext { color:<%=$_NAVIGATION_TEXT_COLOR%>; }
.navigationselectedtext { color:<%=$_NAVIGATION_SELECTED_TEXT_COLOR%>; }
.commandtext { color:<%=$_COMMAND_OPTION_TEXT_COLOR%>; font-weight:bold; }
.selectedcommandtext { color:<%=$_COMMAND_OPTION_SELECTED_TEXT_COLOR%>; font-weight:bold; }
.gridtext { color:<%=$_GRID_CELL_TEXT_COLOR%>; font-family:<%=$_GRID_CELL_TEXT_FONT%>; }
.griddatetext { color:<%=$_GRID_DATE_TEXT_COLOR%>; background-color:<%=$_GRID_DATE_BGCOLOR%>; font-weight:bold; }
.footertext { color:<%=$_FOOTER_TEXT_COLOR%>; }
.text { color:<%=$_TEXT_COLOR%>; }

.messagetext { color: red; }
.headertext { }


<% if ($_FONT) { %>BODY { font-family:"<%=$_FONT%>" }<% } %>
</STYLE>


So what do I alter to make all the text size 2 of Tahoma? Ive tried just about everything!

Thanks

------------------
Thanks
Jeff
http://www.oldtownflorist.com

Logged

Mango
New Member
*

Karma: 0
Offline Offline

Posts: 0

Designer


WWW
« Reply #2 on: August 05, 2003, 03:36:00 PM »

SLowly but surely.....

I figured out how to change most of the text to Tahoma by changing to this

A { text-decoration:none; font-family:Tahoma; font size:x-small }

the only area that didnt change was the day names ( Monday, Tues ....) where that be?

------------------
Thanks
Jeff
http://www.oldtownflorist.com

Logged

Mango
New Member
*

Karma: 0
Offline Offline

Posts: 0

Designer


WWW
« Reply #3 on: August 07, 2003, 11:27:00 AM »

Ok figured out the tahoma issue, one last thing now, Im editing the max_day.html file, trying to link the event to their appropriate link:

how do I link out?

<%FOREACH EVENT%>
   • <%= $EVENT->{'details'}->{'title'} %><BR>
   <%/FOREACH%>
   <%/IF%>
   <%}%>
   <%/FOREACH%>


thanks


------------------
Thanks
Jeff
http://www.oldtownflorist.com

Logged

DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #4 on: August 07, 2003, 02:00:00 PM »

** trying to link the event to their appropriate link: how do I link out? **

Try looking at how it's done in the default.html template file. The code needed will likely be exactly the same.

Dan O.

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

Logged
Pages: [1]   Go Up
Print
Jump to: