Skip to content
Extraits de code Groupes Projets
Valider a15cd932 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

nevermind, nevermind

parent 8725ea2d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -7,5 +7,6 @@
/= f.label :remember_me
= hidden_field_tag "user_email", "#{User.first.email}", :name => "user[email]"
/= f.submit "Sign in"
= f.submit "Sign in"
/= render :partial => "devise/shared/links"
html
:height 100%
:background
:image url('/images/black_dandy.jpeg')
:repeat no-repeat
:color #000
:position bottom
body
:background transparent
:padding 2em
#huge_text
:margin
:top 10%
:display inline block
:font
:size 30px
:weight normal
:size 40px
:weight bold
:line-height 120px
:letter
:spacing -1px
:color #444
:color #57493c
:color #555
:text-shadow 0 1px 3px #555
:margin
:bottom -20px
:spacing -2px
:color #eaeaea
:text-shadow 0 1px 1px #999
span
:font
:weight bold
:display inline
:color #fff
:text-shadow 0 1px 3px #999
:color #666
input[type='password']
input
:font
:size 30px
:text
......@@ -42,14 +27,9 @@ input[type='password']
:margin
:bottom 0
:top 0
:background
:color #000
:color #eaeaea
:-webkit-box-shadow 0 0 70px #fff
:-moz-box-shadow 0 0 70px #fff
:border 1px solid #666
.container
:top 30%
:text
:align center
html {
height: 100%;
background-image: url("/images/black_dandy.jpeg");
background-repeat: no-repeat;
background-color: black;
background-position: bottom; }
body {
background: transparent;
padding: 2em; }
#huge_text {
margin-top: 10%;
display: inline block;
font-size: 30px;
font-weight: normal;
font-size: 40px;
font-weight: bold;
line-height: 120px;
letter-spacing: -1px;
color: #444444;
color: #57493c;
color: #555555;
text-shadow: 0 1px 3px #555555;
margin-bottom: -20px; }
letter-spacing: -2px;
color: #eaeaea;
text-shadow: 0 1px 1px #999999; }
#huge_text span {
font-weight: bold;
display: inline;
color: white;
text-shadow: 0 1px 3px #999999; }
color: #666666; }
input[type='password'] {
input {
font-size: 30px;
text-align: center;
width: 300px;
margin-bottom: 0;
margin-top: 0;
background-color: black;
color: #eaeaea;
-webkit-box-shadow: 0 0 70px white;
border: 1px solid #666666; }
margin-top: 0; }
.container {
top: 30%;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter