From f1aa7384a1480c7f43e7e51b5c41f649a684ff6b Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 22 Apr 2015 08:54:33 -0400 Subject: [PATCH] Changed all scss files to css and precompiled assets. --- .../stylesheets/{admin.css.scss => admin.css} | 0 .../{custom.css.scss => custom.css} | 0 .../{matches.css.scss => matches.css} | 0 .../stylesheets/{mats.css.scss => mats.css} | 0 .../{scaffolds.css.scss => scaffolds.css} | 0 .../{schools.css.scss => schools.css} | 0 ...static_pages.css.scss => static_pages.css} | 0 .../{tournaments.css.scss => tournaments.css} | 0 .../{weights.css.scss => weights.css} | 0 .../{wrestlers.css.scss => wrestlers.css} | 0 ...ation-116e86adff5ac08e99017504c7fc2eca.css | 108 ++++++++++++++++++ ...on-116e86adff5ac08e99017504c7fc2eca.css.gz | Bin 0 -> 913 bytes ...ation-2d20a983be112d731e95ab137abac26c.css | 66 +++++------ ...ation-740011337d024e449846c131c7c4db36.css | 66 +++++------ ...cation-7bd4452ebf8af9ac12e3f29da5584e1c.js | 57 +++++++++ ...ion-7bd4452ebf8af9ac12e3f29da5584e1c.js.gz | Bin 0 -> 462 bytes ...ation-9e50c4ef4320296d540ade56b972a5a4.css | 66 +++++------ ...ation-a47042d6a31f9a587f6c443dea325171.css | 66 +++++------ ...ation-ef6717bfe315314eb0b2ec4a9284df14.css | 66 +++++------ ...ation-fcfa3c2e2a462db8b6d2751e54e42c18.css | 66 +++++------ ...fest-8164ac121c04cff7f8b9d7b449c8d206.json | 2 +- 21 files changed, 364 insertions(+), 199 deletions(-) rename app/assets/stylesheets/{admin.css.scss => admin.css} (100%) rename app/assets/stylesheets/{custom.css.scss => custom.css} (100%) rename app/assets/stylesheets/{matches.css.scss => matches.css} (100%) rename app/assets/stylesheets/{mats.css.scss => mats.css} (100%) rename app/assets/stylesheets/{scaffolds.css.scss => scaffolds.css} (100%) rename app/assets/stylesheets/{schools.css.scss => schools.css} (100%) rename app/assets/stylesheets/{static_pages.css.scss => static_pages.css} (100%) rename app/assets/stylesheets/{tournaments.css.scss => tournaments.css} (100%) rename app/assets/stylesheets/{weights.css.scss => weights.css} (100%) rename app/assets/stylesheets/{wrestlers.css.scss => wrestlers.css} (100%) create mode 100644 public/assets/application-116e86adff5ac08e99017504c7fc2eca.css create mode 100644 public/assets/application-116e86adff5ac08e99017504c7fc2eca.css.gz create mode 100644 public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js create mode 100644 public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js.gz diff --git a/app/assets/stylesheets/admin.css.scss b/app/assets/stylesheets/admin.css similarity index 100% rename from app/assets/stylesheets/admin.css.scss rename to app/assets/stylesheets/admin.css diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css similarity index 100% rename from app/assets/stylesheets/custom.css.scss rename to app/assets/stylesheets/custom.css diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css similarity index 100% rename from app/assets/stylesheets/matches.css.scss rename to app/assets/stylesheets/matches.css diff --git a/app/assets/stylesheets/mats.css.scss b/app/assets/stylesheets/mats.css similarity index 100% rename from app/assets/stylesheets/mats.css.scss rename to app/assets/stylesheets/mats.css diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css similarity index 100% rename from app/assets/stylesheets/scaffolds.css.scss rename to app/assets/stylesheets/scaffolds.css diff --git a/app/assets/stylesheets/schools.css.scss b/app/assets/stylesheets/schools.css similarity index 100% rename from app/assets/stylesheets/schools.css.scss rename to app/assets/stylesheets/schools.css diff --git a/app/assets/stylesheets/static_pages.css.scss b/app/assets/stylesheets/static_pages.css similarity index 100% rename from app/assets/stylesheets/static_pages.css.scss rename to app/assets/stylesheets/static_pages.css diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css similarity index 100% rename from app/assets/stylesheets/tournaments.css.scss rename to app/assets/stylesheets/tournaments.css diff --git a/app/assets/stylesheets/weights.css.scss b/app/assets/stylesheets/weights.css similarity index 100% rename from app/assets/stylesheets/weights.css.scss rename to app/assets/stylesheets/weights.css diff --git a/app/assets/stylesheets/wrestlers.css.scss b/app/assets/stylesheets/wrestlers.css similarity index 100% rename from app/assets/stylesheets/wrestlers.css.scss rename to app/assets/stylesheets/wrestlers.css diff --git a/public/assets/application-116e86adff5ac08e99017504c7fc2eca.css b/public/assets/application-116e86adff5ac08e99017504c7fc2eca.css new file mode 100644 index 0000000..8eee531 --- /dev/null +++ b/public/assets/application-116e86adff5ac08e99017504c7fc2eca.css @@ -0,0 +1,108 @@ +// Place all the styles related to the Admin controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the Matches controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the Mats controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +body { + background-color: #fff; + color: #333; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 13px; + line-height: 18px; +} + +p, ol, ul, td { + font-family: verdana, arial, helvetica, sans-serif; + font-size: 13px; + line-height: 18px; +} + +pre { + background-color: #eee; + padding: 10px; + font-size: 11px; +} + +a { + color: #000; + &:visited { + color: #666; + } + &:hover { + color: #fff; + background-color: #000; + } +} + +div { + &.field, &.actions { + margin-bottom: 10px; + } +} + +#notice { + color: green; +} + +.field_with_errors { + padding: 2px; + background-color: red; + display: table; +} + +#error_explanation { + width: 450px; + border: 2px solid red; + padding: 7px; + padding-bottom: 0; + margin-bottom: 20px; + background-color: #f0f0f0; + h2 { + text-align: left; + font-weight: bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + margin-bottom: 0px; + background-color: #c00; + color: #fff; + } + ul li { + font-size: 12px; + list-style: square; + } +} +// Place all the styles related to the Schools controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the StaticPages controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the tournaments controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the Weights controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +// Place all the styles related to the Wrestlers controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any styles + * defined in the other CSS/SCSS files in this directory. It is generally better to create a new + * file per style scope. + * + + + */ diff --git a/public/assets/application-116e86adff5ac08e99017504c7fc2eca.css.gz b/public/assets/application-116e86adff5ac08e99017504c7fc2eca.css.gz new file mode 100644 index 0000000000000000000000000000000000000000..4b16b45d8ab96e16aa28922d52b0e39652f13d03 GIT binary patch literal 913 zcmV;C18)2uiwFR?nKxAe1JzbdkJ~m7y&Ks7Fu(#y8(5Zix4S8nQ_xcn0Rp%{(bIw! zM-ma5R7lERrP%-8N9x1QegHWYG5i5*hV$mlo6*R5PM@_XnS|C98YUll&7K@<5m-{N z$@)?5l%dj^;H=i{sA0#ei$$K(Uk&$kPzV=Yusab{39O#BOv;qHlR!bNXj=_WP}ZzU z?}ylbY)7Rq)On_j@Sc9z{IS{mn$QbsLTHOT_i$udn0i&(T^_@Jgz+a4$_C~$L$SYd$K-WEG`!9k}S|Ve1aSp{x4}A zzbXear{GpdsZ5Q)^$2&G;_3({2B;~1yP9}nE!-K7JM!>Pui$fswf zp1jC#%J4W6kZM1~zgbm^wOrzdDC5-l33n%4txUGH0poU3(gbm7EL7$1Dybc_nTi~c z?++?8_w1Z?BlN7&^@#YKuVa}!Qu$U3G&P8=<_Y*Rq22QXd?tY_so9ju#zz-o4TGgf?%~cp1l&0b^ z4%yafIofAdw;()yu5QPq-%r!^Y#m4zl)ZmqIukpJ2V$0vjGgNtudHrDF%TGpEonS2)YnLT8J?VJ%iHsQQ@|DEobGvn;o2Qd9v zSii%a`3`B7C%gqVg;5nKQl&H|qY>dP$RItAw=l)@DCG%(B^?@7HUsmK=qyA;@+nPR z3_#ejwue=;Bq(h!+R<+u#i^-Dl(bCkfr=Yzlvm1@%k`)=@@ii+v24QdiZUv7$qBECnrii&GUI zd$HkI-=|7tcp%Mlk>&xlrD9|0kgAVbBY=e?5t4Yr%8nFqm2%9DNRi&24qJ~Ah)EOI zAijVflw%nyp!6qUJSe%sADdy8Apc-Z@F$)KZ1Lq{d-Az8o}Tq(MSq4kKQ$Y6e#ti_?3?EX4#JioikS}e^ql625=ZpUUp4b`Of(!rvTFby! literal 0 HcmV?d00001 diff --git a/public/assets/application-2d20a983be112d731e95ab137abac26c.css b/public/assets/application-2d20a983be112d731e95ab137abac26c.css index 48dd52e..ac9901e 100644 --- a/public/assets/application-2d20a983be112d731e95ab137abac26c.css +++ b/public/assets/application-2d20a983be112d731e95ab137abac26c.css @@ -15765,42 +15765,42 @@ button.close { } /* mixins, variables, etc. */ /* universal */ -/* line 20, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 20, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ html { overflow-y: scroll; } -/* line 24, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 24, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ body { padding-top: 60px; } -/* line 28, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 28, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ section { overflow: auto; } -/* line 32, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 32, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ textarea { resize: vertical; } -/* line 36, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 36, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ .center { text-align: center; } -/* line 38, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 38, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ .center h1 { margin-bottom: 10px; } /* typography */ -/* line 45, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 45, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ h1, h2, h3, h4, h5, h6 { line-height: 1; } -/* line 49, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 49, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ h1 { font-size: 3em; letter-spacing: -2px; @@ -15808,7 +15808,7 @@ h1 { text-align: center; } -/* line 56, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 56, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ h2 { font-size: 1.2em; letter-spacing: -1px; @@ -15818,14 +15818,14 @@ h2 { color: #999999; } -/* line 65, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 65, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ p { font-size: 1.1em; line-height: 1.7em; } /* header */ -/* line 73, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 73, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ #logo { float: left; margin-right: 10px; @@ -15837,45 +15837,45 @@ p { font-weight: bold; line-height: 1; } -/* line 83, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 83, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ #logo:hover { color: white; text-decoration: none; } /* footer */ -/* line 91, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 91, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer { margin-top: 45px; padding-top: 5px; border-top: 1px solid #eaeaea; color: #999999; } -/* line 96, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 96, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer a { color: #555555; } -/* line 98, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 98, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer a:hover { color: darkslategrey; } -/* line 102, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 102, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer small { float: left; } -/* line 105, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 105, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer ul { float: right; list-style: none; } -/* line 108, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 108, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ footer ul li { float: left; margin-left: 10px; } /* miscellaneous */ -/* line 117, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 117, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ .debug_dump { clear: both; float: left; @@ -15886,16 +15886,16 @@ footer ul li { box-sizing: border-box; } -/* line 126, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 126, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ #error_explanation { color: #f00; } -/* line 128, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */ +/* line 128, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */ #error_explanation ul { list-style: none; margin: 0 0 18px 0; } -/* line 1, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 1, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ body { background-color: #fff; color: #333; @@ -15904,52 +15904,52 @@ body { line-height: 18px; } -/* line 9, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 9, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ p, ol, ul, td { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } -/* line 15, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 15, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ pre { background-color: #eee; padding: 10px; font-size: 11px; } -/* line 21, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 21, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ a { color: #000; } -/* line 23, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 23, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ a:visited { color: #666; } -/* line 26, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 26, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ a:hover { color: #fff; background-color: #000; } -/* line 33, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 33, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ div.field, div.actions { margin-bottom: 10px; } -/* line 38, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 38, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ #notice { color: green; } -/* line 42, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 42, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ .field_with_errors { padding: 2px; background-color: red; display: table; } -/* line 48, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 48, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ #error_explanation { width: 450px; border: 2px solid red; @@ -15958,7 +15958,7 @@ div.field, div.actions { margin-bottom: 20px; background-color: #f0f0f0; } -/* line 55, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 55, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ #error_explanation h2 { text-align: left; font-weight: bold; @@ -15969,7 +15969,7 @@ div.field, div.actions { background-color: #c00; color: #fff; } -/* line 65, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css.scss */ +/* line 65, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/scaffolds.css */ #error_explanation ul li { font-size: 12px; list-style: square; diff --git a/public/assets/application-740011337d024e449846c131c7c4db36.css b/public/assets/application-740011337d024e449846c131c7c4db36.css index 16caa58..4420ea4 100644 --- a/public/assets/application-740011337d024e449846c131c7c4db36.css +++ b/public/assets/application-740011337d024e449846c131c7c4db36.css @@ -7494,42 +7494,42 @@ a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { /* mixins, variables, etc. */ /* universal */ -/* line 20, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 20, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ html { overflow-y: scroll; } -/* line 24, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 24, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ body { padding-top: 60px; } -/* line 28, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 28, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ section { overflow: auto; } -/* line 32, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 32, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ textarea { resize: vertical; } -/* line 36, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 36, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ .center { text-align: center; } -/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ .center h1 { margin-bottom: 10px; } /* typography */ -/* line 45, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 45, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ h1, h2, h3, h4, h5, h6 { line-height: 1; } -/* line 49, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 49, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ h1 { font-size: 3em; letter-spacing: -2px; @@ -7537,7 +7537,7 @@ h1 { text-align: center; } -/* line 56, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 56, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ h2 { font-size: 1.2em; letter-spacing: -1px; @@ -7547,14 +7547,14 @@ h2 { color: #999999; } -/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ p { font-size: 1.1em; line-height: 1.7em; } /* header */ -/* line 73, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 73, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ #logo { float: left; margin-right: 10px; @@ -7566,45 +7566,45 @@ p { font-weight: bold; line-height: 1; } -/* line 83, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 83, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ #logo:hover { color: white; text-decoration: none; } /* footer */ -/* line 91, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 91, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer { margin-top: 45px; padding-top: 5px; border-top: 1px solid #eaeaea; color: #999999; } -/* line 96, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 96, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer a { color: #555555; } -/* line 98, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 98, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer a:hover { color: darkslategrey; } -/* line 102, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 102, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer small { float: left; } -/* line 105, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 105, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer ul { float: right; list-style: none; } -/* line 108, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 108, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ footer ul li { float: left; margin-left: 10px; } /* miscellaneous */ -/* line 117, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 117, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ .debug_dump { clear: both; float: left; @@ -7615,16 +7615,16 @@ footer ul li { box-sizing: border-box; } -/* line 126, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 126, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ #error_explanation { color: #f00; } -/* line 128, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */ +/* line 128, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */ #error_explanation ul { list-style: none; margin: 0 0 18px 0; } -/* line 1, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 1, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ body { background-color: #fff; color: #333; @@ -7633,52 +7633,52 @@ body { line-height: 18px; } -/* line 9, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 9, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ p, ol, ul, td { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } -/* line 15, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 15, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ pre { background-color: #eee; padding: 10px; font-size: 11px; } -/* line 21, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 21, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ a { color: #000; } -/* line 23, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 23, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ a:visited { color: #666; } -/* line 26, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 26, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ a:hover { color: #fff; background-color: #000; } -/* line 33, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 33, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ div.field, div.actions { margin-bottom: 10px; } -/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ #notice { color: green; } -/* line 42, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 42, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ .field_with_errors { padding: 2px; background-color: red; display: table; } -/* line 48, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 48, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ #error_explanation { width: 450px; border: 2px solid red; @@ -7687,7 +7687,7 @@ div.field, div.actions { margin-bottom: 20px; background-color: #f0f0f0; } -/* line 55, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 55, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ #error_explanation h2 { text-align: left; font-weight: bold; @@ -7698,7 +7698,7 @@ div.field, div.actions { background-color: #c00; color: #fff; } -/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */ +/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */ #error_explanation ul li { font-size: 12px; list-style: square; diff --git a/public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js b/public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js new file mode 100644 index 0000000..dab1b9d --- /dev/null +++ b/public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js @@ -0,0 +1,57 @@ +(function() { + + +}).call(this); +(function() { + jQuery(function() { + $('#matches').dataTable(); + return { + dJQueryUI: true + }; + }); + +}).call(this); +(function() { + + +}).call(this); +(function() { + + +}).call(this); +(function() { + + +}).call(this); +(function() { + jQuery(function() { + $('#tournaments').dataTable(); + return { + dJQueryUI: true + }; + }); + +}).call(this); +(function() { + + +}).call(this); +(function() { + + +}).call(this); +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. +// +// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details +// about supported directives. +// + + +; diff --git a/public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js.gz b/public/assets/application-7bd4452ebf8af9ac12e3f29da5584e1c.js.gz new file mode 100644 index 0000000000000000000000000000000000000000..ebfa1f90acddf4411568ac2b9d813803e0cd4cfd GIT binary patch literal 462 zcmV;<0Wtm`iwFR=1vga!1I`A$kpe!snuJzzyt2_Sw$1L|Ln(+PFsQ}5*-wspiLyj zJ}zs)8G1~KIQ2VOOm$I2?8#{#|JJHRKE6KzeuQB2);Pg2BcKx=g|0Y{G*Tp|MEWET z$jP{^L>0+O0DFRfJe~dA^D2S!45;@el@mh=OlyfyVmbM+OT}8lkh$