1
0
Fork 0

mejoras en la vista de aplicacion

This commit is contained in:
humano 2017-10-29 14:29:17 -05:00
parent 25c75e7cdb
commit 143902a205
2 changed files with 21 additions and 29 deletions

View File

@ -386,12 +386,7 @@ if ($variable !=''){
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'librerias/reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'librerias/reveal/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'librerias/reveal/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'librerias/reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'librerias/reveal/plugin/zoom-js/zoom.js', async: true },
{ src: 'librerias/reveal/plugin/notes/notes.js', async: true }
]
});
@ -442,25 +437,21 @@ if ($variable !=''){
$onload="
<style>
.table-fixed thead {
width: 97%;
}
.table-fixed tbody {
height: 600px;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
display: block;
}
.table-fixed tbody td, .table-fixed thead > .table-fixed tr > .table-fixed th {
float: left;
border-bottom-width: 0;
}
</style>
<div class='reveal' style='bottom: 80px !important; '>
<div class='slides' >
<section id='inicio' class='text-center' >
<img style='width: 20%;
display: block;
margin-left: auto;
margin-right: auto;' src='milfs/images/secure/?file=600/$logo[0]' alt='' class='img img-responsive center-block'>
<h1>$titulo[0]</h1>
<hr>
<h2>$razon_social[0]</h2>
<h3>$slogan[0]</h3>
<hr>
<a href='https://tupale.co'>Tupale.co</a>
</section>
<section id='galeria' style='width:100% ; background-color:#333;'>
<div id='mostrar_carrusel'>
$registros

View File

@ -23,7 +23,7 @@
perspective-origin: 50% 40%; }
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
color: #fff; }
}
/*********************************************
* GLOBAL STYLES
@ -51,9 +51,9 @@ body {
/*********************************************
* HEADERS
*********************************************/
/*
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
@ -81,8 +81,9 @@ body {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
*/
/* text-shadow: none;*/
}
/*********************************************
* OTHER
*********************************************/