vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=259)
-   -   Show Thread Enhancements - New Topic/Sub-Topic Online Effect Glow (https://vborg.vbsupport.ru/showthread.php?t=323552)

MokeyII 09-30-2016 09:00 PM

New Topic/Sub-Topic Online Effect Glow
 
1 Attachment(s)
This takes the online effect and adds it to new topic and sub topic posts.
Edit the #color codes if you want to change the color.

https://vborg.vbsupport.ru/external/2016/10/6.gif

add this to css_additional.css
Code:

/*---------------Online Effect on New Topic and Sub Topic Icons---------------*/

/*---Topic---*/
.forum-list-container .forum-item.new .cell-forum .icon {
    position: relative;
}

.forum-list-container .forum-item.new .cell-forum .icon:after {
    content: '';
    border: 10px solid #F01F4B; /*color*/
    background: transparent;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -24px;
    left: -23px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: glow 3s ease-out infinite;
    animation: glow 3s ease-out infinite;
}

/*---Sub-Topic---*/
.forum-list-container .subforum-list .subforum-item .icon.new{
    position: relative;
}

.forum-list-container .subforum-list .subforum-item .icon.new:after {
    content: '';
    border: 10px solid #F01F4B; /*color*/
    background: transparent;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -24px;
    left: -23px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: glow 3s ease-out infinite;
    animation: glow 3s ease-out infinite;
}

@-webkit-keyframes glow {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.5;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 1.0;
    }
}
/*---------------END Online Effect on New Topic and Sub Topic Icons---------------*/

This is the 1st code I started, thanks to the guys at VBmods That Rock. http://vbmods.rocks/

Please Rate and Nom :D

MokeyII 10-01-2016 06:47 PM

I am new to template mods so please take it easy on me :).

You can see it live @ http://www.fractured-gaming.com

goxy63 10-30-2016 09:44 PM

Looks very nice, thank you for sharring with us :)
Keep up the good work

MrCriticalRx 11-06-2016 02:48 AM

please share yoru theme :P and nice

By_umut 03-05-2017 04:53 PM

Very Thanks !!

keyla31 06-06-2018 12:41 PM

perfect, thank you


All times are GMT. The time now is 09:35 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01030 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete