Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#tag:html|
 
{{#tag:html|
 +
    <script>
 +
        /* Some important variables */
 +
        show_oculto = true
 +
    </script>
 
     <style>
 
     <style>
 
         /* MediaWiki page configurations */
 
         /* MediaWiki page configurations */
Line 303: Line 307:
 
             color:rgb(97, 97, 114);
 
             color:rgb(97, 97, 114);
 
             background-color: white;
 
             background-color: white;
             border-top:    1px solid #d1d1de;  
+
             border-top:    1px solid #bbbbca;  
             border-bottom : 50px solid red !important;
+
             /* border-bottom : 38px solid red !important; */
 
         }
 
         }
 
         .izquierda{
 
         .izquierda{
Line 473: Line 477:
 
             if ( document.getElementById('pt-userpage') != null ) {
 
             if ( document.getElementById('pt-userpage') != null ) {
 
                 if ( document.getElementById('pt-userpage').getElementsByTagName('a')[0].innerText == "Adelo Vieira" ){
 
                 if ( document.getElementById('pt-userpage').getElementsByTagName('a')[0].innerText == "Adelo Vieira" ){
                     $('.oculto').css('display','block')
+
                     if (show_oculto == true) {
 +
                        $('.oculto').css('display','block')
 +
                    }
 
                     $('.link-hidden').css('pointer-events','auto')
 
                     $('.link-hidden').css('pointer-events','auto')
 +
                    $('#p-logo a').attr('href','/view/Mis_páginas');
 
                     // $('body').css('background','red');
 
                     // $('body').css('background','red');
 
                 }else{
 
                 }else{
Line 480: Line 487:
 
                 }
 
                 }
 
             }else{
 
             }else{
 +
                $("#menuToggle #button-others").css('pointer-events','none')
 
                 // $('body').css('background','blue');
 
                 // $('body').css('background','blue');
 
                 // $('#hideThis').show();
 
                 // $('#hideThis').show();
Line 795: Line 803:
 
             padding-left:  4px;
 
             padding-left:  4px;
 
             padding-right: 5px;
 
             padding-right: 5px;
 +
        }
 +
        #Desktop-inter2 .antes-collapsible {
 +
            margin-bottom: 30px !important;
 +
        }
 +
        #Desktop-inter2 .espacio {
 +
            margin-left: -20px !important;
 
         }
 
         }
 
     </style>
 
     </style>
Line 807: Line 821:
  
 
         // This is by taking only the section I need:
 
         // This is by taking only the section I need:
         document.getElementById("desktop-1-titulo-inter").innerHTML = document.getElementById("desktop-1-titulo").innerText
+
         document.getElementById("desktop-1-titulo-inter").innerHTML = document.getElementById("desktop-1-titulo").innerHTML
 
         document.getElementById("Desktop-inter2").innerHTML = document.getElementById("desktop-main").innerHTML
 
         document.getElementById("Desktop-inter2").innerHTML = document.getElementById("desktop-main").innerHTML
  

Latest revision as of 17:58, 26 June 2022