mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
editing sign in page and other css goodies
This commit is contained in:
parent
b2aacfe34d
commit
75500237ac
4 changed files with 22 additions and 11 deletions
|
@ -8,7 +8,11 @@ body{background:#CCDF9B}
|
||||||
::selection {background:$c-Brand-1; color:$c-Light; text-shadow:none}
|
::selection {background:$c-Brand-1; color:$c-Light; text-shadow:none}
|
||||||
|
|
||||||
// Full container for the entire page.
|
// Full container for the entire page.
|
||||||
.page{}
|
.page{min-height:600px;
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
min-height:25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Generic tag to wrap around content within sections to apply a max width to the interior content
|
// Generic tag to wrap around content within sections to apply a max width to the interior content
|
||||||
// while allowing for larger sections to expand the whole page for BG purposes
|
// while allowing for larger sections to expand the whole page for BG purposes
|
||||||
|
|
|
@ -903,6 +903,12 @@ body {
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
|
.page {
|
||||||
|
min-height: 600px; }
|
||||||
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
|
.page {
|
||||||
|
min-height: 25px; } }
|
||||||
|
|
||||||
.content, .header-Content, .footer-Content {
|
.content, .header-Content, .footer-Content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
.page
|
.page
|
||||||
.content.single-Col
|
.content.single-Col.txt-Center
|
||||||
h1 Welcome back!
|
h1 Welcome back!
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,12 +7,13 @@
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
div: input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
|
div: input name="username" style="height:auto!important" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
|
||||||
div: input name="password" type="password" class="input-Area" placeholder="Your password"
|
div: input name="password" style="height:auto!important" type="password" class="input-Area" placeholder="Your password"
|
||||||
div: button class="btn-Action" href="#" Sign in
|
div: button class="btn-Action" href="#" Sign in
|
||||||
.row
|
|
||||||
.span12
|
hr
|
||||||
div
|
|
||||||
a href="/new" I don't have an account yet.
|
p
|
||||||
div
|
a href="/new" title="Sign me up!" I don't have an account yet.
|
||||||
a href="/password_reset" I forgot my password.
|
p
|
||||||
|
a href="/password_reset" title="What did I huh?" I forgot my password.
|
Loading…
Add table
Reference in a new issue