1
0
Fork 0

probando primer commit usando branches, modificando la apariencia de formularios

This commit is contained in:
Renata Violeta 2019-11-29 12:45:10 -05:00
parent 5c26be6718
commit b34e315e75
2 changed files with 24 additions and 8 deletions

View File

@ -29,6 +29,22 @@ h1, h2, h3, h4, h5, h6 {
opacity: 1;
}
.form-control {
background-color: #f6f6f6;
height: 49px;
font-size: 15px;
border: 0px;
border-radius: 0px;
box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
border-bottom: 1.5px solid #d8d8d8;
}
.form-control:focus {
background-color: #ececec;
border-color: transparent;
box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
#navbar-principal{
border-color: transparent;
}
@ -679,8 +695,8 @@ Help-tip Style
/* CSS animation */
@-webkit-keyframes fadeIn {
0% {
opacity:0;
0% {
opacity:0;
transform: scale(0.6);
}
@ -695,8 +711,8 @@ Help-tip Style
100% { opacity:100%; }
}
.blink{
color: rgb (0, 137, 226);
animation: blink 1s infinite;
}

View File

@ -1,9 +1,9 @@
<?php
$usuario="root";
$password="toor";//
$servidor="localhost";
$db="galenux_troconis";
$usuarios_sesion="GaleNUx_htroconis";
$servidor="p:127.0.0.1";
$db="tupale";
$usuarios_sesion="tupale";
$path_instalacion ="/var/www/html/milfs/";
$path_images_secure ="/home/images_secure";
$url = "http://localhost/milfs/";
@ -13,7 +13,7 @@ $codigo_analizador = " ";
/// Depende de la variable http://php.net/upload-max-filesize o en el .htaccess
$upload_size = "30"; // Tamaño permitido para las imagenes en MB
$mapbox_token = "pk.eyJ1IjoiZmNhc3Ryb3QiLCJhIjoiY2lnOWw1bmd1MG93eXVsbTJpcmluYTBxdCJ9.yG7C1rEH6-MpZBEEb68IVg";
$tabla_autenticacion="d9_users";
$tabla_autenticacion="usuarios";
$site='';