1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Changed all scss files to css and precompiled assets.

This commit is contained in:
2015-04-22 08:54:33 -04:00
parent 63b7ecd9e6
commit f1aa7384a1
21 changed files with 364 additions and 199 deletions

View File

@@ -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.
*
*/

View File

@@ -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;

View File

@@ -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;

View File

@@ -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.
//
;

View File

@@ -15206,42 +15206,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;
@@ -15249,7 +15249,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;
@@ -15259,14 +15259,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;
@@ -15278,45 +15278,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;
@@ -15327,16 +15327,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;
@@ -15345,52 +15345,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;
@@ -15399,7 +15399,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;
@@ -15410,7 +15410,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;

View File

@@ -8050,42 +8050,42 @@ button.close {
}
/* mixins, variables, etc. */
/* universal */
/* line 21, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 21, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
html {
overflow-y: scroll;
}
/* line 25, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 25, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
body {
padding-top: 60px;
}
/* line 29, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 29, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
section {
overflow: auto;
}
/* line 33, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 33, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
textarea {
resize: vertical;
}
/* line 37, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 37, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
.center {
text-align: center;
}
/* line 39, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 39, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
.center h1 {
margin-bottom: 10px;
}
/* typography */
/* line 46, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 46, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
/* line 50, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 50, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
h1 {
font-size: 3em;
letter-spacing: -2px;
@@ -8093,7 +8093,7 @@ h1 {
text-align: center;
}
/* line 57, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 57, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
h2 {
font-size: 1.2em;
letter-spacing: -1px;
@@ -8103,14 +8103,14 @@ h2 {
color: #999999;
}
/* line 66, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 66, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
p {
font-size: 1.1em;
line-height: 1.7em;
}
/* header */
/* line 74, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 74, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
#logo {
float: left;
margin-right: 10px;
@@ -8122,45 +8122,45 @@ p {
font-weight: bold;
line-height: 1;
}
/* line 84, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 84, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
#logo:hover {
color: white;
text-decoration: none;
}
/* footer */
/* line 92, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 92, /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 97, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 97, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
footer a {
color: #555555;
}
/* line 99, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 99, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
footer a:hover {
color: darkslategrey;
}
/* line 103, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 103, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
footer small {
float: left;
}
/* line 106, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 106, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
footer ul {
float: right;
list-style: none;
}
/* line 109, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 109, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
footer ul li {
float: left;
margin-left: 10px;
}
/* miscellaneous */
/* line 118, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 118, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
.debug_dump {
clear: both;
float: left;
@@ -8171,16 +8171,16 @@ footer ul li {
box-sizing: border-box;
}
/* line 127, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 127, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css */
#error_explanation {
color: #f00;
}
/* line 129, /home/cabox/workspace/code/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 129, /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;
@@ -8189,52 +8189,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;
@@ -8243,7 +8243,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;
@@ -8254,7 +8254,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;

View File

@@ -6849,42 +6849,42 @@ a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
/* 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;
@@ -6892,7 +6892,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;
@@ -6902,14 +6902,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;
@@ -6921,45 +6921,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;
@@ -6970,16 +6970,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;
@@ -6988,52 +6988,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;
@@ -7042,7 +7042,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;
@@ -7053,7 +7053,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;

View File

@@ -7494,42 +7494,42 @@ a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
/* mixins, variables, etc. */
/* universal */
/* line 20, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 20, /home/developer/wrestling/app/assets/stylesheets/custom.css */
html {
overflow-y: scroll;
}
/* line 24, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 24, /home/developer/wrestling/app/assets/stylesheets/custom.css */
body {
padding-top: 60px;
}
/* line 28, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 28, /home/developer/wrestling/app/assets/stylesheets/custom.css */
section {
overflow: auto;
}
/* line 32, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 32, /home/developer/wrestling/app/assets/stylesheets/custom.css */
textarea {
resize: vertical;
}
/* line 36, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 36, /home/developer/wrestling/app/assets/stylesheets/custom.css */
.center {
text-align: center;
}
/* line 38, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 38, /home/developer/wrestling/app/assets/stylesheets/custom.css */
.center h1 {
margin-bottom: 10px;
}
/* typography */
/* line 45, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 45, /home/developer/wrestling/app/assets/stylesheets/custom.css */
h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
/* line 49, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 49, /home/developer/wrestling/app/assets/stylesheets/custom.css */
h1 {
font-size: 3em;
letter-spacing: -2px;
@@ -7537,7 +7537,7 @@ h1 {
text-align: center;
}
/* line 56, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 56, /home/developer/wrestling/app/assets/stylesheets/custom.css */
h2 {
font-size: 1.2em;
letter-spacing: -1px;
@@ -7547,14 +7547,14 @@ h2 {
color: #999999;
}
/* line 65, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 65, /home/developer/wrestling/app/assets/stylesheets/custom.css */
p {
font-size: 1.1em;
line-height: 1.7em;
}
/* header */
/* line 73, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 73, /home/developer/wrestling/app/assets/stylesheets/custom.css */
#logo {
float: left;
margin-right: 10px;
@@ -7566,45 +7566,45 @@ p {
font-weight: bold;
line-height: 1;
}
/* line 83, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 83, /home/developer/wrestling/app/assets/stylesheets/custom.css */
#logo:hover {
color: white;
text-decoration: none;
}
/* footer */
/* line 91, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 91, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer {
margin-top: 45px;
padding-top: 5px;
border-top: 1px solid #eaeaea;
color: #999999;
}
/* line 96, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 96, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer a {
color: #555555;
}
/* line 98, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 98, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer a:hover {
color: darkslategrey;
}
/* line 102, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 102, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer small {
float: left;
}
/* line 105, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 105, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer ul {
float: right;
list-style: none;
}
/* line 108, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 108, /home/developer/wrestling/app/assets/stylesheets/custom.css */
footer ul li {
float: left;
margin-left: 10px;
}
/* miscellaneous */
/* line 117, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 117, /home/developer/wrestling/app/assets/stylesheets/custom.css */
.debug_dump {
clear: both;
float: left;
@@ -7615,16 +7615,16 @@ footer ul li {
box-sizing: border-box;
}
/* line 126, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 126, /home/developer/wrestling/app/assets/stylesheets/custom.css */
#error_explanation {
color: #f00;
}
/* line 128, /home/developer/wrestling/app/assets/stylesheets/custom.css.scss */
/* line 128, /home/developer/wrestling/app/assets/stylesheets/custom.css */
#error_explanation ul {
list-style: none;
margin: 0 0 18px 0;
}
/* line 1, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 1, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
body {
background-color: #fff;
color: #333;
@@ -7633,52 +7633,52 @@ body {
line-height: 18px;
}
/* line 9, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 9, /home/developer/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/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 15, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
/* line 21, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 21, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
a {
color: #000;
}
/* line 23, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 23, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
a:visited {
color: #666;
}
/* line 26, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 26, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
a:hover {
color: #fff;
background-color: #000;
}
/* line 33, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 33, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
div.field, div.actions {
margin-bottom: 10px;
}
/* line 38, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 38, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
#notice {
color: green;
}
/* line 42, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 42, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
/* line 48, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 48, /home/developer/wrestling/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, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 55, /home/developer/wrestling/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, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css.scss */
/* line 65, /home/developer/wrestling/app/assets/stylesheets/scaffolds.css */
#error_explanation ul li {
font-size: 12px;
list-style: square;

File diff suppressed because one or more lines are too long