diff --git a/css/error_log b/css/error_log deleted file mode 100644 index 79eb965..0000000 --- a/css/error_log +++ /dev/null @@ -1 +0,0 @@ -[18-Oct-2014 15:57:24 America/Chicago] PHP Warning: mysqli_connect(): Access denied for user 'root'@'localhost' (using password: YES) in /home/iiqwebgd/public_html/milfs/css/estilos.php on line 45 diff --git a/css/milfs.css b/css/milfs.css new file mode 100644 index 0000000..7177728 --- /dev/null +++ b/css/milfs.css @@ -0,0 +1,33 @@ +/*Este archivo tiene los estilos de milfs, +el otro archivo css style.css que está en la carpeta milfs + no está referenciado en index.php de milfs*/ + +#contenedor_principal{ + padding-top: 100px; +} + +@media (max-width: 768px) { +#panel_administrador{ + padding: 0px !important; +} +} + + + + + +/* Switch button */ +.btn-default.btn-on.active{background-color: #5BB75B;color: white;} +.btn-default.btn-off.active{background-color: #DA4F49;color: white;} + +.btn-default.btn-on-1.active{background-color: #006FFC;color: white;} +.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;} + +.btn-default.btn-on-2.active{background-color: #00D590;color: white;} +.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;} + +.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;} +.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;} + +.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;} +.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;} diff --git a/index.php b/index.php index dba8af4..1944346 100644 --- a/index.php +++ b/index.php @@ -47,10 +47,10 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";} ";}else{ echo "";} ?> - - - - + + + +