wiki:licencias
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previaAmbos lados, revisión siguiente | ||
| wiki:licencias [2022/08/16 13:43] srgualpa creado | wiki:licencias [2022/08/17 13:41] (actual) srgualpa [Licencias] | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | =====Ejemplos Script Slurm===== | + | <CSS> |
| - | <HTML> | + | |
| - | < | + | |
| - | <button class=" | + | /*------------------------------------- |
| - | <div class=" | + | /* Estilo para el texto paresido consola |
| - | < | + | |
| - | <div class=" | + | |
| - | <br> | + | |
| - | <ul class=" | + | |
| - | < | + | |
| - | < | + | .shell-body { |
| - | < | + | margin: 0; |
| - | < | + | |
| + | | ||
| + | | ||
| + | color: # | ||
| + | font: 0.8em ' | ||
| + | line-height: | ||
| - | </ | + | -webkit-border-bottom-right-radius: |
| - | <br> | + | |
| - | </ | + | |
| - | < | + | |
| - | # | + | |
| + | border-bottom-left-radius: | ||
| - | ### Las líneas | + | |
| - | ### (aunque parezcan estar comentadas) | + | border-radius: |
| + | |||
| + | } | ||
| + | .shell-body li { | ||
| + | word-wrap: break-word; | ||
| + | position: relative; | ||
| + | padding: 0 0 0 15px; | ||
| + | } | ||
| + | |||
| + | .recuadro{ | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | color: | ||
| + | | ||
| + | } | ||
| + | |||
| + | | ||
| + | border: 1px solid #d3d3d3; | ||
| + | border-radius: | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | color: | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | |||
| + | body {font-family: | ||
| - | ### Nombre de la tarea | + | /* Style the tab */ |
| - | #SBATCH | + | .tab { |
| + | overflow: hidden; | ||
| + | border: 1px solid #ccc; | ||
| + | background-color: #f1f1f1; | ||
| + | } | ||
| - | ### Cola de trabajos a la cual enviar. | + | /* Style the buttons inside the tab */ |
| - | # | + | .tab button { |
| - | # | + | |
| + | | ||
| + | border: none; | ||
| + | outline: none; | ||
| + | cursor: pointer; | ||
| + | padding: 14px 16px; | ||
| + | transition: 0.3s; | ||
| + | font-size: 17px; | ||
| + | } | ||
| - | ### Procesos a largar. | + | /* Change background color of buttons on hover */ |
| - | ### Por defecto, se usa un solo proceso para tareas GPU. | + | .tab button: |
| - | # | + | |
| + | } | ||
| - | ### Tiempo de ejecucion. Formato dias-horas: | + | /* Create an active/ |
| - | # | + | .tab button.active { |
| + | | ||
| + | } | ||
| - | | + | .tablinks.active |
| + | color: green /*#ccc;*/ | ||
| + | } | ||
| - | | + | /* Style the tab content */ |
| - | ### No tocar | + | .tabcontent { |
| - | . /etc/profile | + | display: none; |
| + | padding: 6px 12px; | ||
| + | border: 1px solid #ccc; | ||
| + | border-top: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | .botonPanel { | ||
| + | background-color: | ||
| + | color: | ||
| + | cursor: pointer; | ||
| + | padding: 18px; | ||
| + | width: 100%; | ||
| + | border: none; | ||
| + | text-align: left; | ||
| + | outline: none; | ||
| + | font-size: 15px; | ||
| + | transition: 0.4s; | ||
| + | } | ||
| + | |||
| + | .active, .botonPanel: | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | .panel { | ||
| + | padding: 0 18px; | ||
| + | display: none; | ||
| + | background-color: | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | |||
| + | .ul1 { | ||
| + | list-style-type: | ||
| + | padding: 0; | ||
| + | border: 1px solid #ddd; | ||
| + | } | ||
| + | |||
| + | .ul1 .li1 { | ||
| + | padding: 8px 16px; | ||
| + | border-bottom: | ||
| + | } | ||
| + | .ul1 .li1: | ||
| + | border-bottom: | ||
| + | |||
| + | } | ||
| + | .textoNoImportante{ | ||
| + | } | ||
| + | .consolaResaltadaconsolaResaltada { | ||
| + | background-color: | ||
| + | color: | ||
| + | } | ||
| + | |||
| + | |||
| + | /* FIN Estilo para el texto paracido consola*/ | ||
| + | |||
| + | |||
| + | .tips{ | ||
| + | color:# | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | /* ----------------------------- | ||
| + | .textoVisible { | ||
| + | position: relative; | ||
| + | display: inline-block; | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: 30%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2 { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | color: | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: -70%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | |||
| + | .subrayadoVerde{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | .subrayadoAzul{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | |||
| + | |||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | .tipsAmarillo{ | ||
| + | color:#795548 ; | ||
| + | | ||
| + | padding:0.3em 16px; | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | .tipsVerde{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid green; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | .tipsAzul{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #607d8b; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | .tipsRojo{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid red; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | /*------------------------------------FIN CSS---------------------------------------------*/ | ||
| + | .lista1{ | ||
| + | color: | ||
| + | } | ||
| + | | ||
| - | ### Cargar los módulos para la tarea | ||
| - | # FALTA: Agregar los módulos necesarios | ||
| - | module load gcc | ||
| - | module load cuda | ||
| - | ### Largar el programa | ||
| - | # FALTA: Cambiar el nombre del programa | ||
| - | srun NOMBRE_DEL_PROGRAMA | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| | | ||
| - | <button class=" | + | </CSS> |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <li class=" | + | |
| - | <li class=" | + | |
| - | <li class=" | + | |
| - | <li class=" | + | |
| - | </ | + | |
| - | < | + | |
| - | </ | + | |
| - | <file c submit_mpi_job.sh[enable_line_numbers=" | + | |
| - | #!/bin/bash | + | |
| - | ### Las líneas #SBATCH configuran los recursos de la tarea | ||
| - | ### (aunque parezcan estar comentadas) | ||
| - | ### Nombre de la tarea | ||
| - | #SBATCH --job-name=mpi_job | ||
| - | ### Tiempo de ejecucion. Formato dias-horas: | ||
| - | #SBATCH --time 3-0:00 | ||
| - | ### Numero de procesos a ser lanzados. | ||
| - | #SBATCH --ntasks=2 | ||
| - | ### Nombre de partcion | ||
| - | #SBATCH --partition=batch | ||
| - | ### Script que se ejecuta al arrancar el trabajo | + | <CSS> |
| - | ### Cargar | + | / |
| - | ### No tocar | + | /* Estilo para el texto paresido consola |
| - | . / | + | |
| + | |||
| + | |||
| + | |||
| + | |||
| + | .shell-body { | ||
| + | margin: 0; | ||
| + | padding: 5px; | ||
| + | list-style: none; | ||
| + | background: | ||
| + | color: | ||
| + | font: 0.8em ' | ||
| + | line-height: | ||
| - | ### Cargar los módulos para la tarea | + | -webkit-border-bottom-right-radius: |
| - | # FALTA: Agregar los módulos necesarios | + | |
| - | | + | |
| - | | + | |
| + | border-bottom-right-radius: | ||
| + | border-bottom-left-radius: | ||
| - | ### Largar el programa con los cores detectados | + | border: 2px solid green; |
| - | | + | |
| - | # FALTA: Cambiar el nombre del programa | + | |
| - | srun NOMBRE_DEL_PROGRAMA | + | |
| - | </ | + | |
| - | < | + | |
| - | </ | + | |
| | | ||
| - | <button class=" | + | } |
| - | <div class=" | + | .shell-body li { |
| - | <br> | + | word-wrap: break-word; |
| - | <ul class=" | + | position: relative; |
| - | < | + | padding: 0 0 0 15px; |
| - | < | + | } |
| - | < | + | |
| - | < | + | .recuadro{ |
| - | </ | + | |
| - | <br> | + | border-radius: 1px; |
| - | </ | + | |
| - | | + | |
| - | #!/bin/bash | + | |
| + | } | ||
| + | |||
| + | | ||
| + | | ||
| + | border-radius: | ||
| + | | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | | ||
| + | | ||
| + | } | ||
| + | |||
| + | .recuadroCodeAzul{ | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | |||
| + | body {font-family: | ||
| - | | + | /* Style the tab */ |
| - | ### (aunque parezcan estar comentadas) | + | .tab { |
| + | overflow: hidden; | ||
| + | border: 1px solid #ccc; | ||
| + | background-color: | ||
| + | } | ||
| - | ### Nombre de la tarea | + | /* Style the buttons inside the tab */ |
| - | # | + | .tab button { |
| + | background-color: inherit; | ||
| + | float: left; | ||
| + | border: none; | ||
| + | outline: none; | ||
| + | cursor: pointer; | ||
| + | padding: 14px 16px; | ||
| + | transition: 0.3s; | ||
| + | font-size: 17px; | ||
| + | } | ||
| - | ### Cola de trabajos a la cual enviar. | + | /* Change background color of buttons on hover */ |
| - | #SBATCH --partition=batch | + | .tab button: |
| + | | ||
| + | } | ||
| - | ### Procesos a largar. | + | /* Create an active/ |
| - | ### Es OpenMP, o sea que un proceso en un nodo y muchos hilos. | + | .tab button.active { |
| - | # | + | |
| + | } | ||
| - | ### Hilos por proceso | + | .tablinks.active |
| - | ### Poner el mismo valor acá que en OMP_NUM_THREADS/MKL_NUM_THREADS | + | |
| - | # | + | } |
| - | ### Tiempo de ejecucion. Formato dias-horas:minutos. | + | /* Style the tab content */ |
| - | #SBATCH | + | .tabcontent { |
| + | display: none; | ||
| + | padding: 6px 12px; | ||
| + | border: 1px solid #ccc; | ||
| + | border-top: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | .botonPanel { | ||
| + | | ||
| + | color: | ||
| + | cursor: pointer; | ||
| + | padding: 18px; | ||
| + | width: 100%; | ||
| + | border: none; | ||
| + | text-align: left; | ||
| + | outline: none; | ||
| + | font-size: 15px; | ||
| + | transition: 0.4s; | ||
| + | } | ||
| - | | + | .active, .botonPanel: |
| + | background-color: | ||
| + | } | ||
| - | ### Cargar el entorno del usuario incluyendo la funcionalidad de modules | + | .panel { |
| - | ### No tocar | + | |
| - | . / | + | display: none; |
| + | background-color: | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | |||
| + | .ul1 { | ||
| + | list-style-type: | ||
| + | padding: 0; | ||
| + | border: 1px solid #ddd; | ||
| + | } | ||
| - | | + | .ul1 .li1 { |
| - | | + | padding: 8px 16px; |
| - | | + | border-bottom: |
| + | } | ||
| + | .ul1 .li1: | ||
| + | border-bottom: | ||
| + | |||
| + | } | ||
| + | .textoNoImportante{ | ||
| + | } | ||
| + | .consolaResaltadaconsolaResaltada { | ||
| + | background-color: | ||
| + | color: | ||
| + | } | ||
| + | | ||
| - | | + | /* FIN Estilo para el texto paracido consola*/ |
| - | # FALTA: Agregar los módulos necesarios | + | |
| - | | + | |
| + | .tips{ | ||
| + | color:#795548 ; | ||
| + | background-color: | ||
| + | padding: | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | /* ----------------------------- | ||
| + | .textoVisible { | ||
| + | position: relative; | ||
| + | display: inline-block; | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | color: | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: 30%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2 { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | color: #fff; | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: -70%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | |||
| + | .subrayadoVerde{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | .subrayadoAzul{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | |||
| + | |||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | .tipsAmarillo{ | ||
| + | color:# | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | .tipsVerde{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid green; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | .tipsAzul{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #607d8b; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | .tipsRojo{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid red; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | / | ||
| + | .lista1{ | ||
| + | color: | ||
| + | } | ||
| + | |||
| - | ### Largar el programa | ||
| - | # FALTA: Cambiar el nombre del programa | ||
| - | srun NOMBRE_DEL_PROGRAMA | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| | | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <CSS> | ||
| + | |||
| + | / | ||
| + | /* Estilo para el texto paresido consola | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | /* | ||
| + | .shell-body { | ||
| + | margin: 0; | ||
| + | padding: 5px; | ||
| + | list-style: none; | ||
| + | background: | ||
| + | color: # | ||
| + | font: 0.8em ' | ||
| + | line-height: | ||
| + | |||
| + | -webkit-border-bottom-right-radius: | ||
| + | -webkit-border-bottom-left-radius: | ||
| + | -moz-border-radius-bottomright: | ||
| + | -moz-border-radius-bottomleft: | ||
| + | border-bottom-right-radius: | ||
| + | border-bottom-left-radius: | ||
| + | |||
| + | border: 2px solid green; | ||
| + | border-radius: | ||
| | | ||
| + | }*/ | ||
| + | .shell-body { | ||
| + | margin: 0; | ||
| + | padding: 5px; | ||
| + | list-style: none; | ||
| + | background: | ||
| + | color: # | ||
| + | font: 1.0em ' | ||
| + | line-height: | ||
| + | |||
| + | -webkit-border-bottom-right-radius: | ||
| + | -webkit-border-bottom-left-radius: | ||
| + | -moz-border-radius-bottomright: | ||
| + | -moz-border-radius-bottomleft: | ||
| + | border-bottom-right-radius: | ||
| + | border-bottom-left-radius: | ||
| + | |||
| + | border: 1px solid blue; | ||
| + | border-radius: | ||
| | | ||
| - | </ | + | } |
| + | .shell-body li { | ||
| + | word-wrap: break-word; | ||
| + | position: relative; | ||
| + | padding: 0 0 0 15px; | ||
| + | } | ||
| + | .recuadro{ | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | color: | ||
| + | | ||
| + | } | ||
| + | |||
| + | | ||
| + | border: 1px solid #d3d3d3; | ||
| + | | ||
| + | padding: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | color:blue; | ||
| + | background-color:# | ||
| + | } | ||
| + | |||
| + | |||
| + | body {font-family: | ||
| + | |||
| + | /* Style the tab */ | ||
| + | .tab { | ||
| + | overflow: hidden; | ||
| + | border: 1px solid #ccc; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | /* Style the buttons inside the tab */ | ||
| + | .tab button { | ||
| + | background-color: | ||
| + | float: left; | ||
| + | border: none; | ||
| + | outline: none; | ||
| + | cursor: pointer; | ||
| + | padding: 14px 16px; | ||
| + | transition: 0.3s; | ||
| + | font-size: 17px; | ||
| + | } | ||
| + | |||
| + | /* Change background color of buttons on hover */ | ||
| + | .tab button: | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | /* Create an active/ | ||
| + | .tab button.active { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | .tablinks.active | ||
| + | color: green /*#ccc;*/ | ||
| + | } | ||
| + | |||
| + | /* Style the tab content */ | ||
| + | .tabcontent { | ||
| + | display: none; | ||
| + | padding: 6px 12px; | ||
| + | border: 1px solid #ccc; | ||
| + | border-top: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | .botonPanel { | ||
| + | background-color: | ||
| + | color: | ||
| + | cursor: pointer; | ||
| + | padding: 18px; | ||
| + | width: 100%; | ||
| + | border: none; | ||
| + | text-align: left; | ||
| + | outline: none; | ||
| + | font-size: 15px; | ||
| + | transition: 0.4s; | ||
| + | } | ||
| + | |||
| + | .active, .botonPanel: | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | .panel { | ||
| + | padding: 0 18px; | ||
| + | display: none; | ||
| + | background-color: | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | |||
| + | .ul1 { | ||
| + | list-style-type: | ||
| + | padding: 0; | ||
| + | border: 1px solid #ddd; | ||
| + | } | ||
| + | |||
| + | .ul1 .li1 { | ||
| + | padding: 8px 16px; | ||
| + | border-bottom: | ||
| + | } | ||
| + | .ul1 .li1: | ||
| + | border-bottom: | ||
| + | |||
| + | } | ||
| + | .textoNoImportante{ | ||
| + | } | ||
| + | .consolaResaltadaconsolaResaltada { | ||
| + | background-color: | ||
| + | color: | ||
| + | } | ||
| + | |||
| + | |||
| + | /* FIN Estilo para el texto paracido consola*/ | ||
| + | |||
| + | |||
| + | .tips{ | ||
| + | color:# | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | | ||
| + | /* ----------------------------- | ||
| + | .textoVisible { | ||
| + | position: relative; | ||
| + | display: inline-block; | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | color: #fff; | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: 30%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2 { | ||
| + | visibility: hidden; | ||
| + | width: 550px; | ||
| + | background-color: | ||
| + | color: #fff; | ||
| + | text-align: center; | ||
| + | border-radius: | ||
| + | padding: 5px 0; | ||
| + | position: absolute; | ||
| + | z-index: 1; | ||
| + | top: 150%; | ||
| + | left: -70%; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .textoVisible .textoOculto2:: | ||
| + | content: ""; | ||
| + | position: absolute; | ||
| + | bottom: 100%; | ||
| + | left: 40%; | ||
| + | margin-left: | ||
| + | border-width: | ||
| + | border-style: | ||
| + | border-color: | ||
| + | } | ||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | |||
| + | .subrayadoVerde{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | .subrayadoAzul{ | ||
| + | text-decoration-color: | ||
| + | } | ||
| + | |||
| + | |||
| + | .textoVisible: | ||
| + | visibility: visible; | ||
| + | } | ||
| + | .tipsAmarillo{ | ||
| + | color:# | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #ffff33; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | .tipsVerde{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid green; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | | ||
| + | .tipsAzul{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid #607d8b; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | | ||
| + | .tipsRojo{ | ||
| + | color: | ||
| + | background-color:# | ||
| + | padding: | ||
| + | border: 2px solid red; | ||
| + | border-radius: | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | / | ||
| + | .lista1{ | ||
| + | color: | ||
| + | } | ||
| + | | ||
| + | |||
| | | ||
| + | </ | ||
| + | ======= Licencias ======= | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | |||
| + | <br> | ||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| + | =====Ejemplos de licencias de software===== | ||
| + | < | ||
| + | < | ||
| + | |||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | <li class=" | ||
| + | <li class=" | ||
| + | <li class=" | ||
| + | <li class=" | ||
| + | |||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | <file txt LICENSE[enable_line_numbers=" | ||
| + | MIT License | ||
| + | |||
| + | Copyright (c) < | ||
| + | |||
| + | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| + | of this software and associated documentation files (the " | ||
| + | in the Software without restriction, | ||
| + | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| + | copies of the Software, and to permit persons to whom the Software is | ||
| + | furnished to do so, subject to the following conditions: | ||
| + | |||
| + | The above copyright notice and this permission notice shall be included in all | ||
| + | copies or substantial portions of the Software. | ||
| + | |||
| + | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| + | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| + | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| + | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| + | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| + | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| + | SOFTWARE. | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| | | ||
| - | | + | <button class=" |
| + | < | ||
| + | < | ||
| + | < | ||
| + | <li class=" | ||
| + | <li class=" | ||
| + | <li class=" | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | <file txt LICENSE[enable_line_numbers=" | ||
| + | BSD 3-Clause License | ||
| + | Copyright (c) < | ||
| + | All rights reserved. | ||
| + | |||
| + | Redistribution and use in source and binary forms, with or without | ||
| + | modification, | ||
| + | |||
| + | 1. Redistributions of source code must retain the above copyright notice, this | ||
| + | list of conditions and the following disclaimer. | ||
| + | |||
| + | 2. Redistributions in binary form must reproduce the above copyright notice, | ||
| + | this list of conditions and the following disclaimer in the documentation | ||
| + | | ||
| + | |||
| + | 3. Neither the name of the copyright holder nor the names of its | ||
| + | | ||
| + | this software without specific prior written permission. | ||
| + | |||
| + | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
| + | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| + | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| + | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
| + | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| + | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
| + | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
| + | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
| + | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| + | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| + | </ | ||
| + | < | ||
| </ | </ | ||
| - | |||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| | | ||
| | | ||
| | | ||
| + | </ | ||
| + | | ||
| - | | ||
| - | | ||
| - | | ||
| </ | </ | ||
| + | |||
| + | |||
| < | < | ||
| < | < | ||
wiki/licencias.1660657407.txt.gz · Última modificación: 2022/08/16 13:43 por srgualpa