From 42fa76dced7e5b083549f81b3bc34071e8685eaf Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 25 Mar 2011 11:47:13 -0700 Subject: [PATCH] Removing deprecated files --HG-- branch : dev --- .../Orchard.DesignerTools.csproj | 2 - ...foo_orchard-designertools-shapetracing.css | 218 ------------------ .../Views/_ShapeTracingMeta.cshtml | 88 ------- 3 files changed, 308 deletions(-) delete mode 100644 src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/foo_orchard-designertools-shapetracing.css delete mode 100644 src/Orchard.Web/Modules/Orchard.DesignerTools/Views/_ShapeTracingMeta.cshtml diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Orchard.DesignerTools.csproj b/src/Orchard.Web/Modules/Orchard.DesignerTools/Orchard.DesignerTools.csproj index 955584e20..719e42e3c 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Orchard.DesignerTools.csproj +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Orchard.DesignerTools.csproj @@ -73,7 +73,6 @@ - @@ -113,7 +112,6 @@ - diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/foo_orchard-designertools-shapetracing.css b/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/foo_orchard-designertools-shapetracing.css deleted file mode 100644 index d04df9a0b..000000000 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/foo_orchard-designertools-shapetracing.css +++ /dev/null @@ -1,218 +0,0 @@ -#debug-control * { - margin:0 !important; - padding:0 !important; -} -#debug-control { - background:#666; - border:1px solid #000; - color:#FFF; - float:left; - font:12px/12px Consolas,"Lucida Console",Monaco,monospace; - left:0; - position:fixed; - top:0; -} -#debug-control .debug-active { - color:Lime; -} -#debug-control ul { - display:none; -} -#debug-control ul, #debug-control-toggle { - float:left; - padding:2px !important; -} -#debug-control li, #debug-control-toggle { - cursor:pointer; - display:inline; - list-style-type:none; - padding-left:2px !important; - padding-right:2px !important; - white-space:nowrap; -} -#debug-control li { - border-right:1px solid #999; -} - -.debug-shapes .shape-tracing .wrapper { - background:#FFF; - /*border:1px dotted #CA7230; - margin:5px;*/ - padding:0px; - display:inline-block; - - /* when there is nothing inside the shape, force to the size of the smart tag */ - min-width:20px; - min-height:20px; -} - -.debug-shapes body { - margin-top:25px; -} - -.debug-shapes div.shape-tracing.meta { - clear:both; - display:block; - background:#ccc; - font-size:9pt; - font-family:Segoe; - color:black; - margin-top:5px; - left: 0px; - bottom: 0px; - position:fixed; - z-index:999; - width:100%; -} - -.debug-zones .shapeType-Zone { - border:1px dashed grey; - margin:5px; - position: relative; -} - -.debug-zones .zone-name { - position:absolute; top: 0px; left: 0px; - display: block; background-color: #ddd; color: #434343; padding: 3px 6px; - filter:alpha(opacity=70); - opacity: 0.7; -} - -.meta .shape { - color:black; -} - -.meta .alternates { - color:red; -} - -.meta .wrappers { - color:green; -} - -.debug-shapes div.wrapper.selected { - background-color:#BAFFC3; -} - -/* tabs */ - -ul.debuggerMenu { margin:8px 0 -8px 0; } - -.debuggerMenu li { - color:#4053DE; - display: inline; - font-size:15px; - line-height:32px; -} -.debuggerMenu li { - margin:0 2px; - padding: 8px 18px 7px 18px; -} -.debuggerMenu li.middle, .debuggerMenu li.first, .debuggerMenu li.last { - border:1px solid #E4E5E6; - border-bottom:none; - background-color: #F5F5F5; -} -.debuggerMenu li.first { - margin-left:16px; -} -.debuggerMenu li.selected { - background-color: #fff; -} -.debuggerMenu li.selected, .debuggerMenu li:hover { - background-color: #fff; -} -.debuggerMenu li.selected a { - color: #3A822E; -} - -.debug-shapes div.shape-tracing.meta .content { - background-color: #fff; - padding: 20px; - margin:8px 0 0 0; - border: 1px solid #e4e5e6; - height:12em; - overflow:auto; - /*CSS3 properties*/ - border-radius: 3px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; -} - -.meta .model div.name, .meta ul.properties div.name -{ - display:block; - float:left; - width:30%; -} - -.meta .model ul, .meta ul.properties -{ - padding:0; - margin-left:-15px; - margin:0; - list-style-type:none; -} - -.meta .model ul li, .meta ul.properties li -{ - padding-left:15px; -} - -.meta .model h3, .meta ul.properties h3 -{ - margin:0; - padding:0; -} - -h3:hover -{ - background-color: #eee; -} - -.expando-glyph { - background:transparent no-repeat 0 -19px; - background-image:url(images/menu-glyph.png); - - line-height:12px; - padding-left:15px; - margin-left:-15px; -} - -.expando-glyph:hover { - background-image:url(images/menu-glyph.png); -} - -.expando-glyph-container.closed .expando-glyph -{ - background-repeat:none; - background-image:url(images/menu-glyph.png); - background-position:0 3px; -} -.expando-glyph-container.closed .expando-glyph:hover { - background-image:url(images/menu-glyph.png); -} -.expando-glyph-container.closing .expando-glyph -{ - background-repeat:none; - -webkit-transition:all .2s ease-in-out; - -moz-transition:all .2s ease-in-out; - transition:all .2s ease-in-out; - -webkit-transform:rotate(-90deg) translate(3px, -3px); - -moz-transform:rotate(-90deg) translate(3px, -3px); - transform:rotate(-90deg) translate(3px, -3px); -} -.expando-glyph-container.opening .expando-glyph -{ - background-repeat:none; - -webkit-transition:all .2s ease-in-out; - -moz-transition:all .2s ease-in-out; - transition:all .2s ease-in-out; - -webkit-transform:rotate(90deg) translate(3px, 3px); - -moz-transform:rotate(90deg) translate(3px, 3px); - transform:rotate(90deg) translate(3px, 3px); -} - -.content textarea { - height:50%; -} diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Views/_ShapeTracingMeta.cshtml b/src/Orchard.Web/Modules/Orchard.DesignerTools/Views/_ShapeTracingMeta.cshtml deleted file mode 100644 index 910980c98..000000000 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Views/_ShapeTracingMeta.cshtml +++ /dev/null @@ -1,88 +0,0 @@ -@functions { - string FormatShapeFilename(string type, string themeId) { - return "~/Themes/" + themeId + "/Views/" + type.Replace("__", "-").Replace("_", ".") + ".cshtml"; - } -} - - \ No newline at end of file