diff --git a/src/main/resources/static/css/css/Anuncio.css b/src/main/resources/static/css/css/Anuncio.css index 02eea36..e69de29 100644 --- a/src/main/resources/static/css/css/Anuncio.css +++ b/src/main/resources/static/css/css/Anuncio.css @@ -1,17 +0,0 @@ -body{ - box-sizing: border-box; - margin: 0px; -} -.contenedor{ - display: flex; - background-color: blanchedalmond; - justify-content: center; - height: 100%; -} -.caja{ - width: 300px; - height: 100px; -} -.caja1{ - background-color: blanchedalmond; -} \ No newline at end of file diff --git a/src/main/resources/static/css/css/loginstyle.css b/src/main/resources/static/css/css/loginstyle.css new file mode 100644 index 0000000..ab5f832 --- /dev/null +++ b/src/main/resources/static/css/css/loginstyle.css @@ -0,0 +1,174 @@ +html { + background: #005b61; +/* + background: radial-gradient(#fff176, #f57f17); + min-height: 100%; +*/ + font-family: "Roboto", sans-serif; +} + +.title { + text-transform: uppercase; + text-align: center; + margin-bottom: 30px; + color: #005b61; + font-weight: 300; + font-size: 24px; + letter-spacing: 1px; +} + +.description { + text-align: center; + color: #666; + margin-bottom: 30px; +} + +input[type="text"], +input[type="email"], +input[type="password"], +input[type="con-password"] + +{ + padding: 10px 20px; + border: 1px solid #999; + border-radius: 3px; + display: block; + width: 100%; + margin-bottom: 20px; + box-sizing: border-box; + outline: none; +} +input[type="text"]:focus, +input[type="email"]:focus { + border-color: #005b61; +} + +input[type="radio"] { + margin-right: 10px; +} + +label { + margin-bottom: 20px; + display: block; + font-size: 18px; + color: #666; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + padding: 20px 0; + cursor: pointer; +} +label:first-child { + margin-bottom: 0; + border-bottom: none; +} + +.button, +.rerun-button { + padding: 10px 20px; + border-radius: 3px; + background: #005b61; + color: white; + text-transform: uppercase; + letter-spacing: 1px; + display: inline-block; + cursor: pointer; + +} +.button:hover, +.rerun-button:hover { + background: #005b61; +} +.button.rerun-button, +.rerun-button.rerun-button { + border: 1px solid rgba(255, 255, 255, 0.6); + margin-bottom: 50px; + box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2); + display: none; +} + +.text-center { + text-align: center; +} + +.modal-wrap { + max-width: 600px; + margin: 50px auto; + -webkit-transition: -webkit-transform 300ms ease-in-out; + transition: -webkit-transform 300ms ease-in-out; + transition: transform 300ms ease-in-out; + transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; +} + +.modal-header { + height: 45px; + background: white; + border-bottom: 1px solid #ccc; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.modal-header span { + display: block; + height: 12px; + width: 12px; + margin: 5px; + border-radius: 50%; + background: rgba(0, 0, 0, 0.2); +} +.modal-header span.is-active { + background: rgba(0, 0, 0, 0.4); + background: #FF8F00; +} + +.modal-bodies { + position: relative; + -webkit-perspective: 1000px; + perspective: 1000px; +} + +.modal-body { + background: white; + padding: 40px 100px; + box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3); + margin-bottom: 50px; + position: absolute; + top: 0; + display: none; + box-sizing: border-box; + width: 100%; + -webkit-transform-origin: top left; + transform-origin: top left; +} +.modal-body.is-showing { + display: block; +} +.sign-in28912 a{ + text-decoration: none; +} +.btn-primary3838{ + padding: 10px 20px; + border-radius: 3px; + background: #3071A9; + color: white; + text-transform: uppercase; + letter-spacing: 1px; + display: inline-block; + cursor: pointer; +} +.btn-danger37883{ + padding: 10px 20px; + border-radius: 3px; + background: #CF4539; + color: white; + text-transform: uppercase; + letter-spacing: 1px; + display: inline-block; + cursor: pointer; + margin-bottom: 20px; +} \ No newline at end of file diff --git a/src/main/resources/static/css/img/listingsignupbar-orbit-1.png b/src/main/resources/static/css/img/listingsignupbar-orbit-1.png new file mode 100644 index 0000000..79f4774 Binary files /dev/null and b/src/main/resources/static/css/img/listingsignupbar-orbit-1.png differ diff --git a/src/main/resources/templates/backend/login.html b/src/main/resources/templates/backend/login.html index d6b2880..a57ce02 100644 --- a/src/main/resources/templates/backend/login.html +++ b/src/main/resources/templates/backend/login.html @@ -1,71 +1,37 @@ - - + + - - - - Título de la página - - + + + + + + + + + + - -
-
-
-
-
-
- Phone image -
-
-
- -
- - -
- - -
- - -
- -
- -
- - -
- Forgot password? -
- - - -
-

OR

-
- - - Continue with Facebook - - - Continue with Twitter - -
+ +
+
-
- - + + + - \ No newline at end of file + diff --git a/src/main/resources/templates/bienvenida/bienvenida.html b/src/main/resources/templates/bienvenida/bienvenida.html index 324d214..435e1e1 100644 --- a/src/main/resources/templates/bienvenida/bienvenida.html +++ b/src/main/resources/templates/bienvenida/bienvenida.html @@ -3,13 +3,10 @@ PaginaBienvenida - \ No newline at end of file diff --git a/src/main/resources/templates/header/nav/principal.html b/src/main/resources/templates/header/nav/principal.html index 74297b8..4257734 100644 --- a/src/main/resources/templates/header/nav/principal.html +++ b/src/main/resources/templates/header/nav/principal.html @@ -7,32 +7,32 @@ \ No newline at end of file