-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17fa80f
commit 1ba6558
Showing
5 changed files
with
416 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.cd-top { | ||
display: inline-block; | ||
height: 40px; | ||
width: 40px; | ||
position: fixed; | ||
bottom: 40px; | ||
right: 10px; | ||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); | ||
overflow: hidden; | ||
text-indent: 100%; | ||
white-space: nowrap; | ||
background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%; | ||
visibility: hidden; | ||
opacity: 0; | ||
-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s; | ||
transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s; | ||
} | ||
|
||
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover { | ||
-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s; | ||
transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s; | ||
} | ||
|
||
.cd-top.cd-top--show { | ||
visibility: visible; | ||
opacity: 1; | ||
} | ||
|
||
.cd-top.cd-top--fade-out { | ||
opacity: .5; | ||
} | ||
|
||
.cd-top:hover { | ||
background-color: #e86256; | ||
opacity: 1; | ||
} | ||
|
||
@media only screen and (min-width: 768px) { | ||
.cd-top { | ||
right: 20px; | ||
bottom: 20px; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1024px) { | ||
.cd-top { | ||
height: 60px; | ||
width: 60px; | ||
right: 30px; | ||
bottom: 30px; | ||
} | ||
} | ||
|
86 changes: 86 additions & 0 deletions
86
Website/assets/css/Doctor-Registration-Form-with-Photo.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
.register-photo { | ||
background: url(../../assets/img/11.jpg); | ||
padding: 80px 0; | ||
} | ||
|
||
.register-photo .image-holder { | ||
display: table-cell; | ||
width: auto; | ||
background: url(../../assets/img/10.png); | ||
background-size: 500px; | ||
/*background-size: cover;*/ | ||
} | ||
|
||
.register-photo .form-container { | ||
display: table; | ||
max-width: 900px; | ||
width: 90%; | ||
margin: 0 auto; | ||
box-shadow: 1px 1px 5px rgba(0,0,0,0.1); | ||
} | ||
|
||
.register-photo form { | ||
display: table-cell; | ||
width: 400px; | ||
background-color: #ffffff; | ||
padding: 40px 60px; | ||
color: #505e6c; | ||
} | ||
|
||
@media (max-width:991px) { | ||
.register-photo form { | ||
padding: 40px; | ||
} | ||
} | ||
|
||
.register-photo form h2 { | ||
font-size: 24px; | ||
line-height: 1.5; | ||
margin-bottom: 30px; | ||
} | ||
|
||
.register-photo form .form-control { | ||
background: #f7f9fc; | ||
border: none; | ||
border-bottom: 1px solid #dfe7f1; | ||
border-radius: 0; | ||
box-shadow: none; | ||
outline: none; | ||
color: inherit; | ||
text-indent: 6px; | ||
height: 40px; | ||
} | ||
|
||
.register-photo form .form-check { | ||
font-size: 13px; | ||
line-height: 20px; | ||
} | ||
|
||
.register-photo form .btn-primary { | ||
background: #f4476b; | ||
border: none; | ||
border-radius: 4px; | ||
padding: 11px; | ||
box-shadow: none; | ||
margin-top: 35px; | ||
text-shadow: none; | ||
outline: none !important; | ||
} | ||
|
||
.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active { | ||
background: #eb3b60; | ||
} | ||
|
||
.register-photo form .btn-primary:active { | ||
transform: translateY(1px); | ||
} | ||
|
||
.register-photo form .already { | ||
display: block; | ||
text-align: center; | ||
font-size: 12px; | ||
color: #6f7a85; | ||
opacity: 0.9; | ||
text-decoration: none; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
.login-clean { | ||
background: url(../../assets/img/9.jpg); | ||
padding: 80px 0; | ||
} | ||
|
||
.login-clean form { | ||
max-width: 320px; | ||
width: 90%; | ||
margin: 0 auto; | ||
background-color: #ffffff; | ||
padding: 40px; | ||
border-radius: 4px; | ||
color: #505e6c; | ||
box-shadow: 1px 1px 5px rgba(0,0,0,0.1); | ||
} | ||
|
||
.login-clean .illustration { | ||
text-align: center; | ||
padding: 0 0 20px; | ||
font-size: 100px; | ||
color: rgb(244,71,107); | ||
} | ||
|
||
.login-clean form .form-control { | ||
background: #f7f9fc; | ||
border: none; | ||
border-bottom: 1px solid #dfe7f1; | ||
border-radius: 0; | ||
box-shadow: none; | ||
outline: none; | ||
color: inherit; | ||
text-indent: 8px; | ||
height: 42px; | ||
} | ||
|
||
.login-clean form .btn-primary { | ||
background: #f4476b; | ||
border: none; | ||
border-radius: 4px; | ||
padding: 11px; | ||
box-shadow: none; | ||
margin-top: 26px; | ||
text-shadow: none; | ||
outline: none !important; | ||
} | ||
|
||
.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active { | ||
background: #eb3b60; | ||
} | ||
|
||
.login-clean form .btn-primary:active { | ||
transform: translateY(1px); | ||
} | ||
|
||
.login-clean form .forgot { | ||
display: block; | ||
text-align: center; | ||
font-size: 12px; | ||
color: #6f7a85; | ||
opacity: 0.9; | ||
text-decoration: none; | ||
} | ||
|
||
.login-clean form .forgot:hover, .login-clean form .forgot:active { | ||
opacity: 1; | ||
text-decoration: none; | ||
} | ||
|
||
a { | ||
} | ||
|
||
p { | ||
font-family: Lora, serif; | ||
font-size: 12px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
.navigation-clean-button { | ||
background: #fff; | ||
padding-top: .75rem; | ||
padding-bottom: .75rem; | ||
color: #333; | ||
border-radius: 0; | ||
box-shadow: none; | ||
border: none; | ||
margin-bottom: 0; | ||
} | ||
|
||
@media (min-width:768px) { | ||
.navigation-clean-button { | ||
padding-top: 1rem; | ||
padding-bottom: 1rem; | ||
} | ||
} | ||
|
||
.navigation-clean-button .navbar-brand { | ||
font-weight: bold; | ||
color: inherit; | ||
} | ||
|
||
.navigation-clean-button .navbar-brand:hover { | ||
color: #222; | ||
} | ||
|
||
.navigation-clean-button .navbar-toggler { | ||
border-color: #ddd; | ||
} | ||
|
||
.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus { | ||
background: none; | ||
} | ||
|
||
.navigation-clean-button .navbar-toggler { | ||
color: #888; | ||
} | ||
|
||
.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline { | ||
border-top-color: #ddd; | ||
} | ||
|
||
.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a { | ||
background: none; | ||
box-shadow: none; | ||
} | ||
|
||
.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover { | ||
color: #8f8f8f; | ||
box-shadow: none; | ||
background: none; | ||
pointer-events: none; | ||
} | ||
|
||
.navigation-clean-button.navbar .navbar-nav .nav-link { | ||
padding-left: 18px; | ||
padding-right: 18px; | ||
} | ||
|
||
.navigation-clean-button.navbar-light .navbar-nav .nav-link { | ||
color: #465765; | ||
} | ||
|
||
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover { | ||
color: #37434d !important; | ||
background-color: transparent; | ||
} | ||
|
||
.navigation-clean-button .navbar-nav > li > .dropdown-menu { | ||
margin-top: -5px; | ||
box-shadow: 0 4px 8px rgba(0,0,0,.1); | ||
background-color: #fff; | ||
border-radius: 2px; | ||
} | ||
|
||
.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item { | ||
line-height: 2; | ||
font-size: 14px; | ||
color: #37434d; | ||
} | ||
|
||
.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover { | ||
background: #eee; | ||
color: inherit; | ||
} | ||
|
||
.navigation-clean-button .actions .login { | ||
margin-right: 1rem; | ||
text-decoration: none; | ||
color: #465765; | ||
} | ||
|
||
.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover { | ||
background: #56c6c6; | ||
border-radius: 20px; | ||
font-size: inherit; | ||
color: #fff; | ||
box-shadow: none; | ||
border: none; | ||
text-shadow: none; | ||
padding: .5rem 1rem; | ||
transition: background-color 0.25s; | ||
font-size: inherit; | ||
} | ||
|
||
.navigation-clean-button .navbar-text .action-button:hover { | ||
background: #66d7d7; | ||
} | ||
|
Oops, something went wrong.