2col_leftNav.css ( File view )
- By 2010-08-11
- View(s):5
- Download(s):0
- Point(s): 1
/***********************************************/ /* 2col_leftNav.css */ /* Use with template 2col_leftNav.html */ /***********************************************/ /***********************************************/ /* HTML tag styles */ /***********************************************/ body{ font-family: Arial,sans-serif; color: #333333; line-height: 1.166; margin: 0px; padding: 0px; } /* a:link, a:visited, a:hover { color: #006699; text-decoration: none; } a:hover { text-decoration: underline; background-color: #CCFF9D; } */ /* overrides decoration from previous rule for hovered links */ h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; } h1{ font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #334d55; } h2{ font-family: Tahoma,sans-serif; font-size: 12px; color: #006699; } h3{ font-size: 100%; color: #334d55; padding-top: 5px; } h4{ font-size: 10px; font-weight: normal; color: #333333; backgroud-color:#006699; } h5{ font-size: 80%; color: #334d55; } ul{ list-style-type: square; font-size: 80%; } ul ul{ list-style-type: disc; font-size: 70%; } ul ul ul{ list-style-type: none; } label{ font: bold 100% Arial,sans-serif; color: #334d55; } /***********************************************/ /* Layout Divs */ /***********************************************/ #bannerDiv{ margin: 0; padding: 10px 0px; border-bottom: 1px solid #cccccc; width: 100%; } #mainDiv{ margin: 0 27% 0 0; border-right: 1px solid #ccc; } /***********************************************/ /*Component Divs */ /***********************************************/ #siteName{ margin: 0px; padding: 0px 0px 10px 10px; background-color: #FFFFFF; } /*************** #pageName styles **************/ #pageName{ padding: 0px 0px 10px 10px; } .tagTitle{ padding: 5px 0px 2px 10px; background-color:#E5ECF9; border-top: solid 1px; border-top-color: #3366CC; font-size: 14px; font-weight: bold; } /************* #globalNav styles **************/ #globalNav{ color: #cccccc; padding: 0px 0px 0px 5px; margin:0 30% 0 0; white-space: nowrap; } .feedDesc{ padding: 5px 0px 0px 5px; font-size: 80%; } /* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line this will force a horizontal scrollbar if there isn't enough room for all links remove rule or change value to 'normal' if you want the links to line-wrap */ #globalNav img{ display: block; } #globalNav a { font-size: 90%; padding: 0px 4px 0px 0px; } /************* #Category Div styles *************/ #topCatDiv{ font-size: 80%; padding: 5px 0px 5px 10px; } #subCatDiv{ font-size: 80%; padding: 2px 0px 5px 10px; } #readingListDiv{ padding: 5px 0px 5px 10px; min-height:600px; } #readingBlocksDiv{ padding: 5px 0px 5px 10px; } /* adjust margins to change separation between the feature image and text flowing around it */ /************** .story styles *****************/ .story{ padding: 10px 0px 0px 10px; font-size: 80%; } .story a { font-size: 12px; padding: 0px 0px 0px 0px; } .story p{ padding: 0px 0px 10px 0px; } /************* #siteInfo styles ***************/ #siteInfo{ clear: both; border: 1px solid #cccccc; font-size: 75%; color: #cccccc; padding: 10px 10px 10px 10px; margin-top: -1px; } /* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with) the bottom border of the navBar in cases where they "touch" */ #siteInfo img{ padding: 4px 4px 4px 0px; vertical-align: middle; } /*********** #navBar link styles ***********/ /* #navBar ul a:link, #navBar ul a:visited { display: block; } */ #navBar ul { list-style: none; margin: 0; padding: 0; } /* hack to fix IE/Win's broken rendering of block-level anchors in lists */ #navBar li { border-bottom: 1px solid #EEE; } /* fix for browsers that don't need the hack */ html>body #navBar li { border-bottom: none; } /*********** #sectionLinks styles ***********/ #sectionLinks{ position: relative; margin: 0px; padding: 0px; border-bottom: 1px solid #cccccc; font-size: 90%; } #sectionLinks h3{ padding: 10px 0px 2px 10px; } /* #sectionLinks a:link{ padding: 2px 0px 2px 10px; border-top: 1px solid #cccccc; width: 100%; voice-family: "\" }\""; voice-family:inherit; width: auto; } #sectionLinks a:visited{ border-top: 1px solid #cccccc; padding: 2px 0px 2px 10px; } #sectionLinks a:hover{ border-top: 1px solid #cccccc; background-color: #dddddd; padding: 2px 0px 2px 10px; } */ /*********** .relatedLinks styles ***********/ .relatedLinks{ margin: 0px; padding: 0px 0px 10px 10px; font-size: 90%; } .relatedLinks h3{ padding: 10px 0px 2px 0px; } /************** #advert styles **************/ #advert{ height:20px; font-size: 80%; position: static; } #advert img{ display: block; } /************** #headlines styles **************/ #headlines{ margin: 0px; padding: 10px 0px 20px 10px; font-size: 80%; } #headlines p{ padding: 5px 0px 5px 0px; } /************** #popitmenu styles **************/ #popitmenu{ position: absolute; background-color: white; border:1px solid black; font: normal 14px; line-height: 18px; z-index: 100; visibility: hidden; cursor:default; } #popitmenu a{ text-decoration: none; padding-left: 6px; color: black; display: block; } #popitmenu a:hover{ /*hover background color*/ background-color: #CCFF9D; } /************** #tab style **************/ .tabspacer { width:4px;border-bottom:1px solid #97acd4; } .tab { padding:2px 15px 1px 15px;font-size:82%;text-align:center;text-decoration:none;color:#676767;cursor:pointer;cursor:hand;empty-cells:show; } .selectedtab { border:1px solid #97acd4;color:#3366cc;border-bottom:0px;padding-bottom:1px;color:#3366cc;font-weight:bold; } .unselectedtab { border:1px solid #97acd4;background-color:#e5ecf9;color:#000000;border-bottom-color:#97acd4; } .tab_hover { background-color:#3366cc;color: #ffffff;border-top-color:#3366cc;border-left-color:#3366cc;border-right-color:#3366cc; }
...
Expand> <Close
File list
Tips: You can preview the content of files by clicking file names^_^Name | Size | Date |
---|---|---|
auto_suggest.html | 1.09 kB | 03-12-07 00:11 |
crud.html | 1.68 kB | 03-12-07 00:11 |
0 | 3.00 B | |
2col_leftNav.css | 6.28 kB | 03-12-07 00:11 |
autosuggest.css | 335.00 B | 03-12-07 00:11 |
debug.png | 399.00 B | 03-12-07 00:11 |
error.png | 289.00 B | 03-12-07 00:11 |
fatal.png | 309.00 B | 03-12-07 00:11 |
info.png | 271.00 B | 03-12-07 00:11 |
logger.css | 1.88 kB | 03-12-07 00:11 |
magnet.png | 430.00 B | 03-12-07 00:11 |
site.css | 1.43 kB | 03-12-07 00:11 |
warn.png | 257.00 B | 03-12-07 00:11 |
0 | 3.00 B | |
auto_suggest.html.txt | 1.09 kB | 03-12-07 00:11 |
auto_suggest.js.txt | 669.00 B | 03-12-07 00:11 |
CountryList.java.txt | 3.00 kB | 03-12-07 00:11 |
crud.html.txt | 1.68 kB | 03-12-07 00:11 |
crud.js.txt | 1.40 kB | 03-12-07 00:11 |
crud.jst.txt | 755.00 B | 03-12-07 00:11 |
index.html.txt | 3.24 kB | 03-12-07 00:11 |
jst_demo.html.txt | 1.68 kB | 03-12-07 00:11 |
LabelValueBean.java.txt | 4.72 kB | 03-12-07 00:11 |
mvcPic.html.txt | 1.05 kB | 03-12-07 00:11 |
rdf.jst.txt | 284.00 B | 03-12-07 00:11 |
rss.jst.txt | 272.00 B | 03-12-07 00:11 |
rss_reader.html.txt | 1.20 kB | 03-12-07 00:11 |
rss_reader.js.txt | 642.00 B | 03-12-07 00:11 |
services.properties.txt | 168.00 B | 03-12-07 00:11 |
services.xml.txt | 435.00 B | 03-12-07 00:11 |
Test.java.txt | 17.36 kB | 03-12-07 00:11 |
TestBean.java.txt | 1.41 kB | 03-12-07 00:11 |
unit_test.html.txt | 1.03 kB | 03-12-07 00:11 |
unit_test.js.txt | 15.89 kB | 03-12-07 00:11 |
unit_test.jst.txt | 493.00 B | 03-12-07 00:11 |
unit_test_js.jst.txt | 765.00 B | 03-12-07 00:11 |
User.java.txt | 2.49 kB | 03-12-07 00:11 |
UserManager.java.txt | 2.04 kB | 03-12-07 00:11 |
web.xml.txt | 1.58 kB | 03-12-07 00:11 |
web.xml_no_spring.txt | 1.58 kB | 03-12-07 00:11 |
0 | 3.00 B | |
check.gif | 604.00 B | 03-12-07 00:11 |
debug.png | 399.00 B | 03-12-07 00:11 |
error.gif | 633.00 B | 03-12-07 00:11 |
error.png | 289.00 B | 03-12-07 00:11 |
fatal.png | 309.00 B | 03-12-07 00:11 |
info.png | 271.00 B | 03-12-07 00:11 |
magnet.png | 430.00 B | 03-12-07 00:11 |
swato_01.png | 5.22 kB | 03-12-07 00:11 |
swato_02.png | 13.94 kB | 03-12-07 00:11 |
swato_04.png | 7.94 kB | 03-12-07 00:11 |
swato_05.png | 14.42 kB | 03-12-07 00:11 |
swato_Layer-5-over.png | 27.12 kB | 03-12-07 00:11 |
swato_Layer_5.png | 28.45 kB | 03-12-07 00:11 |
wait.gif | 1.52 kB | 03-12-07 00:11 |
warn.png | 257.00 B | 03-12-07 00:11 |
index.html | 3.70 kB | 03-12-07 00:11 |
0 | 3.00 B | |
effects.js | 33.07 kB | 03-12-07 00:11 |
jkl-floating.js | 7.22 kB | 03-12-07 00:11 |
jkl-parsexml.js | 14.11 kB | 03-12-07 00:11 |
jkl-resizable.js | 5.05 kB | 03-12-07 00:11 |
json.js | 10.34 kB | 03-12-07 00:11 |
logger.js | 6.77 kB | 03-12-07 00:11 |
pop-it-menu.js | 4.44 kB | 03-12-07 00:11 |
prototype.js | 55.81 kB | 03-12-07 00:11 |
swato-engine.js | 5.06 kB | 03-12-07 00:11 |
swato-form.js | 3.00 kB | 03-12-07 00:11 |
swato-jst.js | 3.91 kB | 03-12-07 00:11 |
swato-select.js | 1.18 kB | 03-12-07 00:11 |
swato-suggest.js | 11.62 kB | 03-12-07 00:11 |
swato.js | 939.00 B | 03-12-07 00:11 |
window.js | 40.77 kB | 03-12-07 00:11 |
0 | 3.00 B | |
crud.jst | 744.00 B | 03-12-07 00:11 |
rdf.jst | 284.00 B | 03-12-07 00:11 |
rss.jst | 272.00 B | 03-12-07 00:11 |
unit_test.jst | 493.00 B | 03-12-07 00:11 |
unit_test_js.jst | 765.00 B | 03-12-07 00:11 |
jst_demo.html | 1.68 kB | 03-12-07 00:11 |
0 | 3.00 B | |
MANIFEST.MF | 106.00 B | 03-12-07 00:11 |
mvcPic.html | 1.05 kB | 03-12-07 00:11 |
rss_reader.html | 1.20 kB | 03-12-07 00:11 |
0 | 3.00 B | |
auto_suggest.js | 665.00 B | 03-12-07 00:11 |
crud.js | 1.41 kB | 03-12-07 00:11 |
portal.js | 4.66 kB | 03-12-07 00:11 |
rss_reader.js | 642.00 B | 03-12-07 00:11 |
unit_test.js | 15.89 kB | 03-12-07 00:11 |
swato.jar | 56.50 kB | 08-04-08 10:57 |
test.html | 18.36 kB | 03-12-07 00:11 |
unit_test.html | 1.03 kB | 03-12-07 00:11 |
0 | 3.00 B | |
0 | 3.00 B | |
0 | 3.00 B | |
0 | 3.00 B | |
JSONArray.class | 8.16 kB | 03-12-07 00:11 |
JSONObject$1.class | 199.00 B | 03-12-07 00:11 |
JSONObject$Null.class | 860.00 B | 03-12-07 00:11 |
JSONObject.class | 10.41 kB | 03-12-07 00:11 |
JSONTokener.class | 5.17 kB | 03-12-07 00:11 |
0 | 3.00 B | |
0 | 3.00 B | |
0 | 3.00 B | |
CountryList.class | 2.52 kB | 03-12-07 00:11 |
LabelValueBean$1.class | 825.00 B | 03-12-07 00:11 |
LabelValueBean.class | 2.15 kB | 03-12-07 00:11 |
LabelValueBeanTest.class | 1.88 kB | 03-12-07 00:11 |
ObjA.class | 571.00 B | 03-12-07 00:11 |
ObjB.class | 571.00 B | 03-12-07 00:11 |
Test$1.class | 565.00 B | 03-12-07 00:11 |
Test$2.class | 714.00 B | 03-12-07 00:11 |
Test$Foo.class | 231.00 B | 03-12-07 00:11 |
Test$InnerFoo.class | 643.00 B | 03-12-07 00:11 |
Test$InnerSubTestBean.class | 520.00 B | 03-12-07 00:11 |
Test$StaticInnerSubTestBean.class | 437.00 B | 03-12-07 00:11 |
Test$TestBeanInvocationHandler.class | 1.56 kB | 03-12-07 00:11 |
Test.class | 13.72 kB | 03-12-07 00:11 |
TestBean.class | 1.27 kB | 03-12-07 00:11 |
User.class | 1.65 kB | 03-12-07 00:11 |
UserManager.class | 2.27 kB | 03-12-07 00:11 |
JSONConverter.class | 8.00 kB | 03-12-07 00:11 |
JSONConverterTest$1.class | 240.00 B | 03-12-07 00:11 |
JSONConverterTest$TestBean.class | 1.73 kB | 03-12-07 00:11 |
JSONConverterTest.class | 6.13 kB | 03-12-07 00:11 |
0 | 3.00 B | |
JSONRequest.class | 2.96 kB | 03-12-07 00:11 |
JSONResponse.class | 2.41 kB | 03-12-07 00:11 |
JSONServlet.class | 4.00 kB | 03-12-07 00:11 |
PropsFileContext.class | 3.48 kB | 03-12-07 00:11 |
RequestAware.class | 198.00 B | 03-12-07 00:11 |
RequestParameterHolder.class | 2.36 kB | 03-12-07 00:11 |
RequestParameterRecorder.class | 2.17 kB | 03-12-07 00:11 |
RequestRedirector.class | 2.78 kB | 03-12-07 00:11 |
ServiceContext.class | 243.00 B | 03-12-07 00:11 |
SessionAware.class | 191.00 B | 03-12-07 00:11 |
SpringContext.class | 1.39 kB | 03-12-07 00:11 |
SwatoActionProxy.class | 4.86 kB | 03-12-07 00:11 |
SwatoVisible.class | 396.00 B | 03-12-07 00:11 |
0 | 3.00 B | |
Pipe.class | 2.02 kB | 03-12-07 00:11 |
Utils.class | 632.00 B | 03-12-07 00:11 |
services.properties | 168.00 B | 03-12-07 00:11 |
services.xml | 881.00 B | 03-12-07 00:11 |
0 | 3.00 B | |
commons-httpclient-2.0.2.jar | 220.09 kB | 03-12-07 00:11 |
commons-logging.jar | 37.12 kB | 03-12-07 00:11 |
spring-beans.jar | 213.99 kB | 03-12-07 00:11 |
spring-context.jar | 100.22 kB | 03-12-07 00:11 |
spring-core.jar | 71.98 kB | 03-12-07 00:11 |
web.xml | 1.58 kB | 03-12-07 00:11 |