Fernando Vasquez 7 سال پیش
والد
کامیت
3b2a886138
5فایلهای تغییر یافته به همراه1002 افزوده شده و 32 حذف شده
  1. 115 1
      css/all.css
  2. 7 0
      footer-pruebas.php
  3. 3 0
      header-pruebas.php
  4. 2 0
      nueva-prueba.php
  5. 875 31
      pruebas.php

+ 115 - 1
css/all.css

@@ -1949,10 +1949,14 @@ label {
 .tabs_pruebas {
     margin-bottom: 40px;
 }
-.comportamiento_body {
+.todas_las_pruebas_body{
     display: block;
     margin-bottom: 80px;
 }
+.comportamiento_body {
+    display: none;
+    margin-bottom: 80px;
+}
 .personalidad_body {
     display: none;
     margin-bottom: 80px;
@@ -3828,4 +3832,114 @@ All this is done for any sub-level being entered.
     float: none;
     margin: auto;
 }
+}
+.busqueda_prueba .col-md-6 {
+    padding: 0!important;
+}
+.busqueda_prueba .col-md-6 input{
+    padding: 10px;
+    width: 100%;
+    font-size: 14px;
+    background: transparent;
+    border: 1px solid #cbcbcb;
+    transition: all 0.3s;
+}
+.busqueda_prueba .col-md-6 input:hover{
+    border: 1px solid #fd4b4b8c;
+    transition: all 0.3s;
+}
+.busqueda_prueba .col-md-6 input:focus{
+    border: 1px solid #fd4b4b8c;
+    transition: all 0.3s;
+}
+.busqueda_prueba {
+    margin-bottom: 40px;
+}
+.buscar_prueba {
+    padding: 0px 0px 25px;
+    text-align: left;
+}
+.btn_buscar_prueba {
+    border: 1px solid #fd4b4b;
+    color: #fff;
+    background: #fd4b4b;
+    padding: 10px 55px;
+    font-size: 14px;
+    position: relative;
+    cursor: pointer;
+    transition: all 0.3s;
+    margin-left: 15px;
+}
+.btn_buscar_prueba:hover {
+    border: 1px solid #fd4b4b;
+    color: #fd4b4b;
+    background: transparent;
+    transition: all 0.3s;
+}
+
+.pagination_pruebas .botones_pagination a {
+    color: #c4c4c4;
+    border: 1px solid #c4c4c4;
+    padding: 6px 11px;
+    font-size: 12px;
+    transition: all 0.3s;
+}
+.pagination_pruebas .botones_pagination a:hover{
+    color: #fff;
+    border: 1px solid #fd4b4b;
+    background: #fd4b4b;
+    padding: 6px 11px;
+    font-size: 12px;
+    transition: all 0.3s;
+}
+.pagination_pruebas .botones_pagination .active {
+    color: #fff;
+    border: 1px solid #fd4b4b;
+    background: #fd4b4b;
+    padding: 6px 11px;
+    font-size: 12px;
+    transition: all 0.3s;
+}
+.pagination_pruebas{
+    padding: 15px;
+}
+.botones_edicion {
+    width: 100%;
+    text-align: center;
+    position: relative;
+}
+.contenedor_botones {
+    width: 27%;
+    position: absolute;
+    float: right;
+    right: 0;
+    z-index: 999999;
+    padding: 10px;
+    opacity: 0;
+    transition: all 0.3s;
+}
+.body_prueba_list:hover .contenedor_botones {
+    opacity: 1;
+    transition: all 0.3s;
+}
+.botones_edicion i{
+    color: #bdbdbd;
+    transition: all 0.3s;
+}
+.botones_edicion i:hover{
+    color: #fd4b4b;
+    transition: all 0.3s;
+}
+.header_prueba {
+    width: 180px;
+    opacity: 0.7;
+    float: none;
+    margin: auto;
+}
+.header_prueba img{
+    width: 100%;
+}
+.allrights_footer_prueba p {
+    margin: 0!important;
+    text-align: center;
 }

+ 7 - 0
footer-pruebas.php

@@ -0,0 +1,7 @@
+<div class="header_prueba">
+    <img src="images/logo.png">
+</div>
+<div class="allrights_footer_prueba">
+    <p>Esta prueba fue realizada con PruebasPsico</p>
+    <p>Todos los derechos reservados</p>
+</div>

+ 3 - 0
header-pruebas.php

@@ -0,0 +1,3 @@
+<div class="header_prueba">
+    <img src="images/logo.png">
+</div>

+ 2 - 0
nueva-prueba.php

@@ -80,6 +80,7 @@
             </div>
             <div class="body_prueba_nueva">
                 <div class="contenedor_pruebas">
+                    <?php include('header-pruebas.php')?>
                     <h1>Preguntas</h1>
                     <div class="body_preg_indi">
                         <div class="titulo_pregunta">
@@ -165,6 +166,7 @@
                         </div>
                     </div>
                 </div>
+                <?php include('footer-pruebas.php')?>
             </div>
         </div>
         <?php include('footer.php') ?>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 875 - 31
pruebas.php


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است