diff --git a/README.md b/README.md index 996fce6..3a111b6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Stylesheets can be pulled in with the [asset pipeline](http://guides.rubyonrails ```scss @import "radius-theme"; -@import "corporate-bar"; ``` You can pull in the favicon by adding the image to the header of your layout: diff --git a/app/assets/images/corporate-bar-logo.png b/app/assets/images/corporate-bar-logo.png deleted file mode 100644 index 478db6d..0000000 Binary files a/app/assets/images/corporate-bar-logo.png and /dev/null differ diff --git a/app/assets/stylesheets/corporate-bar.scss b/app/assets/stylesheets/corporate-bar.scss deleted file mode 100644 index e6b8007..0000000 --- a/app/assets/stylesheets/corporate-bar.scss +++ /dev/null @@ -1,79 +0,0 @@ -$max-width: 960px !default; /* Neat's grid width setting */ - -#corporate_bar { - background: #45484d; /* Old browsers */ - background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */ - background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ - - width: 100%; - border-bottom: thin solid black; - text-shadow: #777 0px -1px 0px; - i { - color: #DEDEDE; - } - - a { - color: #DEDEDE; - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - .corporate-bar-content { - font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; - max-width: $max-width; - margin: 0 auto; - vertical-align: middle; - font-weight: 100; - padding: 8px; - font-size: 12px; - line-height: 1.25; - &:after { - content:""; - display:table; - clear:both; - } - } - .corporate-bar-brand { - float: left; - img { - height: 15px; - padding-right: 3px; - float: left; - } - } - - ul.corporate-bar-nav { - display: inline-block; - margin: 0; - float: right; - li { - margin: 0; - list-style:none; - display: inline-block; - padding-left: 25px; - } - i { - padding-right: 5px; - } - } -} - -/* line 1, /Users/csexton/src/kracken/app/assets/stylesheets/_admin.scss */ -#masquerade { - text-align: center; - background: #7A7A7A; - background-image: repeating-linear-gradient(45deg, #c52f24 0px, #c52f24 25px, #d8362a 25px, #d8362a 50px, #c52f24 50px); - color: white; - font-size: 12px; - padding: 4px; - a { - color: white; - text-decoration: underline; - } -} diff --git a/app/views/radius/_corporate_bar.html.erb b/app/views/radius/_corporate_bar.html.erb deleted file mode 100644 index 4742576..0000000 --- a/app/views/radius/_corporate_bar.html.erb +++ /dev/null @@ -1,36 +0,0 @@ -
- <%== render 'radius/masquerade_bar' %> - -
- - - "> - Radius Networks - - - -
-