This commit is contained in:
Nicolas Bally 2011-12-29 11:54:18 +01:00
parent 0a8f5a63e0
commit 86a39bc325
19278 changed files with 9848 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Crossey2::Application.configure do
# config.action_controller.asset_host = "http://assets.example.com"
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( admin.css connexion.css admin.js connexion.js )
config.assets.precompile += %w( admin.css connexion.css admin.js connexion.js public.js public.css)
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
public/assets/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

BIN
public/assets/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

BIN
public/assets/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

BIN
public/assets/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
public/assets/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
public/assets/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
public/assets/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
public/assets/admin.css Normal file

File diff suppressed because one or more lines are too long

BIN
public/assets/admin.css.gz Normal file

Binary file not shown.

27
public/assets/admin.js Normal file

File diff suppressed because one or more lines are too long

BIN
public/assets/admin.js.gz Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/assets/bg-brown.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/assets/bg-dark.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
public/assets/bg-green.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/assets/bg-white.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
body{background:#3f94eb;font-family:verdana;padding:0px;margin:0px;-webkit-font-smoothing:antialiased;font-size:13px;font-family:"Lucida Grande", arial, helvetica, sans-serif}body #title{width:520px;margin:auto;margin-top:10%;color:#9fc9f5;text-shadow:0 1px 1px #3f94eb;padding:0px;text-transform:uppercase}body #main{background:white;width:500px;padding:10px;margin:auto;-webkit-box-shadow:#666666 0px 0px 20px;-moz-box-shadow:#666666 0px 0px 20px;box-shadow:#666666 0px 0px 20px}input[type=text],input[type=password],textarea{padding:5px;border:solid 1px #C9C9C9;outline:0;font:normal 13px/100% Verdana,Tahoma,sans-serif;width:200px;background:-webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #f7f7f7), to(#fff));background:-moz-linear-gradient(top, #fff, #f7f7f7 1px, #fff 25px)}textarea{width:400px;max-width:400px;height:150px;line-height:150%}input:hover,textarea:hover,input:focus,textarea:focus{box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px}label{cursor:pointer}.button{display:inline-block;background:#3c74a8;background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#eff2f2), to(#fff));background:-moz-linear-gradient(bottom, #eff2f2, #fff);box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;border:none;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:RGB(46, 46, 46);padding:5px 15px;margin:0px 5px 0px 5px;font-weight:normal}.button:hover{box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-webkit-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;color:RGB(46, 46, 46);cursor:pointer}.actions{text-align:right}button,input[type=submit]{display:inline-block;background:#3c74a8;background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#3c74a8), to(#6792bb));background:-moz-linear-gradient(bottom, #3c74a8, #6792bb);box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;border:none;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:white;margin:0px 5px 0px 5px;padding:5px 15px;text-shadow:0 1px 1px rgba(0,0,0,0.6);font-weight:normal;font-size:13px}button:hover,input[type=submit]:hover{box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-webkit-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;cursor:pointer}.field_with_errors{display:inline;color:red}.field_with_errors input{display:inline;border-color:red}.errorExplanation{border-top:1px solid black;border-bottom:1px solid black;padding:5px;border-color:#F2EDA1;background:#FEFCDB}.errorExplanation h2{font-size:13px;margin:0px;padding:0px}.message{border:4px solid black;border-radius:10px;padding:5px;margin:20px;-webkit-box-shadow:rgba(0,0,0,0.5) 1px 1px 40px;-moz-box-shadow:rgba(0,0,0,0.5) 1px 1px 40px;box-shadow:rgba(0,0,0,0.5) 1px 1px 40px}.alert{border-color:#f2eda1;background:rgba(254,252,219,0.8)}.notice{border-color:#cde6f5;background:rgba(236,248,254,0.8)}#flash{position:fixed;bottom:0px;width:100%}a img{border:0px}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{margin:0px;padding:0px}a{color:#3C74A8;text-decoration:none}a:hover{color:#3F94EB}

View File

@ -0,0 +1 @@
body{background:#3f94eb;font-family:verdana;padding:0px;margin:0px;-webkit-font-smoothing:antialiased;font-size:13px;font-family:"Lucida Grande", arial, helvetica, sans-serif}body #title{width:520px;margin:auto;margin-top:10%;color:#9fc9f5;text-shadow:0 1px 1px #3f94eb;padding:0px;text-transform:uppercase}body #main{background:white;width:500px;padding:10px;margin:auto;-webkit-box-shadow:#666666 0px 0px 20px;-moz-box-shadow:#666666 0px 0px 20px;box-shadow:#666666 0px 0px 20px}input[type=text],input[type=password],textarea{padding:5px;border:solid 1px #C9C9C9;outline:0;font:normal 13px/100% Verdana,Tahoma,sans-serif;width:200px;background:-webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #f7f7f7), to(#fff));background:-moz-linear-gradient(top, #fff, #f7f7f7 1px, #fff 25px)}textarea{width:400px;max-width:400px;height:150px;line-height:150%}input:hover,textarea:hover,input:focus,textarea:focus{box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px}label{cursor:pointer}.button{display:inline-block;background:#3c74a8;background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#eff2f2), to(#fff));background:-moz-linear-gradient(bottom, #eff2f2, #fff);box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;border:none;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:RGB(46, 46, 46);padding:5px 15px;margin:0px 5px 0px 5px;font-weight:normal}.button:hover{box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-webkit-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;color:RGB(46, 46, 46);cursor:pointer}.actions{text-align:right}button,input[type=submit]{display:inline-block;background:#3c74a8;background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#3c74a8), to(#6792bb));background:-moz-linear-gradient(bottom, #3c74a8, #6792bb);box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0px 3px;border:none;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:white;margin:0px 5px 0px 5px;padding:5px 15px;text-shadow:0 1px 1px rgba(0,0,0,0.6);font-weight:normal;font-size:13px}button:hover,input[type=submit]:hover{box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;-webkit-box-shadow:rgba(0,0,0,0.6) 0px 0px 5px;cursor:pointer}.field_with_errors{display:inline;color:red}.field_with_errors input{display:inline;border-color:red}.errorExplanation{border-top:1px solid black;border-bottom:1px solid black;padding:5px;border-color:#F2EDA1;background:#FEFCDB}.errorExplanation h2{font-size:13px;margin:0px;padding:0px}.message{border:4px solid black;border-radius:10px;padding:5px;margin:20px;-webkit-box-shadow:rgba(0,0,0,0.5) 1px 1px 40px;-moz-box-shadow:rgba(0,0,0,0.5) 1px 1px 40px;box-shadow:rgba(0,0,0,0.5) 1px 1px 40px}.alert{border-color:#f2eda1;background:rgba(254,252,219,0.8)}.notice{border-color:#cde6f5;background:rgba(236,248,254,0.8)}#flash{position:fixed;bottom:0px;width:100%}a img{border:0px}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{margin:0px;padding:0px}a{color:#3C74A8;text-decoration:none}a:hover{color:#3F94EB}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
public/assets/events.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
public/assets/facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Some files were not shown because too many files have changed in this diff Show More