Sunday, July 29, 2018

  • .stepcarousel
  • position: relative; /*leave this value alone*/
  • overflow: scroll; /*leave this value alone*/
  • width: 310px; /*Width of Carousel Viewer itself*/
  • height: 280px; /*Height should enough to fit largest content's height*/
  • margin: 1% 0 2% 0;
  • .stepcarousel .belt
  • position: absolute; /*leave this value alone*/
  • left: 0;
  • top: 0;
  • .stepcarousel .panel
  • float: left; /*leave this value alone*/
  • overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  • margin: 0px; /*margin around each panel*/
  • width: 310px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  • .captionslider
  • left: 0px; /*position: absolute;*/
  • bottom: 0px; /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);*/
  • width: 98.1%;
  • padding: 1% 0% 0% 1.5%;
  • .captionslider h2
  • margin: 0em 0em 0em 0em;
  • position: relative;
  • padding: 0em 0em 0em 0em;
  • .captionslider h2 a
  • font-size: 0.8em;
  • font-weight: normal;
  • .captionslider span
  • font-size: 0.70em;
  • color: gray;
  • margin: 0.5em 0;
  • display: block;
  • .captionslider p
  • font-size: 0.85em;
  • margin: 0%;
  • padding: 0%;
  • color: #555555;
  • line-height: 1.5em;
  • .mygallerycatmore
  • float: right;
  • margin: 0em 0 0 0;
  • text-align: right;
  • padding: 0.1em 0 0.2em 0.5em;
  • .mygallerycatmore a
  • font-size: 0.80em;
  • color: red;
  • font-family: sans-serif;
  • galleryid: 'mygallery1', //id of carousel DIV
  • beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
  • panelclass: 'panel', //class of panel DIVs each holding content
  • //statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
  • contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
  • MAGAZINE

  • font-size:1.1em;
  • galleryid: 'mygallery38', //id of carousel DIV
  • Other Links
  • UNIVARTA (News Agency)

  • Indian News Agency
  • UNI-Urdu Service(News Agency)

  • Weather

  • /***********************************************
  • * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  • * This notice MUST stay intact for legal use
  • * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  • ***********************************************/
  • var delay = 3000; //set delay between message change (in miliseconds)
  • var maxsteps=30; // number of steps to take to change from start color to endcolor
  • var stepdelay=40; // time in miliseconds of a single step
  • //**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
  • var startcolor= new Array(255,255,255); // start color (red, green, blue)
  • var endcolor=new Array(0,0,0); // end color (red, green, blue)
  • var fcontent=new Array();
  • begintag='
    '; //set opening tag, such as font declarations
  • fcontent[0] = "Find more about Weather in Calcutta, IN";
  • fcontent[1] = "Find more about Weather in Delhi, IN";
  • fcontent[2] = "Find more about Weather in Bengalooru, IN";
  • fcontent[3] = "Find more about Weather in Bhubaneshwar, IN";
  • fcontent[4] = "Find more about Weather in Chennai, IN";
  • fcontent[5] = "Find more about Weather in Mumbai, IN";
  • fcontent[6] = "Find more about Weather in Hyderabad, IN";
  • fcontent[7] = "Find more about Weather in Ranchi, IN";
  • fcontent[8] = "Find more about Weather in Patna, IN";
  • closetag='
  • ';
  • var fwidth = '136px'; //set scroller width
  • var fheight = '120px'; //set scroller height
  • var fadelinks = 1; //should links inside scroller content also fade like text? 0 for no, 1 for yes.
  • ///No need to edit below this line/////////////////
  • var ie4=document.all&&!document.getElementById;
  • var DOM2=document.getElementById;
  • var faderdelay=0;
  • var index=0;
  • /*Rafael Raposo edited function*/
  • //function to change content
  • if (index>=fcontent.length)
  • index=0
  • document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
  • document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
  • if (fadelinks)
  • linkcolorchange(1);
  • colorfade(1, 15);
  • else if (ie4)
  • document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag;
  • index++
  • // colorfade() partially by Marcio Galli for Netscape Communications. ////////////
  • // Modified by Dynamicdrive.com
  • var obj=document.getElementById("fscroller").getElementsByTagName("A");
  • for (i=0;i
  • obj[i].style.color=getstepcolor(step);
  • var fadecounter;
  • document.getElementById("fscroller").style.color=getstepcolor(step);
  • linkcolorchange(step);
  • step++;
  • fadecounter=setTimeout("colorfade("+step+")",stepdelay);
  • clearTimeout(fadecounter);
  • document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")";
  • setTimeout("changecontent()", delay);
  • /*Rafael Raposo's new function*/
  • var diff
  • var newcolor=new Array(7);
  • diff = (startcolor[i]-endcolor[i]);
  • newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
  • newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
  • return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
  • if (ie4 || DOM2)
  • document.write('
    ');
  • if (window.addEventListener)
  • window.addEventListener("load", changecontent, false)
  • else if (window.attachEvent)
  • window.attachEvent("onload", changecontent)
  • else if (document.getElementById)
  • window.onload=changecontent
  • Currency Exchange

  • var dc = '108';
  • var mc = '00417b';
  • var mbg = 'F0F0F0';
  • var tc = 'FFFFFF';
  • var f = 'arial';
  • var fc = '000000';
  • var tz = 'userset';
  • var ccHost = (("https:" == document.location.protocol) ? "https://www." : "http://www.");
  • document.write(unescape("%3Cscript src='" + ccHost + "currency.me.uk/remote/ER-MTTT-1.php' type='text/javascript'%3E%3C/script%3E"));
  • Stock Markets

  • style="display: inline-block; width: 300px; height: 600px"
  • data-ad-client="ca-pub-7711040281559199"
  • data-ad-slot="3347913466">
  • style="display: inline-block; width: 300px; height: 250px"
  • data-ad-client="ca-pub-3338584915220390"
  • data-ad-slot="7474383862">
  • var count = $(".wrapTDiv>.div1").length;
  • $('.wrapTDiv>.div1:nth-child(' + i + ')').prev().andSelf().wrapAll('
    ');
  • //Disable cut copy paste
  • e.preventDefault();
  • //Disable mouse right click
  • return false;
  • Sunday, Jul 29 2018 | Time 17:45 Hrs(IST)
  • Home
  • News
  • Photo
  • Hindi
  • Urdu
  • PRESS RELEASES
  • Web Hits
  • FeedBack
  • About UNI
  • Contact us
  • SiteMap
  • JOBS
  • Terms of Use
  • Disclaimer
  • Privacy policy
  • Follow us on :-
  • FaceBook
  • Twitter
  • RSS Feed
  • Contact us at :-
  • United News of India

  • 9, Rafi Marg, New Delhi-110001
  • Email:vsat@uniindia.com
  • Contact: 011-23714434 / 23357614 (O)
  • Copyright @ United News of India. All rights reserved.
  • //
  • Sys.Application.initialize();
  • //]]>
  • (i[r].q = i[r].q || []).push(arguments)
  • m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  • ga('create', 'UA-44016672-1', 'auto');
  • ga('send', 'pageview');
  • No comments:

    Post a Comment