Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
 
(502 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 */
    #content { margin: -1px 0px 0px 180px; }
+
        #content { margin: -1px 0px 0px 180px; }
    #left-navigation { margin-left:180px }
+
        #left-navigation { margin-left:180px }
    #footer { margin: 0 0 0 180px }
+
        #footer { margin: 0 0 0 180px }
    #bodyContent { z-index: 10 }
+
        #bodyContent { z-index: 10 }
    .mw-wiki-logo { margin: 20px 0px 0px 0.5px }
+
        .mw-wiki-logo { margin: 20px 0px 0px 0.5px }
    /* TOC */
+
        /* TOC */
    div#toc.toc {
+
        div#toc.toc {
        font-size: 12pt;
+
            font-size: 12pt;
        margin-top: -4.5pt;
+
            margin-top: -4.5pt;
        background: rgba(255, 255, 255, 1);
+
            background: rgba(255, 255, 255, 1);
        margin-right: 12pt;
+
            margin-right: 12pt;
    }
+
        }
    .tocUl {
+
        .tocUl {
        overflow-y: scroll  !important;
+
            overflow-y: scroll  !important;
        overflow-x: scroll  !important;
+
            overflow-x: scroll  !important;
        max-height: calc(100vh - 150px);
+
            max-height: calc(100vh - 150px);
        width: 350px !important;
+
            width: 350px !important;
        padding-bottom: 30px !important;
+
            padding-bottom: 30px !important;
        white-space: nowrap !important;
+
            white-space: nowrap !important;
    }
+
        }
    .tocUl a {
+
        .tocUl a {
        padding-right: 25px !important;
+
            padding-right: 25px !important;
    }
+
        }
    .tochidden {
+
        .tochidden {
        height: 4pt !important;
+
            height: 4pt !important;
     }
+
        }
   
+
 
 +
 
 +
        /* This block manages the CSS changes between "Mis paginas" page and the "Sidebar" page CSS */
 +
        #menuToggle ul {
 +
            margin-top:    20px !important;
 +
            margin-bottom: 35px !important;
 +
        }
 +
        #menuToggle li {
 +
            font: 14px / 22.4px sans-serif;
 +
            margin-top:     0px  ;
 +
            margin-bottom:  15px ;
 +
        }
 +
        #menuToggle .entre-li {
 +
            margin-bottom:  -15px ;
 +
        }
 +
        #menuToggle .entre-li-n4 {
 +
            margin-bottom:  -30px ;
 +
        }
 +
        #menuToggle .entre-li-n4-first {
 +
            margin-top:  -25px ;
 +
        }
 +
        #menuToggle ul .first-li  {
 +
            margin-top: -15px  !important;
 +
        }
 +
        #menuToggle ul .first-mwhelp  {
 +
            margin-top: -7px  !important;
 +
        }
 +
        #menuToggle a {
 +
            color: #0645AD !important;
 +
            overflow-wrap: break-word;
 +
        }
 +
        #menuToggle pre {
 +
            overflow-wrap: break-word;
 +
        }
 +
        #menuToggle a:hover {
 +
            text-decoration: underline !important;
 +
        }
 +
        #menuToggle a{
 +
            font: 14px / 22.4px sans-serif;
 +
        }
 +
        #menuToggle li {
 +
            font: 14px / 22.4px sans-serif !important;
 +
        }
 +
        #menuToggle span {
 +
            font: 14px / 22.4px sans-serif;
 +
        }
 +
        #menuToggle .base-li-1 {
 +
            margin-bottom: -25px !important;
 +
        }
 +
        #menuToggle .base-text {
 +
            font-size:12pt !important;
 +
        }
 +
        #menuToggle .desplaza {
 +
            margin-top: -12px;
 +
            padding-right: 30px !important;
 +
        }
 +
        #menuToggle .desplaza-2 {
 +
            margin-top: -10px !important;
 +
        }
 +
        #menuToggle #space-end-pure {
 +
            margin-bottom: 80px;
 +
        }
 +
        #menuToggle #space-end-social {
 +
            margin-bottom: 30px;
 +
        }
 +
        #menuToggle #space-end-music {
 +
            margin-bottom: 40px;
 +
        }
 +
        #menuToggle ul:hover {
 +
            /* color:#2864c4; */
 +
        }
 +
        #menuToggle .titulo1-text {
 +
            font-size: 18px !important;
 +
        }
 +
        #menuToggle .titulo2-text {
 +
            font: 700 14px / 22.4px sans-serif !important;
 +
        }
 +
        #menuToggle .titulo1-text-marco {
 +
            padding-left: 10px !important;
 +
            padding-right: 40px !important;
 +
        }
 +
        #menuToggle .titulo1-marco-oneline {
 +
            padding-right: 0px  !important;
 +
            padding-left:  0px  !important;
 +
            margin-right: -5px  !important;
 +
            margin-left:  0px  !important;
 +
            min-height:    35pt !important;
 +
            margin-top:  -30pt !important;
 +
        }
 +
        #menuToggle .titulo1-marco-twolines {
 +
            padding-right: 0px  !important;
 +
            padding-left:  0px  !important;
 +
            margin-right: -5px  !important;
 +
            margin-left:  0px  !important;
 +
            min-height:    50pt !important;
 +
            margin-top:  -47pt !important;
 +
        }
 +
        #menuToggle .titulo1MarcoTwolines {
 +
            padding-right: 0px;
 +
        }
 +
        #menuToggle .titulo1-marco-color {
 +
            background: #9595ab !important;
 +
        }
 +
        #menuToggle .titulo1-color {
 +
            color: white !important;
 +
        }
 +
        #menuToggle .marco1-ext {
 +
            width: 100% !important;
 +
            padding: 0px 0px 0px 0px !important;
 +
            background: #e3e3e8 !important;
 +
        }
 +
        #menuToggle .marco1-int {
 +
            background: #e3e3e8 !important;
 +
        }
 +
        #menuToggle .marco1-ext .mw-editsection {
 +
            display: none !important;
 +
        }
 +
        #menuToggle .divline1 {
 +
            padding: 0;
 +
            border: 0;
 +
            display: block;
 +
            margin-top: -7px !important;
 +
            margin-bottom: 30px !important;
 +
            margin-right: 0px !important;
 +
            margin-left: 2px  !important;
 +
            background-color: white;
 +
            height:1.2pt
 +
        }
 +
        #menuToggle .mw-collapsible-toggle {
 +
            outline: none !important;
 +
            color: rgb(58, 58, 63) !important;
 +
        }
 +
        #menuToggle .mw-collapsible-text {
 +
            color: rgb(58, 58, 63) !important;
 +
        }
 +
        #menuToggle .mw-collapsible-text:hover {
 +
            color: red !important;
 +
        }
 +
        #menuToggle .mw-collapsible-toggle:hover {
 +
            color: red !important;
 +
        }
 +
        #menuToggle .resaltar:hover {background: #bdbdca}
 +
        #menuToggle .button-top {
 +
            color: #999191; font-size:20px
 +
        }
 +
        #menuToggle .button-top:hover {
 +
            color: #5c4444;
 +
        }
 +
 
 +
 
 +
        /* Sidebar (Pure CSS) */
 +
        #menuToggle {
 +
            display: block;
 +
            position: relative;
 +
            top: -145px;
 +
            margin-left: -205px;
 +
            padding-left: 10px;
 +
            <!-- -webkit-user-select: none; -->
 +
            <!-- user-select: none; -->
 +
        }
 +
        #menuToggle a {
 +
            text-decoration: none;
 +
            color: #232323;
 +
            transition: color 0.3s ease;
 +
        }
 +
        #menuToggle a:hover { color: tomato; }
 +
        #menuToggle input {
 +
            display: block;
 +
            width: 40px;
 +
            height: 32px;
 +
            position: absolute;
 +
            top: -7px;
 +
            left: -5px;
 +
            cursor: pointer;
 +
            opacity: 0; /* hide this */
 +
            z-index: 12; /* and place it over the hamburger */
 +
            -webkit-touch-callout: none;
 +
        }
 +
        /* Just a quick hamburger */
 +
        #menuToggle .hamb {
 +
            display: block;
 +
            width: 26px;
 +
            height: 4.1px;
 +
            margin-bottom: 2.9px;
 +
            position: relative;
 +
            background: #837e7e;
 +
            border-radius: 3px;
 +
            z-index: 11;
 +
            transform-origin: 4px 0px;
 +
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
 +
                        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
 +
                        opacity 0.55s ease;
 +
        }
 +
        /* #menuToggle #inputButton:hover + #hamb1 {
 +
            background: #5c4444 !important;
 +
        } */
 +
        #menuToggle span:first-child {
 +
            transform-origin: 0% 0%;
 +
        }
 +
        #menuToggle span:nth-last-child(2) {
 +
            transform-origin: 0% 100%;
 +
        }
 +
        /* Transform all the slices of hamburger into a crossmark */
 +
        #menuToggle input:checked ~ .hamb {
 +
            opacity: 1;
 +
            transform: rotate(45deg) translate(-2px, -1px);
 +
            background: #837e7e;
 +
        }
 +
        /* But let's hide the middle one */
 +
        #menuToggle input:checked ~ span:nth-last-child(3) {
 +
            opacity: 0;
 +
            transform: rotate(0deg) scale(0.2, 0.2);
 +
        }
 +
        /* Ohyeah and the last one should go the other direction */
 +
        #menuToggle input:checked ~ span:nth-last-child(2) {
 +
            transform: rotate(-45deg) translate(0, -1px);
 +
        }
 +
 
 +
        /* Make this absolute positioned at the top left of the screen */
 +
        #menu {
 +
            position: absolute;
 +
            width: 300px;
 +
            margin: -55px 0 0 -10px;
 +
            padding: 50px 0px 30px 0px;
 +
            background: #ededed;
 +
            list-style-type: none;
 +
            -webkit-font-smoothing: antialiased;
 +
            /* to stop flickering of text in safari */
 +
            transform-origin: 0% 0%;
 +
            <!-- transform: translate(-100%, 0); -->
 +
            display: none;
 +
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 +
        }
 +
        #menu li {
 +
            padding: 10px 0 0 0;
 +
            font-size: 22px;
 +
        }
 +
        /* And let's slide it in from the left */
 +
        #menuToggle input:checked ~ #menu {
 +
            <!-- transform: none; -->
 +
            display: block;
 +
        }
 
    
 
    
    /* This block manages the CSS changes between "Mis paginas" page and the "Sidebar" page CSS */
 
    #menuToggle ul {
 
        margin-top:    20px !important;
 
        margin-bottom: 35px !important;
 
    }
 
    #menuToggle li {
 
        font: 14px / 22.4px sans-serif;
 
        margin-top:    0px  ;
 
        margin-bottom:  15px ;
 
    }
 
    #menuToggle .entre-li {
 
        margin-bottom:  -15px ;
 
    }
 
    #menuToggle .entre-li-n4 {
 
        margin-bottom:  -30px ;
 
    }
 
    #menuToggle .entre-li-n4-first {
 
        margin-top:  -25px ;
 
    }
 
    #menuToggle ul .first-li  {
 
        margin-top: -15px  !important;
 
    }
 
    #menuToggle a {
 
        color: #0645AD !important;
 
        overflow-wrap: break-word;
 
    }
 
    #menuToggle a:hover {
 
        text-decoration: underline !important;
 
    }
 
    #menuToggle a{
 
        font: 14px / 22.4px sans-serif;
 
    }
 
    #menuToggle li{
 
        font: 14px / 22.4px sans-serif;
 
    }
 
    #menuToggle span {
 
        font: 14px / 22.4px sans-serif;
 
    }
 
    #menuToggle .base-li-1 {
 
        margin-bottom: -5px !important;
 
    }
 
    #menuToggle .desplaza {
 
        margin-top: -12px;
 
        padding-right: 30px !important;
 
    }
 
    #menuToggle .desplaza-2 {
 
        margin-top: -10px !important;
 
    }
 
    #menuToggle #space-end-pure {
 
        margin-bottom: 80px;
 
    }
 
    #menuToggle #space-end-social {
 
        margin-bottom: 30px;
 
    }
 
    #menuToggle #space-end-music {
 
        margin-bottom: 40px;
 
    }
 
    #menuToggle ul:hover {
 
      /* color:#2864c4; */
 
    }
 
    #menuToggle .titulo1-text {
 
        font-size: 18px !important;
 
    }
 
    #menuToggle .titulo2-text {
 
        font: 700 14px / 22.4px sans-serif !important;
 
    }
 
    #menuToggle .titulo1-text-marco {
 
        padding-left: 10px !important;
 
        padding-right: 40px !important;
 
    }
 
    #menuToggle .titulo1-marco-oneline {
 
        padding-right: 0px  !important;
 
        padding-left:  0px  !important;
 
        margin-right: -5px  !important;
 
        margin-left:  0px  !important;
 
        min-height:    35pt !important;
 
        margin-top:  -30pt !important;
 
    }
 
    #menuToggle .titulo1-marco-twolines {
 
        padding-right: 0px  !important;
 
        padding-left:  0px  !important;
 
        margin-right: -5px  !important;
 
        margin-left:  0px  !important;
 
        min-height:    50pt !important;
 
        margin-top:  -47pt !important;
 
    }
 
    #menuToggle .titulo1MarcoTwolines {
 
      padding-right: 0px;
 
    }
 
    #menuToggle .titulo1-marco-color {
 
        background: #9595ab !important;
 
    }
 
    #menuToggle .titulo1-color {
 
        color: white !important;
 
    }
 
    #menuToggle .marco1-ext {
 
        width: 100% !important;
 
        padding: 0px 0px 0px 0px !important;
 
        background: #e3e3e8 !important;
 
    }
 
    #menuToggle .marco1-int {
 
        background: #e3e3e8 !important;
 
    }
 
    #menuToggle .marco1-ext .mw-editsection {
 
        display: none !important;
 
    }
 
    #menuToggle .divline1 {
 
        padding: 0;
 
        border: 0;
 
        display: block;
 
        margin-top: -7px !important;
 
        margin-bottom: 30px !important;
 
        margin-right: 0px !important;
 
        margin-left: 2px  !important;
 
        background-color: white;
 
        height:1.2pt
 
    }
 
    #menuToggle .mw-collapsible-toggle {
 
      outline: none !important;
 
    }
 
    #menuToggle .mw-collapsible-text:hover {
 
      color: red !important;
 
    }
 
    #menuToggle .mw-collapsible-toggle:hover {
 
      color: red !important;
 
    }
 
    #menuToggle .button-top {
 
      color: #999191; font-size:20px
 
    }
 
    #menuToggle .button-top:hover {
 
      color: #5c4444;
 
    }
 
   
 
   
 
    /* Sidebar (Pure CSS) */
 
    #menuToggle {
 
        display: block;
 
        position: relative;
 
        top: -145px;
 
        margin-left: -205px;
 
        padding-left: 10px;
 
        -webkit-user-select: none;
 
        user-select: none;
 
    }
 
    #menuToggle a {
 
        text-decoration: none;
 
        color: #232323;
 
        transition: color 0.3s ease;
 
    }
 
    #menuToggle a:hover { color: tomato; }
 
    #menuToggle input {
 
        display: block;
 
        width: 40px;
 
        height: 32px;
 
        position: absolute;
 
        top: -7px;
 
        left: -5px;
 
        cursor: pointer;
 
        opacity: 0; /* hide this */
 
        z-index: 12; /* and place it over the hamburger */
 
        -webkit-touch-callout: none;
 
    }
 
    /* Just a quick hamburger */
 
    #menuToggle .hamb {
 
        display: block;
 
        width: 26px;
 
        height: 4.1px;
 
        margin-bottom: 2.9px;
 
        position: relative;
 
        background: #837e7e;
 
        border-radius: 3px;
 
        z-index: 11;
 
        transform-origin: 4px 0px;
 
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
 
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
 
                    opacity 0.55s ease;
 
    }
 
    /* #menuToggle #inputButton:hover + #hamb1 {
 
      background: #5c4444 !important;
 
    } */
 
    #menuToggle span:first-child {
 
        transform-origin: 0% 0%;
 
    }
 
    #menuToggle span:nth-last-child(2) {
 
        transform-origin: 0% 100%;
 
    }
 
    /* Transform all the slices of hamburger into a crossmark */
 
    #menuToggle input:checked ~ .hamb {
 
        opacity: 1;
 
        transform: rotate(45deg) translate(-2px, -1px);
 
        background: #837e7e;
 
    }
 
    /* But let's hide the middle one */
 
    #menuToggle input:checked ~ span:nth-last-child(3) {
 
        opacity: 0;
 
        transform: rotate(0deg) scale(0.2, 0.2);
 
    }
 
    /* Ohyeah and the last one should go the other direction */
 
    #menuToggle input:checked ~ span:nth-last-child(2) {
 
        transform: rotate(-45deg) translate(0, -1px);
 
    }
 
   
 
    /* Make this absolute positioned at the top left of the screen */
 
    #menu {
 
        position: absolute;
 
        width: 300px;
 
        margin: -55px 0 0 -10px;
 
        padding: 50px 0px 30px 0px;
 
        background: #ededed;
 
        list-style-type: none;
 
        -webkit-font-smoothing: antialiased;
 
        /* to stop flickering of text in safari */
 
        transform-origin: 0% 0%;
 
        <!-- transform: translate(-100%, 0); -->
 
        display: none;
 
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 
    }
 
    #menu li {
 
        padding: 10px 0 0 0;
 
        font-size: 22px;
 
    }
 
    /* And let's slide it in from the left */
 
    #menuToggle input:checked ~ #menu {
 
        <!-- transform: none; -->
 
        display: block;
 
    }
 
   
 
 
    
 
    
    /* Tab Menu */
+
        /* Tab Menu */
    .button {
+
        .button {
        font-size: 22px;
+
            font-size: 22px;
        color: inherit;
+
            color: inherit;
        background-color :inherit;
+
            background-color :inherit;
        padding: 6px 0px 6px 0px;  
+
            padding: 6px 0px 6px 0px;  
        border: none;  
+
            border: none;  
        outline: 0;
+
            outline: 0;
        cursor: pointer;
+
            cursor: pointer;
    }
+
        }
    .button:hover { }
+
        .button:hover { }
    .bottom-selected {  
+
        .bottom-selected {  
      color:rgb(60, 60, 70);
+
            color:rgb(60, 60, 70);
      background-color: #d1d1de !important;  /*  #f44336  rgb(60, 60, 70)  #3c4043  */
+
            background-color: #d1d1de !important;  /*  #f44336  rgb(60, 60, 70)  #3c4043  */
    }  
+
        }  
    .fa-atom       { font-size: 21px; }
+
        #menuToggle .fa-atom             { font-size: 21px; }
    .fa-info        { font-size: 18px; }
+
        #menuToggle .fa-yin-yang        { font-size: 19px; }
    .fa-tools       { font-size: 17px; }
+
        #menuToggle .fa-tools           { font-size: 17px; }
    .fa-atom:hover { color:black; }
+
        #menuToggle .fa-atom:hover       { color:black; }
    .fa-info:hover { color:black; }
+
        #menuToggle .fa-yin-yang:hover   { color:black; }
    .fa-tools:hover { color:black; }
+
        #menuToggle .fa-tools:hover      { color:black; }
    .area {
+
        #menuToggle .fa-ellipsis-v:hover { color:black; }
        color: black;
+
        .area {
        padding: 5px 0px 5000px 3px;
+
            color: black;
        border: 0px solid #ccc !important;
+
            padding: 5px 0px 5000px 3px;
    }
+
            border: 0px solid #ccc !important;
    #container-button-tap {
+
        }
    width:100%;
+
        #container-button-tap {
    color:rgb(97, 97, 114);
+
            width:100%;
    background-color: white;
+
            color:rgb(97, 97, 114);
  }
+
            background-color: white;
  .izquierda{
+
            border-top:    1px solid #bbbbca;
    float:left;
+
            /* border-bottom : 38px solid red !important; */
    width:33.3%;
+
        }
    text-align: center;
+
        .izquierda{
  }
+
            float:left;
  .derecha{
+
            width:25%;
    float:right;
+
            text-align: center;
    width:33.3%;
+
        }
    text-align: center;
+
        .derecha{
  }
+
            float:right;
  .centrar{
+
            width:25%;
    margin:0 auto;
+
            text-align: center;
    width:33.3%;
+
        }
    text-align: center;
+
        .centrar{
  }
+
            margin:0 auto;
   
+
            width:25%;
 +
            text-align: center;
 +
        }
 
     </style>
 
     </style>
   
+
 
 
    
 
    
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
Line 312: Line 332:
 
    
 
    
 
    
 
    
     <nav id="MySidebar" role="navigation" style="position: fixed; z-index: 1">  <!-- class="oculto" -->
+
     <nav id="MySidebar" role="navigation" style="position: fixed; z-index: 1;">  <!-- class="oculto" -->
 
         <div id="menuToggle">
 
         <div id="menuToggle">
 
             <!--
 
             <!--
Line 321: Line 341:
 
              
 
              
 
             <!--
 
             <!--
             Some spans to act as a hamburger.
+
             Some spans to act as a hamburger
 +
            # See this link for a Font Awesome Menu icon: https://www.w3resource.com/icon/font-awesome/web-application-icons/bars.php
 
             -->
 
             -->
 
             <!-- <div> -->
 
             <!-- <div> -->
Line 341: Line 362:
 
    
 
    
 
                     <div style="text-align:right; margin-top:-31px; margin-bottom: 15px; padding-right: 5px">  
 
                     <div style="text-align:right; margin-top:-31px; margin-bottom: 15px; padding-right: 5px">  
                      <button onclick="expandSidebar()" style="cursor:pointer; outline: none; border-width:0px"> <i id="expandSidebar-icon" class="fa fa-arrow-right button-top" aria-hidden="true"></i>  </button>
+
                        <button onclick="expandSidebar()" style="cursor:pointer; outline: none; border-width:0px"> <i id="expandSidebar-icon" class="fa fa-arrow-right button-top" aria-hidden="true"></i>  </button>  
 
                     </div>
 
                     </div>
 
    
 
    
 
                     <div id="container-button-tap" style="margin-top:-9px;">
 
                     <div id="container-button-tap" style="margin-top:-9px;">
                         <button id="button-pe"    class="button izquierda tablink bottom-selected"                             onclick="openCity(event,'PE')"    > <i class="fas fa-atom"> </i> </button>  
+
                         <button id="button-pe"    class="button izquierda   tablink bottom-selected" onclick="openCity(event,'PE')"    > <i class="fas fa-atom"> </i>     </button>
                         <button id="button-others" class="button derecha   tablink" onclick="openCity(event,'Others')"> <i class="fas fa-info"> </i> </button>  
+
                        <button id="button-menu"  class="button izquierda    tablink"                  onclick="openCity(event,'Menu')"  > <i class="fas fa-ellipsis-v"></i> </button>
                         <button id="button-tools" class="button centrar  tablink"                                             onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i> </button>  
+
                        <button id="button-others" class="button izquierda    tablink"                  onclick="openCity(event,'Others')"> <i class="fas fa-yin-yang">  </i> </button>
 +
                        <button id="button-tools"  class="button izquierda    tablink"                  onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i>      </button>  
 +
                         <!-- <button id="button-others" class="button derecha tablink"                 onclick="openCity(event,'Others')"> <i class="fas fa-info"> </i>     </button> -->  
 +
                         <!-- <button id="button-menu" class="button centrar  tablink"                 onclick="openCity(event,'Menu')" > <i class="fas fa-tools"></i>     </button> -->  
 
                     </div>
 
                     </div>
 
                      
 
                      
 
                     <div id="PE" class="area city">
 
                     <div id="PE" class="area city">
                      <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; margin-top:0px; padding:0px 5px 0px 0px;">
+
                        <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; margin-top:0px; padding:8px 5px 0px 0px;">
                      <!-- {{#lst:Mis páginas|Carrera1}} -->
+
                            <div id="sectionPure"    style="margin-bottom:73px;  margin-top:7.5px" > {{#lst:Mis páginas|formal_natural_and_applied_sciences0}}</div>
                      <div id="sectionBase"    style="margin-bottom: 30px;  margin-top: 10px" > {{#lst:Mis páginas|base}}</div>
+
                            <div id="sectionSocial"  style="margin-bottom:55px;  margin-top:2px"   > {{#lst:Mis páginas|social_sciences0}}</div>
                      <div id="sectionPure"    style="margin-bottom: 73px;  margin-top:-5px" > {{#lst:Mis páginas|formal_natural_and_applied_sciences0}}</div>
+
                            <div id="sectionMusic"  style="margin-bottom:200px; margin-top:2px"   > {{#lst:Mis páginas|musica0}}</div>
                      <div id="sectionSocial"  style="margin-bottom: 55px;  margin-top: 2px" > {{#lst:Mis páginas|social_sciences0}}</div>
+
                        </div>
                      <div id="sectionMusic"  style="margin-bottom: 30px; margin-top: 2px" > {{#lst:Mis páginas|musica0}}</div>
 
                      <div id="sectionCarrera" style="margin-bottom: 800px; margin-top: 2px"  > {{#lst:Mis páginas|Carrera0}}</div>
 
                      </div>
 
 
                     </div>
 
                     </div>
 
                      
 
                      
 +
                    <div id="Menu"  class="area city" style="display:none">
 +
                        <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; margin-top:0px; padding:8px 5px 0px 0px;">
 +
                            <div id="sectionBase"    style="margin-bottom: 30px; margin-top:12px"> {{#lst:Mis páginas|base}}      </div>
 +
                            <div id="sectionBase"    style="margin-bottom: 30px; margin-top: 2px"> {{#lst:Mis páginas|Resources0}} </div>
 +
                            <div id="sectionCarrera" style="margin-bottom:200px; margin-top: 2px"> {{#lst:Mis páginas|Carrera0}}  </div>
 +
                        </div>
 +
                    </div>
 +
 
 
                     <div id="Tools"  class="area city" style="display:none">
 
                     <div id="Tools"  class="area city" style="display:none">
                         <p>Under construction...</p>  
+
                         <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; margin-top:0px; padding:8px 5px 0px 0px;">  
 +
                            <div id="MediawikiHelp0-inter1" style="margin-bottom: 200px;  margin-top: 12px;" > </div>
 +
                            <!-- <div id="sectionBase" style="margin-bottom: 200px;  margin-top: 10px;" > {{#lst:My MediaWiki help|MediawikiHelp0}}</div> -->
 +
                        </div>              
 
                     </div>
 
                     </div>
 
                      
 
                      
                     <div id="Others"  class="area city" style="display:none">
+
                     <div id="Others"  class="area city" style="display:none;">
                         <p>Under construction...</p>
+
                         <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; padding:0px 1px 0px 0px;">
 +
                            <div id="Desktop-inter1" >
 +
                                <div id="desktop-1-titulo-inter" class="text-1-1"> Here will be inserted the title... </div>  
 +
                                <div id="Desktop-inter2" >
 +
                                    Here will be inserted the table...
 +
                                </div>
 +
                            </div>
 +
                        </div>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 384: Line 423:
 
    
 
    
 
         function openCity(evt, cityName) {
 
         function openCity(evt, cityName) {
          var i, x, tablinks;
+
            var i, x, tablinks;
          x = document.getElementsByClassName("city");
+
            x = document.getElementsByClassName("city");
          for (i = 0; i < x.length; i++) {
+
            for (i = 0; i < x.length; i++) {
              x[i].style.display = "none";
+
                x[i].style.display = "none";
          }
+
            }
          tablinks = document.getElementsByClassName("tablink");
+
            tablinks = document.getElementsByClassName("tablink");
          for (i = 0; i < x.length; i++) {
+
            for (i = 0; i < x.length; i++) {
              tablinks[i].className = tablinks[i].className.replace(" bottom-selected", "");
+
                tablinks[i].className = tablinks[i].className.replace(" bottom-selected", "");
          }
+
            }
          document.getElementById(cityName).style.display = "block";
+
            document.getElementById(cityName).style.display = "block";
          evt.currentTarget.className += " bottom-selected";
+
            evt.currentTarget.className += " bottom-selected";
 
    
 
    
          if (cityName == "PE") {
+
            if (cityName == "PE") {
             $(".fa-atom").css('font-size', '21px')
+
             $("#menuToggle .fa-atom").css('font-size',     '21px')
             $(".fa-info").css('font-size', '18px')
+
             $("#menuToggle .fa-ellipsis-v").css('font-size','18px')
             $(".fa-tools").css('font-size','17px')
+
             $("#menuToggle .fa-yin-yang").css('font-size',  '19px')
          }else if (cityName == "Others") {
+
            $("#menuToggle .fa-tools").css('font-size',    '17px')
             $(".fa-atom").css('font-size', '19px')
+
            }else if (cityName == "Menu") {
             $(".fa-info").css('font-size', '20px')
+
            $("#menuToggle .fa-atom").css('font-size',      '19px')
             $(".fa-tools").css('font-size','17px')
+
            $("#menuToggle .fa-ellipsis-v").css('font-size','20px')
          }else {
+
            $("#menuToggle .fa-yin-yang").css('font-size',  '19px')
             $(".fa-atom").css('font-size', '19px')
+
            $("#menuToggle .fa-tools").css('font-size',     '17px')
             $(".fa-info").css('font-size', '18px')
+
            }else if (cityName == "Others") {
             $(".fa-tools").css('font-size','19px')
+
             $("#menuToggle .fa-atom").css('font-size',     '19px')
          }
+
             $("#menuToggle .fa-ellipsis-v").css('font-size','18px')
 +
            $("#menuToggle .fa-yin-yang").css('font-size',  '21px')
 +
             $("#menuToggle .fa-tools").css('font-size',     '17px')
 +
            }else {
 +
             $("#menuToggle .fa-atom").css('font-size',     '19px')
 +
             $("#menuToggle .fa-ellipsis-v").css('font-size','18px')
 +
             $("#menuToggle .fa-yin-yang").css('font-size',  '19px')
 +
            $("#menuToggle .fa-tools").css('font-size',     '19px')
 +
            }
 
         }
 
         }
 
    
 
    
Line 430: 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 437: Line 487:
 
                 }
 
                 }
 
             }else{
 
             }else{
 +
                $("#menuToggle #button-others").css('pointer-events','none')
 
                 // $('body').css('background','blue');
 
                 // $('body').css('background','blue');
 
                 // $('#hideThis').show();
 
                 // $('#hideThis').show();
Line 443: Line 494:
 
    
 
    
 
         function removeCSS() {
 
         function removeCSS() {
          $('#menuToggle li').css({'margin-bottom':'','margin-top':''})
+
            $('#menuToggle li').css({'margin-bottom':'','margin-top':''})
          $('#menuToggle p ').css({'margin-bottom':'','margin-top':''})
+
            $('#menuToggle p ').css({'margin-bottom':'','margin-top':''})
          // $('#mis-paginas li').css({'margin-bottom':'','margin-top':''})
+
            // $('#mis-paginas li').css({'margin-bottom':'','margin-top':''})
          // $('#mis-paginas p ').css({'margin-bottom':'','margin-top':''})
+
            // $('#mis-paginas p ').css({'margin-bottom':'','margin-top':''})
          // $('#mis-paginas ul ').css({'margin-bottom':'','margin-top':''})
+
            // $('#mis-paginas ul ').css({'margin-bottom':'','margin-top':''})
 
         }
 
         }
 
    
 
    
 
         function collapseSome() {
 
         function collapseSome() {
             $(".mw-collapsible").not('.keep-abierto').addClass("mw-collapsed");
+
             $('#menuToggle .keep-abierto').removeClass("mw-collapsed");
 +
            $("#menuToggle .mw-collapsible").not('.keep-abierto').addClass("mw-collapsed");
 
         }
 
         }
 
    
 
    
 
         function expandSidebar() {
 
         function expandSidebar() {
          var menuWidth = parseInt(window.getComputedStyle(document.getElementById("menu")).width)
+
            var menuWidth = parseInt(window.getComputedStyle(document.getElementById("menu")).width)
          if (menuWidth < 400 ) {
+
            if (menuWidth < 400 ) {
 
             $("#menu").css('width','600px')
 
             $("#menu").css('width','600px')
 
             $(".titulo1-marco-twolines").addClass("titulo1MarcoTwolines")
 
             $(".titulo1-marco-twolines").addClass("titulo1MarcoTwolines")
 
             $(".titulo1-marco-twolines").addClass("titulo1-marco-oneline")
 
             $(".titulo1-marco-twolines").addClass("titulo1-marco-oneline")
 
             $(".titulo1MarcoTwolines").removeClass("titulo1-marco-twolines")
 
             $(".titulo1MarcoTwolines").removeClass("titulo1-marco-twolines")
             $("#sectionPure").css({'margin-bottom':  '30px', 'margin-top':'2px'})
+
             $("#sectionPure").css({'margin-bottom':  '30px', 'margin-top':'12px'})
 
             $("#sectionSocial").css({'margin-bottom':'30px', 'margin-top':'2px'})
 
             $("#sectionSocial").css({'margin-bottom':'30px', 'margin-top':'2px'})
 
             $("#space-end-pure").css({'margin-bottom':'85px'})
 
             $("#space-end-pure").css({'margin-bottom':'85px'})
Line 468: Line 520:
 
             $("#expandSidebar-icon").removeClass("fa-arrow-right")
 
             $("#expandSidebar-icon").removeClass("fa-arrow-right")
 
             $("#expandSidebar-icon").addClass("fa-arrow-left")
 
             $("#expandSidebar-icon").addClass("fa-arrow-left")
          }else{
+
            }else{
 
             $("#menu").css('width','300px')
 
             $("#menu").css('width','300px')
 
             $(".titulo1MarcoTwolines").addClass("titulo1-marco-twolines")
 
             $(".titulo1MarcoTwolines").addClass("titulo1-marco-twolines")
 
             $(".titulo1-marco-twolines").removeClass("titulo1MarcoTwolines")
 
             $(".titulo1-marco-twolines").removeClass("titulo1MarcoTwolines")
 
             $(".titulo1-marco-twolines").removeClass("titulo1-marco-oneline")
 
             $(".titulo1-marco-twolines").removeClass("titulo1-marco-oneline")
             $("#sectionPure").css({'margin-bottom':  '73px', 'margin-top':'-5px'})
+
             $("#sectionPure").css({'margin-bottom':  '73px', 'margin-top':'7.5px'})
 
             $("#sectionSocial").css({'margin-bottom':'55px', 'margin-top':' 2px'})
 
             $("#sectionSocial").css({'margin-bottom':'55px', 'margin-top':' 2px'})
 
             $("#space-end-pure").css({'margin-bottom':'80px'})
 
             $("#space-end-pure").css({'margin-bottom':'80px'})
Line 480: Line 532:
 
             $("#expandSidebar-icon").removeClass("fa-arrow-left")
 
             $("#expandSidebar-icon").removeClass("fa-arrow-left")
 
             $("#expandSidebar-icon").addClass("fa-arrow-right")
 
             $("#expandSidebar-icon").addClass("fa-arrow-right")
          }
+
            }
 
         }
 
         }
 
    
 
    
 
          
 
          
 
         $("#inputButton").hover(function(){
 
         $("#inputButton").hover(function(){
          $(".hamb").css("background", "#5c4444");
+
            $(".hamb").css("background", "#5c4444");
          }, function(){
+
            }, function(){
          $(".hamb").css("background", "#837e7e");
+
            $(".hamb").css("background", "#837e7e");
 
         });
 
         });
 
          
 
          
 +
        $("#menuToggle #button-pe").hover(function(){
 +
            $("#menuToggle .fa-atom").css('font-size', '21px')
 +
            }, function(){
 +
            if ( $(this).hasClass("bottom-selected") ) {
 +
                $("#menuToggle .fa-atom").css('font-size', '21px')
 +
            }else{
 +
                $("#menuToggle .fa-atom").css('font-size', '19px')
 +
            }
 +
        });
 
    
 
    
         $("#button-pe").hover(function(){
+
         $("#menuToggle #button-menu").hover(function(){
          $(".fa-atom").css('font-size', '21px')
+
            $("#menuToggle .fa-ellipsis-v").css('font-size', '20px')
          }, function(){
+
            }, function(){
 
             if ( $(this).hasClass("bottom-selected") ) {
 
             if ( $(this).hasClass("bottom-selected") ) {
              $(".fa-atom").css('font-size', '21px')
+
                $("#menuToggle .fa-ellipsis-v").css('font-size', '20px')
 
             }else{
 
             }else{
              $(".fa-atom").css('font-size', '19px')
+
                $("#menuToggle .fa-ellipsis-v").css('font-size', '18px')
 
             }
 
             }
 
         });
 
         });
 
    
 
    
         $("#button-others").hover(function(){
+
         $("#menuToggle #button-others").hover(function(){
          $(".fa-info").css('font-size', '20px')
+
            $("#menuToggle .fa-yin-yang").css('font-size', '21px')
          }, function(){
+
            }, function(){
 
             if ( $(this).hasClass("bottom-selected") ) {
 
             if ( $(this).hasClass("bottom-selected") ) {
              $(".fa-info").css('font-size', '20px')
+
                $("#menuToggle .fa-yin-yang").css('font-size', '21px')
 
             }else{
 
             }else{
              $(".fa-info").css('font-size', '18px')
+
                $("#menuToggle .fa-yin-yang").css('font-size', '19px')
 
             }
 
             }
 
         });
 
         });
 
    
 
    
         $("#button-tools").hover(function(){
+
         $("#button-tools").hover(function() {
          $(".fa-tools").css('font-size', '19px')
+
            $("#menuToggle .fa-tools").css('font-size', '19px')
          }, function(){
+
            }, function() {
 
             if ( $(this).hasClass("bottom-selected") ) {
 
             if ( $(this).hasClass("bottom-selected") ) {
              $(".fa-tools").css('font-size', '19px')
+
                $("#menuToggle .fa-tools").css('font-size', '19px')
 
             }else{
 
             }else{
              $(".fa-tools").css('font-size', '17px')
+
                $("#menuToggle .fa-tools").css('font-size', '17px')
 
             }
 
             }
 
         });
 
         });
 +
 
 +
        function resaltarSection() {
 +
            // $(".mw-collapsible-text").hover(function() {
 +
            //    $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: grey !important'})
 +
            //    // $(".resaltar").first().css({'cssText':'background: red !important'})
 +
            //    }, function(){
 +
            //    $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: reset'})
 +
            // });
 +
            $("#menuToggle .mw-collapsible-toggle").hover(function() {
 +
                $(this).parent().children(".resaltar").first().css({'cssText':'background: #bdbdca !important'})
 +
                // $(".resaltar").first().css({'cssText':'background: red !important'})
 +
                }, function(){
 +
                $(this).parent().children(".resaltar").first().css({'cssText':'background: reset'})
 +
            });
 +
            $(".resaltar").hover(function() {
 +
                $(this).parent().children(".mw-collapsible-toggle").css({'cssText':'color: red !important; font-weight:normal'})
 +
                $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css({'cssText':'color: red !important; font-weight:normal !important'})
 +
                // $(".resaltar").first().css({'cssText':'background: red !important'})
 +
                }, function(){
 +
                $(this).parent().children(".mw-collapsible-toggle").css({'cssText':'color: reset; font-weight:reset'})
 +
                $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css({'cssText':'color: reset !important; font-weight:reset !important'})
 +
            });
 +
        }
 +
 
 +
        // $(".mw-collapsible").hover(function(){
 +
        //    $(this).children(".resaltar").first().css({'cssText':'background: red !important'})
 +
        //    }, function(){
 +
        //    $(this).children(".resaltar").first().css({'cssText':'background: reset'})
 +
        // });
 +
 
 +
        // $(".mw-collapsible").hover(function(){
 +
        //    $(".resaltar").css({'cssText':'background: red !important'})
 +
        //    }, function(){
 +
        //    $(".resaltar").css('background', 'grey')
 +
        // });
 
    
 
    
 
    
 
    
Line 571: Line 667:
 
    
 
    
 
         $(document).keydown(function(event) {
 
         $(document).keydown(function(event) {
          if ( event.ctrlKey ) {
+
            if ( event.ctrlKey ) {
 
             if ( event.which === 66 )  { // Check key codes here: https://css-tricks.com/snippets/javascript/javascript-keycodes/
 
             if ( event.which === 66 )  { // Check key codes here: https://css-tricks.com/snippets/javascript/javascript-keycodes/
              // alert('Ctrl + B pressed!')
+
                // alert('Ctrl + B pressed!')
              var checkBox = document.getElementById("inputButton");
+
                var checkBox = document.getElementById("inputButton");
              if (checkBox.checked == true){
+
                if (checkBox.checked == true){
 
                 checkBox.checked = false
 
                 checkBox.checked = false
              }else{
+
                }else{
 
                 checkBox.checked = true
 
                 checkBox.checked = true
              }
+
                }
              myFunction()
+
                myFunction()
              e.preventDefault()
+
                e.preventDefault()
 
             }
 
             }
 
    
 
    
Line 593: Line 689:
 
             // }
 
             // }
 
    
 
    
          }
+
            }
         
+
           
          if ( event.ctrlKey ) {  
+
            if ( event.ctrlKey ) {  
 
             if ( event.which === 89 ) {
 
             if ( event.which === 89 ) {
              expandSidebar()
+
                expandSidebar()
 +
            }
 
             }
 
             }
          }
 
 
    
 
    
 
         });
 
         });
Line 611: Line 707:
 
         // });
 
         // });
 
    
 
    
       
+
 
 
         $(document).ready( function() {
 
         $(document).ready( function() {
 
             $('#totalItems, #enteredItems').keyup(function(){
 
             $('#totalItems, #enteredItems').keyup(function(){
 +
                collapseSome()
 
                 checkUser()
 
                 checkUser()
                collapseSome()
 
 
                 removeCSS()
 
                 removeCSS()
                 // moveSidebarToBody()
+
 
             });  
+
                // This functions involved mw-collapsible, which has some problems when adding JS functionalities. So, to make sure
 +
                 // this function do what it has to do, we have to ensure that it runs when the DOM is ready.
 +
                // Even inside «.ready()» is not working as expected (when we refresh the page, sometimes it works, sometimes it doesn't work).
 +
                // So we needed to execute it after a delay:
 +
                setTimeout( function() { resaltarSection() }, 3000 );
 +
                // setTimeout( function() { collapseSome() },    5000 );
 +
             });
 +
            collapseSome()
 
             checkUser()
 
             checkUser()
            collapseSome()
 
 
             removeCSS()
 
             removeCSS()
             // moveSidebarToBody()
+
            setTimeout( function() { resaltarSection() }, 3000 );
 +
             // setTimeout( function() { collapseSome() },    5000 );
 
         });
 
         });
    </script>
 
  }}
 
 
    
 
    
 +
        // $(document).ready( function() {
 +
        //    $('#totalItems, #enteredItems').keyup(function(){
 +
        //        resaltarSection()
 +
        //        // moveSidebarToBody()
 +
        //    }); 
 +
        //    resaltarSection()
 +
        //    // moveSidebarToBody()
 +
        // });
 
    
 
    
  <br />
+
    </script>
  <div class="mw-collapsible mw-collapsed" style="width:340px; display: none !important">
+
}}
  '''Previous version without <nowiki><html></nowiki> tag:'''
 
  <div class="mw-collapsible-content" style="width: 900pt !important">
 
  <syntaxhighlight lang="html">
 
  {{#css:
 
  #mw-panel { visibility: collapse !important; }
 
  #p-namespaces { visibility: collapse !important; }
 
  #content { max-width: 1200pt !important; margin-left: auto !important; margin-right: auto !important; }
 
  #mw-panel { visibility: collapse !important; }
 
  #mw-page-base { visibility: collapse !important; }
 
  #ca-head-base { display: none !important; }
 
  #ca-nstab-main { display: none !important; }
 
  #ca-talk { display: none !important; }
 
  #ca-view { display: none !important; }
 
  #ca-viewsource { display: none !important; }
 
  #ca-edit { display: none !important; }
 
  #ca-ve-edit { display: none !important; }
 
  #ca-history { display: none !important; }
 
  #ca-unwatch { display: none !important; }
 
  #ca-watch { display: none !important; }
 
  #p-cactions { display: none !important; }
 
  #pt-userpage { display: none !important; }
 
  #pt-mytalk { display: none !important; }
 
  #pt-preferences { display: none !important; }
 
  #pt-watchlist { display: none !important; }
 
  #pt-mycontris { display: none !important; }
 
  #pt-logout { display: none !important; }
 
  #pt-anonuserpage { display: none !important; }
 
  #pt-anontalk { display: none !important; }
 
  #pt-createaccount { display: none !important; }
 
  #pt-login { display: none !important; }
 
  #footer-info-copyright { display: none !important; }
 
  #footer-places-privacy { display: none !important; }
 
  #footer-places-about { display: none !important; }
 
  #footer-places-disclaimer { display: none !important; }
 
  #p-tb { display: none !important; }
 
  body {
 
    background:    #ededf2;
 
    padding-left:  35pt !important;
 
    padding-right: 35pt !important;
 
  }
 
  #mw-head {
 
    z-index: -1;
 
  }
 
  .mediawiki {
 
    padding-left:  40pt !important;
 
    padding-right: 30pt !important;
 
  }
 
  #content {
 
    border-top: 1px solid rgba(184, 134, 11, 0.5) !important;    <!-- This means the page contains hidden text #B8860B -->
 
    border:    1px solid rgba(184, 134, 11, 0.5);                <!-- rgba(56, 139, 253, 0.4); -->
 
  }
 
  #right-navigation {
 
    visibility: collapse;
 
  }
 
  #p-search {
 
    visibility: visible;
 
  }
 
  #simpleSearch {
 
    <!-- border: 0.1px solid rgba(166, 44, 32, 0.5); -->
 
  } 
 
  #footer {
 
    padding-left: 10pt;
 
    margin-left:  auto  !important;
 
    margin-right: auto  !important;
 
    max-width:    1100pt;
 
  }
 
  #footer-info {
 
    margin-left: 0pt;
 
  }
 
  div#toc.toc {
 
    font-size: 12pt;
 
    margin-top: -4.5pt;
 
    background: rgba(255, 255, 255, 0.85);
 
    border: 0.1px solid rgba(166, 44, 32, 0.5);
 
 
    
 
    
    max-width: 200pt;
 
    margin-right: 12pt;
 
  }
 
  .toc ul {
 
    overflow-y: scroll  !important;
 
    max-height: 500pt;  <!-- max-height: 100vh; -->
 
  }
 
  .tocUl {
 
    overflow-y: scroll  !important;
 
    max-height: 500pt;  <!-- max-height: 100vh; -->
 
  }
 
  .tochidden {
 
    height: 4pt !important;
 
  }
 
  .rcorners {
 
    border-radius: 3px;
 
    padding: 2px;
 
    border: 1.5px solid #B8860B;
 
  }
 
  .under {
 
    margin-right: 10px;
 
    <!-- display:inline-block;
 
    border-bottom:1px solid #A62C20;
 
    padding-bottom:-5px !important; -->
 
  }
 
  .title {
 
    <!-- margin-top: 5px; -->
 
    margin-left: -10px !important;
 
    margin-right: -5px !important;
 
    font-weight: normal;
 
    font-family: 'Zapf Dingbats';
 
    font-size: 40px;
 
    font-family: 'Linux Libertine','Georgia','Times',serif;
 
    background: red; <!-- #8c94ab -->
 
    color: white;
 
    height: 70pt;
 
    line-height: 70pt;
 
    text-aligh: center; 
 
    <!-- background: rgba(0, 0, 0, 0) linear-gradient(90deg, #007bff, rgb(0, 0, 0)) repeat scroll 0% 0% / auto padding-box border-box; margin-left:-10px; --> 
 
    <!-- linear-gradient(90deg, rgb(31, 112, 193), rgb(0, 0, 0)) -->  <!-- #0074D9 -->
 
  }
 
  .cover {
 
    object-fit: cover;
 
    width: 100%;
 
    height: 250px;
 
    margin-bottom: 2000px;
 
    margin-top: -20px;
 
  }
 
  .icon {
 
    color: #2d2e27;
 
  }
 
  .texticon {
 
    color: #2d2e27;  <!-- #f0f2e4 -->
 
    font-size: 20px !important;
 
  }
 
  .textlink {
 
    color: #0854a6 !important;  <!-- #f0f2e4 #007bff -->
 
    font-size: 20px !important;
 
  }
 
  .container {
 
    width: 150px;
 
    height: 150px;
 
    position: relative;
 
    margin: 0px;
 
  }
 
  .box {
 
    z-index: 10;
 
    width: 100%;
 
    height: 100%;
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
  }
 
  .overlay {
 
    z-index: 1;
 
    margin-left: -5px;
 
    margin-top: -23px;
 
  }
 
  .titulo1-text {
 
    font-size: 18px !important;
 
  }
 
  .titulo1-text-marco {
 
    padding-left: 10px !important;
 
  }
 
  .titulo1-marco-oneline {
 
    padding-right: 0px !important;
 
    padding-left: 0px !important;
 
    margin-right: -5px !important;
 
    margin-left: 0px !important;
 
    min-height: 35pt !important;
 
    margin-top:-32pt !important;
 
  } 
 
  .titulo1-marco-twolines {
 
    padding-right: 0px !important;
 
    padding-left: 0px !important;
 
    margin-right: -5px !important;
 
    margin-left: 0px !important;
 
    min-height: 50pt !important;
 
    margin-top:-47pt !important;
 
  }
 
  .marco1-ext {
 
    width: 100% !important;
 
    padding: 0px 0px 0px 0px !important;
 
    background: #e3e3e8 !important;
 
  }
 
  .marco1-int {
 
    background: #e3e3e8 !important;
 
  }
 
  .marco1-ext .mw-editsection {
 
    display: none !important;
 
  }
 
  .divline1 {
 
    padding: 0;
 
    border: 0;
 
    display: block;
 
    margin-top:-10px;
 
    margin-right: 0px !important;
 
    margin-left: 2px  !important;
 
    background-color: white;
 
    height:1.2pt
 
  }
 
 
    
 
    
  .toggleNode { <!-- visibility: hidden --> }
+
<!-- Transclusion of pages that contain MW tags -->
  }}
+
 
  <!-- some colors I have tried and liked: #dcd8ed  #3182f5  #D8BFD8  #E6E6FA  rgb(79.998779%,79.998779%,100%)-->
+
<div id="MediawikiHelp0-inter0" style="display:none">
  <div class="container" style="position: fixed; height: 0px; width: 250px; margin-left: -70px; margin-top: -132px; z-index: 200; background: red !important; background-color: red !important">  
+
    {{#lst:My MediaWiki help|MediawikiHelp0}}
  <div class="box mw-customtoggle-myToggle1" style="cursor:pointer; color:blue; width:0px;  z-index: 100">[+/-]</div>
+
</div>
  <div style="border-top:-50px;" class="box overlay mw-collapsible" id="mw-customcollapsible-myToggle1">
+
<html>
  <div style="border-top:-50px;" style="background: transparent; border: 0px solid blue; padding:0px" class="toccolours mw-collapsible-content">
+
    <script>
  <!--  
+
        document.getElementById("MediawikiHelp0-inter1").innerHTML = document.getElementById("MediawikiHelp0-inter0").innerHTML
  <div style="border-top:-50px; background: #E6E6FA; min-height:50px; line-height: 50px; text-align: left; padding-left: 35px; font-size: 20px; font-family: 'Linux Libertine','Georgia','Times',serif;">
+
    </script>
  '''''[[Carrera|<span style="color:#B8860B; font-weight: bold;">Carrera</span>]]'''''
+
</html>
  </div>
+
 
  -->
+
 
  <div style="height: 50px; width:100%; background: #e3e3e8">
+
<div id="Desktop-inter0" style="display:none">
  </div>
+
    {{#lst:Desktop|Desktop0}}
  <!-- <div style="overflow-y: scroll; height: 100vh !important; background: #f7f7f8; margin-top:0px; padding:0.1px 20px 20px 20px;"> -->
+
</div>
   <div style="overflow-y: scroll; height: 100vh !important; background: #e3e3e8; margin-top:0px; padding:0px 5px 0px 0px;">
+
<html>
  <!-- {{#lst:Mis páginas|Carrera1}} -->
+
    <style>
  <div style="margin-bottom: 42px; margin-top:2px"> {{#lst:Mis páginas|formal_natural_and_applied_sciences0}}</div>
+
        #Desktop-inter1 .desktop-1-1 {
  <div style="margin-bottom: 50px"> {{#lst:Mis páginas|social_sciences0}}</div>
+
            border: 0px solid red;
  <div style="margin-bottom: 30px"> {{#lst:Mis páginas|musica0}}</div>
+
        }
  <div style="margin-bottom: 150px">{{#lst:Mis páginas|Carrera0}}</div>
+
        #Desktop-inter1 .desktop-2-1 {
  </div>
+
            background-color: #e3e3e8 !important;  
  </div>
+
            border: 0px solid green !important;  
  </div>
+
            padding-top: 0px !important;
  </div>
+
            padding-bottom: 40px;
  </syntaxhighlight>
+
        }
  </div>
+
        #Desktop-inter1 .desktop-cuadro {
  </div>
+
            border: 0px solid white !important;
 +
            background-color: white !important;
 +
        }
 +
        #Desktop-inter1 .text-2-1 {
 +
            margin-bottom: -50px;
 +
        }
 +
        #Desktop-inter1 .nivel-3 li {
 +
            margin-bottom: -3px !important;
 +
        }
 +
        #Desktop-inter1 .nivel-3 ul {
 +
            margin-bottom: -20px !important;
 +
        }
 +
        #Desktop-inter1 .nivel-3 .first-li {
 +
            margin-top: 15px !important;
 +
        }
 +
        #Desktop-inter1  a {
 +
            overflow-wrap: break-word !important;
 +
        }
 +
        #Desktop-inter1 .text-1-1 {
 +
            font: 700 18px / 27.3px "Linux Libertine", Georgia, Times, serif;
 +
            background-color: #4081de;  
 +
            vertical-align: center;  
 +
            height: 46.6667px;
 +
            line-height: 53px;
 +
            margin: 7px -1px 50px 0px !important;
 +
            padding-left: 10px;
 +
        }
 +
        #Desktop-inter1 .desktop-2-1-area {
 +
            margin-left: -5px;
 +
        }
 +
        #Desktop-inter2 {
 +
            margin-top:  -27px  !important;
 +
            margin-bottom: 200px;
 +
            padding-left: 4px;
 +
            padding-right: 5px;
 +
        }
 +
        #Desktop-inter2 .antes-collapsible {
 +
            margin-bottom: 30px !important;
 +
        }
 +
        #Desktop-inter2 .espacio {
 +
            margin-left: -20px !important;
 +
        }
 +
    </style>
 +
    <script>
 +
        // This allows using the whole table by using «display: none» on the sections that won't be shown:
 +
        // document.getElementById("Desktop-inter2").innerHTML = document.getElementById("Desktop-inter0").innerHTML
 +
        // $(".invisible").not('.desktop-1').css('display','none')
 +
        // $("#Desktop-inter1 #container-desktop-menu").css('display','none')
 +
        // $("#Desktop-inter1 #desktop p").addClass("desplaza-2")
 +
        // $("#Desktop-inter1 .desktop-1-1").addClass("desplaza-2")
 +
        // $("#Desktop-inter1 .text-1-1").removeClass("desplaza-2")
 +
 
 +
        // This is by taking only the section I need:
 +
        document.getElementById("desktop-1-titulo-inter").innerHTML = document.getElementById("desktop-1-titulo").innerHTML
 +
        document.getElementById("Desktop-inter2").innerHTML = document.getElementById("desktop-main").innerHTML
 +
 
 +
        $("#Desktop-inter1 p").addClass("desplaza-2")
 +
        $("#Desktop-inter1 .desktop-1-1").addClass("desplaza-2")
 +
        $("#Desktop-inter1 .text-1-1").removeClass("desplaza-2")
 +
 
 +
        $("#desktop-1-titulo-inter").wrap('<a href="Desktop" />');
 +
    </script>
 +
</html>

Latest revision as of 17:58, 26 June 2022