From e7187e59c214e607d39fc7017fcfa6af5346eef3 Mon Sep 17 00:00:00 2001 From: Christophe K <ckforall@gmail.com> Date: Tue, 1 Nov 2022 05:13:23 +0100 Subject: [PATCH] Replace like_mybb_bT4CK-theme.xml --- like_mybb_bT4CK-theme.xml | 106 +++++++++++++++++++++++++++++++------- 1 file changed, 86 insertions(+), 20 deletions(-) diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml index a074887..8364c09 100644 --- a/like_mybb_bT4CK-theme.xml +++ b/like_mybb_bT4CK-theme.xml @@ -4181,7 +4181,74 @@ width:212px; small.text-muted { text-shadow: 0.1em 0.1em 0 hsl(200deg 50% 30%); -}]]> +} + + + +/* -------------- BLK TUTO ------------*/ + + +.card.shadow-sm { + background:#fff; +} + +/* pour le block tuto*/ +.roundedck {border-radius: 1.30rem!important;} +.imgtuto { + width:94px; + height:80px; + filter : drop-shadow(2px 4px 6px #1b1c22); +} + +.fondcasetuto1 { + /*background: no-repeat left/92% url("images/tutoriel3.jpg");*/ +} + +div.media-body.fondcasetuto1 { + min-height:80px; + border-radius: 1.10rem!important; + filter : drop-shadow(2px 4px 6px black); +} + +#tuto_premierecase { + min-height: 65px; + display: flex; + align-content: center; + justify-content: space-around; + flex-wrap: wrap; + width: 89%; + font-size:19px; + border-radius: 1.2rem!important; +} + + +#tutock { + background: #ffffff; + margin:0; +} + +.ckunderline { + font-size:16px; + text-decoration:inherit; +} + +/* lien effets*/ +.ckunderline:hover:after { + transition: width .3s; + width: 7rem; + will-change: width; +} + +.ckunderline:after { + width:50px; + background: linear-gradient(to right,#fc466b,#3f5efb)!important; + border-radius: 290394px; + content: " "; + display: block; + height: 0.25rem; + margin-top: 0.5rem; +} +]]> </stylesheet> <stylesheet name="hack_line_code.css" version="1831"><![CDATA[/* pour alterner les table et leurs couleurs table.hljs-ln > tbody > tr:nth-of-type(odd) { @@ -4514,7 +4581,8 @@ td.trow2.trow_shaded > span.largetext { } ]]> </stylesheet> - <stylesheet name="progress_read_scroll.css" version="1831"><![CDATA[.progress-container { + <stylesheet name="progress_read_scroll.css" version="1831"><![CDATA[ +.progress-container { position: fixed; bottom: 0; z-index: 1; @@ -4526,10 +4594,9 @@ td.trow2.trow_shaded > span.largetext { } .progress-bar { - height: 5px; - /*background: #04AA6D;*/ - background: linear-gradient(to right,#fc466b,#3f5efb)!important; - width: 0%; + background: linear-gradient(to right,#fc466b,#3f5efb)!important; + width: 0%; + height: 16px; } #textprogress { @@ -4542,7 +4609,9 @@ td.trow2.trow_shaded > span.largetext { z-index: 999; width: 21px; text-align: center; -}]]> +} + +]]> </stylesheet> <stylesheet name="ckblink.css" attachedto="calendar.php" version="1831"><![CDATA[@keyframes blink { 50% { @@ -6898,18 +6967,12 @@ $(".forumjump").on('change', function() { element = document.getElementById("canvasck"), width = window.innerWidth, height = window.innerHeight, - charList = [ - 'Y','O','Y','O','@','C','K','F','O','R','U','M', - /*'0','1','2','3','4','5','6','7','8','9',*/ - /*'A','B','C','K','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',*/ - '+','#','-','*','=','<','>',':','.','Y','O','Y','O','@','C','K','F','O','R','U','M', - /*'ハ','ミ','ヒ','ー','ウ','シ','ナ','モ','ニ','サ','ワ','ツ','オ','リ','ア','ホ','テ','マ','ケ','メ',*/ - /*'エ','カ','キ','ム','ユ','ラ','セ','ネ','ス','タ','ヌ','ヘ'*/ - ], + charList = +[{$mybb->settings['matrix_charsliste']}], red = 0, green = 250, blue = 0, randomColors = true, flowRate = 8, - fps = 12, + fps = {$mybb->settings['matrix_fps']}, ); @@ -6926,13 +6989,16 @@ $(".forumjump").on('change', function() { clearTimeout(t); if (!functionIsRunning) { if (document.getElementById("canvasck")) { - t = setTimeout(yourFunction, 20000); // time is in milliseconds + t = setTimeout(yourFunction, {$mybb->settings['matrix_timing']}); // time is in milliseconds } } } } // lancement du timer / fonction - idleLogout(); + var activate = {$mybb->settings['matrix_activate']} ; + if (activate ==1) { + idleLogout(); + } </script> <!-- FIN 1 CANVA MATRIX -->]]></template> <template name="header_menu_calendar" version="1829"><![CDATA[<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar" title="{$lang->toplinks_calendar}">{$lang->toplinks_calendar}</a></li>]]></template> @@ -11589,7 +11655,7 @@ if(use_xmlhttprequest == "1") <body> {$header} {$stickerck_run[8]} - <table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center"> + <table cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center" style="width:92%"> <tr> <td valign="top" width="250" class="{$expthead}" style="display:none;padding-right:20px;" id="cat_96_e"> <!--{$expdisplay}--> @@ -11813,7 +11879,7 @@ if(use_xmlhttprequest == "1") </div> </div> </div>]]></template> - <template name="postbit_attachments_attachment" version="1822"><![CDATA[<br />{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="{$attachdate}">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']})]]></template> + <template name="postbit_attachments_attachment" version="1831"><![CDATA[{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="{$attachdate}">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']})]]></template> <template name="postbit_attachments_attachment_unapproved" version="1402"><![CDATA[<br /><strong>{$postbit_unapproved_attachments}</strong>]]></template> <template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br /> {$post['imagelist']} -- GitLab