From 5582476c0c1740dba46dfb00558db0ca51f9faf9 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 3 Aug 2011 18:58:43 +0000 Subject: Remove unneeded binaries --- config/snort/css/colorbox.css | 36 ------------- config/snort/css/new_tab_menu.css | 101 ----------------------------------- config/snort/images/controls.png | Bin 1633 -> 0 bytes config/snort/images/new_tab_menu.png | Bin 3257 -> 0 bytes config/snort/images/transparent.gif | Bin 156 -> 0 bytes 5 files changed, 137 deletions(-) delete mode 100644 config/snort/css/colorbox.css delete mode 100644 config/snort/css/new_tab_menu.css delete mode 100644 config/snort/images/controls.png delete mode 100644 config/snort/images/new_tab_menu.png delete mode 100644 config/snort/images/transparent.gif (limited to 'config') diff --git a/config/snort/css/colorbox.css b/config/snort/css/colorbox.css deleted file mode 100644 index 09c3cc53..00000000 --- a/config/snort/css/colorbox.css +++ /dev/null @@ -1,36 +0,0 @@ -/* - ColorBox Core Style - The following rules are the styles that are consistant between themes. - Avoid changing this area to maintain compatability with future versions of ColorBox. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto;} -#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} - -/* - ColorBox example user style - The following rules are ordered and tabbed in a way that represents the - order/nesting of the generated HTML, so that the structure easier to understand. -*/ -#cboxOverlay{background:#000;} - -#colorbox{} - #cboxContent{margin-top:20px;} - #cboxLoadedContent{background:#000; padding:5px;} - #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} - #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} - #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} - #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/snort/images//controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;} - #cboxPrevious.hover{background-position:bottom left;} - #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/snort/images//controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;} - #cboxNext.hover{background-position:bottom right;} - #cboxLoadingOverlay{background:#000;} - #cboxLoadingGraphic{background:url(/snort/images//loading.gif) center center no-repeat;} - #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/snort/images//controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;} - #cboxClose.hover{background-position:bottom center;} diff --git a/config/snort/css/new_tab_menu.css b/config/snort/css/new_tab_menu.css deleted file mode 100644 index a93737c7..00000000 --- a/config/snort/css/new_tab_menu.css +++ /dev/null @@ -1,101 +0,0 @@ -/* - new_tab_menu.css - part of pfSense - Copyright (C) 2010-2011 Robert Zelaya - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - - Replace your old tab menu with the following code. To add a second tab menu line just cut and paste again. - The following code is dependent on new_tab_menu.css and images/new_tab_menu.png. - - - - - - - -*/ - -.newtabmenu ul, li{border:0; margin:0; padding:0; list-style:none;} - -.newtabmenu li{float:left; margin-right:2px; text-align: center;} -.newtabmenu a:link, .newtabmenu a:visited{ - background:url(/snort/images/new_tab_menu.png) right 45px; - color:#ffffff; /* noactive font */ - display:block; - /* fix for IE6 */ - display: inline-block; - /* END */ - font-weight:bold; - font-size:.9em; - height:20px; - line-height:20px; - text-decoration:none; -} -.newtabmenu a span{ - background:url(/snort/images/new_tab_menu.png) left 45px; - display:block; - /* fix for IE6 */ - display: inline-block; - /* END */ - height:20px; - margin-right:7px; - padding-left:7px; -} -.newtabmenu a:hover{ - background:url(/snort/images/new_tab_menu.png) right 23px; - display:block; - /* fix for IE6 */ - display: inline-block; - /* END */ - color:#ffffff; /* hover over font */ -} -.newtabmenu a:hover span{ - background:url(/snort/images/new_tab_menu.png) left 23px; - display:block; - /* fix for IE6 */ - display: inline-block; - /* END */ -} - -/* -------------------------------- */ -/* ACTIVE ELEMENTS */ -.newtabmenu_active a:link, .newtabmenu_active a:visited, .newtabmenu_active a:visited, .newtabmenu_active a:hover{ - color:#000000; /* active font */ - background:url(/snort/images/new_tab_menu.png) right 0 no-repeat; -} -.newtabmenu_active a span, .newtabmenu_active a:hover span{ - background:url(/snort/images/new_tab_menu.png) left 0 no-repeat; -} diff --git a/config/snort/images/controls.png b/config/snort/images/controls.png deleted file mode 100644 index e1e97982..00000000 Binary files a/config/snort/images/controls.png and /dev/null differ diff --git a/config/snort/images/new_tab_menu.png b/config/snort/images/new_tab_menu.png deleted file mode 100644 index f0e4cbeb..00000000 Binary files a/config/snort/images/new_tab_menu.png and /dev/null differ diff --git a/config/snort/images/transparent.gif b/config/snort/images/transparent.gif deleted file mode 100644 index e7ccd741..00000000 Binary files a/config/snort/images/transparent.gif and /dev/null differ -- cgit v1.2.3