TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 22, 2024, 02:49:23 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,197
  • Total Topics: 21,221
  • Online today: 99
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 78
  • Total: 78

Couple of questions about downloads

Started by tick, March 31, 2007, 10:48:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tick

I have a couple of questions about the downloads .  Is there a way to display the downloads other than the sitemap?  I have a site map that I use for a user menu for links to different pages in my site.  the downloads link shows up in the site map on the top of everything else.  I guess it would be ok for it to be there if I could just get  it to be displayed at the bottom of the site map.  If I cant display it somewhere else can you change the position it show up in the site map.  Also where would change the font size of the downloads button.  I have changed the size of the other fonts in the site map when I added them in the menu manager but since the downloads was already created I dont know where to find where to change the font size for that.

rider

You change the numbers for the blocks to put it at the bottom.Sorry but can't help with the font thingy.lol. ;D

tick

The downloads does not have a option for position.  It just shows up in the sitemap when it is activated .

rider

I see what you mean.I disabled mine and created a menubox with a download link.That way you can posiion the download at the bottom. ;D

tick

Yes I did that also.  I just like the look of the sitemenu.  If I could just figure out how to make the text smaller it would be ok

IchBin

Its the sitemap_header class that you need to modify in the style.css file.

tick

Is this what I am looking for?   I do not see anything about font size.

/* TP specific classes */

.sitemap{

   margin: 0;

   padding: 0;

   list-style: none;

}

.sitemap_topheader{

   background: #ECEDF3;

   border-bottom: solid 1px #ffffff;

   padding: 4px;

}



.sitemap_header{

   background: #ECEDF3;

   border-bottom: solid 1px #ffffff;

   padding: 4px;

   display: block;

   font-weight: bold;

}



.sitemap_header_active{

   background: #C8D6E1;

   border-bottom: solid 1px #ffffff;

   padding: 4px;

   display: block;

   font-weight: bold;

}



.sitemap_header:hover , .sitemap_header_active:hover{

   background: #DBE4ED;

   border-bottom: solid 1px #ffffff;

   padding: 4px;

   display: block;

   text-decoration: none;

}

tick

can anyone tell  me where to make the changes in this above to fix the font size?

IchBin


tick

I guess you were posting when I was. lol   How do I add font properties and where in this do I add that?   Thanks Ich for the response