Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Ceas digital lângă logo

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Ceas digital lângă logo

Mesaj Scris de TheBadWorm Lun Ian 04, 2016 12:47 pm

Salut!
Vreau să pun codul de mai jos lângă logo, acolo unde e descrierea site-ului.
Cod:
<a href="http://time.is/Vaslui,_Vaslui" id="time_is_link" rel="nofollow" style="font-size:36px">Ora exacta:</a>
<span id="Vaslui__Vaslui_z707" style="font-size:36px"></span>
<script src="http://widget.time.is/t.js"></script>
<script>
time_is_widget.init({Vaslui__Vaslui_z707:{}});
</script>
http://freezetime.forumz.ro/h1-ceas-numeric


Ultima editare efectuata de catre TheBadWorm in Mier Ian 06, 2016 5:51 pm, editata de 3 ori
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de Vizitator Lun Ian 04, 2016 6:07 pm

Salut,

Cauta in ACP obtiunea cu setarea descrierii si pune codul de la ceas acolo. Daca nu merge, posteaza overall_header aici.
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de TheBadWorm Lun Ian 04, 2016 6:23 pm

Cod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB} {NAMESPACE_FB_LIKE} {NAMESPACE_BBCODE}>
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <script type="text/javascript">
   //<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         $(document).ready(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {switch_ticker.STOP_TIME}
            });
         });
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = 'box-content';
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
         var popupWidth = $("#login_popup").width();
         var mypopup = $("#login_popup");

         $("#login_popup").css({
         "left": windowWidth/2 - popupWidth/2
            });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <script src="{JS_DIR}invision.js" type="text/javascript"></script>


   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
         case 'top' :
            slid_vert = true;
            break;

         case 'left':
            break;

         case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

         case 'right':
            auto_dir = 'prev';
            break;

         default:
            slid_vert = true;
      }



      $(document).ready(function() {

         $('#fa_ticker_content').css('display','block');

         var width_max = $('ul#fa_ticker_content').width();
         var width_item = Math.floor(width_max / {switch_ticker.SIZE});

         if (width_max > 0)
         {
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
               if ($(this).width() > width_item)
               {
               var ratio      = $(this).width() / width_item;
               var new_height = Math.round($(this).height() / ratio);
               $(this).height(new_height).width(width_item);
               }
            });

            if (slid_vert)
         {
               var height_max = h_perso;

            $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                     height_max = $(this).height();
                  }
               } );

            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            $('ul#fa_ticker_content li').height(height_max);
         }

            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
               wrap: 'circular',
               auto: {switch_ticker.STOP_TIME},
               auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
         }
         else
         {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
         }
      });
   //]]>
   </script>

   <style>
   .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 50px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
   <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
   <div class="content">
      <p>
         {hitskin_preview.L_THEME_SITE_PREVIEW}
         <br />
         <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>

   </div>
</div>
<!-- END hitskin_preview -->

<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module borderwrap" style="z-index: 10000 !important;">
   <div id="login_popup_content">
      <div id="login_popup_background">
         <div id="login_popup_title" class="maintitle"><h3>{SITENAME}</h3></div>
         <div class="box-content">
            {LOGIN_POPUP_MSG}
            <div id="login_popup_buttons">
               <form action="{S_LOGIN_ACTION}" method="get" target="_parent">
                  <input type="submit" class="button" value="{L_LOGIN}" />
                  <input type="button" class="button" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                  <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
               </form>
            </div>
         </div>
      </div>
   </div>
</div>
<!-- END switch_login_popup -->

<div class="minwidth_IE">
   <div class="layout_IE">
      <div class="container_IE">

         <div id="ipbwrapper">

            <a id="top" name="top" accesskey="t"></a>

            <div id="logostrip" class="clearfix">
               <a href="{U_INDEX}" id="logo" title="{L_INDEX}"><img src="{LOGO}" alt="{L_INDEX}" /></a>
               <!-- BEGIN switch_h1 -->
               <div id="main-title">{switch_h1.MAIN_SITENAME}</div>
               <!-- END switch_h1 -->
               <!-- BEGIN switch_desc -->
               <p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
               <!-- END switch_desc -->
            </div>

            <div id="submenu">
               <ul>
                  <li class="clearfix">{GENERATED_NAV_BAR}</li>
               </ul>
            </div>
            <!-- BEGIN switch_user_logged_in -->
            <div id="userlinks" class="clearfix">
               <ul>
                     <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
                     <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
                  <li class="last"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
               </ul>
               <p>{LOGGED_AS}.</p>
            </div>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_user_logged_out -->
            <div id="userlinks" class="not-connected clearfix">
               <span class="guest">{L_NOT_CONNECTED}</span> <span>{L_LOGIN_REGISTER}</span>
            </div>
            <!-- END switch_user_logged_out -->

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <div class="module borderwrap">
                  <div class="box-content">
                     <div id="fa_ticker_container">
                        <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
                           <!-- BEGIN ticker_row -->
                           <li>{switch_ticker.ticker_row.ELEMENT}</li>
                           <!-- END ticker_row -->
                        </ul>
                     </div>
                  </div>
               </div>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <div class="module borderwrap">
                  <div class="box-content">
                     <div id="fa_ticker_container">
                        <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                           <div class="fa_ticker_content">
                              <!-- BEGIN ticker_row -->
                              <div>{switch_ticker.ticker_row.ELEMENT}</div>
                              <!-- END ticker_row -->
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
            <!-- END switch_ticker -->

            <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
               <div id="outer-wrapper">
                  <div id="wrapper">
                     <div id="container">
                        <div id="content">

                           <div id="{ID_LEFT}">
                              <!-- BEGIN giefmod_index1 -->
                              {giefmod_index1.MODVAR}
                              <!-- BEGIN saut -->
                              <div style="height:{SPACE_ROW}px"></div>
                              <!-- END saut -->
                              <!-- END giefmod_index1 -->
                           </div>

                           <div id="main">
                              <div id="main-content">
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de Vizitator Lun Ian 04, 2016 6:58 pm

Salut,

Cauta:
Cod:
<p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
Inlocuieste cu scriptul de ceas.
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de TheBadWorm Lun Ian 04, 2016 8:48 pm

Am înlocuit
Cod:
<p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
cu
Cod:
<a rel="nofollow" href="http://time.is/Vaslui,_Vaslui" style="font-size:36px" id="time_is_link">Ora exacta in Romania:</a><span style="font-size:36px" id="Vaslui__Vaslui_z707"></span><script src="http://widget.time.is/t.js"></script><script>
time_is_widget.init({Vaslui__Vaslui_z707:{}});
</script>
și nu apare nimic.
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de mr.franta Lun Ian 04, 2016 9:01 pm

In overal_header aveti acest cod
Cod:
<!-- BEGIN switch_h1 -->
              <div id="main-title">{switch_h1.MAIN_SITENAME}</div>
              <!-- END switch_h1 -->
              <!-- BEGIN switch_desc -->
              <p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
              <!-- END switch_desc -->

Il inlocuiti cu acesta

Cod:
<div style="float: right"> 
<a rel="nofollow" href="http://time.is/Vaslui,_Vaslui" style="font-size:36px" id="time_is_link">Ora exacta in Romania:</a><span style="font-size:36px" id="Vaslui__Vaslui_z707"></span><script src="http://widget.time.is/t.js"></script><script>
time_is_widget.init({Vaslui__Vaslui_z707:{}});
</script></div>
mr.franta

mr.franta
Membru onorific
Membru onorific

Mesaje : 1401
Varsta : 35
Localizare : Giurgiu
Data înscrierii : 18/02/2012
Mulțumiri : 130
Google Chrome phpBB2

https://frannnta-design.forumgratuit.ro/
mr.franta a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de TheBadWorm Lun Ian 04, 2016 10:30 pm

Nu funcționează...apare doar descrierea linkului, fără ceas.
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de Ionut_FG Mar Ian 05, 2016 11:29 am

nu merge codu lam bagat si eu pe forumu meu in overall_header si imi apare doar Ora Exacta In Romania: uite http://devilextrem.n-stars.org/
avatar

Ionut_FG
Membru activ

Mesaje : 777
Varsta : 25
Data înscrierii : 01/11/2015
Mulțumiri : 123
Google Chrome Invision

http://invisionpower.rpgwars.net/
Ionut_FG a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de mr.franta Mar Ian 05, 2016 12:21 pm

Am stat mai bine de 3 ore sa fac un ceas perfect functional,am testat acel cod si am vazut ca nu merge,asa ca am cautat diferite tutoriale si am realizat un ceas frumos si original.
Inlocuiti overal_header cu acesta
Cod:
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB} {NAMESPACE_FB_LIKE} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
     
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->
  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->
  <script type="text/javascript">
  //<![CDATA[
  $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
        $(document).ready(function() {           
            Ticker.start({
              height : {switch_ticker.HEIGHT},
              spacing : {switch_ticker.SPACING},
              speed : {switch_ticker.SPEED},
              direction : '{switch_ticker.DIRECTION}',
              pause : {switch_ticker.STOP_TIME}
            });
        });
      <!-- END switch_ticker -->
  });
  <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = 'box-content';
  <!-- END switch_login_popup -->
  <!-- BEGIN switch_login_popup -->
  $(document).ready( function() {
      $(window).resize(function() {
        var windowWidth = document.documentElement.clientWidth;
        var popupWidth = $("#login_popup").width();
        var mypopup = $("#login_popup");
        $("#login_popup").css({
        "left": windowWidth/2 - popupWidth/2
            });
      });
  });
  <!-- END switch_login_popup -->
  //]]>
  </script>
  {GREETING_POPUP}
  <script src="{JS_DIR}invision.js" type="text/javascript"></script>
  <!-- BEGIN switch_ticker_new -->
  <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});
      switch( tickerDirParam )
      {
        case 'top' :
            slid_vert = true;
            break;
        case 'left':
            break;
        case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;
        case 'right':
            auto_dir = 'prev';
            break;
        default:
            slid_vert = true;
      }
      $(document).ready(function() {
        $('#fa_ticker_content').css('display','block');
        var width_max = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});
        if (width_max > 0)
        {
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
              if ($(this).width() > width_item)
              {
              var ratio      = $(this).width() / width_item;
              var new_height = Math.round($(this).height() / ratio);
              $(this).height(new_height).width(width_item);
              }
            });
            if (slid_vert)
        {
              var height_max = h_perso;
            $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                    height_max = $(this).height();
                  }
              } );
            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            $('ul#fa_ticker_content li').height(height_max);
        }
            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
              wrap: 'circular',
              auto: {switch_ticker.STOP_TIME},
              auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
        }
        else
        {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
        }
      });
  //]]>
  </script>
  <style>
  .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 50px;
  }
  .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
  }
  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  </style>
  <!-- END switch_ticker_new -->
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
  _gaq.push(['_trackPageLoadTime']);
  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->
    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
</head>
<body onload="startTime()">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
  <div class="content">
      <p>
        {hitskin_preview.L_THEME_SITE_PREVIEW}
        <br />
        <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>
  </div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module borderwrap" style="z-index: 10000 !important;">
  <div id="login_popup_content">
      <div id="login_popup_background">
        <div id="login_popup_title" class="maintitle"><h3>{SITENAME}</h3></div>
        <div class="box-content">
            {LOGIN_POPUP_MSG}
            <div id="login_popup_buttons">
              <form action="{S_LOGIN_ACTION}" method="get" target="_parent">
                  <input type="submit" class="button" value="{L_LOGIN}" />
                  <input type="button" class="button" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                  <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
              </form>
            </div>
        </div>
      </div>
  </div>
</div>
<!-- END switch_login_popup -->
<div class="minwidth_IE">
  <div class="layout_IE">
      <div class="container_IE">
        <div id="ipbwrapper">
            <a id="top" name="top" accesskey="t"></a>
            <div id="logostrip" class="clearfix">
              <a href="{U_INDEX}" id="logo" title="{L_INDEX}"><img src="{LOGO}" alt="{L_INDEX}" /> <div id="txt"></div></a>
              <!-- BEGIN switch_h1 -->
              <div id="main-title">{switch_h1.MAIN_SITENAME}</div>
              <!-- END switch_h1 -->
              <!-- BEGIN switch_desc -->
              <p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
              <!-- END switch_desc -->
            </div>
            <div id="submenu">
              <ul>
                  <li class="clearfix">{GENERATED_NAV_BAR}</li>
              </ul>
            </div>
            <!-- BEGIN switch_user_logged_in -->
            <div id="userlinks" class="clearfix">
              <ul>
                    <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
                    <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
                  <li class="last"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
              </ul>
              <p>{LOGGED_AS}.</p>
            </div>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_user_logged_out -->
            <div id="userlinks" class="not-connected clearfix">
              <span class="guest">{L_NOT_CONNECTED}</span> <span>{L_LOGIN_REGISTER}</span>
            </div>
            <!-- END switch_user_logged_out -->
            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <div class="module borderwrap">
                  <div class="box-content">
                    <div id="fa_ticker_container">
                        <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
                          <!-- BEGIN ticker_row -->
                          <li>{switch_ticker.ticker_row.ELEMENT}</li>
                          <!-- END ticker_row -->
                        </ul>
                    </div>
                  </div>
              </div>
            </div>
            <!-- END switch_ticker_new -->
            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <div class="module borderwrap">
                  <div class="box-content">
                    <div id="fa_ticker_container">
                        <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                          <div class="fa_ticker_content">
                              <!-- BEGIN ticker_row -->
                              <div>{switch_ticker.ticker_row.ELEMENT}</div>
                              <!-- END ticker_row -->
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
            </div>
            <!-- END switch_ticker -->
            <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
              <div id="outer-wrapper">
                  <div id="wrapper">
                    <div id="container">
                        <div id="content">
                          <div id="{ID_LEFT}">
                              <!-- BEGIN giefmod_index1 -->
                              {giefmod_index1.MODVAR}
                              <!-- BEGIN saut -->
                              <div style="height:{SPACE_ROW}px"></div>
                              <!-- END saut -->
                              <!-- END giefmod_index1 -->
                          </div>
                          <div id="main">
                              <div id="main-content">

Salveaza si inregistreaza template-ul.

Acum intra in css si adauga acest cod.

Cod:

#txt{
  text-transform: uppercase;
    font-weight: 500;
    font-size: 26px !important;
  font-family: 'Oswald', sans-serif;
  color:  #fff!important;
  text-align: center;
  text-shadow: 0px 1px 1px black;
  letter-spacing: 3px;
  display: inline-block;
 text-align: center;
  width: 170px;
  line-height: 45px;
  background-image: url(http://i68.servimg.com/u/f68/14/12/03/12/ceas310.png);
  background-color: none!important;
  background-repeat: no-repeat!important;
  background-position: 1px -2px;
}

Mai departe intrati in pa/module/javascript si creati un nou cod cu text-ul ceas si bifati catre toate paginile,apoi adaugati acest cod.

Cod:
function startTime() {
    var today = new Date();
    var h = today.getHours();
    var m = today.getMinutes();
    var s = today.getSeconds();
    m = checkTime(m);
    s = checkTime(s);
    document.getElementById('txt').innerHTML =
    h + ":" + m + ":" + s;
    var t = setTimeout(startTime, 500);
}
function checkTime(i) {
    if (i < 10) {i = "0" + i};  // add zero in front of numbers < 10
    return i;
}
mr.franta

mr.franta
Membru onorific
Membru onorific

Mesaje : 1401
Varsta : 35
Localizare : Giurgiu
Data înscrierii : 18/02/2012
Mulțumiri : 130
Google Chrome phpBB2

https://frannnta-design.forumgratuit.ro/
mr.franta a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de TheBadWorm Mar Ian 05, 2016 2:09 pm

Nu merge... uitați-vă pe site.
Am verificat pașii de 3 ori, nu cred că am greșit pe undeva.
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de mr.franta Mar Ian 05, 2016 2:35 pm

Nu merge din cauza dvs,din cate vad pe forumul tau aveti 3 radio,2 meniuri duplicate,inca un chatbox,numai Dumnezeu stie ce aveti acolo....
Pentru a va demonstra ca functioneaza uitati un mic demo previzualizare ceas
mr.franta

mr.franta
Membru onorific
Membru onorific

Mesaje : 1401
Varsta : 35
Localizare : Giurgiu
Data înscrierii : 18/02/2012
Mulțumiri : 130
Google Chrome phpBB2

https://frannnta-design.forumgratuit.ro/
mr.franta a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Ceas digital lângă logo

Mesaj Scris de TheBadWorm Mar Ian 05, 2016 3:34 pm

Noul overall_header:
Cod:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB} {NAMESPACE_FB_LIKE} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
     
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->
  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->
  <script type="text/javascript">
  //<![CDATA[
  $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
        $(document).ready(function() {           
            Ticker.start({
              height : {switch_ticker.HEIGHT},
              spacing : {switch_ticker.SPACING},
              speed : {switch_ticker.SPEED},
              direction : '{switch_ticker.DIRECTION}',
              pause : {switch_ticker.STOP_TIME}
            });
        });
      <!-- END switch_ticker -->
  });
  <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = 'box-content';
  <!-- END switch_login_popup -->
  <!-- BEGIN switch_login_popup -->
  $(document).ready( function() {
      $(window).resize(function() {
        var windowWidth = document.documentElement.clientWidth;
        var popupWidth = $("#login_popup").width();
        var mypopup = $("#login_popup");
        $("#login_popup").css({
        "left": windowWidth/2 - popupWidth/2
            });
      });
  });
  <!-- END switch_login_popup -->
  //]]>
  </script>
  {GREETING_POPUP}
  <script src="{JS_DIR}invision.js" type="text/javascript"></script>
  <!-- BEGIN switch_ticker_new -->
  <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});
      switch( tickerDirParam )
      {
        case 'top' :
            slid_vert = true;
            break;
        case 'left':
            break;
        case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;
        case 'right':
            auto_dir = 'prev';
            break;
        default:
            slid_vert = true;
      }
      $(document).ready(function() {
        $('#fa_ticker_content').css('display','block');
        var width_max = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});
        if (width_max > 0)
        {
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
              if ($(this).width() > width_item)
              {
              var ratio      = $(this).width() / width_item;
              var new_height = Math.round($(this).height() / ratio);
              $(this).height(new_height).width(width_item);
              }
            });
            if (slid_vert)
        {
              var height_max = h_perso;
            $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                    height_max = $(this).height();
                  }
              } );
            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            $('ul#fa_ticker_content li').height(height_max);
        }
            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
              wrap: 'circular',
              auto: {switch_ticker.STOP_TIME},
              auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
        }
        else
        {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
        }
      });
  //]]>
  </script>
  <style>
  .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 50px;
  }
  .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
  }
  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  </style>
  <!-- END switch_ticker_new -->
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
  _gaq.push(['_trackPageLoadTime']);
  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->
    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
</head>
<body onload="startTime()">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
  <div class="content">
      <p>
        {hitskin_preview.L_THEME_SITE_PREVIEW}
        <br />
        <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>
  </div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module borderwrap" style="z-index: 10000 !important;">
  <div id="login_popup_content">
      <div id="login_popup_background">
        <div id="login_popup_title" class="maintitle"><h3>{SITENAME}</h3></div>
        <div class="box-content">
            {LOGIN_POPUP_MSG}
            <div id="login_popup_buttons">
              <form action="{S_LOGIN_ACTION}" method="get" target="_parent">
                  <input type="submit" class="button" value="{L_LOGIN}" />
                  <input type="button" class="button" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                  <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
              </form>
            </div>
        </div>
      </div>
  </div>
</div>
<!-- END switch_login_popup -->
<div class="minwidth_IE">
  <div class="layout_IE">
      <div class="container_IE">
        <div id="ipbwrapper">
            <a id="top" name="top" accesskey="t"></a>
            <div id="logostrip" class="clearfix">
              <a href="{U_INDEX}" id="logo" title="{L_INDEX}"><img src="{LOGO}" alt="{L_INDEX}" /> <div id="txt"></div></a>
              <!-- BEGIN switch_h1 -->
              <div id="main-title">{switch_h1.MAIN_SITENAME}</div>
              <!-- END switch_h1 -->
              <!-- BEGIN switch_desc -->
              <p id="site-desc">{switch_desc.SITE_DESCRIPTION}</p>
              <!-- END switch_desc -->
            </div>
            <div id="submenu">
              <ul>
                  <li class="clearfix">{GENERATED_NAV_BAR}</li>
              </ul>
            </div>
            <!-- BEGIN switch_user_logged_in -->
            <div id="userlinks" class="clearfix">
              <ul>
                    <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
                    <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
                  <li class="last"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
              </ul>
              <p>{LOGGED_AS}.</p>
            </div>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_user_logged_out -->
            <div id="userlinks" class="not-connected clearfix">
              <span class="guest">{L_NOT_CONNECTED}</span> <span>{L_LOGIN_REGISTER}</span>
            </div>
            <!-- END switch_user_logged_out -->
            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <div class="module borderwrap">
                  <div class="box-content">
                    <div id="fa_ticker_container">
                        <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
                          <!-- BEGIN ticker_row -->
                          <li>{switch_ticker.ticker_row.ELEMENT}</li>
                          <!-- END ticker_row -->
                        </ul>
                    </div>
                  </div>
              </div>
            </div>
            <!-- END switch_ticker_new -->
            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <div class="module borderwrap">
                  <div class="box-content">
                    <div id="fa_ticker_container">
                        <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                          <div class="fa_ticker_content">
                              <!-- BEGIN ticker_row -->
                              <div>{switch_ticker.ticker_row.ELEMENT}</div>
                              <!-- END ticker_row -->
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
            </div>
            <!-- END switch_ticker -->
            <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
              <div id="outer-wrapper">
                  <div id="wrapper">
                    <div id="container">
                        <div id="content">
                          <div id="{ID_LEFT}">
                              <!-- BEGIN giefmod_index1 -->
                              {giefmod_index1.MODVAR}
                              <!-- BEGIN saut -->
                              <div style="height:{SPACE_ROW}px"></div>
                              <!-- END saut -->
                              <!-- END giefmod_index1 -->
                          </div>
                          <div id="main">
                              <div id="main-content">


Noua foaie de still css:
Cod:
textarea  {
   font-size: 1.3em;
   line-height: 1.4em;
   padding: 2px;
   font-weight: normal;
   font-family: "Lucida Grande", Arial,Verdana,Tahoma;
   color: #D0D0D0;
   border: 1px solid #2370B6;
   background-color: #222;
}
select, input {
   font-size: 1.1em;
   padding: 1px;
   font-weight: normal;
   font-family: "Lucida Grande", Arial,Verdana,Tahoma;
   color: #D0D0D0;
   border: 1px solid #2370B6;
   background-color: #222;
}


/* QUICK REPLY-------------------------------------------------------------*/
.qreply {
        background-color: #313131;
   border: 0px solid #191919;
   }
.dd-textarea textarea {
        border: 2px inset #2370B6;
   }

#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
   background-color: #222;
        color: #FFFFFF;
   }


.ipbform2 dl dd input {
   background-color: #222;
        color: #FFFFFF;
        border: 2px inset #2370B6;
   }

.postreview .box-content {
   background-color: #313131; /** table color**/
   border-left: 1px inset #404040;
   border-right: solid 1px #121212;
   }

/*
fieldset {
   clear: both;
   background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
*/


/***************** LOGO************/

div#logostrip {
   min-height: 88px;
   background-image: url('');
   background-repeat: repeat-x;
   text-align: center;
   width: 100%;
        margin-left: 0px;
   }
div#logostrip #logo {
   display: block;
   margin: 0 0px;
   float: center;
   }




body {
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/body11.gif');
 margin-left: 5px;
   }
#main{
   width: 95%;
   padding: 20px;
   text-align: left;
        position: relative;
   margin: 0px center;
        margin-top: -1em;
        margin-left: -2px;
   background-width: 768px;
        min-width: 983px !important;
        max-width: 984px !important;
   }

#ipbwrapper {
   width: 61.8%;
   text-align: left;
   padding: 20px;
        position: relative;
        /*margin-left: 15px;*/
        margin-left: 17px;
   margin: 0px auto;
        margin-top: -1.5em;
        min-width:1042px;
        padding-right: 2px;
        background-width: auto;
   background-width: 768px;
        background-repeat: repeat-y;
        background-position: middle top;
        background-color: transparent !important;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg310.png');
/*     background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg16.png');
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;*/
   }

.container_IE {
        min-width: 900px !important;
        padding-left: 0.40em !important;
         /*margin-right:  2.90em !important;*/
        padding-bottom: 3.0em !important;
        image-repeat: no-repeat !important;
   background-position: bottom!important;
   background-repeat: no-repeat !important;
   background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        _background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        }

/***** TABLE BABY ************/
table.ipbtable.index-box {
   width: 100%;
   table-layout: fixed;
/*border: solid 1px #c4c4c4; //** border to all**/ */
   }

table.ipbtable th {
   color: #FFE1B9;
   font-size: 12px;
   font-weight: bold;
   background-image: url('http://img682.imageshack.us/img682/9953/ua2.png'); /** 2nd head bar **/
   white-space: nowrap;
   padding: 0 5px;
   text-align: center;
   height: 26px;
   border-left: solid 1px #363636;
   border-right: solid 1px #363636;
   border-top: solid 1px #363636;
   border-bottom: solid 1px #363636;
}

table.ipbtable th.formsubtitle,.formsubtitle {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

div.maintitle {
   background-image: url('http://img185.imageshack.us/img185/9360/87720941.png'); /*main bar*/
        background-repeat: no-repeat;
        font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
        white-space: nowrap;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   /*color: #EB8500;*/
   }


/********************* TABLE BOTTOM ****************/

/*IPB Tables*/
table.ipbtable th.formsubtitle,.formsubtitle {
margin-top: -6px;
   background-color: #2d2d2d;
   }
table.ipbtable tfoot td {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cathea11.gif');
   height: 24px;
   padding: 0 3px;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
/*
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;   
*/
   }
table.ipbtable .forumdesc {
   color: #666666;
   }
.row1,.row2 {
   border-bottom: 1px solid #131313 !important;
   }
.row1 {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.row2 {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.darkrow { /* BOTTOM OF TABLE ON TOPIC */
        background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
.thin {
   border: 1px solid #3C3C3C;
   }
.sticky-separator {
   border-top: 3px solid #ff9000;
   }

/********************* PORTAL & WIDGET *********************************/
.module .maintitle {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/portal12.png') !important;
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-bottom: solid 1px #131313;
   }
/*
.module .maintitle h3 {
   float: none !important;
   font-size: 1em !important;
   }*/
.module .box-content {
   padding: 5px;
   line-height: normal;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.module .postbody {
   padding: 0px !important;
        width: 99.6%;
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   border-right: solid 1px #121212;
   border-bottom: solid 1px #131313;
   }
.module .postbody .postbody-head {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;*/
   border-bottom: solid 1px #131313;
   }
.module .postbody .post-footer {
       background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_cat10.gif') !important;
   background-color: #313131; /** table color**/    
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


/***************** POPUP MENU*************************/

.popmenubutton {
   float: right;
margin-right: 20px;
   height: 15px;
margin-bottom: -3.5px !important;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


#forummenu-options {
   float: right;
   height: 15px;
        margin-bottom: -4px !important;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
}

#forummenu-options_menu.popupmenu  {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;}


div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
margin-bottom: -5.5px; /** fix for all table header margin**/
   font-size: 13px;
   }


/********* MENU BAR*****************************/
#submenu {
background-image: url('http://img717.imageshack.us/img717/282/ua1.png');
   height: 35px;
   overflow: hidden;
        border-left: solid 1px #121212;
   border-bottom: solid 1px #000;
   border-top: solid 1px #000;
   color: #FFFFFF;
   text-align: center;
   font-size: 12px;
   padding: 4.5px;
        width: 98.6%;
        margin-left: -6px;
   }
/* Submenu */
#submenu {
   padding: 0.3em 0 0.0em;
   text-align: center;
        color: #FFFFFF;
   }


/*
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
   height: 18px;
   /*overflow: hidden;*/
   border-bottom: solid 1px #000;
   border-top: solid 1px #000;
   color: #FFFFFF;
   text-align: center;
   font-size: 12px;
   padding: 4px;
        width: 98.6%;
        margin-left: -4px;
   }
/* Submenu */
#submenu {
        height: 18px;
   padding: 0.0em 0 0.0em;
   text-align: center;
        color: #FFFFFF;
margin-left: -4px;
   }
*/

*+ html #submenu {
   padding: 0;
   }
* html #submenu {
   padding: 0;
   }
#submenu ul {
   list-style: none;
   text-align: left;
   }
#submenu ul li {
   
/*line-height: 2em;
   */
}

#submenu ul li a {
         padding: 0.0em 0em 0.0em 0;
   /*padding: 0.5em 1em 0.65em 0;*/
   margin: 0.5em 1em 0.65em 0;
   text-decoration: bold;
color: #FFFFFF;
margin-left: 15px;
   }

*+ html #submenu ul li a {
   display: inline-block;
   }


* html #submenu ul li a {
   display: inline-block;
   }

/*#submenu ul li a img {
   display: none;
   }*/



/*********  BAR FOR LOG AS************/
#userlinks {
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/login10.png');*/
   padding: 0.5em;
   font-size: 0.9em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;

width: 97.6%;
margin-left: -6px;
   }

/*********************** REMOVE UNDERLINE ************************/
a:link{
text-decoration: none;
}
a:hover{
text-decoration: underline;

}
a:active{
text-decoration: none;

}
a:visited{
text-decoration: none;
}

/******************* - + images ************************/
div.maintitle .expand,div.maintitle .contract {
   float: right;
        margin-right: 15px;
   width: 11px;
   height: 11px;
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/min110.png') no-repeat 50% 50%;
   cursor: pointer;
   }
div.maintitle .expand {
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/max110.png') no-repeat 50% 50%;
   }




/*********************** NAV BAGI TOPIK ************************/
#navstrip {
   list-style: none;
   margin: 0 0 1.2em;
   font-weight: bold;
        height: 18px;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');    
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
#navstrip li {
   float: left;
   margin: 0 5px;
   padding-left: 15px;
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/arrow15.png') no-repeat left 50%;
   }
#navstrip li.begin {
   padding-left: 5px;
        background: url('http://2img.net/i/fa/empty.gif') no-repeat left 50%;
   }
#navstrip li a {
   text-decoration: none;
   font-weight: bold;
   }


/************************SEARCH BOX*************************/
/*.search-footer-box input {
   margin: 0;
   font-size: 0.8em;
        background-color: #313131;
   color: #FFFFFF;        
   border-left: solid 1px #ff9000;
   border-right: solid 1px #ff9000;
   border-top: solid 1px #ff9000;
   border-bottom: solid 1px #ff9000;
   }*/
.mod-forum-toolbox {
   float: right;
   width: 45%;
   text-align: right;
   }


/**********************Login form****************/
div.login fieldset label {
   float: left;
   width: 11em;
   margin: 0.5em 0;
   }
div.login fieldset input {
   margin: 0.5em 0;
   }
div.login fieldset.formcolumn2 label {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
/*
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
*/
   display: inline;
   float: none;
   }

/* ******************************************** QOUTE & CODE ************************ */
blockquote {
        color: FFFFFF;
   margin: 8px;
   padding: 8px;
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

blockquote cite {
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
        color: FFFFFF;
   display: block;
   margin: -8px -8px 8px -8px;
   padding: 3px;
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/quote10.png');
   background-repeat: no-repeat;
   background-position: top right;
   font-style: normal;
   font-size: 11px;
   font-weight: bold;
   }

.codebox dt {

   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


.codebox dd {

   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
}

dl.codebox {
   margin: 8px;
   }
.codebox dt {
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   display: block;
   padding: 3px;
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute11.png');
   background-repeat: no-repeat;
   background-position: top right;
   text-transform: uppercase;
        color: FFFFFF;
   font-weight: normal;
   font-weight: bold;
   }

.spoiler {
   margin: 8px;
   padding: 8px;
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }



/* ************************ POST BODY ************************ */

.post {
   background-color: #191919;
   border-bottom: 5px solid #2370B6;
   }

.post-container {
   margin-left: 18em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   /*border-top: solid 1px #3C3C3C;*/
   border-bottom: solid 1px #131313;
   }

.post-header{
   padding: 2px 8px 0;
   min-height: 33px;
   background-color: #313131; /** table color**/

        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   /*border-right: solid 1px #121212;*/
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;

   }
.popmenubutton-new-out {
   margin: 0 auto;
   float: none;
   padding: 0.3em 0;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
.postprofile {
   float: left;
   margin-left: -18em;
   width: 17.757em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   /*border-top: solid 1px #3C3C3C;*/
   /*border-bottom: solid 1px #131313;*/  
        height: auto;  
   }
.topic-footer { /* previous */
background-color: #191919;
   padding: 0px;
   font-weight: bold;
        height: 18px;
   }

.bar {
   padding: 5px;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.post-footer {
   clear: both;
   background-color: #313131;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');        
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

/********* FOOTER **************/
#gfooter {
   margin: 2px 0;
   padding: 0.5em;
background-color: transparent;
   color: #2370B6;
        width: 97.7%;
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_foo11.gif') !important;*/
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');        
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
        margin-left: -5px;
float: center;  
}
.current-time {
   float: right;
       color: #FFFFFF;   
}
#submenu {    background-image: url(http://64.19.142.12/img717.imageshack.us/img717/282/ua1.png);
    border-bottom: solid 1px #000;
    border-left: solid 1px #121212;
    border-top: solid 1px #000;
    color: #FFF;
    font-size: 12px;
    height: 34px;
    margin-left: -4px;
    overflow: hidden;
    padding: 3;
    text-align: center;
    width: 98.6%;
}
#txt{
   text-transform: uppercase;
    font-weight: 500;
    font-size: 26px !important;
  font-family: 'Oswald', sans-serif;
  color:  #fff!important;
  text-align: center;
  text-shadow: 0px 1px 1px black;
  letter-spacing: 3px;
  display: inline-block;
 text-align: center;
  width: 170px;
  line-height: 45px;
  background-image: url(http://i68.servimg.com/u/f68/14/12/03/12/ceas310.png);
  background-color: none!important;
  background-repeat: no-repeat!important;
  background-position: 1px -2px;
}



Codul script: http://freezetime.forumz.ro/10054.js
Cod:
function startTime() {  
    var today = new Date();
    var h = today.getHours();
    var m = today.getMinutes();
    var s = today.getSeconds();
    m = checkTime(m);
    s = checkTime(s);
    document.getElementById('txt').innerHTML =
    h + ":" + m + ":" + s;
    var t = setTimeout(startTime, 500);
}
function checkTime(i) {
    if (i < 10) {i = "0" + i};  // add zero in front of numbers < 10
    return i;
}

Ce ați văzut pe forum, cu radio-urile și index-urile, era doar un test. Am făcut totul ca în tutorial și nu apare nimic.
avatar

TheBadWorm
Membru Forumgratuit

Mesaje : 53
Varsta : 24
Data înscrierii : 03/01/2016
Mulțumiri : 0
Internet Explorer punBB

http://freezetime.forumz.ro
TheBadWorm a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum