From c0076cc80d8c3689ffacff0a61f6d5a76c30b70c Mon Sep 17 00:00:00 2001 From: robiscool Date: Fri, 6 May 2011 13:08:28 -0700 Subject: snort-dev, add neww files --- config/snort-dev/css/colorbox.css | 36 -------------- config/snort-dev/css/style_snort2.css | 89 +++++++++++++++++++++++++++++++++-- 2 files changed, 86 insertions(+), 39 deletions(-) delete mode 100644 config/snort-dev/css/colorbox.css (limited to 'config/snort-dev/css') diff --git a/config/snort-dev/css/colorbox.css b/config/snort-dev/css/colorbox.css deleted file mode 100644 index 09c3cc53..00000000 --- a/config/snort-dev/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-dev/css/style_snort2.css b/config/snort-dev/css/style_snort2.css index 12f72345..301d4411 100644 --- a/config/snort-dev/css/style_snort2.css +++ b/config/snort-dev/css/style_snort2.css @@ -1,8 +1,10 @@ @charset "utf-8"; +/* a { font-size: 11px; } +*/ .hiddendownloadlink { visibility:hidden; @@ -29,8 +31,50 @@ a { z-index: 9999; text-align: center; -} +} +.listhdrr2 { + background-color: #BBBBBB; + padding-right: 13px; + padding-left: 6px; + font-weight: bold; + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + font-size: 11px; + padding-top: 5px; + padding-bottom: 5px; +} + +.listtopic2 { + border-bottom: 1px solid #999999; + font-size: 11px; + background-color: #eeeeee; + padding-right: 16px; + padding-left: 6px; + color: #000000; + font-weight: bold; + padding-top: 5px; + padding-bottom: 5px; +} + +.listtopic3 { + border-bottom: 1px solid #999999; + font-size: 11px; + background-color: #eeeeee; + padding-right: 6px; + padding-left: 16px; + color: #000000; + font-weight: bold; +} + +#footer2 { + background-color: transparent; + background-image: url("/snort/images/logo22.png"); + width: 720px; + height: 60px; + text-align: center; + font-size: 0.8em; +} .alert { position:absolute; @@ -106,12 +150,24 @@ padding-bottom: 12px; .vncell2 { background-color: #eeeeee; - padding-right: 20px; + padding-right: 10px; padding-left: 8px; border-bottom: 1px solid #999999; font-size: 11px; } +.vncelltextbox { +background-color: #eeeeee; +padding-top: 8px; +padding-bottom: 8px; +padding-right: 8px; +padding-left: 8px; +border-bottom-width: 1px; +border-bottom-style: solid; +border-bottom-color: #999999; +font-size: 11px; +} + /* global tab, white lil box */ .vncell3 { width: 50px; @@ -310,4 +366,31 @@ tr.hide { background-color: #ddd; -} \ No newline at end of file +} + +.formfld2 +{ +padding-left: 8px; +font-size: small; +} + +/*********Input Highlight*****************/ + +.formfld2 { + outline:none; + transition: all 0.25s ease-in-out; + -webkit-transition: all 0.25s ease-in-out; + -moz-transition: all 0.25s ease-in-out; + border-radius:1px; + -webkit-border-radius:1px; + -moz-border-radius:1px; + border:1px solid rgba(0,0,0, 0.2); +} + +.formfld2:focus { + box-shadow: 0 0 2px rgba(156, 156, 156, 1); + -webkit-box-shadow: 0 0 2px rgba(156, 156, 156, 1); + -moz-box-shadow: 0 0 2px rgba(156, 156, 156, 1); + border:1px solid rgba(156,156,156, 0.8); +} + -- cgit v1.2.3