Revision as of 2 July 2020 01:40 by jgarcia (Comments | Contribs)
  • {
       box-sizing: border-box;
     }
    

body {

   background: #f5f5f5;
   font-weight: lighter;

}

a {

   text-decoration: none;
   font-weight: lighter;
   color: #0083ae;

}

h1 {

   font-size: 160%;
   font-weight:900;
   border:none;

}

h2 {

   font-size: 140%;
   border:none;

}

h3 {

   font-size: 120%;
   font-weight:normal;
   border:none;

}

h4 {

   font-size: 100%;
   color: black;
   font-weight: bold;
   border:none;

}

p {

   line-height: 1.625rem;

}

pre {

    background-color: #fbfbfd; 
    border: 1px dashed #7e7ecb; 
    color: black; 
    font-size: 100%; 
    line-height: 1.625rem; 
    padding: 1em; 

}


  1. wiki-page {
       /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);*/
       padding: 0px;
    

    }

  2. wiki-main {
           display:flex;
    

    }

  3. wiki-header {
       background: #0083ae url(../images/wiki-bg.png) no-repeat right top;
       background-size: 22%;
    

    }

  4. wiki-navigation {
       width:20%;
       position: inherit;
       top: 5px;
       left: 5px;
       font-size: 14px;
       padding: 5px 5px 5px 0;
       vertical-align: top;
       display: table-cell;
    

    }

  5. wiki-content {
       position: inherit;
       margin-left: 0px;
       font-size: 15px;
       vertical-align: top;
       font-weight: lighter;
       width: 80%;
       background:#f5f5f5;
    

    }

.portlet {

   background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
   background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
   background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
   background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
   background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
   border: 1px solid #D8D8E7;
   font-size: 100%;
   margin: 16px 0 8px;
   overflow: hidden;
   padding: 0 8px 8px;
       

}


/* Logo */

  1. logo {
       border: 0;
       margin: 8px 0 0 0;
       float: left;
    

    }

a.logo img {

   height: 100px;

}

/* user menu */

  1. user-menu {
       float: right; 
       margin-right: 2em; 
       padding: 0; 
       text-align: center;
    

    }

  2. user-menu li {
       display: inline; 
       list-style-type: none; 
       list-style-image: none; 
       padding: 0 0.8em; 
       font-size: 90%;
    

    }

/* Search box */

  1. nav-search {
       text-align: center;
    

    }

  2. nav-search form {
       padding: 0;
       margin: 0;
       display: flex;
    

    }

  3. nav-search br {
       padding-top: 4px;
    

    }

  4. nav-search input {
       margin-top: 8px;
       background-color: white;
       border: 1px solid #D8D8E7;
    

    }

  5. nav-search input[type="text"] {
       width: 50%;
       height: 25px;
    

    }

div#nav-search.portlet {

   background: transparent;
   border: none;
   padding: 50px 0px 50px 10%;

}


/*******Default*******************/

  1. nav-menu {
       margin-top: 2px;
       padding: 0px;
       display:block;
       border-radius:5px;
       border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
       border: none;
       /*color: #e5e5e5;*/
       /*
       background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       */
       background: #f5f5f5;
    

    }

  2. nav-menu a:hover {
       background: #CCCC;
       display:block;
       border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
       /*color: #EAC730;*/
    

    }

  3. nav-menu a {
       text-decoration: none;
       color: black;
       font-weight: 500;
    

}

  1. nav-menu a.edit {
       /*color: #aa1111;*/
       border-color: #aa1111;
    

    }

  2. nav-menu hr {
       border: none;
       color: #D8D8E7;
       height: 1px;
       margin: 0px;
    

    }

  3. nav-menu ul {
       list-style-type: none;
       list-style-image: none;
       overflow: hidden;
       padding: 0px;
       margin-left: 10px;
       display:block;
       line-height: 25px;
    

    }

  4. nav-menu li {
       margin:0px;
    

    }

  5. nav-menu li a {
       display:block;
    

    }

/*********sicflex-menu********/

  1. sicflex-menu {
       padding:0px;
       margin:0px;
    

    }

  2. sicflex-menu p {
       color: #000;
       font-size:110%;
    

    }

.style-select sicflex-menu {

   background-color:black;

}

  1. sicflex-menu ul li ul {
       margin: 0;
    

    }

  2. sicflex-menu li a {
       display: block;
       margin: 0px;
       text-decoration: none;
       list-style-type: none;
       overflow: hidden;
       padding: 0px;
    

    }

  3. sicflex-menu li li {
       padding:0;
       text-decoration: none;
       color: #e5e5e5;
       border-top: 1px solid #C8C9CA;
       line-height: 25px;
    

    }

/*******contents*****************/

  1. contents {
       background: f5f5f5;
       padding: 14px;
       padding-top:5px;
       padding-bottom: 0px;
       border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
       line-height: 1.625rem;
       border: none;
    
       /* background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); */
    

    }

  2. contents-header {
       font-size: 0.75rem;
           text-align:right;
       margin-bottom: 0.1em;
           padding:0px;
    

    }

  3. contentSub {
       color: #7d7d7d;
       margin: 0 0 1em 1em;
    

    }

  4. siteNotice {
       position: relative;
       text-align: right;
       font-size: 90%;
       padding: 0 0.9em;
    

    }

  5. content-article {
       padding: 0px 0 10px 0;
    

    }

/*******Menu Horizontal*********/

  1. tab_menu li {
       /*border-bottom: 1px solid #eee; 
       border-radius:5px 5px 0px 0px;*/
       margin:0px;
       margin-right:0px;
       border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
       /*
       background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
       background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);*/
       background-color: #0083ae;
       border:none;
    

    }

  2. tab_menu li:hover {
       background: #636466;
    

    }

ul.tab-menu li.active {

   margin-bottom: -1px !important; 
   border-bottom: 1px solid #fff; 
   font-weight: bold; 
   border: none;

}

ul.tab-menu li.active a:hover {

   border-bottom: none; 

}

ul#tab_menu {

   padding: 0; 
   margin: 0; 
   margin-left: 0px; 
   background-color: #0083ae;
   /*width: 100%;*/
   color: white;

}

ul#tab_menu li {

   padding: 0 0.5em; 
   margin: 4px; 
   margin-right: 0px; 
   font-size: 85%; 
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 8px;
   padding-bottom: 8px;

}

ul#tab_menu li.active {

   font-size: 90%; 
   background-color: #636466;

}

ul#tab_menu li a {

   color: white;

}

ul#tab_menu li a.edit {

   color: #aa1111;

}

/********TOC*********/

  1. toc {
       width:18em;
    

    }

/* WIKI FOOTER */

  1. wiki-footer {
       /*color:white;*/
       font-size: 0.9375rem;
       font-weight: lighter;
       margin: 0px;
       padding:0px;
    

    }

  2. start-bottom {
       padding-left: 10px;
    

    }

  3. start-bottom a {
       color:#0083ae;
    

    }

  4. ruta {
       color:#0083ae;
       font-weight: lighter;
       padding:0px;
       margin:0px;
       font-size:0.75rem;
    

    }

  5. boxIn {
       font-weight: lighter;
       padding:0px;
       margin:0px;
       background-color: #dcdcdc;
    

    }

  6. showInfo {
       color:#595;
       padding:4px 8px;
       margin:10px 25px 25px 25px;
       border:1px solid #0083ae;
       background-color:#EBEDEF"
    

    }

  7. showImage {
       width:100%;
       max-height:250px;
       overflow: hidden;
    

    }

  8. header-printeable {
       background: #0083ae;
       color: white;
       text-align: center;
    

    }

.youtube {

   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   display: inline-block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;

}

.youtube .play {

   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
   background-size: 64px 64px;
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: .8;
   filter: alpha(opacity=80);
   transition: all 0.2s ease-out;

}

.youtube .play:hover {

   opacity: 1;
   filter: alpha(opacity=100);

}

@media screen and (min-width: 601px) {

}

@media screen and (max-width: 600px) {

   #wiki-content {
       font-size: 80%;
       width: 100%;
   }
   #wiki-navigation {
       width:0%;
       font-size: 80%;
       visibility: hidden;
   }
   #wiki-header {
       background: #0083ae;
       background-size: 22%;
   }
   #nav-search input[type="text"] {
       width: 70%;
       height: 25px;
   }

}