Commit 925d3532 authored by Alan Ricardo Calderón Martínez's avatar Alan Ricardo Calderón Martínez
Browse files

Se añadio el subir documentos

parent 526ee4e7
Loading
Loading
Loading
Loading
(6 KiB)

File changed.

No diff preview for this file type.

+11 −6
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ body {
  align-items: center;
  font-size: 2.5em;
  cursor: pointer;
  color: #fff;
}

.search {
@@ -343,3 +344,7 @@ header .icons span:last-child {
  margin: 0;
  padding: 0;
}

.btn-menu {
  color: #fff;
}
 No newline at end of file

css/subir_doc.css

0 → 100644
+179 −0
Original line number Diff line number Diff line
.container-titulo {
    margin: 30px 30px;
    padding: 20px;
    border: 0px solid white;
    border-bottom: 5px solid #752ff6;
    background-color: white;
    opacity: .75;
}

.container-titulo h1 {
    text-align: center;
    color: #752ff6;
    font-weight: bold;
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
}

p.tittle-board {
    padding-right: 10px;
    padding-left: 20px;
    color: white;
    font-size: 25px;
    margin-top: 5px;

}

.container-board {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    overflow-x: scroll;
    /* Permite el desplazamiento horizontal */
    white-space: nowrap;
    /* Evita que los elementos se envuelvan a la siguiente línea */
    text-align: left;
    /* Alinea los elementos a la izquierda */
}

.box {
    flex: 0 0 auto;
    margin: 0 2vw;
    /* Márgenes relativos al ancho de la pantalla */
    min-width: 150px;
    /* Ancho mínimo de cada caja */
    max-width: 25%;
    /* Ancho máximo relativo al contenedor padre */

}

.paloma {
    display: inline-block;
    /* Para que el icono y el texto estén en línea */
    color: white;
    /* Cambia el color del icono a blanco */
    font-size: 25px;
    /* Cambia el tamaño del icono (ajusta el valor según sea necesario) */
    vertical-align: middle;
    /* Alinea verticalmente el icono y el texto */
    margin-right: 8px;
    /* Agrega un margen derecho para separar el icono del texto (ajusta el valor según sea necesario) */
}

.cajas {
    width: 300px;
    min-height: 400px;
    margin: 20px;
    border: 2px dashed #fff;
    background-color: rgba(142, 175, 197, 0.3);
}

.list {
    background: #e91e63;
    height: 60px;
    margin: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
}

.list ion-icon {
    width: 35px;
    height: 20px;
    margin-right: 5px;
    margin-left: 1px;
}

.container-addCaja {
    margin-left: 35px;
    margin-bottom: 10px;
    color: white;
}

.btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: aliceblue;
    width: 80px;
    height: 60px;
}

#plus {
    width: 50px;
    /* Ajusta el tamaño según sea necesario */
    height: 50px;
    /* Ajusta el tamaño según sea necesario */
}

.nuevoTitulo {
    margin: 2px;
    padding: 8px;
    width: 292px;
    background-color: transparent;  /* Establecer el fondo como transparente */
    opacity: .75;
    border: none;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */

}

.nuevoTitulo::placeholder {
    /* Restablecer todos los estilos predeterminados */
    font-style: normal; /* Puede ser itálica en algunos navegadores por defecto */
    color: initial;     /* Establecer el color inicial (normalmente gris) */
    opacity: 1;         /* Restablecer la opacidad a su valor original */
    color: white;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */
}

.contenedor-pdf{
    margin: 2px;
    padding: 8px;
    width: 292px;
    height: 70%;
      /* Establecer el fondo como transparente */
    opacity: .75;
    border: none;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */
}


#custom-btn{
    margin-top: 40%;
    width: 100%;
    height: 40px;
    display: block;
    border: none;
    outline: none;
    border-radius: 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5spx;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
}


.box .icon{
    margin-top: 10%;
    font-size: 100px;
    align-items: center;
    color: #9658fe;
}

.box .text{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
 No newline at end of file
(6 KiB)

File changed.

No diff preview for this file type.

+7 −13
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@ include "../php/crearProyecto.php";
  <!--Favicon - icono de la pestaña-->
  <link rel="icon" type="image/x-icon" href="images/cocinero.png">
  <!--Bootstrap CSS-->
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
  <!-- Google Font Link Icons-->
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
@@ -60,7 +59,7 @@ include "../php/crearProyecto.php";
          </a>
        </li>
        <li>
          <a href="#">
          <a href="../pages/subir_doc.html">
            <span class="icon">
              <ion-icon name="share-outline"></ion-icon>
            </span>
@@ -77,8 +76,7 @@ include "../php/crearProyecto.php";
          </a>
        </li>
        <li>
          <form method="post" action="./login.php"><button class="bg-transparent" type="submit" value="1"
              name="cerrars">
          <form method="post" action="./login.php"><button class="bg-transparent" type="submit" value="1" name="cerrars">
              <a href="#">
                <span class="icon">
                  <ion-icon name="log-out-outline"></ion-icon>
@@ -160,8 +158,7 @@ include "../php/crearProyecto.php";
  </div>

  <!-- Modal crear proyecto -->
  <div class="modal fade" id="CrearProyecto" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
    aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal fade" id="CrearProyecto" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
@@ -180,8 +177,7 @@ include "../php/crearProyecto.php";
            </div>
            <div class="mb-3">
              <label for="DesSprint1" class="form-label">Comentario </label>
              <input required="required" name="cproy_comm" type="text" class="form-control" maxlength="85"
                placeholder="comentario breve">
              <input required="required" name="cproy_comm" type="text" class="form-control" maxlength="85" placeholder="comentario breve">
            </div>
          </div>
          <div class="modal-footer">
@@ -198,9 +194,7 @@ include "../php/crearProyecto.php";
  <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
  <!--My script-->
  <script src="../js/principal.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
    crossorigin="anonymous"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>

</html>
 No newline at end of file
Loading