From 85ac055104af908426126ec26ba75b4ac74b17f3 Mon Sep 17 00:00:00 2001 From: timakin Date: Sun, 10 Apr 2016 15:49:25 +0900 Subject: [PATCH 1/4] [remove] useless variables --- source/css/application.css.sass | 18 +++++++++--------- source/css/jquery-sortable.css.sass | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/css/application.css.sass b/source/css/application.css.sass index 5f0c9b5..e44f684 100644 --- a/source/css/application.css.sass +++ b/source/css/application.css.sass @@ -34,22 +34,22 @@ ol i.icon-move cursor: pointer li.highlight - background: $grayDark - color: $grayLight + background: gray + color: white i.icon-move background-image: url($iconWhiteSpritePath) ol.nested_with_switch, ol.nested_with_switch ol - border: 1px solid $grayLighter + border: 1px solid white &.active - border: 1px solid $grayDark + border: 1px solid gray ol.nested_with_switch, ol.simple_with_animation, ol.serialization, ol.default li cursor: pointer ol.simple_with_animation - border: 1px solid $grayLight + border: 1px solid white .switch-container display: block @@ -76,14 +76,14 @@ ol.nav width: 0 height: 0 border: 5px solid transparent - border-top-color: $error + border-top-color: red top: -6px margin-left: -5px border-bottom: none ol.dropdown-menu li.placeholder:before border: 5px solid transparent - border-left-color: $error + border-left-color: red margin-top: -5px margin-left: none top: 0 @@ -106,7 +106,7 @@ ol.nav width: 0 height: 0 border: 5px solid transparent - border-left-color: $error + border-left-color: red margin-top: -5px left: -5px border-right: none @@ -127,7 +127,7 @@ ol.nav width: 0 height: 0 border: 5px solid transparent - border-top-color: $error + border-top-color: red top: -6px margin-left: -5px border-bottom: none diff --git a/source/css/jquery-sortable.css.sass b/source/css/jquery-sortable.css.sass index 655ab43..2244282 100644 --- a/source/css/jquery-sortable.css.sass +++ b/source/css/jquery-sortable.css.sass @@ -15,8 +15,8 @@ ol.vertical margin: 5px padding: 5px border: 1px solid #CCC - color: $linkColor - background: $grayLighter + color: blue + background: white li.placeholder position: relative margin: 0 @@ -31,5 +31,5 @@ ol.vertical left: -5px top: -4px border: 5px solid transparent - border-left-color: $error + border-left-color: red border-right: none From 3fc2b4873eca75d79d7dd6f797c15659b69e41e4 Mon Sep 17 00:00:00 2001 From: timakin Date: Sun, 10 Apr 2016 18:03:32 +0900 Subject: [PATCH 2/4] glyphicons --- source/css/application.css.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/application.css.sass b/source/css/application.css.sass index e44f684..408627f 100644 --- a/source/css/application.css.sass +++ b/source/css/application.css.sass @@ -37,7 +37,7 @@ ol background: gray color: white i.icon-move - background-image: url($iconWhiteSpritePath) + background-image: url("../img/glyphicons-halflings-white.png") ol.nested_with_switch, ol.nested_with_switch ol border: 1px solid white From 0f1a40c7eb689fc986b8031acd6dea1bb3e4aac5 Mon Sep 17 00:00:00 2001 From: timakin Date: Sat, 16 Apr 2016 11:26:48 +0900 Subject: [PATCH 3/4] delete css --- source/css/_base.sass | 1 - source/css/application.css.sass | 133 --------------------------- source/css/bootstrap-switch.css | 1 - source/css/coderay.css | 135 ---------------------------- source/css/example.css | 19 ---- source/css/jquery-sortable.css.sass | 35 -------- source/css/vendor.css | 2 - 7 files changed, 326 deletions(-) delete mode 100644 source/css/_base.sass delete mode 100644 source/css/application.css.sass delete mode 100644 source/css/bootstrap-switch.css delete mode 100644 source/css/coderay.css delete mode 100644 source/css/example.css delete mode 100644 source/css/jquery-sortable.css.sass delete mode 100644 source/css/vendor.css diff --git a/source/css/_base.sass b/source/css/_base.sass deleted file mode 100644 index 267db43..0000000 --- a/source/css/_base.sass +++ /dev/null @@ -1 +0,0 @@ -@import bootstrap diff --git a/source/css/application.css.sass b/source/css/application.css.sass deleted file mode 100644 index 408627f..0000000 --- a/source/css/application.css.sass +++ /dev/null @@ -1,133 +0,0 @@ -@import base -$error: red - -.hero-unit - background: white - text-align: center - margin-bottom: 0 -.example - display: none -.row - position: relative -.page-header h1, h2, #test - padding-top: 40px -.footer - margin-top: 45px - padding: 35px 0 36px - border-top: 1px solid #E5E5E5 - p - margin-bottom: 0 - color: #555 - -table.docs - table-layout: fixed - - th:nth-child(1) - width: 150px - th:nth-child(2) - width: 350px - -@import jquery-sortable - -ol - list-style-type: none - i.icon-move - cursor: pointer - li.highlight - background: gray - color: white - i.icon-move - background-image: url("../img/glyphicons-halflings-white.png") - -ol.nested_with_switch, ol.nested_with_switch ol - border: 1px solid white - &.active - border: 1px solid gray - -ol.nested_with_switch, ol.simple_with_animation, ol.serialization, ol.default - li - cursor: pointer - -ol.simple_with_animation - border: 1px solid white - -.switch-container - display: block - margin-left: auto - margin-right: auto - width: 80px - -.navbar-sort-container - height: 200px - -ol.nav - li, li a - cursor: pointer - .divider-vertical - cursor: default - - li.dragged - background-color: #2C2C2C - li.placeholder - position: relative - &:before - content: "" - position: absolute - width: 0 - height: 0 - border: 5px solid transparent - border-top-color: red - top: -6px - margin-left: -5px - border-bottom: none - ol.dropdown-menu - li.placeholder:before - border: 5px solid transparent - border-left-color: red - margin-top: -5px - margin-left: none - top: 0 - left: 10px - border-right: none - -.sorted_table - tr - cursor: pointer - tr.placeholder - display: block - background: red - position: relative - margin: 0 - padding: 0 - border: none - &:before - content: "" - position: absolute - width: 0 - height: 0 - border: 5px solid transparent - border-left-color: red - margin-top: -5px - left: -5px - border-right: none -.sorted_head - th - cursor: pointer - th.placeholder - display: block - background: red - position: relative - width: 0 - height: 0 - margin: 0 - padding: 0 - &:before - content: "" - position: absolute - width: 0 - height: 0 - border: 5px solid transparent - border-top-color: red - top: -6px - margin-left: -5px - border-bottom: none diff --git a/source/css/bootstrap-switch.css b/source/css/bootstrap-switch.css deleted file mode 100644 index 4aadad2..0000000 --- a/source/css/bootstrap-switch.css +++ /dev/null @@ -1 +0,0 @@ -.switch{display:inline-block;width:75px;height:26px;position:relative;background-color:#f0f0f0;background-image:-moz-linear-gradient(top,#e6e6e6,#fff);background-image:-ms-linear-gradient(top,#e6e6e6,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#fff));background-image:-webkit-linear-gradient(top,#e6e6e6,#fff);background-image:-o-linear-gradient(top,#e6e6e6,#fff);background-image:linear-gradient(top,#e6e6e6,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#ffffff',GradientType=0);border-color:#fff #fff #d9d9d9;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#fff;border:1px solid #ccc;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;padding:0;outline:0;overflow:hidden;cursor:pointer}.switch:hover,.switch:active,.switch.active,.switch.disabled,.switch[disabled]{background-color:#fff;*background-color:#f2f2f2}.switch:active,.switch.active{background-color:#e6e6e6 \9}.switch>.switch-track{display:block;width:13px;height:26px;position:absolute;z-index:1;border:0;-webkit-border-radius:13px 0 0 13px;-moz-border-radius:13px 0 0 13px;border-radius:13px 0 0 13px;background-color:#0069cc;background-image:-moz-linear-gradient(top,#05c,#08c);background-image:-ms-linear-gradient(top,#05c,#08c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#05c),to(#08c));background-image:-webkit-linear-gradient(top,#05c,#08c);background-image:-o-linear-gradient(top,#05c,#08c);background-image:linear-gradient(top,#05c,#08c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0055cc',endColorstr='#0088cc',GradientType=0);border-color:#08c #08c #005580;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#08c;opacity:0;filter:alpha(opacity=0);-webkit-transition:width .15s linear,opacity .15s linear;-moz-transition:width .15s linear,opacity .15s linear;-ms-transition:width .15s linear,opacity .15s linear;-o-transition:width .15s linear,opacity .15s linear;transition:width .15s linear,opacity .15s linear}.switch>.switch-track:hover,.switch>.switch-track:active,.switch>.switch-track.active,.switch>.switch-track.disabled,.switch>.switch-track[disabled]{background-color:#08c;*background-color:#0077b3}.switch>.switch-track:active,.switch>.switch-track.active{background-color:#069 \9}.switch.switch-warning>.switch-track{background-color:#f9a123;background-image:-moz-linear-gradient(top,#f89406,#fbb450);background-image:-ms-linear-gradient(top,#f89406,#fbb450);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f89406),to(#fbb450));background-image:-webkit-linear-gradient(top,#f89406,#fbb450);background-image:-o-linear-gradient(top,#f89406,#fbb450);background-image:linear-gradient(top,#f89406,#fbb450);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89406',endColorstr='#fbb450',GradientType=0);border-color:#fbb450 #fbb450 #f89406;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#fbb450}.switch.switch-warning>.switch-track:hover,.switch.switch-warning>.switch-track:active,.switch.switch-warning>.switch-track.active,.switch.switch-warning>.switch-track.disabled,.switch.switch-warning>.switch-track[disabled]{background-color:#fbb450;*background-color:#faa937}.switch.switch-warning>.switch-track:active,.switch.switch-warning>.switch-track.active{background-color:#fa9f1e \9}.switch.switch-danger>.switch-track{background-color:#d14641;background-image:-moz-linear-gradient(top,#bd362f,#ee5f5b);background-image:-ms-linear-gradient(top,#bd362f,#ee5f5b);background-image:-webkit-gradient(linear,0 0,0 100%,from(#bd362f),to(#ee5f5b));background-image:-webkit-linear-gradient(top,#bd362f,#ee5f5b);background-image:-o-linear-gradient(top,#bd362f,#ee5f5b);background-image:linear-gradient(top,#bd362f,#ee5f5b);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd362f',endColorstr='#ee5f5b',GradientType=0);border-color:#ee5f5b #ee5f5b #e51d18;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#ee5f5b}.switch.switch-danger>.switch-track:hover,.switch.switch-danger>.switch-track:active,.switch.switch-danger>.switch-track.active,.switch.switch-danger>.switch-track.disabled,.switch.switch-danger>.switch-track[disabled]{background-color:#ee5f5b;*background-color:#ec4844}.switch.switch-danger>.switch-track:active,.switch.switch-danger>.switch-track.active{background-color:#e9322d \9}.switch.switch-success>.switch-track{background-color:#58b058;background-image:-moz-linear-gradient(top,#51a351,#62c462);background-image:-ms-linear-gradient(top,#51a351,#62c462);background-image:-webkit-gradient(linear,0 0,0 100%,from(#51a351),to(#62c462));background-image:-webkit-linear-gradient(top,#51a351,#62c462);background-image:-o-linear-gradient(top,#51a351,#62c462);background-image:linear-gradient(top,#51a351,#62c462);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a351',endColorstr='#62c462',GradientType=0);border-color:#62c462 #62c462 #3b9e3b;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#62c462}.switch.switch-success>.switch-track:hover,.switch.switch-success>.switch-track:active,.switch.switch-success>.switch-track.active,.switch.switch-success>.switch-track.disabled,.switch.switch-success>.switch-track[disabled]{background-color:#62c462;*background-color:#4fbd4f}.switch.switch-success>.switch-track:active,.switch.switch-success>.switch-track.active{background-color:#42b142 \9}.switch.switch-info>.switch-track{background-color:#41a7c5;background-image:-moz-linear-gradient(top,#2f96b4,#5bc0de);background-image:-ms-linear-gradient(top,#2f96b4,#5bc0de);background-image:-webkit-gradient(linear,0 0,0 100%,from(#2f96b4),to(#5bc0de));background-image:-webkit-linear-gradient(top,#2f96b4,#5bc0de);background-image:-o-linear-gradient(top,#2f96b4,#5bc0de);background-image:linear-gradient(top,#2f96b4,#5bc0de);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f96b4',endColorstr='#5bc0de',GradientType=0);border-color:#5bc0de #5bc0de #28a1c5;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#5bc0de}.switch.switch-info>.switch-track:hover,.switch.switch-info>.switch-track:active,.switch.switch-info>.switch-track.active,.switch.switch-info>.switch-track.disabled,.switch.switch-info>.switch-track[disabled]{background-color:#5bc0de;*background-color:#46b8da}.switch.switch-info>.switch-track:active,.switch.switch-info>.switch-track.active{background-color:#31b0d5 \9}.switch.switch-inverse>.switch-track{background-color:#363636;background-image:-moz-linear-gradient(top,#222,#555);background-image:-ms-linear-gradient(top,#222,#555);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#555));background-image:-webkit-linear-gradient(top,#222,#555);background-image:-o-linear-gradient(top,#222,#555);background-image:linear-gradient(top,#222,#555);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#555555',GradientType=0);border-color:#555 #555 #2f2f2f;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#555}.switch.switch-inverse>.switch-track:hover,.switch.switch-inverse>.switch-track:active,.switch.switch-inverse>.switch-track.active,.switch.switch-inverse>.switch-track.disabled,.switch.switch-inverse>.switch-track[disabled]{background-color:#555;*background-color:#484848}.switch.switch-inverse>.switch-track:active,.switch.switch-inverse>.switch-track.active{background-color:#3b3b3b \9}.switch.active>.switch-track{opacity:1;filter:alpha(opacity=100);width:61px}.switch>.switch-thumb{display:block;width:24px;height:24px;position:absolute;z-index:3;top:0;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);*background-color:#e6e6e6;border:1px solid #999;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;-webkit-transition:left .15s linear;-moz-transition:left .15s linear;-ms-transition:left .15s linear;-o-transition:left .15s linear;transition:left .15s linear}.switch>.switch-thumb:hover,.switch>.switch-thumb:active,.switch>.switch-thumb.active,.switch>.switch-thumb.disabled,.switch>.switch-thumb[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9}.switch>.switch-thumb:active,.switch>.switch-thumb.active{background-color:#ccc \9}.switch>.switch-thumb:hover{background-position:0 -15px;-webkit-transition:left .15s linear,background-position .1s linear;-moz-transition:left .15s linear,background-position .1s linear;-ms-transition:left .15s linear,background-position .1s linear;-o-transition:left .15s linear,background-position .1s linear;transition:left .15s linear,background-position .1s linear}.switch>.switch-thumb:before,.switch>.switch-thumb:after{display:block;width:61px;height:24px;position:absolute;z-index:-1;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:bold;line-height:24px;text-shadow:0 1px 1px rgba(0,0,0,0.25);text-align:center}.switch>.switch-thumb:before{content:attr(data-on);left:-50px;text-indent:-6px;color:#fff}.switch>.switch-thumb:after{content:attr(data-off);left:11px;text-indent:6px;color:#555}.switch.active>.switch-thumb{left:49px}.switch>input[type="checkbox"]{display:none}​ diff --git a/source/css/coderay.css b/source/css/coderay.css deleted file mode 100644 index f6919b9..0000000 --- a/source/css/coderay.css +++ /dev/null @@ -1,135 +0,0 @@ -.CodeRay { - background-color: hsl(0,0%,95%); - border: 1px solid silver; - color: black; -} -.CodeRay pre { - margin: 0px; -} - -span.CodeRay { white-space: pre; border: 0px; padding: 2px; } - -table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px; } -table.CodeRay td { padding: 2px 4px; vertical-align: top; } - -.CodeRay .line-numbers { - background-color: hsl(180,65%,90%); - color: gray; - text-align: right; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} -.CodeRay .line-numbers a { - background-color: hsl(180,65%,90%) !important; - color: gray !important; - text-decoration: none !important; -} -.CodeRay .line-numbers a:target { color: blue !important; } -.CodeRay .line-numbers .highlighted { color: red !important; } -.CodeRay .line-numbers .highlighted a { color: red !important; } -.CodeRay span.line-numbers { padding: 0px 4px; } -.CodeRay .line { display: block; float: left; width: 100%; } -.CodeRay .code { width: 100%; } - -.CodeRay .debug { color: white !important; background: blue !important; } - -.CodeRay .annotation { color:#007 } -.CodeRay .attribute-name { color:#b48 } -.CodeRay .attribute-value { color:#700 } -.CodeRay .binary { color:#509 } -.CodeRay .char .content { color:#D20 } -.CodeRay .char .delimiter { color:#710 } -.CodeRay .char { color:#D20 } -.CodeRay .class { color:#B06; font-weight:bold } -.CodeRay .class-variable { color:#369 } -.CodeRay .color { color:#0A0 } -.CodeRay .comment { color:#777 } -.CodeRay .comment .char { color:#444 } -.CodeRay .comment .delimiter { color:#444 } -.CodeRay .complex { color:#A08 } -.CodeRay .constant { color:#036; font-weight:bold } -.CodeRay .decorator { color:#B0B } -.CodeRay .definition { color:#099; font-weight:bold } -.CodeRay .delimiter { color:black } -.CodeRay .directive { color:#088; font-weight:bold } -.CodeRay .doc { color:#970 } -.CodeRay .doc-string { color:#D42; font-weight:bold } -.CodeRay .doctype { color:#34b } -.CodeRay .entity { color:#800; font-weight:bold } -.CodeRay .error { color:#F00; background-color:#FAA } -.CodeRay .escape { color:#666 } -.CodeRay .exception { color:#C00; font-weight:bold } -.CodeRay .float { color:#60E } -.CodeRay .function { color:#06B; font-weight:bold } -.CodeRay .global-variable { color:#d70 } -.CodeRay .hex { color:#02b } -.CodeRay .imaginary { color:#f00 } -.CodeRay .include { color:#B44; font-weight:bold } -.CodeRay .inline { background-color: hsla(0,0%,0%,0.07); color: black } -.CodeRay .inline-delimiter { font-weight: bold; color: #666 } -.CodeRay .instance-variable { color:#33B } -.CodeRay .integer { color:#00D } -.CodeRay .key .char { color: #60f } -.CodeRay .key .delimiter { color: #404 } -.CodeRay .key { color: #606 } -.CodeRay .keyword { color:#080; font-weight:bold } -.CodeRay .label { color:#970; font-weight:bold } -.CodeRay .local-variable { color:#963 } -.CodeRay .namespace { color:#707; font-weight:bold } -.CodeRay .octal { color:#40E } -.CodeRay .operator { } -.CodeRay .predefined { color:#369; font-weight:bold } -.CodeRay .predefined-constant { color:#069 } -.CodeRay .predefined-type { color:#0a5; font-weight:bold } -.CodeRay .preprocessor { color:#579 } -.CodeRay .pseudo-class { color:#00C; font-weight:bold } -.CodeRay .regexp .content { color:#808 } -.CodeRay .regexp .delimiter { color:#404 } -.CodeRay .regexp .modifier { color:#C2C } -.CodeRay .regexp { background-color:hsla(300,100%,50%,0.06); } -.CodeRay .reserved { color:#080; font-weight:bold } -.CodeRay .shell .content { color:#2B2 } -.CodeRay .shell .delimiter { color:#161 } -.CodeRay .shell { background-color:hsla(120,100%,50%,0.06); } -.CodeRay .string .char { color: #b0b } -.CodeRay .string .content { color: #D20 } -.CodeRay .string .delimiter { color: #710 } -.CodeRay .string .modifier { color: #E40 } -.CodeRay .string { background-color:hsla(0,100%,50%,0.05); } -.CodeRay .symbol .content { color:#A60 } -.CodeRay .symbol .delimiter { color:#630 } -.CodeRay .symbol { color:#A60 } -.CodeRay .tag { color:#070 } -.CodeRay .type { color:#339; font-weight:bold } -.CodeRay .value { color: #088; } -.CodeRay .variable { color:#037 } - -.CodeRay .insert { background: hsla(120,100%,50%,0.12) } -.CodeRay .delete { background: hsla(0,100%,50%,0.12) } -.CodeRay .change { color: #bbf; background: #007; } -.CodeRay .head { color: #f8f; background: #505 } -.CodeRay .head .filename { color: white; } - -.CodeRay .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } -.CodeRay .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } - -.CodeRay .insert .insert { color: #0c0; background:transparent; font-weight:bold } -.CodeRay .delete .delete { color: #c00; background:transparent; font-weight:bold } -.CodeRay .change .change { color: #88f } -.CodeRay .head .head { color: #f4f } - - -table.CodeRay { - width: auto; -} - -#main .example { - width: 960px; - overflow: auto; -} - -#main .CodeRay pre { - font-size: 13px ! important; - line-height: 15px; -} diff --git a/source/css/example.css b/source/css/example.css deleted file mode 100644 index 0106c6e..0000000 --- a/source/css/example.css +++ /dev/null @@ -1,19 +0,0 @@ -body.dragging, body.dragging * { - cursor: move !important; -} - -.dragged { - position: absolute; - opacity: 0.5; - z-index: 2000; -} - -ol.example li.placeholder { - position: relative; - /** More li styles **/ -} -ol.example li.placeholder:before { - position: absolute; - /** Define arrowhead **/ -} - diff --git a/source/css/jquery-sortable.css.sass b/source/css/jquery-sortable.css.sass deleted file mode 100644 index 2244282..0000000 --- a/source/css/jquery-sortable.css.sass +++ /dev/null @@ -1,35 +0,0 @@ -body.dragging, body.dragging * - cursor: move !important - -.dragged - position: absolute - top: 0 - opacity: .5 - z-index: 2000 - -ol.vertical - margin: 0 0 9px 0 - min-height: 10px - li - display: block - margin: 5px - padding: 5px - border: 1px solid #CCC - color: blue - background: white - li.placeholder - position: relative - margin: 0 - padding: 0 - border: none - &:before - position: absolute - content: "" - width: 0 - height: 0 - margin-top: -5px - left: -5px - top: -4px - border: 5px solid transparent - border-left-color: red - border-right: none diff --git a/source/css/vendor.css b/source/css/vendor.css deleted file mode 100644 index 8804db2..0000000 --- a/source/css/vendor.css +++ /dev/null @@ -1,2 +0,0 @@ -//= require "bootstrap-switch.css" -//= require "coderay.css" From f5b98dcb20cfad155abde03184cc84cbb1b5e3ac Mon Sep 17 00:00:00 2001 From: timakin Date: Sat, 16 Apr 2016 11:47:39 +0900 Subject: [PATCH 4/4] directory path --- source/js/application.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/js/application.js b/source/js/application.js index c569157..364c1ff 100644 --- a/source/js/application.js +++ b/source/js/application.js @@ -1,10 +1,10 @@ -//= require "vendor/jquery" -//= require "vendor/jquery.color" -//= require "vendor/bootstrap-switch" -//= require "vendor/bootstrap-scrollspy" -//= require "vendor/bootstrap-dropdown" -//= require "vendor/bootstrap-button" -//= require "jquery-sortable" +//= require "./vendor/jquery" +//= require "./vendor/jquery.color" +//= require "./vendor/bootstrap-switch" +//= require "./vendor/bootstrap-scrollspy" +//= require "./vendor/bootstrap-dropdown" +//= require "./vendor/bootstrap-button" +//= require "./jquery-sortable" //= require_directory "./examples/" $(function () {