summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-01 22:53:08 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-01 22:53:08 -0500
commitc1f3f731cdf3201905fd8797dd4fe33783f2bc53 (patch)
treecc4f81f56711799c717cd7343d6b732f93f116b3 /app/assets
parent9d64e8898f767b42ce231b34abe4333007d7d0df (diff)
quick and dirty css
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss78
1 files changed, 78 insertions, 0 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
new file mode 100644
index 0000000..7561529
--- /dev/null
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -0,0 +1,78 @@
+body {
+ background-color: #909090;
+ color: #333;
+ font-family: verdana, arial, helvetica, sans-serif;
+ font-size: 13px;
+ line-height: 18px;
+
+ h1, h2, h3, h4, h5{
+ color: #F0F0F0;
+ }
+}
+
+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;
+ }
+}
+
+
+#footer{
+ text-align: center;
+}