New life of related links
Started by Yuri Kobets


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


3 posts in this topic
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
09-05-2014, 02:01 PM -
#1
The True Launch Bar related links feature is cool. You can add some links to folders, websites or applications to any button.

Who know about "related links" Confused ? Yes, the using of the related links is not very friendly. Right-click, then find "Related" and click the link name... Angry

In the new version I'll release the interactive tips. This is the same popup tips, but you can click something on this tips. One of the things you can click is the related link:


The comments are appreciated Smile
The TORDEX Team
http://www.tordex.com
C.O.D.
Junior Member
**


0
18 posts 2 threads Joined: Apr 2013
09-16-2014, 07:11 AM -
#2
What a great idea!
That's what I was waiting for without knowing that I was waiting for :-)

THANKS!

btw: will we be able to customize the News Reader CSS also in the future?

Best regards, Eric
This post was last modified: 09-16-2014, 07:12 AM by C.O.D..
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
09-16-2014, 01:29 PM -
#3
Quote:btw: will we be able to customize the News Reader CSS also in the future?
You can customize it right now. The popup tips show the HTML generated by TLB and plugins. I've added the HTML output for News Reader into this topic.

Create your own CSS for this HTML output and add it in TLB Settings->Tips->Appearance.

PS. I'll add something like "Copy Source" into next version of TLB.
The TORDEX Team
http://www.tordex.com
C.O.D.
Junior Member
**


0
18 posts 2 threads Joined: Apr 2013
09-18-2014, 02:13 AM -
#4
Cool, thanks for the tip!

So I made this for my own:

   

CSS for this:
--------------------
a:link {font-style: italic; color: #0066CC; text-decoration: none;}
a:visited {font-style: italic; color: #D14242; text-decoration: none;}
a:hover {font-style: italic; color: #009900; text-decoration: underline;}
a:active {font-style: italic; color: #D14242; text-decoration: none;}

.rss-toolbar
{
position: fixed;
left: 0;
right: 0;
top: 0;
height: 1.33em;
color:black;
background-color: transparent;
overflow: hidden;
}

.rss-toolbar span.caption
{
display: none;
}

.rss-toolbar span.date
{
font-weight: bold;
padding-left: 0em;
color: #FA7E13;
}

.rss-toolbar a
{
display:none;
}

.rss-toolbar a:hover
{
text-decoration: underline;
}

h1.rss-caption
{
font-size: 1.33em;
font-weight: 700;
margin: 0.5em 0 0 0;
padding: 1.2em 0 0.5em 0;
}

h1.rss-caption a
{
color: #003399 !important;
font-style: normal !important;
text-decoration: none;
}

h1.rss-caption a:hover
{
color:#009900 !important;
text-decoration: underline;
}

.rss-content
{
}

img
{
max-width:100%;
height:auto !important;
}

.rss-date
{
font-weight: bold;
text-align: right;
}

span::after
{
content: " Uhr:";
}
--------------------

Maybe you can help me a little with these questions:

Is it possible to change the date format so there's a comma between the date and the time?

Can the date be positioned at the bottom of the tip?

Is there a trick to hide the .rss-toolbar if there's no date info present in the feed (since this is kind of wasted space and not very pretty)?

   

(btw, I removed the 'open' link since it's redundant with clicking the cation of the feed)

Thanks in advance,
Eric




Forum Jump:


Users browsing this thread: 1 Guest(s)