From 9c341edb551389d5dd1597840c60df85f651c209 Mon Sep 17 00:00:00 2001 From: willgonzz Date: Fri, 19 Nov 2021 08:53:33 -0300 Subject: [PATCH] fondos estaticos para las paginas de login, listas y formulario --- curriculumsearch/src/main/webapp/css/cargoStyle.css | 1 + curriculumsearch/src/main/webapp/css/detallePostulantestyle.css | 2 +- curriculumsearch/src/main/webapp/css/formPostulanteStyle.css | 1 + curriculumsearch/src/main/webapp/css/indexStyle.css | 2 +- curriculumsearch/src/main/webapp/css/style.css | 5 ++++- curriculumsearch/src/main/webapp/jsp/login.jsp | 2 +- 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/curriculumsearch/src/main/webapp/css/cargoStyle.css b/curriculumsearch/src/main/webapp/css/cargoStyle.css index 02aca46..a4dcb57 100644 --- a/curriculumsearch/src/main/webapp/css/cargoStyle.css +++ b/curriculumsearch/src/main/webapp/css/cargoStyle.css @@ -3,6 +3,7 @@ body{ background-size:cover; background-repeat:no-repeat; height:100vh;width:100vw; + background-attachment: fixed; } label { display: inline-block; diff --git a/curriculumsearch/src/main/webapp/css/detallePostulantestyle.css b/curriculumsearch/src/main/webapp/css/detallePostulantestyle.css index f124595..93bf3ec 100644 --- a/curriculumsearch/src/main/webapp/css/detallePostulantestyle.css +++ b/curriculumsearch/src/main/webapp/css/detallePostulantestyle.css @@ -35,7 +35,7 @@ header{ } section{ background-image:url(/img/fondoBlanco.jpg); - + background-attachment: fixed; display: flex; } diff --git a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css index 15385f0..3c626e1 100644 --- a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css +++ b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css @@ -5,6 +5,7 @@ body { background-repeat:repeat; height:100vh;width:100vw; align-items:"middle"; + background-attachment: fixed; } #head{text-align:center} diff --git a/curriculumsearch/src/main/webapp/css/indexStyle.css b/curriculumsearch/src/main/webapp/css/indexStyle.css index 3f7744c..81197c0 100644 --- a/curriculumsearch/src/main/webapp/css/indexStyle.css +++ b/curriculumsearch/src/main/webapp/css/indexStyle.css @@ -3,6 +3,6 @@ body{ background-size:cover; background-repeat:no-repeat; height:100vh;width:100vw; - + background-attachment: fixed; -webkit-text-size-adjust: 100%; } \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/css/style.css b/curriculumsearch/src/main/webapp/css/style.css index 990bcac..89f4d4b 100644 --- a/curriculumsearch/src/main/webapp/css/style.css +++ b/curriculumsearch/src/main/webapp/css/style.css @@ -5,12 +5,15 @@ body{ background-image:url(/img/FondoRoshka.jpg); background-size:cover; + background-position: center; background-repeat:no-repeat; - overflow: hidden; + background-attachment: fixed; + /* overflow: hidden; */ height:100%;width:100%; align-items:"middle"; position: absolute; } + #form{max-width:333px; width:90%;position:relative; left:50%; diff --git a/curriculumsearch/src/main/webapp/jsp/login.jsp b/curriculumsearch/src/main/webapp/jsp/login.jsp index 0f3f1ca..d8bca7b 100644 --- a/curriculumsearch/src/main/webapp/jsp/login.jsp +++ b/curriculumsearch/src/main/webapp/jsp/login.jsp @@ -13,7 +13,7 @@ -
+
-- libgit2 0.26.0