SMF Tricks

SMF Tricks Themes => Free Themes => Topic started by: Diego Andrés on February 02, 2014, 06:12:08 PM

Title: FastLine
Post by: Diego Andrés on February 02, 2014, 06:12:08 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=2747)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)
Free & Premium Responsive Themes for SMF

(https://smftricks.com/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FzQfkOy6.jpg&hash=ba06d839de33d5f9d3178b556e94663217c180cb)

(https://img.shields.io/badge/License-MPL%202.0-a05a3f?style=flat-square) (https://img.shields.io/badge/SMF-2.0-996ee1?style=flat-square) (https://img.shields.io/badge/Responsive-No-6e97e1?style=flat-square)

FastLine
Developed by Diego Andrés (https://www.simplemachines.org/community/index.php?action=profile;u=254071)

Features


Demo Online (http://demo.smftricks.com/index.php?theme=43)
GitHub (https://github.com/SMFTricks/FastLine)
Title: Re: FastLine
Post by: BlackSheep on February 11, 2014, 04:47:37 AM
Hello,

I am setting up my forum and noticed the transparency on the forum is too much.

My forum location is www.rustservers.co.uk/site (http://www.rustservers.co.uk/site)

It's very hard to read any text, where and how would I go about making it less transparent so I can actually read the forum?

Thanks!
Title: Re: FastLine
Post by: Pipee on February 11, 2014, 06:12:08 PM
Ok, good friend.

Try changing the opacity of the # content_secion, which is located in the css of the theme.

Example:

#content_section {
    background-color: rgba(50, 75, 120, 0.4);
    border-color: #6F4244;
    border-style: solid;
    border-width: 0 3px;
    padding: 10px 15px 30px;
}

Change the "background-color: rgba(50, 75, 120, 0.4);" What you highlight, that must change.

Example "background-color: rgba(50, 75, 120, 0.5);" "0.5" is "0.50".
Title: Re: FastLine
Post by: BlackSheep on February 12, 2014, 07:42:19 AM
Nice one!

That worked exactly how I wanted it to work.

Thank you very much mate!
Title: Re: FastLine
Post by: androbada525 on February 12, 2014, 10:09:41 AM
first of all I would like to laud all of you for this excellent theme
It is certainly THE BEST theme for SMF
Can you tell me how can I change the background image?
I like the one you guys have used
I would also like to remove the "Link 1 Link 2 Link 3 Link 4 Link 5" on the top
Can you tell me how to do that?
In case you want to see my forum, www.theteamk.co.nr (http://www.theteamk.co.nr)
Title: Re: FastLine
Post by: Pipee on February 12, 2014, 01:04:35 PM
Quote from: androbada525 on February 12, 2014, 10:09:41 AM
first of all I would like to laud all of you for this excellent theme
It is certainly THE BEST theme for SMF
Can you tell me how can I change the background image?
I like the one you guys have used
I would also like to remove the "Link 1 Link 2 Link 3 Link 4 Link 5" on the top
Can you tell me how to do that?
In case you want to see my forum, www.theteamk.co.nr (http://www.theteamk.co.nr)


Please, friend, open a new post of support.
Title: Re: FastLine
Post by: androbada525 on February 13, 2014, 07:14:08 AM
first of all I would like to laud all of you for this excellent theme
It is certainly THE BEST theme for SMF
Can you tell me how can I change the background image?
I like the one you guys have used
I would also like to remove the "Link 1 Link 2 Link 3 Link 4 Link 5" on the top
Can you tell me how to do that?
In case you want to see my forum, www.theteamk.co.nr (http://www.theteamk.co.nr)
Title: Re: FastLine
Post by: Pipee on February 13, 2014, 10:53:07 AM
Quote from: androbada525 on February 13, 2014, 07:14:08 AM
first of all I would like to laud all of you for this excellent theme
It is certainly THE BEST theme for SMF
Can you tell me how can I change the background image?
I like the one you guys have used
I would also like to remove the "Link 1 Link 2 Link 3 Link 4 Link 5" on the top
Can you tell me how to do that?
In case you want to see my forum, www.theteamk.co.nr (http://www.theteamk.co.nr)

search in your index.template:

<ul class="links floatleft">
<li><a href="', empty($settings['link_top1_url']) ? '' : '' . $settings['link_top1_url'] . '', '">', empty($settings['link_top1']) ? $txt['link_top1'] : $settings['link_top1'], '</a></li>
<li><a href="', empty($settings['link_top2_url']) ? '' : '' . $settings['link_top2_url'] . '', '">', empty($settings['link_top2']) ? $txt['link_top2'] : $settings['link_top2'], '</a></li>
<li><a href="', empty($settings['link_top3_url']) ? '' : '' . $settings['link_top3_url'] . '', '">', empty($settings['link_top3']) ? $txt['link_top3'] : $settings['link_top3'], '</a></li>
<li><a href="', empty($settings['link_top4_url']) ? '' : '' . $settings['link_top4_url'] . '', '">', empty($settings['link_top4']) ? $txt['link_top4'] : $settings['link_top4'], '</a></li>
<li><a href="', empty($settings['link_top5_url']) ? '' : '' . $settings['link_top5_url'] . '', '">', empty($settings['link_top5']) ? $txt['link_top5'] : $settings['link_top5'], '</a></li>
</ul>


and delete.

Am, how to change the background.

go to images/theme/ of your theme, and replace backdrop.jpg.
Title: Re: FastLine
Post by: alchemikos on February 21, 2014, 04:07:18 PM
Hello guys!

First of all congratulations, the best of SMF's templates owns you!

I wanna to edit the  upper left links 1 to 5 setting to my own links. how can I do that?
I saw the index.template, but i'm not sure were edit.

Thanks

I'm setting an internal server forum for my band dudes interact each other and organize our subjects

Paulo
Title: Re: FastLine
Post by: Diego Andrés on February 21, 2014, 04:25:08 PM
You can edit that links in the admin center in current theme settings.

Thanks for preferring us  :)
Title: Re: FastLine
Post by: ddc on August 21, 2016, 04:09:12 AM
Is there a way to alter the index.css, so the forums don't use the general teal color but the colors of the usergroup?

(https://i.gyazo.com/83875edfb9139221af63652ec428a519.png)

Do I need to comment out the color lines of
.poster h4, .poster h4 a
color: #78A8C1;


.user_info span.name a
color: rgba( 120, 168, 193, 0.8 )


Or will that have no effect because the color of users is set by
a:link, a:visited

I don't want to change the colors of all links though (like: Forum/Subforum links). I was just hoping the forums would differentiate the color classes between a link to a thread/setting and a user.

Example:
.poster h4, .poster h4 a
color: {class_usergroup_color}


I'm not sure what the class for that though.

Nvm, that fixed it for me: http://custom.simplemachines.org/mods/index.php?mod=3067