Le deal à ne pas rater :
Pokémon EV06 : où acheter le Bundle Lot 6 Boosters Mascarade ...
Voir le deal

 

 CSS COMPLET BROCART

Aller en bas 
AuteurMessage
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 5 Juin - 22:37

Code:
<div class="pliensrapides" style="margin-top:15px;margin-bottom:0px;font-size:10px !important;">
 <!-- BEGIN switch_user_logged_in -->{LAST_VISIT_DATE} • {CURRENT_TIME}<!-- END switch_user_logged_in -->
</div>

<div class="pliensrapides" style="margin-top:0px;margin-bottom:-30px;">
  <!-- BEGIN switch_user_logged_in -->
     <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW} • </a>
     <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF} • </a>
  <!-- END switch_user_logged_in -->
  <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED} • </a>
  <!-- BEGIN switch_on_index --><!-- BEGIN switch_delete_cookies --><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a><!-- END switch_delete_cookies --><!-- END switch_on_index -->
  <!-- BEGIN switch_delete_cookies --><a href="{switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a><!-- END switch_delete_cookies -->  
</div>

    <!-- BEGIN catrow -->
    <!-- BEGIN tablehead -->
    <div class="ptitrecate">{catrow.tablehead.L_FORUM}</div>
    <div class="pblocate">
     <!-- END tablehead -->
     <!-- BEGIN cathead -->
     <!-- END cathead -->
     <!-- BEGIN forumrow -->
    <a href="{catrow.forumrow.U_VIEWFORUM}"><div class="plienforum">{catrow.forumrow.FORUM_NAME}</div></a>
      
    <div class="pblocforum">
      
      <img class="pimageforum" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      
      <div class="pblocdesc">
        <div class="pdescription">{catrow.forumrow.FORUM_DESC}</div>
        <div class="psslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
      </div>
      
      <div class="pbloclast">
        <div class="plastmess">{catrow.forumrow.LAST_POST}</div>
        <div class="pmessuj" class="gensmall"><center>{catrow.forumrow.POSTS} messages | {catrow.forumrow.TOPICS} sujets</center></div>
      </div><div class="pinkbar"></div>
      </div>
    <!-- END forumrow -->
    <!-- BEGIN catfoot -->
    <!-- END catfoot -->
    <!-- BEGIN tablefoot -->
    </div>
    <!-- END tablefoot -->
    <!-- END catrow -->


Dernière édition par Admin le Jeu 8 Juil - 18:56, édité 1 fois
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 5 Juin - 22:56

TEMPLATE AFFICHAGE SUJET

Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <th colspan="7" align="center" nowrap="nowrap"><span class="secondarytitle"> {topics_list_box.row.L_TITLE} </span></th>
   <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      <!-- BEGIN single_selection -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
      <!-- END single_selection -->
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
      <!-- BEGIN icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      <!-- END icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         <div class="topictitle"> <h2 class="topic-title">
                          <span class="namesujet">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}</span>
            
                          <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a><br/> <span class="namesujet">ouvert par <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>.
            </h2>
         </div>

         <!-- BEGIN switch_description -->
         <span class="genmed">
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         </span>
         <!-- END switch_description -->
         <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
         <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
      </td>

   
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap">
 
                  <div class="search"><ba>{topics_list_box.row.REPLIES} RÉPONSES </ba>- <ba>{topics_list_box.row.VIEWS} VUES</ba></div>
            <span class="champliste">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span>
        </td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="champliste"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 5 Juin - 22:57

TEMPLATE AFFICHAGE D UN SUJET

Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <th colspan="7" align="center" nowrap="nowrap"><span class="secondarytitle"> {topics_list_box.row.L_TITLE} </span></th>
   <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      <!-- BEGIN single_selection -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
      <!-- END single_selection -->
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
      <!-- BEGIN icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      <!-- END icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         <div class="topictitle"> <h2 class="topic-title">
                          <span class="namesujet">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}</span>
            
                          <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a><br/> <span class="namesujet">ouvert par <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>.
            </h2>
         </div>

         <!-- BEGIN switch_description -->
         <span class="genmed">
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         </span>
         <!-- END switch_description -->
         <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
         <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
      </td>

   
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap">
 
                  <div class="search"><ba>{topics_list_box.row.REPLIES} RÉPONSES </ba>- <ba>{topics_list_box.row.VIEWS} VUES</ba></div>
            <span class="champliste">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span>
        </td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="champliste"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 5 Juin - 22:58

TEMPLATE OVERALL HEADER

Code:
<!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}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Dosis:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">"
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 
  <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/css2?family=Dosis:wght@500&display=swap" rel="stylesheet">
 
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /><link href="https://fonts.googleapis.com/css2?family=Rochester&display=swap" rel="stylesheet">
    <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>
    <!-- BEGIN switch_recent_jquery -->
    <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
    <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
    <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
    <!-- END switch_recent_jquery -->
    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> 
    {RICH_SNIPPET_GOOGLE}

    <!-- BEGIN switch_fb_login -->
    <script src="https://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="{JQUERY_DIR}ticker/ticker.css" />
    <script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script>
    <!-- END switch_ticker -->

    <!-- BEGIN switch_ticker_new -->
    <script src="{JQUERY_DIR}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() {
            var w_cont = $('#fa_ticker_container').width();

            if (w_cont > 0) {
                $('#fa_ticker_container').width(w_cont);

                /* Affichage de la liste */
                $('#fa_ticker_content').css('display','block');

                /* Calcul des dimensions du conteneur et des elements */
                var width_max = $('ul#fa_ticker_content').width();
                var width_item = Math.floor(width_max / {switch_ticker.SIZE});
                var height_max = h_perso;

                /* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
                $('ul#fa_ticker_content li').each( function () {
                    if ($(this).height() > height_max) {
                        height_max = $(this).height();
                    }
                } );

                /* Redimensionnement des elements et des images trop larges */
                $('ul#fa_ticker_content li').width(width_item).height(height_max).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);
                    }
                });

                /* Redimensionnement et centrage du conteneur en mode vertical */
                if (slid_vert) {
                    $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
                }

                /* Initialisation du caroussel */
                $('#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>
    <!-- END switch_ticker_new -->

    <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 = true, logInBackgroundClass = false;
    <!-- 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}
    <!-- BEGIN switch_ticker_new -->
    <style>
    .jcarousel-skin-tango .jcarousel-item {
        text-align:center;
        width: 10px;
    }

    .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 background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 
<div class="navig" align="{MENU_POSITION}">{GENERATED_NAV_BAR}</div>
    <!-- BEGIN hitskin_preview -->
    <div id="hitskin_preview" style="display: block;">
        <h1><img src="https://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="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
            </p>
        </div>
    </div>
    <!-- END hitskin_preview -->
 
     
    <div class="bloc_flottant">
     
      <div style="background-image: url('https://i.ibb.co/Ks83K2p/476141plus3.png'); width: 237px; height: 290px; padding: 5px;">
        <span style="text-transform: uppercase; font-size: 16px; color: #000000; margin-left: 15px;">animation d'hiver</span>
        <br>
          <span style=" font-size: 10px; color: #000000; padding-top: -20px; margin-left: 65px; ">gagnants</span>
          <br>
           
            <div class="recomp" style="margin-top: 10px;">   
             
                  <div class="img-recomp">
                        <div class="staff">
                        <img src="https://64.media.tumblr.com/e3827d81025248386e1b756bf7ad04ac/58d1b436809ee3c4-bd/s500x750/3cb19be55abbc98fca7a984d2b68b06f37fb0aa9.png" class="meetimg1"/>
                        <img src="https://images2.imgbox.com/b6/5b/xqBZl8vI_o.png" class="meetimg2"/>
                        <img src="https://images2.imgbox.com/b6/5b/xqBZl8vI_o.png" class="meetimg3"/>
                        </div>
         
                         
                        </div></div> </div>
      </div>

    <!-- BEGIN switch_login_popup -->
    <div id="login_popup" style="z-index: 10000 !important;">
        <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
            <tr height="25">
                <td class="catLeft">
                    <span class="genmed module-title">{SITENAME}</span>
                </td>
            </tr>
            <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
                <td class="row1" align="left" valign="top">
                    <div id="login_popup_buttons">
                        <form action="{S_LOGIN_ACTION}" method="get">
                            <input type="submit" class="mainoption" value="{L_LOGIN}" />
                            <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                            <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                        </form>
                    </div>
                    <span class="genmed">{LOGIN_POPUP_MSG}</span>
                </td>
            </tr>
        </table>
    </div>
    <!-- END switch_login_popup -->

    <a name="top"></a>
    {JAVASCRIPT}

    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
        <tr>
            <td class="bodyline">
                <table width="100%" cellspacing="0" cellpadding="0" border="0">
                    <tr>
                        <!-- BEGIN switch_logo_left -->
                        <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                        <!-- END switch_logo_left -->
                        <td align="center" width="100%" valign="middle">
                            <!-- BEGIN switch_logo_center -->
                            <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                            <br />
                            <!-- END switch_logo_center -->
                            <div class="maintitle">{MAIN_SITENAME}</div>
                            <br />
                            <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
                        </td>
                        <!-- BEGIN switch_logo_right -->
                        <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                        <!-- END switch_logo_right -->
                    </tr>
                </table>

               

                <div style="clear: both;"></div>
             
             
                <!-- BEGIN switch_ticker_new -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                        <tr>
                            <td align="left" class="row1">
                                <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>
                            </td>
                        </tr>
                    </table>
                </div>
                <!-- END switch_ticker_new -->

                <!-- BEGIN switch_ticker -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                        <tr>
                            <td align="left" class="row1">
                                <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>
                            </td>
                        </tr>
                    </table>
                </div>
                <!-- END switch_ticker -->
                <div id="page-body">
                    <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                        <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                            <tbody>
                                <tr>
                                    <td valign="top" width="{C1SIZE}">
                                        <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>
                                    </td>
                                    <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </td>
        </tr>
    </table>
</body>
</html>
<!-- END html_validation -->
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptyVen 16 Juil - 13:57

Code:
/******************CODAGE IMAGINE *******************/

a {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}

/* FLECHES HAUT BAS */
.boutonhautbas {
    bottom: 60px;
    right: 10px; /* remplacez right par left pour afficher les boutons à gauche */
    position: fixed;
    z-index: 100;
}

/*SCROLLBAR*/
 
::-webkit-scrollbar { width: 7px; height:7px;}
::-webkit-scrollbar-thumb { background-color: #ebdfbc;; }
::-webkit-scrollbar-track { background-color: #fafafa; }

/*REDIM AVATARS & ICONS*/

rava img {
  width:200px;
  height:320px;}

ricon img {
  width:100px;
  height:100px;}

/* COULEURS */

:root {
--couleur-degrade: -webkit-linear-gradient(left,#ffffff,#ededed);
}

cc {
  color: var(--couleur-degrade);
  font-family: Dosis !important;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: solid 3px #a98baa;
}

/*cc:after{
  content:" • ";
  font-size:13px;
  color:white;
}*/

cc1{
  font-family:Dosis !important;
  color:#cebb81;
  font-weight: bold;
  letter-spacing:2px;
}

cc1:before{
  font-size:15px;
  color:#cebb81;
  margin-top:5px;
}

ba{
  font-size:11px;
  font-family:Dosis !important;
  color:#cebb81;
  font-weight: bold;
  letter-spacing:1px;
}

ba:before{
  content:" • ";
  font-size:11px;
  color:#cebb81;
}

ba2{
  font-size:11px;
  font-family:Dosis !important;
  color:#323637;
  font-weight: bold;
  letter-spacing:1px;
}

b{
  color:#3e3e3e !important;
}

i{
  color:#cebb81 !important;
}

/* balise code */
.code {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:lowercase;
  padding:7px;
}

/* balise spoiler fermée */
.spoiler_closed {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:uppercase;
  padding:7px;
}

/* balise spoiler ouverte */
.spoiler_content{
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:lowercase;
  padding:7px;
}

.quote {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:13px;
  line-height:13px;
  text-tansform:lowercase;
  padding:7px;
}

/*PARAMETRES DIVERS DU FORUM*/
hr {border-bottom:1px dashed white !important;border-top:none !important;border-left:non !important;border-right:none !important;}
tr.post span.gensmall { display: none;  }

.postbody {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
line-height: 18px;}

/*TOUT SÉLECTIONNER*/
.selectCode{
  float:right;
  text-transform: uppercase;
  cursor:pointer;
}
div.cont_code{
  clear: right;
}

/************************************** NAVIGATION A GARDER ***********************************/

.navig {
position: fixed;
top: 5px;
margin: auto;
  margin-left: -390px;
  z-index: 20003}

.mainmenu{
  position: relative;
  z-index: 999;
  font-size:13px;
  font-family: dosis;
  color: #6d6d6d!important;
  text-transform: uppercase;}

#fa_right #fa_menu #fa_welcome, #fa_right.notification #fa_menu #fa_welcome {
    color: #6d6d6d;}

#fa_right #fa_notifications, #fa_welcome {
    color: #6d6d6d;
    line-height: 30px;
    padding: 0 5px;
}

/********************** TOOLBAR A GARDER *********************/

div#fa_toolbar{width:100%;position:fixed !important;right: 0; top: 0;text-align:center !important;height:30px!important;text-transform:lowercase;text-decoration:none;font-size:11px !important;}
div#fa_toolbar a{text-decoration:none !important;font-size:13px;}
#fa_toolbar a:active, #fa_toolbar a:hover, #fa_toolbar a:link, #fa_toolbar a:visited{color:#6d6d6d !important;}


ul{display:block;top:30;}
#fa_toolbar #fa_right #fa_menulist{border:none;font-family:Dosis;font-size:15px !important;}
#fa_right{font-family:Dosis;font-size:12px;text-transform:uppercase;float:rigth;}

#fa_hide{display:none!important;}
span#fa_share{display:none!important;}
#fa_rss{display:none !important;}
#fa_service{display:none !important;}

div#fa_search {display:none!important;}
#fa_toolbar #fa_right #notif_list{border:0px;}
#fa_toolbar #fa_right #notif_list li.see_all{}
.fa_toolbar a{text-decoration:none !important;}

#fa_toolbar #fa_right #notif_list a{}
a:-webkit-any-link{text-decoration:none !important;}
#fa_toolbar #fa_right #notif_list li .contentText{}
#fa_toolbar #fa_right #notif_list li .contentText a{}
#fa_right.welcome #fa_menu #fa_welcome{}
#fa_toolbar #fa_right #notif_list li a.delete{float:right;background:transparent url(https://i.servimg.com/u/f70/18/27/10/48/d9jryz10.png) no-repeat 50% !important;}
div#fa_icon{display:none!important;}

/****************************************** PAGE D'ACCUEIL PAR PLUMYTS *******************************************/

.pfondpa{
  bacground-color:#fff;
}
.ptitpa{
  color:#ceb6c4;
  font-family:'Poiret One';
  text-transform:uppercase;
  font-size:50px;
  letter-spacing:-4px;
}
.ptitpa2{
  text-transform:uppercase;
  font-family:'Baloo Da 2';
  font-size:20px;
  letter-spacing:-1px;
  margin-top:-5px;
}
.pimgpa{
  width:55px;
  height:55px;
  object-fit:cover;
  border-radius:100px;
  margin:8px;
}
ptpa{
  font-family:'Cookie';
  font-size:20px;
  margin:15px;
}

.pcad1{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  text-align:justify;
  font-size:11px;
  line-height:15px;/*vous pouvez modifier jusqu'ici*/
  width:300px;
  float:left;
  height:170px;
  margin:10px 5px 10px 10px;
  padding:5px;
}
.pcad2{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  text-align:justify;
  font-size:11px;/*vous pouvez modifier jusqu'ici*/
  width:330px;
  float:left;
  margin:10px 5px;
  height:120px;
  padding:5px;
  text-align:justify;
  font-size:11px;
}
.pcad3{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  font-family:'Poiret One';
  text-transform:uppercase;
  font-size:21px;/*vous pouvez modifier jusqu'ici*/
  width:44px;
  float:left;
  margin:10px 2px 10px 4px;
  height:170px;
  padding:5px;
}
.pcad4{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  font-family:'Poiret One';
  text-transform:uppercase;
  font-size:18px;/*vous pouvez modifier jusqu'ici*/
  width:44px;
  float:left;
  margin:10px 10px 10px 5px;
  height:170px;
  padding:5px;
}
.pcad5{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  text-align:justify;
  font-size:11px;/*vous pouvez modifier jusqu'ici*/
  width:300px;
  float:left;
  margin:0px 10px;
  height:117px;
  padding:5px;
}
pa{
  color:#ffeff8;
  text-transform:uppercase;
  font-family:'Baloo Da 2';
  font-weight:bold;
}
.pcad6{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  text-align:justify;
  font-size:11px;/*vous pouvez modifier jusqu'ici*/
  width:330px;
  float:left;
  margin:-50px 0px;
  height:100px;
  padding:5px;
}
.pmonpro{
  background-color:#6f666b;
  width:130px;
  display:inline-block;
  text-transform:uppercase;
  font-family:'Baloo Da 2';
  padding:10px;
  font-size:15px;
  margin:25px 5px;
  transition:0.8s;
}
.pmonpro:hover{
  background-color:#fff;
  color:#6f666b !important;
  transition:0.8s;
}
.pmonpro a{
  color:#ceb6c4;
}
.pmonpub{
  background-color:#6f666b;
  width:130px;
  display:inline-block;
  text-transform:uppercase;
  font-family:'Baloo Da 2';
  padding:10px;
  font-size:15px;
  margin:25px 5px;
}
.pmonpub:hover{
  background-color:#fff;
  color:#6f666b !important;
  transition:0.8s;
}
.pmonpub a{
  color:#ceb6c4;
}

.pcad7{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  font-family:'Poiret One';
  letter-spacing:5px;
  text-transform:uppercase;
  font-size:25px;/*vous pouvez modifier jusqu'ici*/
  width:108px;
  float:left;
  margin:-5px 9px;
  height:55px;
  padding:5px;
}
.pcad8{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;/*vous pouvez modifier jusqu'ici*/
  width:460px;
  float:left;
  margin:10px 0px;
  height:50px;
  padding:5px;
}
.pcad9{
  background-color:#ceb6c4;
  border:1px solid #eee1e9;
  text-align:justify;
  font-size:11px;/*vous pouvez modifier jusqu'ici*/
  width:782px;
  float:left;
  margin:0px 10px 10px;
  height:30px;
  padding:5px;
}
div.infostaff{
  position:relative;
  cursor:pointer;
}
div.infostaff > div{
  display:none;
}
div.infostaff:hover{
  background:none;
  z-index:500;
}
div.infostaff:hover > div{
  background:#6f666b;
  color:#fff;
  border-radius:10px;
  top:50px;
  left:0px;
  padding:5px;
  width:100px;
  font-family:'Baloo Da 2';
  font-size:10px;
  display:block;
  position:absolute;
  text-align:center;
  text-transform:uppercase;
}
div.infostaff a{
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  font-family:'Poiret One';
  text-decoration:none;
  font-weight:bold;
}
.infostaff{
  display:inline-block;
}
.imgstaff{
  width:45px;
  height:45px;
  border-radius:100px;
}
pa1{
  color:#ceb6c4;
  text-shadow:0px 1px 1px #000;
  font-family:'Cookie';
  text-transform:lowercase;
  font-size:22px;
}

/**************************************** QEEL PAR PLUMYTS **************************************************/

.pfondq{
  background-color:#fff;
  margin-top:5%;
  padding:1%;
}
.ptitreq{
  color:#A69BA2;
  text-align:center;
  font-family:'Cookie';
  font-style:italic;
  font-size:50px;
  margin-top:-10px;
  margin-bottom:10px;
}
tq{
  text-transform:uppercase;
  font-family:'Baloo Da 2';
}

.ptabq1{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  padding:1%;
  float:left;
  width:30%;
  height:100px;
  overflow:auto;
  font-size:11px;
  text-align:justify;
  scrollbar-width:thin;
}
.ptabq2{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  padding:1%;
  float:right;
  width:30%;
  height:100px;
  overflow:auto;
  font-size:11px;
  text-align:justify;
  scrollbar-width:thin;
}
.ptabq3{
  float:left;
  width:33%;
  margin:0 1%;
  text-align:center;
}
.ptabq4{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  padding:1%;
  float:right;
  width:30%;
  /*height:80px;*/
  overflow:auto;
  font-size:12px;
  text-align:justify;
  scrollbar-width:thin;
  margin-top:8px;
}
.ptabq4 a{
  font-family:'Cookie';
  font-size:19px;
  letter-spacing:1px;
  /*text-transform:lowercase;*/
}
.ptabq5{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  padding:1%;
  float:left;
  width:30%;
  height:80px;
  overflow:auto;
  line-height:20px;
  font-size:12px;
  text-align:justify;
  scrollbar-width:thin;
  margin-top:8px;
  margin-left:-540px;
}

#last .row1{
  background-color:transparent;
}
#last .row1 .gensmall{
  font-size:11px;
}

.qg1, .qg2, .qg3, .qg4, .qg5, .qg6, .qg7{
  border:1px solid #eaeaea;
  font-weight:bold;
  display:inline-block;
  width:200px;
  margin:0 0 1.3% 0;
  text-transform:uppercase !important;
  padding:1% 0;
  font-family:'Baloo Da 2' !important;
  font-size:13px !important;
  transition:0.7s;
}

.qg1:hover, .qg2:hover, .qg3:hover, .qg4:hover, .qg5:hover, .qg6:hover, .qg7:hover{
  border:1px solid #f59fd0;
  background-color:#fff;
  color:#ec5ac7 !important;
  transition:0.7s;
}
.qg1{
  background-color:#f9c6e3;
  color:#fff !important;
}
.qg2{
  background-color:#f59fd0;
  color:#fff !important;
}
.qg3{
  background-color:#f583d8;
  color:#fff !important;
}
.qg4{
  background-color:#ec5ac7;
  color:#fff !important;
}
.qg5{
  background-color:#d936b0;
  color:#fff !important;
}
.qg6{
  background-color:#b53780;
  color:#fff !important;
}
.qg7{
  background-color:#880351;
  color:#fff !important;
}

/********************************************* CATÉGORIES PAR PLUMYTS *****************************************/
.ptitrecate{
  background-color:#A69BA2;
  width:auto;
  text-align:center;
  margin-bottom:-30px;
  letter-spacing:1px;
}
.ptitrecate h2{
  color:#fff;
  font-family:'Cookie';
  font-size:40px;
  /*text-transform:uppercase;*/
  display:block;
  padding:2px;
  font-weight:normal;
}
.ptitrecate h2 span{
  display:none;
}
.pblocate{
  background-color:#fff;
  margin-bottom:10px;
  padding-bottom:1px;
}

.plienforum{
  color:#9d949a;
  font-family:'Baloo Da 2';
  font-size:18px;
  font-weight:normal;
  text-transform:uppercase;
  padding-top:5px;
  margin-bottom:-10px;
  margin-left:130px;
}
.pblocforum{
  width:800px;
  margin:auto;
  margin:10px;
  display:flex;
}
.pimageforum{
  display:inline-block;
  height:107px;
  width:10px;
  object-fit:cover;
      margin-left: 5px;
}

.pblocdesc{
  margin:0 10px;
  overflow:hidden;
  vertical-align:top;
  width:500px;
  display:inline-block;
}
.pdescription{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  height:70px;
  overflow-y:auto;
  padding:2px;
  text-align:justify;
  font-size:12px;
  font-family:'Verdana';
  scrollbar-width:thin;
  line-height: 18px;
}
.psslien{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  text-transform:uppercase;
  font-family:'Baloo Da 2';
  padding:3px;
  margin-top:6px;
}
.psslien a{
  font-size:10px;
  color:#5e4f57;
}

.pbloclast{
  background:#DBDBDB;
  border:1px solid #E4E4E4;
  display:inline-block;
  height:80px;
  padding:25px 5px 0;
  text-align:center;
  vertical-align:top;
  width:150px;
}
.plastmess a{
  color:#B37599;
}
.plastmess, .plastmess a.gensmall{
  font-size:12px;
  font-family:'Baloo Da 2';
  /*text-transform:lowercase;*/
  line-height:23px;
  margin-top:-25px;
}
.pmessuj{
  color:#594c4d;
  font-family:'Cookie';
  font-size:16px;
  text-transform:lowercase;
  letter-spacing:0.5px;
  line-height:50px;
}
.pinkbar{
  background-color:#ceb6c4;
  float:right;
  width:10px;
  height:107px;
}

.pliensrapides{
  font-family:'Baloo Da 2';
  text-transform:uppercase;
  text-align:center;
  margin-top:-10px;
  font-size:11px;
}

.lastpost-avatar img, .avatarcate {
/** reset  **/
margin: 0;padding: 0;
/** fin du reset **/
width: 107px!important;
  height:107px!important;
  object-fit: cover;
    border-radius: 0px;
    position: relative;
    top: -1px;
}

/* LISTES SUJETS */
.secondarytitle {
  font-family: Dosis;
  font-size: 16px;
  font-weight: 700;
  margin: -5px -4px -4px;
  padding: 5px;
  text-transform:uppercase;
}

th {
  background-image: url("");
  height: 30px;
  padding: 2px 3px;
}

.namesujet {
   font-size:12px;
text-transform:uppercase;
 font-family:Dosis !important;}

.champliste {
   font-size:12px;
text-transform:uppercase;
 font-family:Dosis !important;}

/* PROFIL*/
. postdetails.postprofile {
  width: 100px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 12px;
  text-align: justify;
}

.prorang{
  font-family:elsie;
  font-size:9px;
  text-align:center;
}

namepro{
  font-family:Dosis !important;
  font-size:12px;
  letter-spacing:3px;
  text-align:center;
  margin: auto;
  text-transform:uppercase;
  color: #cebb81;
  margin-top:-5px;
}

namepro:before{
  content:"\f06c";font-family:FontAwesome;}

.provava{
  height:104px;
  width:104px;
  background-color:#ffff;
  padding:2px;
  border:2px solid #ffff;
  text-align:center;
  border-radius:70px;
}

.proava img{
  width:100px;
  height:100px;
  align:center;
  border:2px solid white;
  border-radius:70px;
}

.prochamp span{
font-weight:bold;
text-transform:uppercase;
font-family:Dosis !important;
letter-spacing: 1px;
color: #cebb81!important;
font-size: 10px!important;
display:inline-block !important;
width:auto;}

.prochamp1{
  font-family:Arial;
  color:#303030;
  background-color:#fafafa;
  width:150px !important;
  padding:10px;
  text-align:justify;
  border-bottom:2px solid #f4f3f7;
  margin-top:-12px;
  text-transform:none !important;
}

.poster-profile img {
  max-width: 100%;
}

/************************************ BLOC ANNONCE **********************************************/

#annonces {
 margin: 20px auto;
 padding: 15px;
 font-size: 13px;
 background-color: #141414;
 width: 800px;
 height: 150px;
 display: flex;
 justify-content: center;
 align-items: center;
 color : #9B9B9B;
}

#annscenar a, #annvote a {
 text-decoration: none;
  font-weight: 700;
 color: #9B9B9B;
}

infoimp {
    color: #663e5a;
    font-family: oswald;
    font-size: 11px;
    letter-spacing: 1px;
    text-shadow: 0 0 1px!important;
    text-transform: uppercase;
}

#annscenar {
 height: 90%;
 width: 50%;
 overflow: auto;
 text-align: justify;
 font-size: 12px;
 line-height: 1.1em;
 margin-right: 15px;
 padding: 10px;
 background-color:#1e1f21;
}

.imgScenar {
   filter: grayscale(100%);
  float: left;
  height: 150px;
  padding:2%;
  text-align: center;
  width: 30%;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #cfc1ab;  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  opacity: 0.8;
  background: #1E1E1E;
  margin-left:100px;
  margin-bottom:3px;
}

#annvote {
 background-color: #1e1f21;
 height: 90%;
 width: 50%;
 margin-right: 15px;
 padding: 10px;
 text-align: justify;
 overflow: hidden;
 font-size: 12px;
 line-height: 1.1em;
}

#annonces__fa ac, #annonces__fa ef {
 padding-bottom: 7px;
 margin-bottom: 7px;
 display: block;
 border-bottom: var(--border);
 text-align: center;
}

.annonces__liens {
 height: 100%;
 width: 35%;
}

.annonces__liens-1, .annonces__liens-2, .annonces__liens-topsites { width: 100%; }

.annonces__liens-1 { margin-right: 8px; }

#annonces__liens--list {
 display: flex;
 justify-content: center;
 align-items: center;
}

#annonces__liens--list li, .annonces__liens-topsites {
 width: 100%;
 margin-bottom: 8px;
 padding: 5px 0;
 border-radius: 20px;
 text-align: center;
 font-family: var(--font-title);
 font-size: 12px;
 font-weight: 700;
 transition: 0.3s all;
}

.titre2 {
    color: #70706e;
    font-family: oswald;
    font-size: 12px!important;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px!important;
    text-transform: uppercase;
}

#annonces__liens--list li {
 background-color: var(--color1);
 color: var(--white);
}

.annonces__liens-topsites {
 display: block;
 width: 100%;
 background-color: transparent;
 border: 1px solid var(--color1);
 transition: 0.3s all;
 margin-top: 4px;
}

.annonces__liens-topsites a { color: var(--color1); transition: 0.3s all; }

.annonces__liens-topsites:hover { border: 1px solid var(--color2); transition: 0.3s all; }
.annonces__liens-topsites a:hover { color: var(--color2); transition: 0.3s all; }

#annonces__liens--list a, .annonces__liens-topsites a { text-decoration: none; }

#annonces__liens--list li:hover {
 background-color: var(--color2);
 transition: 0.3s all;
}
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 31 Juil - 14:28

ANCIEN CODAGE BROCART

Code:
.realTime_alert{
background:#FDFDFD no-repeat 10px center;
-webkit-background-size:50px;
  -moz-background-size:50px;
    -o-background-size:50px;
        background-size:50px;
-webkit-box-shadow:0 0 4px rgba(0,0,0,.6);
  -moz-box-shadow:0 0 4px rgba(0,0,0,.6);
        box-shadow:0 0 4px rgba(0,0,0,.6);
position:fixed;
top:50px;
right:20px;
min-height:60px;
font-size:13px;
width:200px;
padding:10px 10px 10px 70px;
font-family:Helvetica;
color:#474747;
}
.realTime_alert b{
display:block;
margin-bottom:5px;
font-size:15px;
}
.realTime_alert .close{
position:absolute;
right:10px;
top:5px;
font-size:15px;
-webkit-border-radius:50px;
  -moz-border-radius:50px;
        border-radius:50px;
height:16px;
width:16px;
text-align:center;
line-height:13px;
cursor:pointer;
}
.realTime_alert .close:hover{
color:#FFF;
background:#666;
}
#ebtzd .tooltip{
opacity:0;
position:relative;
overflow:visible;
z-index:100!important;
display:inline-block;
top:5px;
-webkit-transition-duration:500ms;
  -moz-transition-duration:500ms;
    -o-transition-duration:500ms;
        transition-duration:500ms;
background:rgba(0, 0, 0, .8);
padding:10px;
-webkit-border-radius:3px;
  -moz-border-radius:3px;
        border-radius:3px;
font-family:Helvetica;
letter-spacing:1px;
font-size:13px;
width:300px;
color:#fff;
}

:root {
  --couleur-body: #f0f0f0;
  --couleur-degrade: -webkit-linear-gradient(left, #ffffff, #ededed);
  --couleur-lien: #fcf1c0;}
body {background-color: var(--couleur-body);}
#i_logo {margin-top: px;
   width: 800px
    margin-bottom: -0px;
}

/******************* NAVIGATION A GARDER ******************/

.navig {
position: fixed;
top: 5px;
margin: auto;
  margin-left: -390px;
  z-index: 20003}

.mainmenu{
  position: relative;
  z-index: 999;
  font-size:13px;
  font-family: dosis;
  color: #6d6d6d!important;
  text-transform: uppercase;}

#fa_right #fa_menu #fa_welcome, #fa_right.notification #fa_menu #fa_welcome {
    color: #6d6d6d;}

#fa_right #fa_notifications, #fa_welcome {
    color: #6d6d6d;
    line-height: 30px;
    padding: 0 5px;
}


.code
{
width:450px}
 
.quote
{
width:500px}
 
.spoiler_closed hidden,  .spoiler_content, .spoiler_closed
{
width:500px}

.hidecode{
  width:550px;
}

/*************************** FIN A GARDER ************************/

.bloc_flottant{
width: 250px;
height: 400px;
position:fixed;
  background: #f0f0f0!important;
  margin-left: -200px;
  margin-top: 50px;
    -webkit-transition: all .40s ease-out;
    -moz-transition: all .40s ease-out;
    -ms-transition: all .40s ease-out;
    -o-transition: all .40s ease-out;
    transition: all .40s ease-out;}

.img-recomp {
 background: var(--bodyline-width);
width: 200px;
  height: 158px;
padding: px;
margin-top: 5px;}

.staff {
 background: var(--fond-forum);
width: 190px;
height: 148px;
padding: 5px;}

.soutenir img  { position: absolute; width: 40px; margin-top: -15px!important;}

.meetimg1 {
    background-position: center;
    box-shadow: 0 0 2px #6a8c97;
    height: 100px;
    object-fit: cover;
    opacity: .8;
    position: absolute;
    width: 70px;}

.meetimg2 {
    background-position: center;
    box-shadow: 0 0 2px #6a8c97;
    height: 50px;
    margin-left: 75px;
    object-fit: cover;
    opacity: .8;
    position: absolute;
    width: 80px;}

.meetimg3 {
    background-position: center top;
    box-shadow: 0 0 2px #6a8c97;
    height: 45px;
    margin-left: 75px;
    margin-top: 55px;
    object-fit: cover;
    opacity: .8;
    position: absolute;
    width: 80px;}

.bloc_flottant:hover{
width: 250px;
height: 300px;
    background: #f0f0f0;
position:fixed;
  margin-left: 0px;
  margin-top: 50px;}

.recomp {
font-size: 14px;
    padding-left: 10px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: oswald;
    color: #2d2d2d;}



.post-options img, .messaging img, .gensmall img {height: 20px;}
.sousfo a, .stats-liens a, .stats-liens-bas a {
    background: var(--couleur-degrade);
    border: 1px solid #fff;
    display:table-cell;
    flex: 1 1 120px;
    font-family: Dosis;
    font-size: 10px!important;
    letter-spacing: .8px;
    line-height: auto;
    margin: 0 1px 3px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;}

.sousfo, .stats-liens-bas, .stats-liens {
    display: flex;
    flex-wrap: wrap;
    font-size: 8px!important;
    height: 20px;
    justify-content: space-between;
    margin: 0 0 15px;
    padding: 2px;
    text-align: left;}

.sousfo  { width: 99.5%;}

.stats-liens {
    width: 820px!important;
margin: 0px;
margin-left: -15px;}

.stats-liens-bas {
    width: 810px!important;
margin-left: -5px;}

.hash{font-size:11px;color:orange;font-family:arial;margin:0px 5px;}

/********************** TOOLBAR A GARDER *********************/
div#fa_toolbar{width:100%;position:fixed !important;right: 0; top: 0;text-align:center !important;height:30px!important;text-transform:lowercase;text-decoration:none;font-size:11px !important;}
div#fa_toolbar a{text-decoration:none !important;font-size:13px;}
#fa_toolbar a:active, #fa_toolbar a:hover, #fa_toolbar a:link, #fa_toolbar a:visited{color:#6d6d6d !important;}


ul{display:block;top:30;}
#fa_toolbar #fa_right #fa_menulist{border:none;font-family:Dosis;font-size:15px !important;}
#fa_right{font-family:Dosis;font-size:12px;text-transform:uppercase;float:rigth;}

#fa_hide{display:none!important;}
span#fa_share{display:none!important;}
#fa_rss{display:none !important;}
#fa_service{display:none !important;}

div#fa_search {display:none!important;}
#fa_toolbar #fa_right #notif_list{border:0px;}
#fa_toolbar #fa_right #notif_list li.see_all{}
.fa_toolbar a{text-decoration:none !important;}

#fa_toolbar #fa_right #notif_list a{}
a:-webkit-any-link{text-decoration:none !important;}
#fa_toolbar #fa_right #notif_list li .contentText{}
#fa_toolbar #fa_right #notif_list li .contentText a{}
#fa_right.welcome #fa_menu #fa_welcome{}
#fa_toolbar #fa_right #notif_list li a.delete{float:right;background:transparent url(https://i.servimg.com/u/f70/18/27/10/48/d9jryz10.png) no-repeat 50% !important;}
div#fa_icon{display:none!important;}

/*********************** FIN A GARDER **************************/

/*QEEL*/
.qeelfond{background-color:#f4f4f4;border: 1px solid #fff;padding: 5px;}
.qeelim{margin-top:-15px;margin-bottom:-12px;}
.qeelaj{margin-bottom:2px;}
.avnin{margin-right:15px;margin-left:-5pxheight:86px;width:360px;padding:2px;background-color:white;border: 1px solid #f0f0f0;overflow:auto;text-align: justify; }
.qeelinfos{font-family: verdana;color:grey;border:2px solid #f0f0f0;background-color:#fafafa;font-size:11px;line-height: 12px;padding: 5px;}
.qeelcred{margin-top:1px;margin-left:10px;padding:5px 0px;border-top:2px solid #fff;border-bottom:2px solid #fff;font-style:italic;width:130px;height:78px;text-align: justify;text-transform:lowercase;font-size:8px;color:grey;line-height:10px;word-spacing:1px;}
.qeelast{text-shadow: 1px 0px 0px white;font-family: verdana;margin-top:1px;font-size:10px;padding:3px;height:83px;padding:3px;text-align:center;width:205px;line-height:16px;text-align:center;background-color: #fafafa;border: 1px solid #f0f0f0;color:grey;}
.qeelast a{padding:10px 0px;font-size:14px;font-family:Dosis;display:block;}
.qeelast a:before{content:"\f299";font-family:FontAwesome;color:#5b5b5b;padding-right:5px;}
.qeeloge{margin-right:5px;border:2px solid white;width:170px;height:85px;padding:5px;overflow:auto;line-height:12px;font-size:10px !important;text-align:justify;}
.sqa{text-align:justify !important;padding:2px;border:2px solid #f0f0f0;background-color:#fafafa;}
#lastco .row1{background: none; padding: 2px; text-align: justify !important;}
#lastco2 .row1{float:left;text-align:justify;overflow:auto;padding:7px;height:70px;background:white;text-align:justify !important;font-size:9px;width:520px;border:1px solid #f6f1ec;}
#lastco2 a{font-family:'Didact Gothic', sans-serif;font-size:10px !important;}
qe2{display:block;color:#7e82af; font-family: Dosis;text-transform:uppercase;font-size:12px;text-align:left;}
fo{line-height:20px;border-bottom:1px solid;text-shadow: 1px 0px 0px white;text-transform:uppercase;color:#cebb81;font-family:Dosis !important;font-size:12px !important;}
.haha img{height: 18px; opacity: 0.2;}
.qg1{border:1px solid white;color:white;background-color:#2b2b2b;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg1 a{color:white !important;}
.qg2{border:1px solid white;color:white;background-color:#3e3e3e;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg2 a{color:white !important;}
.qg3{border:1px solid white;color:white;background-color:#cebb81;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg3 a{color:white !important;}
.qg4{border:1px solid white;color:white;background-color:#b9bdd1;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg4 a{color:white !important;}
.qg5{border:1px solid white;color:white;background-color:#c6d5d5;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg5 a{color:white !important;}
.qg6{border:1px solid white;color:white;background-color:#8f8f8f;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg6 a{color:white !important;}
.qg7{border:1px solid white;color:white;background-color:#d4b8b8;width:93px;font-size:12px;font-family:Dosis !important;padding:2px;margin:1px 2px;text-align:center;}
.qg7 a{color:white !important;}


/*COULEUR*/
cc{font-family:Dosis !important;color: var(--couleur-degrade);font-weight: bold;letter-spacing:2px;}
cc:after{content:" • ";font-size:13px;color:white;}

cc1{
  font-family:Dosis !important;
  color:#cebb81;
  font-weight: bold;
  letter-spacing:2px;
}

cc1:before{
  font-size:15px;
  color:#cebb81;
  margin-top:5px;
}

ba{
  font-size:11px;
  font-family:Dosis !important;
  color:#cebb81;
  font-weight: bold;
  letter-spacing:1px;
}

ba:before{
  content:" • ";
  font-size:11px;
  color:#cebb81;
}

ba2{
  font-size:11px;
  font-family:Dosis !important;
  color:#323637;
  font-weight: bold;
  letter-spacing:1px;
}

b{
  color:#3e3e3e !important;
}

i{
  color:#cebb81 !important;
}

/* balise code */
.code {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:lowercase;
  padding:7px;
}

/* balise spoiler fermée */
.spoiler_closed {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:uppercase;
  padding:7px;
}

/* balise spoiler ouverte */
.spoiler_content{
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:11px;
  line-height:11px;
  text-tansform:lowercase;
  padding:7px;
}

.quote {
background-color:#fafafa !important;
border-top:1px solid #f2f2f2 !important;
  font-family:arial;
  color:black;
  font-size:13px;
  line-height:13px;
  text-tansform:lowercase;
  padding:7px;
}

/*PARAMETRES LIES AUX LIENS DU FORUM*/
a:hover{text-decoration: none !important;}
a{text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}


/*PARAMETRES DIVERS DU FORUM*/
hr {border-bottom:1px dashed white !important;border-top:none !important;border-left:non !important;border-right:none !important;}
tr.post span.gensmall { display: none;  }

.postbody {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
line-height: 18px;}

/*TOUT SÉLECTIONNER*/
.selectCode{
  float:right;
  text-transform: uppercase;
  cursor:pointer;
}
div.cont_code{
  clear: right;
}


/*CATEGORIES*/
.cattitle {
  background:url('');
  display: block;
  font-family:Dosis;
  font-size:16px;
  font-weight:bold;
  margin: -5px -4px -4px!important;
  text-transform: uppercase;
}

.secondarytitle h2{
  font-family: Dosis;
  font-size: 16px;
  font-weight: 700;
  margin: -5px -4px -4px;
  padding: 5px;
  color: #c1bcb7;
  text-transform:uppercase;
}

.secondarytitle {
  font-family: Dosis;
  font-size: 16px;
  font-weight: 700;
  margin: -5px -4px -4px;
  padding: 5px;
  text-transform:uppercase;
}
 
.cat_forum {
  justify-content: center;
  background-color:#fafafa;
  border: 1px solid #e9e9e9;
  padding: 20px 10px 15px;
  display: flex;
  flex-direction:column;
  box-sizing: border-box;
  width:100%;
  margin:auto;
}

.nomforum{
  margin-left:2px;
  color: var(--couleur-degrade);
  letter-spacing:2px;
  font-size:11px !important;
  text-align:left;
  text-transform:uppercase;
  font-weight:bold;
}

.nomforum a{
  font-family:Dosis !important;
  letter-spacing:2px;
  font-size:11px !important;
}

th {
  background-image: url("");
  height: 30px;
  padding: 2px 3px;
}

.search a{
  text-align: center;
  margin-left: 10px;
  text-transform: lowercase;
  font-size: 10px!important;
  font-family: dosis;
}



.derniersmessages {
  background-color:#fafafa;
  border: 1px solid #e9e9e9;
  font-family:Dosis;
  font-size:10px;
  height: 60px;
  overflow:auto;
  margin-top:0;
  padding: 3px;
  padding-top:15px !important;
  text-align: center;
  text-transform:lowercase;
  width:128px;
}

.derniersmessages a{
  font-family:Dosis;
  font-size:10px;
  text-transform:none !important;
  padding-top:4px !important;
}

.descrip{
  background-color:#fafafa;
  border: 1px solid #e9e9e9;
  font-size:10px !important;
  height:68px;
  color:#6d6d6d;
  margin:auto;
  overflow:auto;
  font-family:verdana;
  text-shadow: 1px 0px 0px white;
  line-height:11px;
  padding:5px;
  text-align:justify;
  width: 410px;
}

.avatar_dernier{
  width: 70px;
  height: 70px;
  border: 2px solid #f4f3f7;
  z-index: 100;
  padding: 3px;
  object-fit: cover;
  background-color:;
}

.avatar_dernier  img{
  height: 70px;
  width: 70px;
  object-fit: cover;
}

/*SUJET*/
.imagefo{
  border: 2px solid #000;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  padding: 4px;
  margin: 0 10px 0 10px;
  background-color:#ffff;
}

.imagefo2{
  float: left;
  height: 50px;
  object-fit: cover;
  padding: 4px;
  margin-left:-13px;
}

.imagefo1{
  border: 2px solid #ffff;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  padding: 4px;
  margin: -5px 10px 0px 3px;
  background-color:#f5f5f5;
}


/* PROFIL*/
. postdetails.postprofile {
  width: 100px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 12px;
  text-align: justify;
}

.prorang{
  font-family:elsie;
  font-size:9px;
  text-align:center;
}

namepro{
  font-family:Dosis !important;
  font-size:12px;
  letter-spacing:3px;
  text-align:center;
  margin: auto;
  text-transform:uppercase;
  color: #cebb81;
  margin-top:-5px;
}

namepro:before{
  content:"\f06c";font-family:FontAwesome;}

.provava{
  height:104px;
  width:104px;
  background-color:#ffff;
  padding:2px;
  border:2px solid #ffff;
  text-align:center;
  border-radius:70px;
}

.proava img{
  width:100px;
  height:100px;
  align:center;
  border:2px solid white;
  border-radius:70px;
}

.prochamp span{
font-weight:bold;
text-transform:uppercase;
font-family:Dosis !important;
letter-spacing: 1px;
color: #cebb81!important;
font-size: 10px!important;
display:inline-block !important;
width:auto;}

.prochamp1{
  font-family:Arial;
  color:#303030;
  background-color:#fafafa;
  width:150px !important;
  padding:10px;
  text-align:justify;
  border-bottom:2px solid #f4f3f7;
  margin-top:-12px;
  text-transform:none !important;
}

.poster-profile img {
  max-width: 100%;
}


/*AUTRE*/

/*MODELE FICHE ADMIN*/
tfadmin{
font-family:Dosis !important;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  color: #38266C;
  text-shadow: 1px 0px 0px white;
}

tfadmin:before{
  content:" • ";
  color:white;
  font-size:18px;
  color:#5b5b5b
  text-align:center;}

.fondad{
  background-color:#fff;
  width:505px;
  padding:1px 2px;
  margin-bottom:2px;
  border:1px solid #fff;
}

stfadmin{
  word-spacing:2px;
  font-style: italic;
  font-family:verdana;
  font-size:10px;
  text-align:center;
  text-transform:lowercase;
  letter-spacing:-1px;
  margin-top:-15px;
  text-shadow: 1px 0px 0px white;
  color:#776484;
}

.fondfadmin{
  background-color:#F2F2F2;
  width:480px;
  padding:15px;
  text-align:justify;
  font-family:verdana;
  font-size:10px;
  color:#444444;
  line-height:15px;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin-top:7px;
  height:auto;
  text-transform:none;
}

.ptad{
  background-color: #fff;
  border:1px solid #fff;
  padding:2px;
  padding-left:7px;
  margin-bottom:5px;
}

.ptad:hover{
  word-spacing:2px;
  font-style: italic;
}

ptfadmin{
  font-family:Dosis !important;
  font-size:12px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  color:#969493;
}

ptfadmin:before{
  content:"\f06c";font-family:FontAwesome;
  font-size:11px;
  color:#5b5b5b;
  text-align:center;
  padding-right:5px;
  text-shadow: 1px 0px 0px white;
}

ptfadmin2{
  font-family:Dosis !important;
  font-size:12px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  color:#a6a6a6;
}

ptfadmin2:before{
  content:"\f1fc";font-family:FontAwesome;
  font-size:11px;
  color:#5b5b5b;
  text-align:center;
  padding-right:5px;
  text-shadow: 1px 0px 0px white;
}

ptfadmin3{
  font-family:Dosis !important;
  font-size:12px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  color:#d2d2d2;
}

ptfadmin3:before{
  content:"\f059";font-family:FontAwesome;
  font-size:11px;
  color:#5b5b5b;
  text-align:center;
  padding-right:5px;
  text-shadow: 1px 0px 0px white;
}

.imgprez{
  width:90px;
  background-color: #E2E0EB;
  padding:2px;
  border:2px solid #fcf4cc;
  margin-top:5px;}

.imgprez2{
  width:120px;
 background-color:#cb7103;
  padding:2px;
  border:2px solid #f4f3f7;
margin-right:3px;}
  
  .resizebox .resize_border { display:none !important; }

/*FIN*/

/* FLECHES HAUT BAS */
.boutonhautbas {
    bottom: 60px;
    right: 10px; /* remplacez right par left pour afficher les boutons à gauche */
    position: fixed;
    z-index: 100;
}
/* FIN */


/* LISTE DES SUJETS */

.namesujet {
   font-size:12px;
text-transform:uppercase;
 font-family:Dosis !important;}

.champliste {
   font-size:12px;
text-transform:uppercase;
 font-family:Dosis !important;}

/* pa */
.painfo {
  position:absolute;
  line-height:10px;
  margin-left:287px;
  margin-top:338px;
  height:65px;
  width:185px;
  font-family:verdana;
  font-size:7pt;
  text-align:justify;
}
.pastand{
 position:absolute;
 margin-left:532px;
 margin-top:140px;
 height:155px;
 width:178px;
 font-family:verdana;
 font-size:7pt;
 text-align:justify;
 line-height:9px;
}
.pastaff{
position:absolute;
margin-top:137px;
margin-left:75px;
height:130px;
width:115px;
 font-family:verdana;
 font-size:8pt;
 text-align:center;
 line-height:15px;
}
.pastaff a{
text-decoration:none;
color:#CC7000;
}

/*SCROLLBAR*/
 
::-webkit-scrollbar { width: 7px; height:7px;}
::-webkit-scrollbar-thumb { background-color: #ebdfbc;; }
::-webkit-scrollbar-track { background-color: #fafafa; }

/*REDIM AVATARS & ICONS*/

rava img {
  width:200px;
  height:320px;}

ricon img {
  width:100px;
  height:100px;}


Dernière édition par Admin le Sam 31 Juil - 14:37, édité 1 fois
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 31 Juil - 14:34

CODE PA

Code:
<center>
   <iframe style="width: 790px; height: 300px;" scrolling="no" margin="auto" marginwidth="0" marginheight="0" frameborder="0" src="https://brocart.forumactif.com/h1-pa-brocart"></iframe>
</center>
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 31 Juil - 14:38

index box

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
 <tr>
 <td class="gensmall" align="right" valign="bottom">
 
  <!-- BEGIN switch_user_logged_in -->
 <center>
  <div class="search"><div class="stats-liens">
    <a class="search" href="{U_SEARCH_NEW}">
      {L_SEARCH_NEW}
    </a>
  </div></div>
  </center>
 <!-- END switch_user_logged_in -->
 </td>
  </tr>
</table>

<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table style="border-spacing:0;">
  <tr>
    <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="795px" class="secondarytitle">
      <center>
        {catrow.tablehead.L_FORUM}
      </center>
    </th>
 
 <!--th nowrap="nowrap" width="150">
  <div style="width:150px" class="secondarytitle">
</div>
</th-->
 
 </tr>
 <!-- END tablehead -->
 <!-- BEGIN cathead -->
 <tr class="cat_forum">
 <!-- BEGIN inc -->
 <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
 <!-- END inc -->
  <td class="{catrow.cathead.CLASS_CAT}" colspan="0" width="100%">
    <h{catrow.cathead.LEVEL} class="hierarchy">
      <div class="cattitle">
        <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">
          {catrow.cathead.CAT_TITLE}
        </a>
      </div>
    </h>{catrow.cathead.LEVEL}
  </td>

 </tr>
 <!-- END cathead -->
 <!-- BEGIN forumrow -->
 
 <!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." />
</td>
 <!-- END inc -->

 <td class="row1 over" cellspacing="0" colspan="0" valign="top">
 <h{catrow.forumrow.LEVEL} class="hierarchy">
 
  <div class="nomforum">
    <span class="forumlink">
      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">
        <div class="nomforum">
          {catrow.forumrow.FORUM_NAME}
        </div>
      </a>
    </span>
  </div>
 </h{catrow.forumrow.LEVEL}>
 
 
 <table style="border:none !important;" colspan="0">
  <tr>
  <td>
    <div class="avatar_dernier">
    <!-- BEGIN avatar -->
    {catrow.forumrow.avatar.LAST_POST_AVATAR}
  <!-- END avatar -->
    </div>
    </td>
    <td>
      <span class="gensmall">
        <div class="derniersmessages">
        {catrow.forumrow.LAST_POST}
        </div>
      </span>
    </td>
 
  <td>
    <div class="descrip">
      {catrow.forumrow.FORUM_DESC}
    </div>
  </td>
 
  <td>
    <img class="imagefo1" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
    <img class="imagefo2" src="https://imgur.com/5SWAd4S.png"/>
  </td>
  </tr>
  </table>
   
  <table>
    <tr>
      <div class="sousfo">
        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
    </div>
    </tr>
  </table>
 <tr>
 
 <!-- END forumrow -->
                          <!-- BEGIN catfoot -->
                          <tr>
                              <!-- BEGIN inc -->
                          <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                              <!-- END inc -->
                              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
                          </tr>
                          <!-- END catfoot -->
                          <!-- BEGIN tablefoot -->
  </table>
  <div style="width:790px !important;">
    <img style="width:790px !important;" src=""/>
  </div>
 
        <img src="{SPACER}" alt="" height="7" width="0" />
 
  <!-- END tablefoot --><!-- END catrow -->

Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 31 Juil - 14:41

TOPIC LIST_BOX

Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <th colspan="7" align="center" nowrap="nowrap"><span class="secondarytitle"> {topics_list_box.row.L_TITLE} </span></th>
   <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      <!-- BEGIN single_selection -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
      <!-- END single_selection -->
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
      <!-- BEGIN icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      <!-- END icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         <div class="topictitle"> <h2 class="topic-title">
                          <span class="namesujet">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}</span>
            
                          <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a><br/> <span class="namesujet">ouvert par <strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span>.
            </h2>
         </div>

         <!-- BEGIN switch_description -->
         <span class="genmed">
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         </span>
         <!-- END switch_description -->
         <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
         <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
      </td>

   
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap">
 
                  <div class="search"><ba>{topics_list_box.row.REPLIES} RÉPONSES </ba>- <ba>{topics_list_box.row.VIEWS} VUES</ba></div>
            <span class="champliste">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span>
        </td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="champliste"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Revenir en haut Aller en bas
https://imagine-test.forumactif.com
Admin

Admin
Admin


Messages : 155
Date d'inscription : 18/08/2020
Localisation : fsdff

CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART EmptySam 31 Juil - 14:43

VIEWTOPIC BODY

Code:
<!-- BEGIN switch_plus_menu -->
<script type="text/javascript">
   //<![CDATA[
   var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
   $(function(){
      if(typeof(_atc) == "undefined") {
         _atc = {  };
      }
   });
</script>
<!-- END switch_plus_menu -->
<script type="text/javascript">
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
   
   return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>      
      <td class="nav" valign="middle" width="100%">
         <span class="nav">
                <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}"><span>{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC_SECOND}
            </span>
      </td>      
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
                <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
         </span>
         <!-- END switch_twitter_btn -->
         
         <!-- BEGIN switch_fb_likebtn -->         
         <script>(function(d, s, id) {
           var js, fjs = d.getElementsByTagName(s)[0];
           if (d.getElementById(id)) return;
           js = d.createElement(s); js.id = id;
           js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
           fjs.parentNode.insertBefore(js, fjs);
         }(document, 'script', 'facebook-jssdk'));</script>   
         <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
         <!-- END switch_fb_likebtn -->

         <span class="gensmall bold">
            <!-- BEGIN switch_plus_menu -->
            <a class="addthis_button" href="#">{L_SHARE}</a>
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="2" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows">
                        <!-- BEGIN switch_isconnect -->
                        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> 
                        <!-- END switch_isconnect -->
                        <a href="#bottom">{L_GOTO_DOWN}</a> 
                    </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
            <span class="postdetails poster-profile">
              <center>
                <div class="provava">
                  <span class="proava">
                  {postrow.displayed.POSTER_AVATAR}
                  </span>
                </div>
              <br/>
              <div class="namepro" style=" font-family:Dosis !important;font-size:12px;letter-spacing:3px; text-align:center;margin: auto; text-transform:uppercase; color: #7c3109;margin-top:-5px";>
               
               
                  {postrow.displayed.POSTER_NAME}</a>
              </div></center>
               
         
            <div class="prorang">
                {postrow.displayed.POSTER_RANK}
              </div>
              <hr>
              <br />
            <div class="prochamp1"> <!-- BEGIN profile_field -->
              <span class="prochamp">
                {postrow.displayed.profile_field.LABEL}
              </span>
              {postrow.displayed.profile_field.CONTENT}
              {postrow.displayed.profile_field.SEPARATOR}
              <!-- END profile_field --></div>
              {postrow.displayed.POSTER_RPG}
            </span>
            <br />
            <img src="https://2img.net/i/empty.gif" alt="" style="width:150px;height:1px" />
          </td>
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="100%">
            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>
                  <span class="postdetails">
                    <img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />
                    {L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   
                    <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />
                    {postrow.displayed.POST_DATE}
                  </span>
                </td>
                <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG}
                  {postrow.displayed.MULTIQUOTE_IMG}
                  {postrow.displayed.QUOTE_IMG}
                 

                  {postrow.displayed.EDIT_IMG}
                  {postrow.displayed.DELETE_IMG}
                  {postrow.displayed.IP_IMG}
                  {postrow.displayed.REPORT_IMG}
                </td>
              </tr>
              <tr>
                <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr height="100%" valign="top">
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->
                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
            <!-- BEGIN switch_likes_active -->
            <tr><td colspan="2">
               <div class="fa_like_div">
                  <!-- BEGIN switch_like_list -->
                  {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
                  <!-- END switch_like_list -->
                  <!-- BEGIN switch_dislike_list -->
                  {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
                  <!-- END switch_dislike_list -->
               <button class="rep-button {postrow.displayed.switch_likes_active.C_VOTE_LIKE}"  data-href="{postrow.displayed.switch_likes_active.U_VOTE_LIKE}" data-href-rm="{postrow.displayed.switch_likes_active.U_VOTE_RM_LIKE}">
                  <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg>
                  <span>{postrow.displayed.switch_likes_active.L_LIKE}</span>{postrow.displayed.switch_likes_active.COUNT_VOTE_LIKE}
               </button>
               <!-- BEGIN switch_dislike_button -->
               <button class="rep-button {postrow.displayed.switch_likes_active.switch_dislike_button.C_VOTE_DISLIKE}" data-href="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_DISLIKE}" data-href-rm="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_RM_LIKE}">
                  <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg>
                  <span>{postrow.displayed.switch_likes_active.switch_dislike_button.L_DISLIKE}</span>{postrow.displayed.switch_likes_active.switch_dislike_button.COUNT_VOTE_DISLIKE}
               </button>
               <!-- END switch_dislike_button -->
            </div></td></tr>
            <!-- END switch_likes_active -->
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="2" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="2" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><div class="cattitle">{TOPIC_TITLE}</div></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows">
                        <!-- BEGIN switch_isconnect -->
                        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> 
                        <!-- END switch_isconnect -->
                        <a href="#top">{L_BACK_TO_TOP}</a> 
                    </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <div class="cattitle"> {L_FORUM_RULES}</div>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<!-- BEGIN switch_plus_menu -->
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=forumotion" type="text/javascript"></script>
<!-- END switch_plus_menu -->
Revenir en haut Aller en bas
https://imagine-test.forumactif.com

Contenu sponsorisé



CSS COMPLET BROCART Empty
MessageSujet: Re: CSS COMPLET BROCART   CSS COMPLET BROCART Empty

Revenir en haut Aller en bas
 
CSS COMPLET BROCART
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
forum test :: Bienvenue sur broc'art :: Avant l'inscription-
Sauter vers: