From e4b1d786656cec05301597338ce8ac71b8bcad01 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Thu, 25 Sep 2025 13:38:14 -0700 Subject: [PATCH 1/2] More cleanup of unused CSS where it was possible to determine it was not used. Signed-off-by: James R. Perkins --- public/css/clearspace_common.css | 219 -------------- public/css/main.css | 497 ------------------------------- public/css/org_common.css | 6 +- public/css/project.css | 11 +- templates/partials/head.html | 1 - 5 files changed, 3 insertions(+), 731 deletions(-) delete mode 100644 public/css/clearspace_common.css delete mode 100644 public/css/main.css diff --git a/public/css/clearspace_common.css b/public/css/clearspace_common.css deleted file mode 100644 index 6d9a308..0000000 --- a/public/css/clearspace_common.css +++ /dev/null @@ -1,219 +0,0 @@ -@charset "UTF-8"; -/* Clearspace styles brought over to match Magnolia*/ - - -/* =Code Styles to match CS */ - -.jive-pre { - background-image:url(../images/jive-bg-pre.gif); -} - -.jive-quote, .jive-pre { - background-color:#FFFFFF; - background-repeat:repeat; - border-color:#EEEEEE #EEEEEE #EEEEEE #CCCCCC; - border-style:solid; - border-width:1px 1px 1px 2px; - margin:10px 20px; - padding:10px; -} - -pre { - font-family: Courier, Courier New, monospace; - font-size:11px; - color:#000000; - background-color:#FFFFFF; - background-image:url(../../images/common/jive-bg-pre.png); background-repeat:repeat; - border-color:#EEEEEE #EEEEEE #EEEEEE #CCCCCC; - border-style:solid; - border-width:1px 1px 1px 2px; - margin:10px 20px; - padding:10px; - max-height:200px; - width:605px; - display:block; - margin:0; - overflow:auto; - padding:0; - white-space:pre; -} - - - - - - - -/* =Home page 'alerts' including announcements alert to match CS */ - -#alert { - background-color: #F9FDD2; - border: 1px solid #D8D39C; - margin-bottom: 10px; - position:relative; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius:5px; - } - -.leftcol-layout #main #alert, -.nocol-layout #main #alert { - margin-right:40px; -} - -#alert #alert-content-1 .rendered-content p { - font-size:11px; -} - -.body-home-customized #announcements-messaging { - margin: 0 20px 20px 20px; - } - -.alert-header, -.alert-content, -.alert-details { - clear: both; - } - -#main h5.alert-title { - margin:0px; - padding-top:0px; - padding-right:10px; - } - -.alert-header .alert-title { - float: left; - padding: 0; - } - -.alert-header .alert-title a { - color: #4E4E4E; - text-decoration: none; - outline: none; - font-size: 13px; - padding:0 5px; - font-weight:normal; - letter-spacing:0; - } - -.alert-header .alert-title .alert-label { - padding: 1px 3px 1px 22px; - font-size: 13px; - font-weight: normal; - text-transform: uppercase; - } - -.alert-header ul, -.jive-alert-header ul { - margin: 0; - padding: 0px 0 0 5px; - text-align:right; - } - -.alert-header ul li { - list-style-type: none; - padding: 5px 0px 7px 5px; - } - -.alert-header ul li a { - color: #999; - font-size: 10px; - text-decoration: none; - } - -.alert-header ul li a:hover { - color: #666; - text-decoration: underline; - } - -.alert-close { - /*background: transparent no-repeat left; - padding: 1px 0 1px 12px;*/ - } - -.alert-content { - padding: 0px 0 0 22px; - /*width: 100%; */ - } - -.alert-content p { - margin:10px 0 0 0; -} - -.alert-details { - color: #666; - font-size: 10px; - padding-top: 8px; - white-space: nowrap; - } - -.alert-details .username-link { - color: #666; - text-decoration: none; - } - -.alert-details span a { - padding-left: 5px; - } - -.alert-type { - padding: 3px 15px; - position: relative; - width: 95%; - } - -.alert-announcement-label { - background: transparent no-repeat left; - color: #988f42; - } - - -#alert-counter { - position: absolute; - top: 10px; - right: 5px; - margin: 0; - padding: 0; - } - -.alert-count, -.alert-count-active { - border: 1px solid #ccc; - display: block; - float: left; - margin: 0 5px 5px 0; - text-align: center; - width: 20px; - } - -.alert-count a, -.alert-count-active a { - background-color: #efefcc; - display: block; - padding: 0 4px; - text-decoration: none; - } - -.alert-count a:hover, -.alert-count-active a:hover { - background-color: #fff; - text-decoration: underline; - } - -.alert-count-active { - border-color: #ddd; - } - -.alert-count-active a { - background-color: #fff; - font-weight: bold; - } - -.rendered-content { - clear:both; - overflow-x:auto; - overflow-y:hidden; - position:relative; - } - - diff --git a/public/css/main.css b/public/css/main.css deleted file mode 100644 index 04c3c15..0000000 --- a/public/css/main.css +++ /dev/null @@ -1,497 +0,0 @@ -/*! - * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) - * Code licensed under the Apache License v2.0. - * For details, see http://www.apache.org/licenses/LICENSE-2.0. - */ - -body { - overflow-x: hidden; -} - -p { - font-size: 20px; -} - -p.small { - font-size: 16px; -} - -a, -a:hover, -a:focus, -a:active, -a.active { - outline: 0; - color: #{{ site.color.primary }}; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - text-transform: uppercase; - font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; - font-weight: 700; -} - -hr.star-light, -hr.star-primary { - margin: 25px auto 30px; - padding: 0; - max-width: 250px; - border: 0; - border-top: solid 5px; - text-align: center; -} -hr.star-light:after, -hr.star-primary:after { - content: "\f005"; - display: inline-block; - position: relative; - top: -.8em; - padding: 0 .25em; - font-family: FontAwesome; - font-size: 2em; -} - -hr.star-light { - border-color: #fff; -} - -hr.star-light:after { - color: #fff; - background-color: #{{ site.color.primary }}; -} - -hr.star-primary { - border-color: #{{ site.color.secondary }}; -} - -hr.star-primary:after { - color: #{{ site.color.secondary }}; - background-color: #fff; -} - -.img-centered { - margin: 0 auto; -} - -.page-header { - margin: 24px 0; - padding-bottom: 23px; - border-bottom: 1px solid #e9e9e9; -} - -table { - border-collapse: separate; - border-spacing: 4px; - font-size: 15px; -} - -td { - padding: 5px 5px; -} - -tr{ - padding: 5px 5px; -} - -header { - color: #fff; - background: #{{ site.color.primary }}; -} - -header .container { - padding-top: 100px; - padding-bottom: 50px; -} - -header img { - display: block; - margin: 0 auto 20px; -} - -header .intro-text .name { - display: block; - text-transform: uppercase; - font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; - font-size: 2em; - font-weight: 700; -} - -header .intro-text .skills { - font-size: 1.25em; - font-weight: 300; -} -.skills { - padding-left: 15px; - font-size: 1.25em; - font-weight: 200; -} -.news { - text-align: center; - font-size: 2em; - font-weight: 800; - color: #ffffc2; -} - -.well { - background: #c9ecdf none repeat scroll 0 0; - border: 1px solid green; - box-shadow: 0 0 3px rgba(51, 51, 51, 0.2); -} - - - -@media(min-width:768px) { - header .container { - padding-top: 200px; - padding-bottom: 100px; - } - - header .intro-text .name { - font-size: 4.75em; - } - - header .intro-text .skills { - font-size: 1.75em; - } -} - -@media(min-width:768px) { - .navbar-fixed-top { - padding: 25px 0; - -webkit-transition: padding .3s; - -moz-transition: padding .3s; - transition: padding .3s; - } - - .navbar-fixed-top .navbar-brand { - font-size: 2em; - -webkit-transition: all .3s; - -moz-transition: all .3s; - transition: all .3s; - } - - .navbar-fixed-top.navbar-shrink { - padding: 10px 0; - } - - .navbar-fixed-top.navbar-shrink .navbar-brand { - font-size: 1.5em; - } -} - -.navbar { - text-transform: uppercase; - font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; - font-weight: 700; -} - -.navbar a:focus { - outline: 0; -} - -.navbar .navbar-nav { - letter-spacing: 1px; -} - -.navbar .navbar-nav li a:focus { - outline: 0; -} - -.navbar-default, -.navbar-inverse { - border: 0; -} - -section { - padding: 100px 0; -} - -section h2 { - margin: 0; - font-size: 3em; -} - -section.success { - color: #fff; - background: #{{ site.color.primary }}; -} - -@media(max-width:767px) { - section { - padding: 75px 0; - } - - section.first { - padding-top: 75px; - } -} - -#portfolio .portfolio-item { - right: 0; - margin: 0 0 15px; -} -#portfolio .intro-text { - font-size: 2em; - font-weight: 300; -} - -#portfolio .portfolio-item .portfolio-link { - display: block; - position: relative; - margin: 0 auto; - max-width: 400px; -} - -#portfolio .portfolio-item .portfolio-link .caption { - position: absolute; - width: 100%; - height: 100%; - opacity: 0; - background: rgba({{ site.color.primary-rgb }},.9); - -webkit-transition: all ease .5s; - -moz-transition: all ease .5s; - transition: all ease .5s; -} - -#portfolio .portfolio-item .portfolio-link .caption:hover { - opacity: 1; -} - -#portfolio .portfolio-item .portfolio-link .caption .caption-content { - position: absolute; - top: 50%; - width: 100%; - height: 20px; - margin-top: -12px; - text-align: center; - font-size: 20px; - color: #fff; -} - -#portfolio .portfolio-item .portfolio-link .caption .caption-content i { - margin-top: -12px; -} - -#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, -#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { - margin: 0; -} - -#portfolio * { - z-index: 2; -} - -@media(min-width:767px) { - #portfolio .portfolio-item { - margin: 0 0 30px; - } -} - -.btn-outline { - margin-top: 15px; - border: solid 2px #fff; - font-size: 20px; - color: #fff; - background: 0 0; - transition: all .3s ease-in-out; -} - -.btn-outline:hover, -.btn-outline:focus, -.btn-outline:active, -.btn-outline.active { - border: solid 2px #fff; - color: #{{ site.color.primary }}; - background: #fff; -} - -.floating-label-form-group { - position: relative; - margin-bottom: 0; - padding-bottom: .5em; - border-bottom: 1px solid #eee; -} - -.floating-label-form-group input, -.floating-label-form-group textarea { - z-index: 1; - position: relative; - padding-right: 0; - padding-left: 0; - border: 0; - border-radius: 0; - font-size: 1.5em; - background: 0 0; - box-shadow: none!important; - resize: none; -} - -.floating-label-form-group label { - display: block; - z-index: 0; - position: relative; - top: 2em; - margin: 0; - font-size: .85em; - line-height: 1.764705882em; - vertical-align: middle; - vertical-align: baseline; - opacity: 0; - -webkit-transition: top .3s ease,opacity .3s ease; - -moz-transition: top .3s ease,opacity .3s ease; - -ms-transition: top .3s ease,opacity .3s ease; - transition: top .3s ease,opacity .3s ease; -} - -.floating-label-form-group::not(:first-child) { - padding-left: 14px; - border-left: 1px solid #eee; -} - -.floating-label-form-group-with-value label { - top: 0; - opacity: 1; -} - -.floating-label-form-group-with-focus label { - color: #{{ site.color.primary }}; -} - -form .row:first-child .floating-label-form-group { - border-top: 1px solid #eee; -} - -footer { - color: #fff; -} - -footer h3 { - margin-bottom: 30px; -} - -footer .footer-above { - padding-top: 50px; - background-color: #{{ site.color.secondary }}; -} - -footer .footer-col { - margin-bottom: 50px; -} - -footer .footer-below { - padding: 25px 0; - background-color: #{{ site.color.secondary-dark }}; -} - -.btn-social { - display: inline-block; - width: 50px; - height: 50px; - border: 2px solid #fff; - border-radius: 100%; - text-align: center; - font-size: 20px; - line-height: 45px; -} - -.btn:focus, -.btn:active, -.btn.active { - outline: 0; -} - -.scroll-top { - z-index: 1049; - position: fixed; - right: 2%; - bottom: 2%; - width: 50px; - height: 50px; -} - -.scroll-top .btn { - width: 50px; - height: 50px; - border-radius: 100%; - font-size: 20px; - line-height: 28px; -} - -.scroll-top .btn:focus { - outline: 0; -} - -.portfolio-modal .modal-content { - padding: 100px 0; - min-height: 100%; - border: 0; - border-radius: 0; - text-align: center; - background-clip: border-box; - -webkit-box-shadow: none; - box-shadow: none; -} - -.portfolio-modal .modal-content h2 { - margin: 0; - font-size: 3em; -} - -.portfolio-modal .modal-content img { - margin-bottom: 30px; -} - -.portfolio-modal .modal-content .item-details { - margin: 30px 0; -} - -.portfolio-modal .close-modal { - position: absolute; - top: 25px; - right: 25px; - width: 75px; - height: 75px; - background-color: transparent; - cursor: pointer; -} - -.portfolio-modal .close-modal:hover { - opacity: .3; -} - -.portfolio-modal .close-modal .lr { - z-index: 1051; - width: 1px; - height: 75px; - margin-left: 35px; - background-color: #{{ site.color.secondary }}; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} - -.portfolio-modal .close-modal .lr .rl { - z-index: 1052; - width: 1px; - height: 75px; - background-color: #{{ site.color.secondary }}; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} - -.navbar-nav>.active>a { - background-color: #{{ site.color.secondary-dark }} !important; -} - -/* Fix modal mouse wheel issues */ -/* https://github.com/twbs/bootstrap/issues/16297 */ -.modal.fade.in { - transform: translateZ(0); - -webkit-transform: translateZ(0); -} diff --git a/public/css/org_common.css b/public/css/org_common.css index 829ba68..9c8c20b 100644 --- a/public/css/org_common.css +++ b/public/css/org_common.css @@ -767,7 +767,6 @@ Content Specific Styles: These are styles the affect the content of the pages. left: 0px; z-index: 1000; text-align: left; - background-image: url(../../images/common/background_trans.png); } #dialog { @@ -776,7 +775,6 @@ Content Specific Styles: These are styles the affect the content of the pages. display: none; border:1px solid #94aebd; background-color: #f3f3f3; - background-image: url(../../images/common/modaldialog_infoicon.gif); background-repeat: no-repeat; background-position: 0px 25px; ext-align: left; @@ -784,7 +782,6 @@ Content Specific Styles: These are styles the affect the content of the pages. #modallayer h4, .ui-dialog-content h4 { - background-image: url(../../images/common/modaldialog_hdrbkg.gif); background-repeat:repeat-x; background-color: #d5d5d5; font-weight:bold; @@ -802,7 +799,6 @@ Content Specific Styles: These are styles the affect the content of the pages. } #modallayer #buttonrow { - background-image: url(../../images/common/modaldialog_footrbkg.gif); background-repeat:repeat-x; background-color: #d5d5d5; color:#243446; @@ -953,7 +949,7 @@ del { text-decoration: line-through; } #loopedSlider { margin:18px auto; width:500px; position:relative; clear:both; } ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:90px; } ul.pagination li { float:left; margin:0 5px; } -ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(https://www.jboss.org/dms/testimages/images/pagination.png); background-position:0 0; background-repeat:no-repeat;} +ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-position:0 0; background-repeat:no-repeat;} ul.pagination li.active a {background-position:0 -12px} a.previous { position:absolute; top:200px; left:-32px; } a.next { position:absolute; top:200px; right:-32px; } diff --git a/public/css/project.css b/public/css/project.css index 3e22441..8a2f1d0 100644 --- a/public/css/project.css +++ b/public/css/project.css @@ -1805,7 +1805,7 @@ pre.code-block { font-size:12px; color:#000000; background-color:#FFFFFF; - background-image:url(../../images/common/jive-bg-pre.png); background-repeat:repeat; + background-repeat:repeat; border-color:#EEEEEE #EEEEEE #EEEEEE #CCCCCC; border-style:solid; border-width:1px 1px 1px 2px; @@ -1969,14 +1969,7 @@ h2.el-idc3 em, padding-top: 0.5em; } -/* =Project Team paragraph */ -.jive-icon-med { - background-image:url(https://community.jboss.org/images/jive-icon-sprites-med.png); - height:16px; - width:17px; -} - -.project_team .project_team_member_admin .jive-icon-rate-usr-on { /* gold star */ +.project_team .project_team_member_admin { /* gold star */ background-position: -16px -1232px; /*background-position: -80px -1232px; silver star */ margin: 0px 0px 0 5px; diff --git a/templates/partials/head.html b/templates/partials/head.html index 869f56d..d3adfd0 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -11,7 +11,6 @@ - From 985bbc1888f5aca670dfb90a54efbd1efa585aff Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Thu, 25 Sep 2025 13:40:50 -0700 Subject: [PATCH 2/2] Replace tabs with spaces. Signed-off-by: James R. Perkins --- ...07-14-blog-microprofile-config-outOfBox.md | 68 +- content/posts/2023-09-12-resteasy-grpc.md | 4 +- .../2025-02-14-resteasy-grpc-collections.md | 2 +- public/css/org_common.css | 680 +++--- public/css/project.css | 1944 ++++++++--------- public/css/styles.css | 668 +++--- public/css/wide.css | 100 +- 7 files changed, 1733 insertions(+), 1733 deletions(-) diff --git a/content/posts/2020-07-14-blog-microprofile-config-outOfBox.md b/content/posts/2020-07-14-blog-microprofile-config-outOfBox.md index 71001a3..c0a672c 100644 --- a/content/posts/2020-07-14-blog-microprofile-config-outOfBox.md +++ b/content/posts/2020-07-14-blog-microprofile-config-outOfBox.md @@ -232,15 +232,15 @@ curl http://localhost:8080/microprofile-config-one/one/report Ordinal Name 60 null:org.jboss.rest.config.one.ServiceActivator:ServletConfigSource - resteasy.servlet.mapping.prefix : / - javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator + resteasy.servlet.mapping.prefix : / + javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator 50 null:null:FilterConfigSource - no entries + no entries 40 null:ServletContextConfigSource - resteasy.preferJacksonOverJsonB : false - resteasy.scanned.resources : org.jboss.rest.config.one.DemoResource - resteasy.document.expand.entity.references : false - resteasy.unwrapped.exceptions : javax.ejb.EJBException + resteasy.preferJacksonOverJsonB : false + resteasy.scanned.resources : org.jboss.rest.config.one.DemoResource + resteasy.document.expand.entity.references : false + resteasy.unwrapped.exceptions : javax.ejb.EJBException ```` This is the minimum set of configuration data RESTEasy requires. All the properties which start with "resteasy." are [RESTEasy configuration switches](https://docs.jboss.org/resteasy/docs/3.12.1.Final/userguide/html/Installation_Configuration.html#configuration_switches). @@ -281,9 +281,9 @@ curl http://localhost:8080/microprofile-config-one/one/lookup/resteasy.preferJac Ordinal Name 400 SysPropConfigSource - resteasy.preferJacksonOverJsonB : TRUE + resteasy.preferJacksonOverJsonB : TRUE 40 null:ServletContextConfigSource - resteasy.preferJacksonOverJsonB : TRUE + resteasy.preferJacksonOverJsonB : TRUE ```` Hmmm. The property in SysPropConfigSource is expected. The value of resteasy.preferJacksonOverJsonB in ServletContextConfigSource is @@ -336,9 +336,9 @@ curl http://localhost:8080/microprofile-config-two/two/lookup/resteasy.preferJac Ordinal Name 100 PropertiesConfigSource[source=vfs:/content/microprofile-config-two.war/WEB-INF/classes/META-INF/microprofile-config.properties] - resteasy.preferJacksonOverJsonB : TruE + resteasy.preferJacksonOverJsonB : TruE 40 null:ServletContextConfigSource - resteasy.preferJacksonOverJsonB : false + resteasy.preferJacksonOverJsonB : false ```` @@ -424,18 +424,18 @@ curl http://localhost:8080/microprofile-config-four/four/report Ordinal Name 60 null:DemoFour:ServletConfigSource - javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator + javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator 53 PropertiesConfigSource[source=vfs:/content/microprofile-config-four.war/WEB-INF/classes/META-INF/microprofile-config.properties] - config_ordinal : 53 - farewell-phrase : that's all folks + config_ordinal : 53 + farewell-phrase : that's all folks 50 null:null:FilterConfigSource - no entries + no entries 40 null:ServletContextConfigSource - resteasy.preferJacksonOverJsonB : false - month : June - courts : legal-courts - resteasy.document.expand.entity.references : false - resteasy.unwrapped.exceptions : javax.ejb.EJBException + resteasy.preferJacksonOverJsonB : false + month : June + courts : legal-courts + resteasy.document.expand.entity.references : false + resteasy.unwrapped.exceptions : javax.ejb.EJBException -- Thanks for asking -- ```` @@ -458,20 +458,20 @@ curl http://localhost:8080/microprofile-config-four/air/four/report Ordinal Name 60 null:DemoFour:ServletConfigSource - no entries + no entries 53 PropertiesConfigSource[source=vfs:/content/microprofile-config-four.war/WEB-INF/classes/META-INF/microprofile-config.properties] - config_ordinal : 53 - farewell-phrase : that's all folks + config_ordinal : 53 + farewell-phrase : that's all folks 50 null:null:FilterConfigSource - resteasy.servlet.mapping.prefix : /air - javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator - aquarium : fish-filter + resteasy.servlet.mapping.prefix : /air + javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator + aquarium : fish-filter 40 null:ServletContextConfigSource - resteasy.preferJacksonOverJsonB : false - month : June - courts : legal-courts - resteasy.document.expand.entity.references : false - resteasy.unwrapped.exceptions : javax.ejb.EJBException + resteasy.preferJacksonOverJsonB : false + month : June + courts : legal-courts + resteasy.document.expand.entity.references : false + resteasy.unwrapped.exceptions : javax.ejb.EJBException ```` FilterConfigSource does contain configuration data and notice ServletConfigSource @@ -499,11 +499,11 @@ curl http://localhost:8080/microprofile-config-four/air/four/lookup/aquarium Ordinal Name 400 SysPropConfigSource - aquarium : Tropical Pets + aquarium : Tropical Pets 300 EnvConfigSource - aquarium : tank equipment + aquarium : tank equipment 50 null:airFilter:FilterConfigSource - aquarium : fish-filter + aquarium : fish-filter ```` SUCCESS!! "Tropical Pets" is in SysPropConfigSource. "tank equipment" in EnvConfigSource and the initial value, "fish-filter" diff --git a/content/posts/2023-09-12-resteasy-grpc.md b/content/posts/2023-09-12-resteasy-grpc.md index a564543..6b7464d 100644 --- a/content/posts/2023-09-12-resteasy-grpc.md +++ b/content/posts/2023-09-12-resteasy-grpc.md @@ -240,8 +240,8 @@ If everything goes fine, we have a provisioned WildFly server installed: ```bash weli@ovpn-12-142:~/w/g/wildfly ➤ ls -LICENSE.txt appclient copyright.txt domain modules welcome-content -README.txt bin docs jboss-modules.jar standalone +LICENSE.txt appclient copyright.txt domain modules welcome-content +README.txt bin docs jboss-modules.jar standalone ``` Now we can start this provisioned WildFly server with the following command: diff --git a/content/posts/2025-02-14-resteasy-grpc-collections.md b/content/posts/2025-02-14-resteasy-grpc-collections.md index e401b7d..4f9cfb0 100644 --- a/content/posts/2025-02-14-resteasy-grpc-collections.md +++ b/content/posts/2025-02-14-resteasy-grpc-collections.md @@ -222,7 +222,7 @@ work in the javabuf world: Alternatively, one could create an `ArrayList` and translate it to an `java_util___ArrayList16`: ```java ArrayList list = new ArrayList(); - list.add(3); + list.add(3); list.add(7); GenericType> type = new GenericType>() { }; java_util___ArrayList16 jua = (java_util___ArrayList16) translator.translateToJavabuf(list, type); diff --git a/public/css/org_common.css b/public/css/org_common.css index 9c8c20b..68dd5f9 100644 --- a/public/css/org_common.css +++ b/public/css/org_common.css @@ -18,74 +18,74 @@ These are the common css styles for the JBoss.org site. /*------------- =Announcement banner --------------*/ #proj_announce { - overflow:hidden; - /*height:106px; - display:block; - background: no-repeat; not needed for liquid */ + overflow:hidden; + /*height:106px; + display:block; + background: no-repeat; not needed for liquid */ } #proj_announce-whole { - overflow:hidden; - /*height:106px; - display:block; - z-index:0; - position:relative; removed for liquid */ + overflow:hidden; + /*height:106px; + display:block; + z-index:0; + position:relative; removed for liquid */ } #projpage_announce { - overflow:hidden; - /*height:106px; - display:block; - background: no-repeat; not needed for liquid */ + overflow:hidden; + /*height:106px; + display:block; + background: no-repeat; not needed for liquid */ } #proj_logo { } #proj_announe-whole #proj_logo { - text-indent:-9999px; - display:block; + text-indent:-9999px; + display:block; } #proj_announce h2 { - padding:49px 0 0 20px; - font-size:30px; - margin:0px; - color:#4b5767; - text-shadow:0 1px 1px #CCC; + padding:49px 0 0 20px; + font-size:30px; + margin:0px; + color:#4b5767; + text-shadow:0 1px 1px #CCC; } #proj_announce-whole h2 { - display:none; + display:none; } #proj_tagline { - float:right; - padding-right:60px; + float:right; + padding-right:60px; } #proj_announce-whole #proj_tagline { - text-indent:-9999px; - display:block; + text-indent:-9999px; + display:block; } #proj_announce h3 { - color:#4b5767; - font-size:22px; - /*font-weight:100;*/ - margin:0; - padding:53px 40px 0 0; - letter-spacing:-0.03em; - text-shadow:0 1px 1px #CCC; + color:#4b5767; + font-size:22px; + /*font-weight:100;*/ + margin:0; + padding:53px 40px 0 0; + letter-spacing:-0.03em; + text-shadow:0 1px 1px #CCC; } #proj_announce-whole #proj_tagline-neg { - /*display:none;*/ + /*display:none;*/ } #proj_container h1{ - margin-left:15px; + margin-left:15px; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - font-weight:100; - color:#FFFFFF; - font-size:28px; - margin-top:20px; - margin-bottom:8px; + font-weight:100; + color:#FFFFFF; + font-size:28px; + margin-top:20px; + margin-bottom:8px; } @@ -95,11 +95,11 @@ These are the common css styles for the JBoss.org site. /* = Common tags and elements */ pre:has(code) { - margin: 0px; - max-height: max-content; - width: auto; - padding: 0px; - border: none; + margin: 0px; + max-height: max-content; + width: auto; + padding: 0px; + border: none; } pre { @@ -110,19 +110,19 @@ pre { } .min-height { - min-height:300px; + min-height:300px; } /* = Standard Links and Specialized links */ a { - color:#336699; - text-decoration: none; + color:#336699; + text-decoration: none; } a:hover { - text-decoration:underline; + text-decoration:underline; } @@ -131,88 +131,88 @@ a:hover { .OneColumnContent { - margin: 0px 20px 15px 20px; + margin: 0px 20px 15px 20px; } /* = Base Two Column layout */ .TwoColumnContent { - padding: 0px 25px 15px 200px; + padding: 0px 25px 15px 200px; } /* ------------ = Header Tags -------------- */ h1, h2, h3, h4, h5, h6, h7 { - letter-spacing: -.06em; + letter-spacing: -.06em; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - /*letter-spacing: 0px;*/ - /*font-family: 'PT Sans', "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/ - display:block; - font-weight: normal; + /*letter-spacing: 0px;*/ + /*font-family: 'PT Sans', "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/ + display:block; + font-weight: normal; } h1 { - color:#CC0000; - font-size:27px; - margin:6px 0; + color:#CC0000; + font-size:27px; + margin:6px 0; } h2 { - color:#424242; - font-size:25px; - margin:5px 0; + color:#424242; + font-size:25px; + margin:5px 0; } h3 { - color:#88201B; - font-size:23px; - margin:4px 0; + color:#88201B; + font-size:23px; + margin:4px 0; } h4 { - color:#494949; - font-size:21px; - margin:3px 0; + color:#494949; + font-size:21px; + margin:3px 0; } h5 { - color:#005E8F; - font-size:17px; - margin:2px 0 + color:#005E8F; + font-size:17px; + margin:2px 0 } h6 { - color:#545353; - font-size:15px; - margin:1px 0; + color:#545353; + font-size:15px; + margin:1px 0; } h7 { - color:#666666; - font-size:13px; - margin: 0px; + color:#666666; + font-size:13px; + margin: 0px; } /* = Floats, Clears, Margins and HRs */ .clear { - clear:both; + clear:both; } .floatright { - float:right; + float:right; } .floatleft { - float:left; + float:left; } .nomargin { - margin: 0px; + margin: 0px; } .greyHR { - border-top:1px solid #a1a1a1; - background-color:#ffffff; - border-bottom:0px; - border-left:0px; - border-right:0px; + border-top:1px solid #a1a1a1; + background-color:#ffffff; + border-bottom:0px; + border-left:0px; + border-right:0px; } .dashedHR { @@ -223,14 +223,14 @@ h7 { } .page-space { /*
 
*/ - margin-bottom:400px; - } + margin-bottom:400px; + } .notfound-links li{ - list-style:none; - font-size:13px; - } + list-style:none; + font-size:13px; + } /* @@ -247,58 +247,58 @@ Content Specific Styles: These are styles the affect the content of the pages. /* = Simple Table style (black header, grey/white stripes */ .simpletablestyle { - background-color:#E6E7E8; - clear:both; + background-color:#E6E7E8; + clear:both; } .simpletablestyle img { - border:0px; + border:0px; } .simpletablestyle td { - height:3em; - padding-left: 6px; - font-size:11px; - padding:5px 5px; + height:3em; + padding-left: 6px; + font-size:11px; + padding:5px 5px; } .simpletablestyle th { - font-size:12px; - font-weight:normal; - padding:0 10px 0 5px; - border-bottom:#999999 dotted 1px; + font-size:12px; + font-weight:normal; + padding:0 10px 0 5px; + border-bottom:#999999 dotted 1px; } .simpletablestyle .header { - background: #000000 repeat-x top left; - height:31px; - font-size:10px; - font-weight:bold; - color:#FFFFFF; - text-align:left; + background: #000000 repeat-x top left; + height:31px; + font-size:10px; + font-weight:bold; + color:#FFFFFF; + text-align:left; } .simpletablestyle .header a { - color:#94aebd; + color:#94aebd; } .simpletablestyle tr.header td { - padding: 0px 10px 0px 5px; + padding: 0px 10px 0px 5px; } .simpletablestyle .subheader { - background-color: #e6e7e8; - font-size:10px; - font-weight:bold; - color:#000000; - text-align:left; + background-color: #e6e7e8; + font-size:10px; + font-weight:bold; + color:#000000; + text-align:left; } .simpletablestyle tbody tr:nth-child(even) { background-color: #f4f3f3; - padding-left: 6px; + padding-left: 6px; } .simpletablestyle tbody tr:nth-child(odd) { @@ -306,105 +306,105 @@ Content Specific Styles: These are styles the affect the content of the pages. } .simpletablestyle .categoryRow { /* need this? */ - color:#333333; - font-weight:bold; - font-size:13px; - font-family:Helvetica,sans-serif; + color:#333333; + font-weight:bold; + font-size:13px; + font-family:Helvetica,sans-serif; } .simpletablestyle td a.td-download { - display:inline; - padding: 3px 30px 3px 0px; - min-width:80px; - height:20px; - background: transparent no-repeat right top; - } + display:inline; + padding: 3px 30px 3px 0px; + min-width:80px; + height:20px; + background: transparent no-repeat right top; + } /*-- =Default Table style (black header, grey/white stripes --*/ .basetablestyle, .bodyTable { - margin:0px; + margin:0px; } .basetablestyle img { - border:0px; + border:0px; } .basetablestyle td { - height:3em; - padding-left: 6px; - padding-right: 15px; + height:3em; + padding-left: 6px; + padding-right: 15px; } .basetablestyle .header { - background-color: #233345; - font-size:10px; - font-weight:bold; - color:#94aebd; - text-align:left; + background-color: #233345; + font-size:10px; + font-weight:bold; + color:#94aebd; + text-align:left; } .basetablestyle .header a { - color:#94aebd; + color:#94aebd; } .basetablestyle .tableheaderfirst { - border-bottom:1px solid #233345; - height:2em; + border-bottom:1px solid #233345; + height:2em; } .basetablestyle .tableheader { - border-left:1px solid #94aebd; - border-bottom:1px solid #233345; - height:2em; + border-left:1px solid #94aebd; + border-bottom:1px solid #233345; + height:2em; } .basetablestyle .subheader { - background-color: #e6e7e8; - font-size:10px; - font-weight:bold; - color:#000000; - text-align:left; + background-color: #e6e7e8; + font-size:10px; + font-weight:bold; + color:#000000; + text-align:left; } .basetablestyle .subheader .tableheaderfirst { - height:2em; - border-bottom: 0px; + height:2em; + border-bottom: 0px; } .basetablestyle .subheader .tableheader { - height:2em; - border-left:1px solid #e6e7e8; - border-bottom:0px; + height:2em; + border-left:1px solid #e6e7e8; + border-bottom:0px; } .basetablestyle .rowlinefirst { - border-bottom:1px solid #e6e7e8; - padding:10px; + border-bottom:1px solid #e6e7e8; + padding:10px; } .basetablestyle .rowline { - border-left:1px solid #e6e7e8; - border-bottom:1px solid #e6e7e8; - padding:10px; + border-left:1px solid #e6e7e8; + border-bottom:1px solid #e6e7e8; + padding:10px; } .basetablestyle .categoryRow { background-color: #dcdedf; - font-weight:bold; - padding-left: 6px; - color:#333333; - font-size:13px; - font-family:Helvetica,sans-serif; + font-weight:bold; + padding-left: 6px; + color:#333333; + font-size:13px; + font-family:Helvetica,sans-serif; } .basetablestyle .oddRow, .a { background-color: #f4f3f3; - padding-left: 6px; + padding-left: 6px; } .basetablestyle .evenRow, .b { @@ -412,65 +412,65 @@ Content Specific Styles: These are styles the affect the content of the pages. } .basetablestyle .footerrow { - background-color:#656565; + background-color:#656565; } .basetablestyle .bottomline { - border-bottom:1px solid #E6E7E8; + border-bottom:1px solid #E6E7E8; } .basetablestyle .topline { - border-top:1px solid #E6E7E8; + border-top:1px solid #E6E7E8; } .basetablestyle td.rowline a.td-download { - display:inline; - padding: 3px 30px 3px 0px; - min-width:80px; - height:20px; - background: transparent no-repeat right top; - } + display:inline; + padding: 3px 30px 3px 0px; + min-width:80px; + height:20px; + background: transparent no-repeat right top; + } .basetablestyle, .bodyTable { - border:#EFEFEF 1px solid; - border-bottom:none; - border-top:none; + border:#EFEFEF 1px solid; + border-bottom:none; + border-top:none; } .basetablestyle .header { - background: #000000 repeat-x top left; - height:31px; + background: #000000 repeat-x top left; + height:31px; } .basetablestyle .header { - color:#FFFFFF; + color:#FFFFFF; } .basetablestyle td { - font-size:11px; + font-size:11px; } .basetablestyle .tableheader, .basetablestyle .tableheaderfirst { - font-size:12px; - font-weight:normal; + font-size:12px; + font-weight:normal; } .basetablestyle .tableheader, .basetablestyle .tableheaderfirst { - border:1px solid #999999; - border-bottom: 1px dotted #999999; + border:1px solid #999999; + border-bottom: 1px dotted #999999; } .basetablestyle .tableheader { - border-left:none; + border-left:none; } .basetablestyle .categoryRow { - color:#333333; - font-size:13px; - font-family:Helvetica,sans-serif; + color:#333333; + font-size:13px; + font-family:Helvetica,sans-serif; } @@ -480,134 +480,134 @@ Content Specific Styles: These are styles the affect the content of the pages. /* = Admin forms & Inputs */ .adminforms { - margin:0px 20px 10px 20px; - display:block; + margin:0px 20px 10px 20px; + display:block; } .adminforms h4 { - font-weight:bold; - font-size:12px; - margin:20px auto 20px auto; - border-bottom:1px solid #e6e7e8; + font-weight:bold; + font-size:12px; + margin:20px auto 20px auto; + border-bottom:1px solid #e6e7e8; } .adminforms label{ - float: left; - margin: 0px auto 3px auto; - padding-right:10px; - white-space:nowrap; + float: left; + margin: 0px auto 3px auto; + padding-right:10px; + white-space:nowrap; } .adminforms input, textarea, select { - margin-bottom: 8px; + margin-bottom: 8px; } .adminforms .radios { - width: 14px; - margin-bottom: -1px; + width: 14px; + margin-bottom: -1px; } .adminforms .selectnarrow { - width:80px; - margin-bottom: 8px; + width:80px; + margin-bottom: 8px; } .adminforms .selectmedium { - width:160px; - margin-bottom: 8px; + width:160px; + margin-bottom: 8px; } .adminforms br { - clear: both; + clear: both; } .adminforms hr { - border-top:1px dashed #d5d5d5; - border-bottom:0px; - color: #ffffff; - border-left:0px; - border-right:0px; + border-top:1px dashed #d5d5d5; + border-bottom:0px; + color: #ffffff; + border-left:0px; + border-right:0px; } .adminforms .submit { - font-size: 10px; - font-weight: bold; - color: #FFFFFF; - background-color: #4a5d75; - border-top: 1px solid #94aebd; - border-left: 1px solid #94aebd; - border-right: 1px solid #233345; - border-bottom: 1px solid #233345; - height:20px; - padding:0px 10px 0px 10px; + font-size: 10px; + font-weight: bold; + color: #FFFFFF; + background-color: #4a5d75; + border-top: 1px solid #94aebd; + border-left: 1px solid #94aebd; + border-right: 1px solid #233345; + border-bottom: 1px solid #233345; + height:20px; + padding:0px 10px 0px 10px; } .adminforms .contentarrows ul { - padding-left: 0px; - margin-left: 0px; - display: block; + padding-left: 0px; + margin-left: 0px; + display: block; } .adminforms .contentarrows ul li { - list-style: none; - display: block; - padding: 0px 16px 6px 16px; - margin-top: 30px; + list-style: none; + display: block; + padding: 0px 16px 6px 16px; + margin-top: 30px; } .adminforms .contentarrows ul li.last { - margin-top: 0px; + margin-top: 0px; } #propertiesbox { - margin-top: 20px; - padding: 0px 10px 10px 10px; - background-color: #ececec; - border: 1px solid #d5d5d5; + margin-top: 20px; + padding: 0px 10px 10px 10px; + background-color: #ececec; + border: 1px solid #d5d5d5; } /* = Form buttons */ .formbuttons { - margin: 10px auto 15px auto; - padding-top: 5px ; - border-top: 1px solid #4a5d75; + margin: 10px auto 15px auto; + padding-top: 5px ; + border-top: 1px solid #4a5d75; } .formbuttons ul { - padding-left: 0px; - margin-left: 0px; - display: inline; + padding-left: 0px; + margin-left: 0px; + display: inline; } .formbuttons ul li { - list-style: none; - display: inline; - padding-right: 4px; + list-style: none; + display: inline; + padding-right: 4px; } .formbuttons .submit { - font-size: 10px; - font-weight: bold; - color: #FFFFFF; - background-color: #4a5d75; - border-top: 1px solid #94aebd; - border-left: 1px solid #94aebd; - border-right: 1px solid #233345; - border-bottom: 1px solid #233345; - height:20px; - cursor: pointer; + font-size: 10px; + font-weight: bold; + color: #FFFFFF; + background-color: #4a5d75; + border-top: 1px solid #94aebd; + border-left: 1px solid #94aebd; + border-right: 1px solid #233345; + border-bottom: 1px solid #233345; + height:20px; + cursor: pointer; } /* = Single column submit & label */ .singlecolumn .submit { - width:80px; + width:80px; } .singlecolumn label { - width: 170px; + width: 170px; } .singlecolumn input, select { - width: 300px; + width: 300px; } /* = Bootstrap Buttons (these are copied from bootstrap-community.css, so once we have boostrap working we can delete the styles here and use that stylesheet) */ @@ -707,24 +707,24 @@ Content Specific Styles: These are styles the affect the content of the pages. /* = Default Buttons */ .buttonMed { - font-size: 10px; - font-weight: bold; - color: #FFFFFF; - background-color: #4a5d75; - border-top: 1px solid #94aebd; - border-left: 1px solid #94aebd; - border-right: 1px solid #233345; - border-bottom: 1px solid #233345; - height: 20px; - cursor: pointer; + font-size: 10px; + font-weight: bold; + color: #FFFFFF; + background-color: #4a5d75; + border-top: 1px solid #94aebd; + border-left: 1px solid #94aebd; + border-right: 1px solid #233345; + border-bottom: 1px solid #233345; + height: 20px; + cursor: pointer; } /* = Anchor tag fix for most browsers except Safari */ .anchorfix { - position:absolute; /* this lifts the anchor out of the content area */ - width:1px; /* this is to fix it in IE 5.5 and 6.0 or it will disappear the anchor entirely */ - } + position:absolute; /* this lifts the anchor out of the content area */ + width:1px; /* this is to fix it in IE 5.5 and 6.0 or it will disappear the anchor entirely */ + } /* = Docbook document navigation */ @@ -759,25 +759,25 @@ Content Specific Styles: These are styles the affect the content of the pages. /* = Downloads modal dialog styles (this has replaced stylesheet: modal.css) */ #modallayer { - background-color: transparent; - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 1000; - text-align: left; + background-color: transparent; + position: absolute; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + z-index: 1000; + text-align: left; } #dialog { - width: 440px; - min-height: 100px; - display: none; - border:1px solid #94aebd; - background-color: #f3f3f3; - background-repeat: no-repeat; - background-position: 0px 25px; - ext-align: left; + width: 440px; + min-height: 100px; + display: none; + border:1px solid #94aebd; + background-color: #f3f3f3; + background-repeat: no-repeat; + background-position: 0px 25px; + ext-align: left; } #modallayer h4, @@ -840,106 +840,106 @@ Content Specific Styles: These are styles the affect the content of the pages. /* = SLIMBOX */ #lbOverlay { - position: fixed; - z-index: 9999; - left: 0; - top: 0; - width: 100%; - height: 100%; - background-color: #000; - cursor: pointer; + position: fixed; + z-index: 9999; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: #000; + cursor: pointer; } #lbCenter, #lbBottomContainer { - position: absolute; - z-index: 9999; - overflow: hidden; - background-color: #fff; + position: absolute; + z-index: 9999; + overflow: hidden; + background-color: #fff; } .lbLoading { - background: #fff no-repeat center; + background: #fff no-repeat center; } #lbImage { - position: absolute; - left: 0; - top: 0; - border: 10px solid #fff; - background-repeat: no-repeat; + position: absolute; + left: 0; + top: 0; + border: 10px solid #fff; + background-repeat: no-repeat; } #lbPrevLink, #lbNextLink { - display: block; - position: absolute; - top: 0; - width: 50%; - outline: none; + display: block; + position: absolute; + top: 0; + width: 50%; + outline: none; } #lbPrevLink { - left: 0; + left: 0; } #lbPrevLink:hover { - background: transparent no-repeat 0 15%; + background: transparent no-repeat 0 15%; } #lbNextLink { - right: 0; + right: 0; } #lbNextLink:hover { - background: transparent no-repeat 100% 15%; + background: transparent no-repeat 100% 15%; } #lbBottom { - font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; - font-size: 10px; - color: #666; - line-height: 1.4em; - text-align: left; - border: 10px solid #fff; - border-top-style: none; + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size: 10px; + color: #666; + line-height: 1.4em; + text-align: left; + border: 10px solid #fff; + border-top-style: none; } #lbCloseLink { - display: block; - float: right; - width: 66px; - height: 22px; - background: transparent no-repeat center; - margin: 5px 0; - outline: none; + display: block; + float: right; + width: 66px; + height: 22px; + background: transparent no-repeat center; + margin: 5px 0; + outline: none; } #lbCaption, #lbNumber { - margin-right: 71px; + margin-right: 71px; } #lbCaption { - font-weight: bold; + font-weight: bold; } /* =Looped Slider slideshow */ .container { - width:500px; - height:375px; - overflow:hidden; - position:relative; - cursor:pointer; + width:500px; + height:375px; + overflow:hidden; + position:relative; + cursor:pointer; } .slides { - position:absolute; - top:0; left:0; + position:absolute; + top:0; left:0; } .slides div { - position:absolute; - top:0; width:500px; - display:none; + position:absolute; + top:0; width:500px; + display:none; } /* Optional */ @@ -967,10 +967,10 @@ a.next { position:absolute; top:200px; right:-32px; } /* =Read More link */ .read-more a{ - background: transparent no-repeat left top scroll; - margin-left:5px; - padding:3px 10px 3px 20px; - list-style:none; + background: transparent no-repeat left top scroll; + margin-left:5px; + padding:3px 10px 3px 20px; + list-style:none; } @@ -1126,7 +1126,7 @@ with these settings: /* ----------------- Social Media buttons from ShareThis ------------------------- */ .projectpage-socialmedia { - margin-bottom: 15px; + margin-bottom: 15px; } diff --git a/public/css/project.css b/public/css/project.css index 8a2f1d0..6fd48bc 100644 --- a/public/css/project.css +++ b/public/css/project.css @@ -4,9 +4,9 @@ /* -- =Image max-width (eventually this needs to expand to also cover the left-col layout when we get a unique id for it) --*/ #proj-contentwrapper .mainColumn img { /* this targets right-col and both col layouts */ - max-width:630px; - /* Resize the image for IE6 */ - width: expression(this.width > 630 ? 630: true); + max-width:630px; + /* Resize the image for IE6 */ + width: expression(this.width > 630 ? 630: true); } @@ -14,26 +14,26 @@ .proj_callout { - font-family:Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; - font-size:20px; - padding:30px 0 10px; - font-weight:normal; - color:#4F768D; - clear:left; - letter-spacing:-0.03em; - text-shadow: 0 1px 1px #F6F6F6; + font-family:Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; + font-size:20px; + padding:30px 0 10px; + font-weight:normal; + color:#4F768D; + clear:left; + letter-spacing:-0.03em; + text-shadow: 0 1px 1px #F6F6F6; } .proj_callout a { - color:#559bac; - border-bottom:1px dotted #4d8f9e; - text-decoration:none; + color:#559bac; + border-bottom:1px dotted #4d8f9e; + text-decoration:none; } .proj_callout a:hover { - color:#25434a; - border-bottom:1px dotted #25434a; - text-decoration:none; + color:#25434a; + border-bottom:1px dotted #25434a; + text-decoration:none; } span.highlight { @@ -44,42 +44,42 @@ span.highlight { } a.highlight:hover { - background-color:#C7FF87; - text-decoration:none; + background-color:#C7FF87; + text-decoration:none; } .proj_callout a:hover { - text-decoration:none; + text-decoration:none; } .proj_callout-sub { - font-family:Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; - font-size:15px; - padding-bottom:20px; - color:#656565; - letter-spacing:-0.03em; + font-family:Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; + font-size:15px; + padding-bottom:20px; + color:#656565; + letter-spacing:-0.03em; } hr { - color:#999999; - border-top:1px; - border-left:none; - border-right:none; - } - + color:#999999; + border-top:1px; + border-left:none; + border-right:none; + } + .line { - width:100%; - height:3px; - display:block; - border:1px solid #EFEFEF; - border-left:none; - border-right:none; - border-bottom:none; - margin: 5px 0px; + width:100%; + height:3px; + display:block; + border:1px solid #EFEFEF; + border-left:none; + border-right:none; + border-bottom:none; + margin: 5px 0px; } .rightColumn { - vertical-align:top; + vertical-align:top; } /*------------- =Main Content Paragraphs --------------*/ @@ -87,29 +87,29 @@ hr { /* two cols */ .twocol_left, .twocol_right { - width:49%; + width:49%; } .twocol_left { - float:left; + float:left; } .twocol_right { - float:right; + float:right; } /* three cols */ .threecol_left, .threecol_right, .threecol_middle { - width:32%; + width:32%; } .threecol_left { - float:left; + float:left; } .threecol_right { - float:left; + float:left; } .threecol_middle { - float:left; + float:left; } /* four cols */ @@ -117,76 +117,76 @@ hr { .fourcol_right, .fourcol_midleft, .fourcol_midright { - width:24%; + width:24%; } .fourcol_left { - float:left; + float:left; } .fourcol_right { - float:left; + float:left; } .fourcol_midleft { - float:left; + float:left; } .fourcol_midright { - float:left; + float:left; } .multicols { - display:block; - float:left; + display:block; + float:left; } /*-- =Briefs--*/ .proj_briefs { - padding:0px; - padding:5px 10px; - font-size:12px; - font-size-adjust:none; - font-stretch:normal; - font-style:normal; - font-variant:normal; - font-weight:normal; - letter-spacing:normal; - line-height:18px; + padding:0px; + padding:5px 10px; + font-size:12px; + font-size-adjust:none; + font-stretch:normal; + font-style:normal; + font-variant:normal; + font-weight:normal; + letter-spacing:normal; + line-height:18px; } .proj_briefs p { - display:block; - line-height:16px; + display:block; + line-height:16px; } .proj_briefs a { - color:#005E8F; + color:#005E8F; } .proj_briefs strong { - display:block; - font-size:14px; - font-weight:bold; - line-height:30px; - color:#232323; - font-family:Helvetica,Arial,sans-serif; + display:block; + font-size:14px; + font-weight:bold; + line-height:30px; + color:#232323; + font-family:Helvetica,Arial,sans-serif; } .proj_briefs ul { - margin:0px; - padding:0px; - padding:10px 0 10px 15px; + margin:0px; + padding:0px; + padding:10px 0 10px 15px; } .proj_briefs ul li { - list-style:none; - background:transparent no-repeat scroll left top; - margin-left:-5px; - padding:0px 0px 0px 20px; + list-style:none; + background:transparent no-repeat scroll left top; + margin-left:-5px; + padding:0px 0px 0px 20px; } .proj_briefs ul ul { - padding:0px 0 5px 15px; + padding:0px 0 5px 15px; } .proj_briefs ul li li { - list-style:disc; - background-image:none; - margin:0px; - padding:0px 0px 0px 0px; + list-style:disc; + background-image:none; + margin:0px; + padding:0px 0px 0px 0px; } @@ -194,134 +194,134 @@ hr { /*-- =Checklist--*/ #proj_checklist, .proj_checklist { - padding:0px 0 20px 0; - color:#777777; - font-family:Helvetica,Arial,sans-serif; - font-size:12px; - line-height:18px; + padding:0px 0 20px 0; + color:#777777; + font-family:Helvetica,Arial,sans-serif; + font-size:12px; + line-height:18px; } #proj_checklist p, .proj_checklist p { - display:block; - line-height:16px; - padding:5px 0px 0 20px; + display:block; + line-height:16px; + padding:5px 0px 0 20px; } #proj_checklist a, .proj_checklist a { - color:#005E8F; + color:#005E8F; } #proj_checklist strong, .proj_checklist strong { - background-color:#F2F3F4; - clear:both; - color:#000000; - font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; - font-size:16px; - font-weight:normal; - padding:3px; + background-color:#F2F3F4; + clear:both; + color:#000000; + font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; + font-size:16px; + font-weight:normal; + padding:3px; } #proj_checklist ul, .proj_checklist ul { - margin:0px; - padding:0px; - padding:10px 0 10px 15px; + margin:0px; + padding:0px; + padding:10px 0 10px 15px; } #proj_checklist ul li, .proj_checklist ul li { - list-style:none; - background: no-repeat scroll 0 -124px transparent; /* green check */ - /*background:transparent no-repeat scroll 0 0; /* check-grey.png */ - /*background:transparent no-repeat scroll 0 -62px; /* check.png */ - margin-left:5px; - padding:0px 0px 0px 20px; + list-style:none; + background: no-repeat scroll 0 -124px transparent; /* green check */ + /*background:transparent no-repeat scroll 0 0; /* check-grey.png */ + /*background:transparent no-repeat scroll 0 -62px; /* check.png */ + margin-left:5px; + padding:0px 0px 0px 20px; } #proj_checklist ul ul, .proj_checklist ul ul { - padding:0px 0 5px 15px; + padding:0px 0 5px 15px; } #proj_checklist ul li li, .proj_checklist ul li li { - list-style:disc; - background-image:none; - margin:0px; - padding:0px 0px 0px 0px; + list-style:disc; + background-image:none; + margin:0px; + padding:0px 0px 0px 0px; } /*-- =Partners--*/ #proj_partners { - padding:0px; - margin-top:30px; - display:block; - border-top:1px solid #CCCCCC; + padding:0px; + margin-top:30px; + display:block; + border-top:1px solid #CCCCCC; } /*-- =Team--*/ #proj_team { - padding:0px; - margin-top:30px; - display:block; - border-top:1px solid #CCCCCC; + padding:0px; + margin-top:30px; + display:block; + border-top:1px solid #CCCCCC; } /*-- =Code--*/ pre.code-block { - max-height:200px; - /*width:590px;*/ - width:auto; /* liquid */ - overflow:auto; - padding:10px; - white-space:pre; - margin-bottom:15px; + max-height:200px; + /*width:590px;*/ + width:auto; /* liquid */ + overflow:auto; + padding:10px; + white-space:pre; + margin-bottom:15px; } .mainColumn-noright pre.code-block { - width:874px; + width:874px; } .leftcol-layout #proj_main-content pre.code-block {/* left-col layout in proj template */ - width: 590px; + width: 590px; } .leftcol-layout #main-main_content pre.code-block {/* left-col layout in comm template */ - width: 655px; + width: 655px; } /*-- =Mailing Lists--*/ #mailing-lists dl { - margin-bottom:15px; - background: transparent no-repeat top left; + margin-bottom:15px; + background: transparent no-repeat top left; } #mailing-lists dt { - padding:0px 0 0px 60px; - color:#55677d; - display:block; - font-family:Helvetica,Arial; - font-size:15px; - font-weight:bold; - margin:0; + padding:0px 0 0px 60px; + color:#55677d; + display:block; + font-family:Helvetica,Arial; + font-size:15px; + font-weight:bold; + margin:0; } #mailing-lists dd { - padding-left:60px; - margin:0px; - letter-spacing:-0.05em; + padding-left:60px; + margin:0px; + letter-spacing:-0.05em; } #mailing-lists p { - margin-left:60px; -} + margin-left:60px; +} @@ -329,98 +329,98 @@ pre.code-block { /*-- =Blog Posts ("Bubbles") --*/ .blog-posts { - margin: 20px 0 20px 0; + margin: 20px 0 20px 0; } .blog-posts dl.oddrow { - background: no-repeat scroll right bottom #EEF4F9; - padding:15px 15px 35px 15px; - margin:0px 0px; + background: no-repeat scroll right bottom #EEF4F9; + padding:15px 15px 35px 15px; + margin:0px 0px; } .blog-posts dl.evenrow { - background: no-repeat scroll right bottom #F7F7F7; - padding:15px 15px 35px 15px; - margin:0px 0px; + background: no-repeat scroll right bottom #F7F7F7; + padding:15px 15px 35px 15px; + margin:0px 0px; } .blog-posts dt, .blog-posts dt a { - color:#4B4740; - font-family:Helvetica, Arial; - font-size:17px; - line-height:1; + color:#4B4740; + font-family:Helvetica, Arial; + font-size:17px; + line-height:1; } .blog-posts dd { - margin-left:0px; - padding-right:13px; - line-height:1.4; - /*display:inline; - background: transparent no-repeat bottom right;*/ + margin-left:0px; + padding-right:13px; + line-height:1.4; + /*display:inline; + background: transparent no-repeat bottom right;*/ } .blog-posts dd.date { - margin-top:0px; - font-size:11px; - color:#9FA0A0; - display:block; - background-image:none; + margin-top:0px; + font-size:11px; + color:#9FA0A0; + display:block; + background-image:none; } .blog-posts dd.more { - margin:-20px 0 0 17px; - display:block; - font-size:10px; - background-image:none; + margin:-20px 0 0 17px; + display:block; + font-size:10px; + background-image:none; } .blog-posts span.sub-title { - /*background-color:#f9f9f9; - margin-left:10px; - padding:3px 10px; removed these on 01/21/11 */ - font-family:Georgia, "Times New Roman", Times, serif; - font-size:14px; - color:#535454; - display:block; - font-style:italic; - display:inline; + /*background-color:#f9f9f9; + margin-left:10px; + padding:3px 10px; removed these on 01/21/11 */ + font-family:Georgia, "Times New Roman", Times, serif; + font-size:14px; + color:#535454; + display:block; + font-style:italic; + display:inline; } .blog-posts ul li { - list-style:none; - background:transparent no-repeat scroll left top; - margin-left:-5px; - padding:3px 10px 3px 20px; + list-style:none; + background:transparent no-repeat scroll left top; + margin-left:-5px; + padding:3px 10px 3px 20px; } .blog-posts h3 { - display:block; - padding-bottom:0px; + display:block; + padding-bottom:0px; } .blog-posts a { - color:#005E8F; + color:#005E8F; } .blog-posts pre { - width:600px; - margin:30px 0 30px 0; - background-image:none; + width:600px; + margin:30px 0 30px 0; + background-image:none; } .blog-posts img { - text-align:center; - padding:0px 10px; -} + text-align:center; + padding:0px 10px; +} .blog-posts-maxcontent dd { - background-image:none; + background-image:none; } .blog-posts-maxcontent dt, .blog-posts-dt a { - font-size:24px; + font-size:24px; } .blog-posts-maxcontent dl.evenrow, @@ -429,39 +429,39 @@ pre.code-block { } .blog-posts-maxcontent h1 { - font-size:16px; - color:#4b4b4b; - font-weight:bold; - margin:0; - margin-top:30px; - padding:0; + font-size:16px; + color:#4b4b4b; + font-weight:bold; + margin:0; + margin-top:30px; + padding:0; } .blog-posts-maxcontent h2 { - font-size:14px; - color:#656464; - font-weight:bold; - margin:0; - margin-top:30px; - padding:0; + font-size:14px; + color:#656464; + font-weight:bold; + margin:0; + margin-top:30px; + padding:0; } .blog-posts-maxcontent h3 { - font-size:12px; - color:#808080; - font-weight:bold; - margin:0; - margin-top:30px; - padding:0; + font-size:12px; + color:#808080; + font-weight:bold; + margin:0; + margin-top:30px; + padding:0; } .blog-posts-maxcontent h4 { - font-size:12px; - color:#9c9c9c; - font-weight:bold; - margin:0; - margin-top:30px; - padding:0; + font-size:12px; + color:#9c9c9c; + font-weight:bold; + margin:0; + margin-top:30px; + padding:0; } @@ -469,83 +469,83 @@ pre.code-block { /*-- =Interviews RSS ("Chrome") and =Right column RSS ("Right Column")--*/ .interviews-rss, .rtcolumn-rss {/* this overrides the .whitebox css */ - margin:20px 0 30px; - padding-bottom:10px; + margin:20px 0 30px; + padding-bottom:10px; } .interviews-rss a:hover, .rtcolumn-rss a:hover { - color:#62A2CC; - text-decoration:none; + color:#62A2CC; + text-decoration:none; } .interviews-rss h3, .rtcolumn-rss h3 { } .interviews-rss p, .rtcolumn-rss p { - padding:10px 10px 0px 0px; + padding:10px 10px 0px 0px; } .interviews-rss dt { - font-size:16px; - letter-spacing:-0.05em; - display:block; - font-weight:normal; - padding-top:10px; + font-size:16px; + letter-spacing:-0.05em; + display:block; + font-weight:normal; + padding-top:10px; } .rtcolumn-rss dt { - font-size:12px; - letter-spacing:-0.05em; - display:block; - font-weight:bold; - padding-top:5px; + font-size:12px; + letter-spacing:-0.05em; + display:block; + font-weight:bold; + padding-top:5px; } .interviews-rss dd { - /*background:transparent no-repeat scroll right bottom; */ - display:inline; - margin:0 10px 0 0; - padding:0 13px 0 0; + /*background:transparent no-repeat scroll right bottom; */ + display:inline; + margin:0 10px 0 0; + padding:0 13px 0 0; } .rtcolumn-rss dd { - /*background:transparent no-repeat scroll right bottom; */ - display:inline; - margin:0 10px 0 0; - padding:0 13px 0 0; + /*background:transparent no-repeat scroll right bottom; */ + display:inline; + margin:0 10px 0 0; + padding:0 13px 0 0; } .interviews-rss dl.oddrow, .interviews-rss dl.evenrow, .rtcolumn-rss dl.oddrow, .rtcolumn-rss dl.evenrow { - margin:5px 5px 5px 10px; + margin:5px 5px 5px 10px; } .interviews-rss dd.more, .rtcolumn-rss dd.more { - font-size:10px; - margin-top:10px; - background-image: none; - padding-left:15px; - display:block; + font-size:10px; + margin-top:10px; + background-image: none; + padding-left:15px; + display:block; } .interviews-rss dd.date { - font-size:10px; - color:#999999; - margin-top:4px; - background:none; - display:block; + font-size:10px; + color:#999999; + margin-top:4px; + background:none; + display:block; } .rtcolumn-rss dd.date { - font-size:10px; - color:#999999; - margin-top:0px; - background:none; - display:block; + font-size:10px; + color:#999999; + margin-top:0px; + background:none; + display:block; } .interviews-rss span.sub-title, .rtcolumn-rss span.sub-title, .issue-mod .issue-desc { - color:#8D1C1C; + color:#8D1C1C; display: block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 13px; @@ -553,8 +553,8 @@ pre.code-block { margin-top: 8px; padding: 0 10px 5px 9px; text-align: right; - border-bottom:1px solid #F1F1F1; - margin-right:0px; + border-bottom:1px solid #F1F1F1; + margin-right:0px; } @@ -563,72 +563,72 @@ pre.code-block { .interviews-rss span.category, .blog-posts span.category, .rtcolumn-rss span.category { - font-size:10px; - margin-left:20px; - color:#999999; + font-size:10px; + margin-left:20px; + color:#999999; } /*-- =Tertiary Nav --*/ #tertiary-nav { - font-size:11px; - line-height:16px; - display:block; - font-size:12px; - background:#FFFFFF /* repeat-x left bottom*/; - -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; - -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; - -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; - -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; - padding:0px; - margin:0px 0 30px 0; - border: #e7e7e7 solid 1px; + font-size:11px; + line-height:16px; + display:block; + font-size:12px; + background:#FFFFFF /* repeat-x left bottom*/; + -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; + -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; + -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; + -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; + padding:0px; + margin:0px 0 30px 0; + border: #e7e7e7 solid 1px; } #tertiary-nav li { - background: transparent no-repeat left top scroll; - margin-left:-35px; - padding:3px 10px 3px 16px; - list-style:none; + background: transparent no-repeat left top scroll; + margin-left:-35px; + padding:3px 10px 3px 16px; + list-style:none; } #tertiary-nav h3 { - border-bottom:1px dotted #CCCCCC; - color:#535454; - display:block; - font-family:Helvetica,Arial; - font-size:16px; - font-weight:bold; - letter-spacing:-0.05em; - margin:0; - padding:8px 0 5px 8px; - /*padding:6px 0 3px 8px; - margin:0px; - font-size:16px; - letter-spacing:-0.05em; - display:block; - font-family:Helvetica,Arial; - font-weight:bold; - border-bottom:1px #CCCCCC solid; - color:#535454;*/ + border-bottom:1px dotted #CCCCCC; + color:#535454; + display:block; + font-family:Helvetica,Arial; + font-size:16px; + font-weight:bold; + letter-spacing:-0.05em; + margin:0; + padding:8px 0 5px 8px; + /*padding:6px 0 3px 8px; + margin:0px; + font-size:16px; + letter-spacing:-0.05em; + display:block; + font-family:Helvetica,Arial; + font-weight:bold; + border-bottom:1px #CCCCCC solid; + color:#535454;*/ } #tertiary-nav h3 a { - color:#535454; + color:#535454; } #tertiary-nav h3 a:hover { - text-decoration:none; - color:#333333; + text-decoration:none; + color:#333333; } #tertiary-nav li a:hover { - color:#333333; - text-decoration:none; + color:#333333; + text-decoration:none; } #tertiary-nav li.active a{ - color:#098CC6; + color:#098CC6; } @@ -637,148 +637,148 @@ pre.code-block { .whitebox, .interviews-rss, .rtcolumn-rss { - font-size:11px; - line-height:16px; - display:block; - font-size:12px; - background:#fafafa repeat-x left top; - -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; - padding:0px; - margin:0px 0 0px 0; - border: #e7e7e7 solid 1px; - text-align:left; + font-size:11px; + line-height:16px; + display:block; + font-size:12px; + background:#fafafa repeat-x left top; + -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; + -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; + -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; + -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; + padding:0px; + margin:0px 0 0px 0; + border: #e7e7e7 solid 1px; + text-align:left; } .whitebox h3, .interviews-rss h3, .rtcolumn-rss h3 { - background: repeat-x scroll center top; - color:#3F3F3F; - padding:9px 0 9px 9px; - margin:0px; - font-size:15px;/* was 14px before PT Sans*/ - display:block; - font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; - font-weight:normal; - border-bottom:1px #CCC solid; - text-shadow:0 1px 1px #FFF; + background: repeat-x scroll center top; + color:#3F3F3F; + padding:9px 0 9px 9px; + margin:0px; + font-size:15px;/* was 14px before PT Sans*/ + display:block; + font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; + font-weight:normal; + border-bottom:1px #CCC solid; + text-shadow:0 1px 1px #FFF; } .whitebox p { - padding:0 10px; + padding:0 10px; } .whitebox dd { - margin-left:0px; - padding:0 10px 0px 0px; + margin-left:0px; + padding:0 10px 0px 0px; } .whitebox ul li dd { - *margin-left: -40px; /* hack for IE 7 */ + *margin-left: -40px; /* hack for IE 7 */ } /*.whitebox dd { - _margin-left: -80; hack for IE 6 + _margin-left: -80; hack for IE 6 }*/ .whitebox dt { - margin-left:0px; - font-size:16px; - letter-spacing:-0.05em; - display:block; - font-weight:normal; + margin-left:0px; + font-size:16px; + letter-spacing:-0.05em; + display:block; + font-weight:normal; } .whitebox ul li dt { - *margin-left: -40px; /* hack for IE 7 */ + *margin-left: -40px; /* hack for IE 7 */ } /*.whitebox dt { - _margin-left: -80px; hack for IE 6 + _margin-left: -80px; hack for IE 6 }*/ .whitebox ul { - padding-left:10px; + padding-left:10px; } .whitebox li { - list-style:none; - /*text-indent:none;*/ - margin-left:0px ; - margin-top: 10px; + list-style:none; + /*text-indent:none;*/ + margin-left:0px ; + margin-top: 10px; } .whitebox li span.location, .whitebox li span.more { - display:block; - font-size:10px; - margin-bottom:-10px; + display:block; + font-size:10px; + margin-bottom:-10px; } .whitebox li span.location { - color:#999999; + color:#999999; } /* target IE7 and below */ .whitebox li span.location, .whitebox lispan.more { - *margin-left: -40px; + *margin-left: -40px; } .whitebox li dt a{ - display:block; - font-weight:normal; + display:block; + font-weight:normal; } .whitebox dd a { - overflow:hidden; - white-space:inherit; + overflow:hidden; + white-space:inherit; } .whitebox dd a:hover { - color:#545454; + color:#545454; } .whitebox .proj_basics ul li { - margin:0px; + margin:0px; } .whitebox dl { - margin:10px; - _margin-left: 10px; /* hack for IE 6 */ + margin:10px; + _margin-left: 10px; /* hack for IE 6 */ } .whitebox ul li dl { - margin-left:0px; + margin-left:0px; } /*-------------------------- =Issues Module------------------------------*/ .issue-mod { - margin:0 0 15px 0; + margin:0 0 15px 0; } .issue-mod .issue{ - padding:7px 4px; - line-height:14px; + padding:7px 4px; + line-height:14px; } .issue-mod ul{ - padding:0px; - margin:0px 0 0 22px; - font-weight:normal; + padding:0px; + margin:0px 0 0 22px; + font-weight:normal; } .issue-mod li { - margin:0px; - display:inline; - padding-right:10px; - font-size:11px; - color:#999; + margin:0px; + display:inline; + padding-right:10px; + font-size:11px; + color:#999; } .issue-mod a { - font-weight:bold; - margin-left:5px; + font-weight:bold; + margin-left:5px; } .issue-mod .oddRow{ - /*background-color:#FFF;*/ - border-bottom:1px dotted #CCC; - border-top:1px dotted #CCC; + /*background-color:#FFF;*/ + border-bottom:1px dotted #CCC; + border-top:1px dotted #CCC; } .issue-mod .evenRow{ @@ -788,76 +788,76 @@ pre.code-block { /*-- =Warning--*/ .proj_warn { - background:#fbefed no-repeat 8px -1140px; - border:1px solid #EACCA7; - color:#533500; - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:10px 20px 10px 55px; - min-height:34px; + background:#fbefed no-repeat 8px -1140px; + border:1px solid #EACCA7; + color:#533500; + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:10px 20px 10px 55px; + min-height:34px; } /*-- =Note--*/ .proj_note { - background:#B5BCBD no-repeat 8px -566px ; - border:1px solid #8A9195; - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:10px 20px 10px 55px; - color:#4C5253; - min-height:34px; + background:#B5BCBD no-repeat 8px -566px ; + border:1px solid #8A9195; + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:10px 20px 10px 55px; + color:#4C5253; + min-height:34px; } .proj_note h2 { - border-bottom: medium none; - color:#4C5253; - margin: -3px 0 10px 0; - font-weight: normal; - font-size: 20px; + border-bottom: medium none; + color:#4C5253; + margin: -3px 0 10px 0; + font-weight: normal; + font-size: 20px; } /*-- =Tip--*/ .proj_tip { - background:#D5E1D5 no-repeat 8px -856px; - border:1px solid #B6CCB6; - color:#334933; - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:10px 20px 10px 55px; - min-height:34px; + background:#D5E1D5 no-repeat 8px -856px; + border:1px solid #B6CCB6; + color:#334933; + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:10px 20px 10px 55px; + min-height:34px; } /*-- =Caution--*/ .proj_caution { - background:#FAF8ED no-repeat 8px 8px; - border:1px solid #EACCA7; - color:#533500; - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:10px 20px 10px 55px; - min-height:34px; + background:#FAF8ED no-repeat 8px 8px; + border:1px solid #EACCA7; + color:#533500; + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:10px 20px 10px 55px; + min-height:34px; } /*-- =Important--*/ .proj_important { - background:#E1EEF4 no-repeat 8px -280px; - border:1px solid #CED6D8; - color:#334558; - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:10px 20px 10px 55px; - min-height:34px; + background:#E1EEF4 no-repeat 8px -280px; + border:1px solid #CED6D8; + color:#334558; + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:10px 20px 10px 55px; + min-height:34px; } /*-- =define --*/ .proj_define { - background:#F0F0F0 repeat ; - /*background-color:#F0F0F0;*/ - -moz-border-radius: 5px; -webkit-border-radius: 5px; - padding:18px 25px; + background:#F0F0F0 repeat ; + /*background-color:#F0F0F0;*/ + -moz-border-radius: 5px; -webkit-border-radius: 5px; + padding:18px 25px; } @@ -865,181 +865,181 @@ pre.code-block { /* --Definition Table -- */ .deftable { - width: 100%; - text-align: left; - line-height: 150%; - margin-bottom:20px; - padding: 0px; + width: 100%; + text-align: left; + line-height: 150%; + margin-bottom:20px; + padding: 0px; } .deftable th{ - color:#FFFFFF; - border-bottom:1px dotted #999999; - font-size:12px; - padding:0 10px 0 5px; + color:#FFFFFF; + border-bottom:1px dotted #999999; + font-size:12px; + padding:0 10px 0 5px; } .deftable .header { - background:#000000 repeat-x scroll left top; - color:#FFFFFF; - font-weight:bold; - height:31px; - text-align:left; + background:#000000 repeat-x scroll left top; + color:#FFFFFF; + font-weight:bold; + height:31px; + text-align:left; } .deftable a { - color:#005E8F; /* this is the brighter blue to jump out from the grey text */ + color:#005E8F; /* this is the brighter blue to jump out from the grey text */ } .deftable .term { - border-bottom: 1px solid #DCDEDF; - border-left: 1px solid #DCDEDF; - border-right: 1px solid #DCDEDF; - vertical-align: top; - padding: 20px 10px; - background-color:#F4F3F3; - color:#565656; - font-family:Helvetica,sans-serif; - font-size:13px; - font-weight: bold; - text-shadow:1px 1px #FFF; + border-bottom: 1px solid #DCDEDF; + border-left: 1px solid #DCDEDF; + border-right: 1px solid #DCDEDF; + vertical-align: top; + padding: 20px 10px; + background-color:#F4F3F3; + color:#565656; + font-family:Helvetica,sans-serif; + font-size:13px; + font-weight: bold; + text-shadow:1px 1px #FFF; } .deftable .termFirst { - border: 1px solid #DCDEDF; - vertical-align: top; - padding: 20px 10px; - background-color:#F4F3F3; - color:#565656; - font-family:Helvetica,sans-serif; - font-size:13px; - font-weight: bold; - text-shadow:1px 1px #FFF; + border: 1px solid #DCDEDF; + vertical-align: top; + padding: 20px 10px; + background-color:#F4F3F3; + color:#565656; + font-family:Helvetica,sans-serif; + font-size:13px; + font-weight: bold; + text-shadow:1px 1px #FFF; } .deftable .termLast { - border-top: 1px solid #DCDEDF; - padding: 20px; - background-color:#F4F3F3; - color:#565656; - font-family:Helvetica,sans-serif; - font-size:13px; - font-weight: bold; - text-shadow:1px 1px #FFF; + border-top: 1px solid #DCDEDF; + padding: 20px; + background-color:#F4F3F3; + color:#565656; + font-family:Helvetica,sans-serif; + font-size:13px; + font-weight: bold; + text-shadow:1px 1px #FFF; } .deftable .def { - border-bottom: 1px solid #F2F2F2; - border-right: 1px solid #F2F2F2; - vertical-align: top; - padding: 20px; - color: #565656; - background: repeat-x left bottom; + border-bottom: 1px solid #F2F2F2; + border-right: 1px solid #F2F2F2; + vertical-align: top; + padding: 20px; + color: #565656; + background: repeat-x left bottom; } .deftable .defFirst { - border-top: 1px solid #F2F2F2; - border-right: 1px solid #F2F2F2; - border-bottom: 1px solid #F2F2F2; - vertical-align: top; - padding: 20px; - color: #565656; - background: repeat-x left bottom; + border-top: 1px solid #F2F2F2; + border-right: 1px solid #F2F2F2; + border-bottom: 1px solid #F2F2F2; + vertical-align: top; + padding: 20px; + color: #565656; + background: repeat-x left bottom; } .deftable .defLast { - border-top: 1px solid #F2F2F2; - border-bottom: 1px dotted #F2F2F2; - vertical-align: top; - padding: 20px; - color: #565656; - background: repeat-x bottom; + border-top: 1px solid #F2F2F2; + border-bottom: 1px dotted #F2F2F2; + vertical-align: top; + padding: 20px; + color: #565656; + background: repeat-x bottom; } .deftable .def ul, .deftable .defFirst ul { - margin-left: 1em; - padding-left: 0px; - margin-top: 0px; - margin-bottom: 0px; + margin-left: 1em; + padding-left: 0px; + margin-top: 0px; + margin-bottom: 0px; } .deftable .def ol, .deftable .defFirst ol { - margin-top: 0px; - margin-bottom: 0px; + margin-top: 0px; + margin-bottom: 0px; } .deftable .def li, .deftable .defFirst li { - background:transparent no-repeat left top; - list-style:none; - margin-left:-5px; - padding:3px 10px 3px 20px; + background:transparent no-repeat left top; + list-style:none; + margin-left:-5px; + padding:3px 10px 3px 20px; } /*-- =FAQ--*/ #proj_faq p{ - margin:0 0 30px 0; + margin:0 0 30px 0; } #proj_faq strong{ - font-family:Helvetica, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; - font-size:14px; - font-weight:bold; - color:#333; - clear:both; + font-family:Helvetica, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; + font-size:14px; + font-weight:bold; + color:#333; + clear:both; } /*-- =Glossary--*/ #proj_glossary dt { - font-weight:bold; - color:#494e4e; - margin-top:25px; + font-weight:bold; + color:#494e4e; + margin-top:25px; } /*-- =Basics --*/ .proj_basics li, #proj_basics li { - background: transparent no-repeat left top scroll; - margin-left:-35px; - padding:3px 10px 3px 20px; - list-style:none; + background: transparent no-repeat left top scroll; + margin-left:-35px; + padding:3px 10px 3px 20px; + list-style:none; } /*-- =Steps --*/ .proj_steps li, #proj_steps li { - padding:2px 10px 2px 0; - list-style:decimal; - font-weight:bold; - font-size:18px; - color:#333333; - font-family:Helvetica, Arial; + padding:2px 10px 2px 0; + list-style:decimal; + font-weight:bold; + font-size:18px; + color:#333333; + font-family:Helvetica, Arial; } .step { - font-weight:normal; - font-size:12px; - font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; + font-weight:normal; + font-size:12px; + font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; } /*-- =Sponsors main column --*/ .sponsors { - padding-bottom:10px; + padding-bottom:10px; } .sponsors, .sponsors-notext { - margin-bottom:30px; + margin-bottom:30px; } .sponsors h5, .sponsors-notext h5 { - border-bottom:1px solid #ccc; - margin-bottom: 20px; - padding:0px 0 5px 10px; + border-bottom:1px solid #ccc; + margin-bottom: 20px; + padding:0px 0 5px 10px; } .sponsors ul { @@ -1050,8 +1050,8 @@ pre.code-block { } .sponsors ul li { - list-style:none; - display:block; + list-style:none; + display:block; } .sponsors ul li a{ @@ -1063,36 +1063,36 @@ pre.code-block { } .sponsors ul .thanks { - clear: right; + clear: right; display: block; float: left; margin: 0; padding: 10px 0 10px 10px; width: 68%; - _width:60%;/* hack for IE 6 */ - background-color:#F4F8F9; - -moz-border-radius: 4px; -webkit-border-radius: 4px; - border:1px solid #D6E3E5; + _width:60%;/* hack for IE 6 */ + background-color:#F4F8F9; + -moz-border-radius: 4px; -webkit-border-radius: 4px; + border:1px solid #D6E3E5; } #proj-contentwrapper .mainColumn .sponsors ul li a img, #proj-contentwrapper .mainColumn-noright .sponsors ul li a img { - max-width:160px; + max-width:160px; } .sponsors-notext ul { - padding-left:0px; - *margin-left: 0px; /* hack for IE 7 */ - _margin-left: 0px; /* hack for IE 6 */ + padding-left:0px; + *margin-left: 0px; /* hack for IE 7 */ + _margin-left: 0px; /* hack for IE 6 */ } .sponsors-notext li{ - list-style:none; - display:inline; - padding:10px; /* margin not working in Safari */ + list-style:none; + display:inline; + padding:10px; /* margin not working in Safari */ } #proj-contentwrapper .mainColumn .sponsors-notext ul li a img, #proj-contentwrapper .mainColumn-noright .sponsors-notext ul li a img { - max-width:125px; + max-width:125px; } @@ -1102,64 +1102,64 @@ pre.code-block { #rightcolumn .sponsors, #leftcolumn .sponsors-notext, #rightcolumn .sponsors-notext { - background-color:#FFF; - -moz-border-radius: 4px; -webkit-border-radius: 4px; - border:1px solid #E7E7E7; + background-color:#FFF; + -moz-border-radius: 4px; -webkit-border-radius: 4px; + border:1px solid #E7E7E7; } #rightcolumn .sponsors h5, #leftcolumn .sponsors-notext h5 { - padding-left:10px; - margin-bottom:5px; - padding:4px 0 5px 10px; + padding-left:10px; + margin-bottom:5px; + padding:4px 0 5px 10px; } #leftcolumn .sponsors ul, #rightcolumn .sponsors ul, #leftcolumn .sponsors-notext ul, #rightcolumn .sponsors-notext ul { - text-align:center; + text-align:center; } #leftcolumn .sponsors-notext li, #rightcolumn .sponsors-notext li { - display: block; + display: block; } #leftcolumn .sponsors ul li a, #rightcolumn .sponsors ul li a, #leftcolumn .sponsors-notext ul li a, #rightcolumn .sponsors-notext ul li a { - width:92%; - margin-left:10px; - margin-bottom:0px; - display:block; - clear:both; + width:92%; + margin-left:10px; + margin-bottom:0px; + display:block; + clear:both; } #leftcolumn .sponsors ul .thanks, #rightcolumn .sponsors ul .thanks, #leftcolumn .sponsors-notext ul .thanks, #rightcolumn .sponsors-notext ul .thanks { - width:92%; - background-color:#FFF; - padding-right:10px; - padding-bottom:10px; - padding-top:5px; - display:block; - clear:both; - border:none; + width:92%; + background-color:#FFF; + padding-right:10px; + padding-bottom:10px; + padding-top:5px; + display:block; + clear:both; + border:none; } #leftcolumn .sponsors ul li a img, #rightcolumn .sponsors ul li a img, #leftcolumn .sponsors-notext ul li a img, #rightcolumn .sponsors-notext ul li a img { - max-width:210px; + max-width:210px; } #leftcolumn .sponsors ul li a img, #rightcolumn .sponsors ul li a img { - margin: 5px 0; + margin: 5px 0; } @@ -1169,87 +1169,87 @@ pre.code-block { #proj_quick-start ul li.download a{ - background: top right #CECECE no-repeat; - color:#FFFFFF; - } + background: top right #CECECE no-repeat; + color:#FFFFFF; + } #proj_quick-start ul li.download a:hover{ - background: bottom right #CECECE no-repeat; - } - + background: bottom right #CECECE no-repeat; + } + #proj_sub-content h2, #proj_quick-start h3 { - font-size:20px; - color:#515151; - padding:0 0 0 10px; - margin:0px; + font-size:20px; + color:#515151; + padding:0 0 0 10px; + margin:0px; } #proj_quick-start { - padding-bottom:20px; - margin:0 5px 0 -5px; - } + padding-bottom:20px; + margin:0 5px 0 -5px; + } #proj_quick-start ul li { - font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; - letter-spacing:-0.03em; - font-size:14px; - list-style:none; - border-bottom:1px solid #999999; - margin: 0px 0px 0px -32px; - display:block; + font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif; + letter-spacing:-0.03em; + font-size:14px; + list-style:none; + border-bottom:1px solid #999999; + margin: 0px 0px 0px -32px; + display:block; } #proj_quick-start ul li a{ - padding:4px 0px 4px 10px; - color:#757575; - display:block; - text-decoration:none; - text-shadow:0 1px 1px #FFF; + padding:4px 0px 4px 10px; + color:#757575; + display:block; + text-decoration:none; + text-shadow:0 1px 1px #FFF; } #proj_quick-start ul li a:hover, #proj_quick-start ul li.current a{ - padding:4px 0px 4px 10px; - background:#FFFFFF bottom left repeat-x; - display:block; - color:#545454; - text-decoration:none; + padding:4px 0px 4px 10px; + background:#FFFFFF bottom left repeat-x; + display:block; + color:#545454; + text-decoration:none; } /*-- =Twitter Button --*/ #twitter { - background:transparent no-repeat left top scroll; - height:92px; - padding:10px 0px; - width:210px; + background:transparent no-repeat left top scroll; + height:92px; + padding:10px 0px; + width:210px; } #twitter p { - font-family:Helvetica,Arial; - font-size:16px; - letter-spacing:-0.05em; - padding: 20px 20px 20px 15px; - margin:0px 0 0 0px; - font-weight: normal; - line-height:1.5; + font-family:Helvetica,Arial; + font-size:16px; + letter-spacing:-0.05em; + padding: 20px 20px 20px 15px; + margin:0px 0 0 0px; + font-weight: normal; + line-height:1.5; } #twitter p a { - background:transparent no-repeat center bottom scroll; - color:#535454; - display:block; - height:29px; - padding:5px 0 0 13px; - width:63px; + background:transparent no-repeat center bottom scroll; + color:#535454; + display:block; + height:29px; + padding:5px 0 0 13px; + width:63px; } #twitter p a:hover { - background-position:center top; - color:#098CC6; - text-decoration:none; + background-position:center top; + color:#098CC6; + text-decoration:none; } @@ -1257,200 +1257,200 @@ pre.code-block { /*-- =Quote Bubble --*/ #proj_quote { - width:100%; - font-style:italic; - line-height:24px; - display:block; - font-size:11px; - } - + width:100%; + font-style:italic; + line-height:24px; + display:block; + font-size:11px; + } + #proj_main-content #proj_quote { - line-height:22px; + line-height:22px; } - + .quotebubble { - background:#FFFFFF none repeat scroll 0 0; - padding:12px 20px 15px; - margin-bottom:0px; - -moz-border-radius: 8px; -webkit-border-radius: 8px; - border-bottom:1px solid #dfdfdf; + background:#FFFFFF none repeat scroll 0 0; + padding:12px 20px 15px; + margin-bottom:0px; + -moz-border-radius: 8px; -webkit-border-radius: 8px; + border-bottom:1px solid #dfdfdf; } .quotebubble q { - margin:0px; - display:block; + margin:0px; + display:block; } #main .quotebubble { - background: transparent repeat scroll left top; /* green */ - padding:12px 20px 15px; - margin-bottom:0px; - -moz-border-radius: 8px; -webkit-border-radius: 8px; - border-bottom:1px solid #dfdfdf; /* green */ + background: transparent repeat scroll left top; /* green */ + padding:12px 20px 15px; + margin-bottom:0px; + -moz-border-radius: 8px; -webkit-border-radius: 8px; + border-bottom:1px solid #dfdfdf; /* green */ } #proj_cite cite { - background: transparent no-repeat 0 0; - color:#A4A4A4; - display:block; - font-size:12px; - font-style:normal; - line-height:14px; - padding-top:33px; - margin:-3px 0 40px 0; + background: transparent no-repeat 0 0; + color:#A4A4A4; + display:block; + font-size:12px; + font-style:normal; + line-height:14px; + padding-top:33px; + margin:-3px 0 40px 0; } #main #proj_cite cite { - background: transparent no-repeat 0 -75px; /* green */ - color:#A4A4A4; - display:block; - font-size:12px; - font-style:normal; - line-height:14px; - padding-top:33px; - margin:-3px 0 40px 0; + background: transparent no-repeat 0 -75px; /* green */ + color:#A4A4A4; + display:block; + font-size:12px; + font-style:normal; + line-height:14px; + padding-top:33px; + margin:-3px 0 40px 0; } #main .quotebubble a { - color:#7db80b; - text-decoration:underline; + color:#7db80b; + text-decoration:underline; } #main #proj_cite cite a { - border-bottom:1px dotted #d4e7b6; - text-decoration:none; - color:#769742; + border-bottom:1px dotted #d4e7b6; + text-decoration:none; + color:#769742; } #main #proj_cite cite a:hover { - border-bottom:1px dotted #4d7213; - text-decoration:none; - color:#769742; -} - + border-bottom:1px dotted #4d7213; + text-decoration:none; + color:#769742; +} + #proj_cite cite strong { - color:#3B3B3B; - display:block; - text-shadow:0 1px 1px #FFF; + color:#3B3B3B; + display:block; + text-shadow:0 1px 1px #FFF; } #proj_support { - background: no-repeat; - height:70px; - width:200px; - margin-left:-4px; - padding:30px 0 30px 30px; - font-size:13px; - } + background: no-repeat; + height:70px; + width:200px; + margin-left:-4px; + padding:30px 0 30px 30px; + font-size:13px; + } -#proj_quote .quotebubble span.bold { - font-weight:bold; - font-color:#098CC6; +#proj_quote .quotebubble span.bold { + font-weight:bold; + font-color:#098CC6; } /*-- =Dictionary Definition --*/ #dictionary-definition { - background-color:#F4F8F9; - -moz-border-radius: 4px; -webkit-border-radius: 4px; - border:1px solid #D6E3E5; - padding:5px 15px; + background-color:#F4F8F9; + -moz-border-radius: 4px; -webkit-border-radius: 4px; + border:1px solid #D6E3E5; + padding:5px 15px; } #dictionary-definition dt { - font-size:14px; - color:#333333; - font-weight:bold; + font-size:14px; + color:#333333; + font-weight:bold; } #dictionary-definition dd { - margin:0px; + margin:0px; } /* =Supported Product box - horizontal */ .supported-products, .supported-products-vert { - clear:both; + clear:both; } .supported-products ul{ - margin-left:-10px; + margin-left:-10px; } .supported-products li { - float:left; - font-size:11px; - margin: 0px 0 10px 10px; + float:left; + font-size:11px; + margin: 0px 0 10px 10px; } .supported-products li a { - background: top left no-repeat; - color:#666666; - padding: 7px 0 5px 28px; + background: top left no-repeat; + color:#666666; + padding: 7px 0 5px 28px; } .supported-products li a.platform { - background-position:top left; + background-position:top left; } .supported-products li a.framework { - background-position:bottom left; + background-position:bottom left; } .supported-products li a.framework current, .supported-products li a.platform current, .supported-products li a.framework:hover, .supported-products li a.platform:hover { - background-position:center left; - text-decoration:none; - color:#333333; + background-position:center left; + text-decoration:none; + color:#333333; } /* =Supported Product box - vertical */ .supported-products-vert { - min-width:205px; + min-width:205px; } .supported-products-vert ul { - margin-left:-10px; - margin-bottom:0px; + margin-left:-10px; + margin-bottom:0px; } .supported-products-vert li { - display:list-item; - list-style:none; - font-size:11px; - height:23px; - margin-top:0px; + display:list-item; + list-style:none; + font-size:11px; + height:23px; + margin-top:0px; } .supported-products-vert li a { - background: top left no-repeat; - color:#666666; - padding: 4px 0 0 32px; - display:block; - height:16px; - line-height:10px; + background: top left no-repeat; + color:#666666; + padding: 4px 0 0 32px; + display:block; + height:16px; + line-height:10px; } .supported-products-vert li a.platform { - background-position:top left; + background-position:top left; } .supported-products-vert li a.framework { - background-position:bottom left; + background-position:bottom left; } .supported-products-vert li a.current, .supported-products-vert li a.framework:hover, .supported-products-vert li a.platform:hover { - background-position:center left; - background-color:#F4F8F9; - text-decoration:none; - color:#333333; + background-position:center left; + background-color:#F4F8F9; + text-decoration:none; + color:#333333; } /* =Badges paragraph */ #badges { - width:100%; - clear:both; - min-height:90px; + width:100%; + clear:both; + min-height:90px; } #badges ul{ - margin:0 0 0 0; - padding:0px; + margin:0 0 0 0; + padding:0px; } #badges .tools, @@ -1460,7 +1460,7 @@ pre.code-block { #badges .license-lgpl, #badges .license-asl, #badges .license-gpl { - list-style:none; + list-style:none; } #badges .license-lgpl, @@ -1475,125 +1475,125 @@ pre.code-block { #badges .jsr, #badges .jsr a, #badges .jsr a:hover { - width:90px; - height:90px; - float:left; + width:90px; + height:90px; + float:left; } #badges .license-asl a { - background: no-repeat top center; + background: no-repeat top center; } #badges .license-asl a:hover { - background-position: bottom center; + background-position: bottom center; } #badges .license-lgpl a { - background: no-repeat top center; + background: no-repeat top center; } #badges .license-lgpl a:hover { - background-position: bottom center; + background-position: bottom center; } #badges .license-gpl a { - background: no-repeat top center; + background: no-repeat top center; } #badges .license-gpl a:hover { - background-position: bottom center; + background-position: bottom center; } #badges a em { - left:-9999em; - position:absolute; + left:-9999em; + position:absolute; } #badges .jsr a { - background: no-repeat top center; - font-family:Helvetica, Arial, sans-serif; - font-weight:bold; - text-decoration:none; - color:#333333; + background: no-repeat top center; + font-family:Helvetica, Arial, sans-serif; + font-weight:bold; + text-decoration:none; + color:#333333; } #badges .license-gpl a { - font-family:Helvetica, Arial, sans-serif; - font-weight:bold; - text-decoration:none; - color:#FFF; + font-family:Helvetica, Arial, sans-serif; + font-weight:bold; + text-decoration:none; + color:#FFF; } #badges .jsr a .implements { - font-size:19px; - clear:both; - display:block; - padding:13px 0 0 25px; - height:17px; - text-shadow:2px 2px 2px #E7E6E6; + font-size:19px; + clear:both; + display:block; + padding:13px 0 0 25px; + height:17px; + text-shadow:2px 2px 2px #E7E6E6; } #badges .jsr a .version, #badges .license-gpl a .version { - font-size:17px; - clear:both; - display:block; - text-align:center; - margin-left:-4px; - padding:0px 0 0; - text-shadow:2px 2px 2px #E7E6E6; - _margin-top:-10px; /* hack for IE6 */ + font-size:17px; + clear:both; + display:block; + text-align:center; + margin-left:-4px; + padding:0px 0 0; + text-shadow:2px 2px 2px #E7E6E6; + _margin-top:-10px; /* hack for IE6 */ } #badges .license-gpl a .version { - padding:28px 0 0 0; - text-shadow:2px 2px 2px #000; + padding:28px 0 0 0; + text-shadow:2px 2px 2px #000; } #badges .jsr a:hover { - background-position: bottom center; - text-decoration:none; + background-position: bottom center; + text-decoration:none; } #badges .tools, #badges .jopr, #badges .arquillian { - clear:both; - font-family:Helvetica, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; - font-size:14px; - margin-top:3px; + clear:both; + font-family:Helvetica, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; + font-size:14px; + margin-top:3px; } #badges .tools a, #badges .jopr a, #badges .arquillian a { - color:#666666; - display:block; - padding:4px 0px; - margin-left:10px; - padding-left:30px; - text-decoration:none; - text-shadow:2px 2px 2px #fff; + color:#666666; + display:block; + padding:4px 0px; + margin-left:10px; + padding-left:30px; + text-decoration:none; + text-shadow:2px 2px 2px #fff; } #badges .tools a:hover, #badges .jopr a:hover, #badges .arquillian a:hover { - color:#828282; + color:#828282; } #badges .tools a { - background: no-repeat 0 -150px; + background: no-repeat 0 -150px; } #badges .jopr a { - background: no-repeat 0 -75px; + background: no-repeat 0 -75px; } #badges .arquillian a { - background: no-repeat 0 0; + background: no-repeat 0 0; } /* =developer spotlight (right-column-specific changes to original on homepage) */ .rightColumn .devspotlight .developer_photo img { - border:1px solid #94AEBD; - max-width:165px; /* any larger than this and magnolia wants to make the left-col huge" */ - max-height: 200px; + border:1px solid #94AEBD; + max-width:165px; /* any larger than this and magnolia wants to make the left-col huge" */ + max-height: 200px; } @@ -1601,154 +1601,154 @@ pre.code-block { /*** =ESSENTIAL STYLES - ***/ #tertiary-flyout-nav ul, #tertiary-flyout-nav ul * { - margin: 0; - padding: 0; - list-style: none; + margin: 0; + padding: 0; + list-style: none; } #tertiary-flyout-nav ul { - line-height: 1; + line-height: 1; } #tertiary-flyout-nav ul ul { /* this is the flyout */ - position: absolute; - top: -999em; - width: 250px; /* left offset of submenus need to match (see below) */ + position: absolute; + top: -999em; + width: 250px; /* left offset of submenus need to match (see below) */ } #tertiary-flyout-nav ul ul li { - width: 250px; + width: 250px; } #tertiary-flyout-nav ul li:hover { - visibility: inherit; /* fixes IE7 'sticky bug' */ + visibility: inherit; /* fixes IE7 'sticky bug' */ } #tertiary-flyout-nav ul li { - position: relative; + position: relative; } #tertiary-flyout-nav ul a { - display: block; - position: relative; + display: block; + position: relative; } #tertiary-flyout-nav ul li:hover ul, #tertiary-flyout-nav ul li.sfHover ul { - left: 0; - top: 2.5em; /* match top ul list item height */ - z-index: 100; /* this should be higher than the dogear wihch is 99 */ + left: 0; + top: 2.5em; /* match top ul list item height */ + z-index: 100; /* this should be higher than the dogear wihch is 99 */ } #tertiary-flyout-nav ul li:hover li ul, #tertiary-flyout-nav ul li.sfHover li ul { - top: -999em; + top: -999em; } #tertiary-flyout-nav ul li li:hover ul, #tertiary-flyout-nav ul li li.sfHover ul { - left: 200px; /* match ul width */ - top: 0; + left: 200px; /* match ul width */ + top: 0; } #tertiary-flyout-nav ul li li:hover li ul, #tertiary-flyout-nav ul li li.sfHover li ul { - top: -999em; + top: -999em; } #tertiary-flyout-nav ul li li li:hover ul, #tertiary-flyout-nav ul li li li.sfHover ul { - left: 200px; /* match ul width */ - top: 0; + left: 200px; /* match ul width */ + top: 0; } /*** DEMO SKIN ***/ #tertiary-flyout-nav { - background:#FFFFFF repeat-x scroll left bottom; - -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; - -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; - -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; - -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; - border:1px solid #E7E7E7; - display:block; - font-size:12px; - line-height:16px; - margin:0px 0 30px; - padding:0px; - width:215px; + background:#FFFFFF repeat-x scroll left bottom; + -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; + -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; + -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; + -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; + border:1px solid #E7E7E7; + display:block; + font-size:12px; + line-height:16px; + margin:0px 0 30px; + padding:0px; + width:215px; } #tertiary-flyout-nav h3 { - border-bottom:1px dotted #CCCCCC; - color:#535454; - display:block; - font-family:Helvetica,Arial; - font-size:17px; - font-weight:bold; - letter-spacing:0; - margin:0; - padding:8px 0 5px 8px; + border-bottom:1px dotted #CCCCCC; + color:#535454; + display:block; + font-family:Helvetica,Arial; + font-size:17px; + font-weight:bold; + letter-spacing:0; + margin:0; + padding:8px 0 5px 8px; } #tertiary-flyout-nav h3 a { - color:#535454; + color:#535454; } #tertiary-flyout-nav h3 a:hover { - color:#333333; - text-decoration:none; + color:#333333; + text-decoration:none; } #tertiary-flyout-nav ul { - margin-bottom: 5px; + margin-bottom: 5px; } #tertiary-flyout-nav ul a { - padding: 5px 10px; - text-decoration:none; + padding: 5px 10px; + text-decoration:none; } #tertiary-flyout-nav ul a, #tertiary-flyout-nav ul a:visited { /* visited pseudo selector so IE6 applies text colour*/ - color:#6D6D6D; + color:#6D6D6D; } #tertiary-flyout-nav ul a:hover { - color:#333333; + color:#333333; } #tertiary-flyout-nav ul li { - border-top:1px solid #CCCCCC; + border-top:1px solid #CCCCCC; } #tertiary-flyout-nav ul li li { - background: #fff; - border:1px solid #CCCCCC; - border-bottom:none; + background: #fff; + border:1px solid #CCCCCC; + border-bottom:none; } #tertiary-flyout-nav ul li li li { /* third level flyout */ - background: #fff; - border:1px solid #CCCCCC; - border-bottom:none; + background: #fff; + border:1px solid #CCCCCC; + border-bottom:none; } #tertiary-flyout-nav ul li:hover, #tertiary-flyout-nav ul li.sfHover, #tertiary-flyout-nav ul a:focus, #tertiary-flyout-nav ul a:hover, #tertiary-flyout-nav ul a:active { - background: #F0EFEF; - outline: 0; + background: #F0EFEF; + outline: 0; } /*** shadows for all but IE6 ***/ #tertiary-flyout-nav ul ul { - background: no-repeat bottom right; - padding: 0 8px 9px 0; - -moz-border-radius-bottomleft: 17px; - -moz-border-radius-topright: 17px; - -webkit-border-top-right-radius: 17px; - -webkit-border-bottom-left-radius: 17px; - margin-top:-1px; - margin-left:15px; + background: no-repeat bottom right; + padding: 0 8px 9px 0; + -moz-border-radius-bottomleft: 17px; + -moz-border-radius-topright: 17px; + -webkit-border-top-right-radius: 17px; + -webkit-border-bottom-left-radius: 17px; + margin-top:-1px; + margin-left:15px; } #tertiary-flyout-nav ul ul.sf-shadow-off { - background: transparent; + background: transparent; } #tertiary-flyout-nav ul ul ul { /* third level flyout */ - margin-left:50px;/* fixes third level flyout from covering the second level */ + margin-left:50px;/* fixes third level flyout from covering the second level */ } /*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/ #tertiary-flyout-nav ul, #tertiary-flyout-nav ul li { - width: 100%; /* this DID match ul width, until I needed to make the lines liquid */ + width: 100%; /* this DID match ul width, until I needed to make the lines liquid */ } /* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */ #tertiary-flyout-nav ul li:hover ul, #tertiary-flyout-nav ul li.sfHover ul { - left: 200px; /* match ul width */ - top: 0; + left: 200px; /* match ul width */ + top: 0; } @@ -1758,91 +1758,91 @@ pre.code-block { .wikimarkup table { - background-color:#E6E7E8; + background-color:#E6E7E8; } .wikimarkup table img { - border:0px; + border:0px; } .wikimarkup td { - height:3em; - padding-left: 6px; - font-size:11px; - padding:10px 5px; + height:3em; + padding-left: 6px; + font-size:11px; + padding:10px 5px; } .wikimarkup th { - font-size:12px; - font-weight:normal; - padding:0 10px 0 5px; - border-bottom:#999999 dotted 1px; - background: #000000 repeat-x top left; - height:31px; - color:#FFFFFF; - text-align:left; + font-size:12px; + font-weight:normal; + padding:0 10px 0 5px; + border-bottom:#999999 dotted 1px; + background: #000000 repeat-x top left; + height:31px; + color:#FFFFFF; + text-align:left; } .wikimarkup th a { - color:#94aebd; + color:#94aebd; } .wikimarkup tr td { - padding: 0px 10px 0px 5px; + padding: 0px 10px 0px 5px; } .wikimarkup tr:nth-child(2n+1) { /* this targets odd rows in css3 */ - background-color:#FFFFFF; + background-color:#FFFFFF; } .wikimarkup tr:nth-child(2n) { /* this targets even rows in css3 */ - background-color:#F4F3F3; + background-color:#F4F3F3; } .wikimarkup pre { - font-family:"Courier New", Courier, monospace; - font-size:12px; - color:#000000; - background-color:#FFFFFF; - background-repeat:repeat; - border-color:#EEEEEE #EEEEEE #EEEEEE #CCCCCC; - border-style:solid; - border-width:1px 1px 1px 2px; - padding:10px; - max-height:200px; - width:475px; - display:block; - overflow:auto; - white-space:pre; + font-family:"Courier New", Courier, monospace; + font-size:12px; + color:#000000; + background-color:#FFFFFF; + background-repeat:repeat; + border-color:#EEEEEE #EEEEEE #EEEEEE #CCCCCC; + border-style:solid; + border-width:1px 1px 1px 2px; + padding:10px; + max-height:200px; + width:475px; + display:block; + overflow:auto; + white-space:pre; } .wikimarkup ul li { - background: transparent no-repeat left top scroll; - margin-left:-15px; - padding:3px 10px 3px 20px; - list-style:none; + background: transparent no-repeat left top scroll; + margin-left:-15px; + padding:3px 10px 3px 20px; + list-style:none; } .wikimarkup ul li li { - background: none; - margin-left:-5px; - padding-left:0px; - list-style:disc; + background: none; + margin-left:-5px; + padding-left:0px; + list-style:disc; } .wikimarkup ul li li li{ - background: none; - margin-left:5px; - padding-left:0px; - list-style:circle; + background: none; + margin-left:5px; + padding-left:0px; + list-style:circle; } .wikimarkup ul li li li li{ - background: transparent no-repeat left top scroll; - margin-left:-15px; - padding:3px 10px 3px 20px; - list-style:none; + background: transparent no-repeat left top scroll; + margin-left:-15px; + padding:3px 10px 3px 20px; + list-style:none; } @@ -1852,7 +1852,7 @@ pre.code-block { #badges .tools, #badges .jopr, #badges .arquillian, #mailing-lists dt { - /*font-family:'PT Sans';*/ + /*font-family:'PT Sans';*/ } @@ -1864,24 +1864,24 @@ pre.code-block { } #twitter_update_list li { - list-style-type: none; - display:block; - padding-right:0px; + list-style-type: none; + display:block; + padding-right:0px; } #twitter_update_list span { - background:transparent no-repeat left top; - color: #333333; - display: block; - padding-left: 22px; - clear:both; - text-align:left; + background:transparent no-repeat left top; + color: #333333; + display: block; + padding-left: 22px; + clear:both; + text-align:left; } #twitter_update_list span.tweetWithUserIcon { - background:none; - padding-left:5px; - padding-bottom:5px; - border-bottom:1px dotted #CCCCCC; + background:none; + padding-left:5px; + padding-bottom:5px; + border-bottom:1px dotted #CCCCCC; } span.tweetWithUserIcon img { width:30px; @@ -1889,23 +1889,23 @@ span.tweetWithUserIcon img { } #twitter_update_list a { - float:right; - text-decoration:none; - color: #CCC; - padding-bottom:8px; - text-align:right; - margin-left:0px; + float:right; + text-decoration:none; + color: #CCC; + padding-bottom:8px; + text-align:right; + margin-left:0px; } #twitter_update_list span a { - text-align:left; - display:inline; - color:#336699; - float:none; + text-align:left; + display:inline; + color:#336699; + float:none; } #twitter_update_list a:hover { - text-decoration: underline; - color: #999999; + text-decoration: underline; + color: #999999; } @@ -1970,138 +1970,138 @@ h2.el-idc3 em, } .project_team .project_team_member_admin { /* gold star */ - background-position: -16px -1232px; - /*background-position: -80px -1232px; silver star */ + background-position: -16px -1232px; + /*background-position: -80px -1232px; silver star */ margin: 0px 0px 0 5px; - float:left; - padding-left:20px; + float:left; + padding-left:20px; } .project_team .project_team_member_admin a { - float:left; + float:left; } /* =Breadcrumbs */ #main #breadcrumb { - margin:-10px 0 10px; - text-shadow:1px 1px #c6cfda; + margin:-10px 0 10px; + text-shadow:1px 1px #c6cfda; } #main #breadcrumb span { padding: 2px 7px; - background-color:#bbc3cd; - border-radius: 5px; - -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; - + background-color:#bbc3cd; + border-radius: 5px; + -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; + -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; + -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; + } /* =Directory Listing paragraph - Downloads */ .directory-listing { - background-color:#FAFBFC; - border:1px solid #E7EDF2; - padding:10px 7px; - border-radius: 5px; - -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; - -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; - + background-color:#FAFBFC; + border:1px solid #E7EDF2; + padding:10px 7px; + border-radius: 5px; + -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; + -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; + -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; + } .directory-listing .lastRelease { - color: #545353; + color: #545353; font-size: 15px; - padding: 0 0px; + padding: 0 0px; } .directory-listing .lastRelease a { - font-weight:bold; - text-decoration:underline; + font-weight:bold; + text-decoration:underline; } .directory-listing .folderDescription { - padding: 0 0px 15px 0; + padding: 0 0px 15px 0; } .directory-listing .parent { - background:transparent no-repeat left top; - padding-left:20px; + background:transparent no-repeat left top; + padding-left:20px; } .directory-listing .folder { - background:transparent no-repeat left top; - padding-left:20px; - white-space:nowrap; + background:transparent no-repeat left top; + padding-left:20px; + white-space:nowrap; } .directory-listing .info { - background:transparent no-repeat left top; - padding-left:20px; - display:block; - height:16px; + background:transparent no-repeat left top; + padding-left:20px; + display:block; + height:16px; } .directory-listing a.info:hover { - text-decoration:none; + text-decoration:none; } .directory-listing tr.header th a { - background:transparent no-repeat right top; - padding-right:15px; - margin-right:10px; - color:#ACCDDD; + background:transparent no-repeat right top; + padding-right:15px; + margin-right:10px; + color:#ACCDDD; } .directory-listing tr.header th a:hover { - color:#8DC5E0; - text-decoration:none; + color:#8DC5E0; + text-decoration:none; } .directory-listing .checksum { - color:#999; + color:#999; } .directory-listing .list-info { - + } .directory-listing td a { - font-size:12px; + font-size:12px; } .directory-listing .dlRssLink { - float:right; + float:right; } .directory-listing .dlRssLink .display { - display:none; + display:none; } .directory-listing .dlRssLink a { - background:transparent no-repeat right top; - padding-right:18px; + background:transparent no-repeat right top; + padding-right:18px; } .directory-listing .dlRssLink a:hover { - background:transparent no-repeat right top; + background:transparent no-repeat right top; } div.share-page { - float: right; + float: right; } .share-page > a { - padding-right: 5px; - text-decoration: none; + padding-right: 5px; + text-decoration: none; } .svg-icon { - height: 16px; - width: 16px; + height: 16px; + width: 16px; } .release-container { - margin-top: 3px; + margin-top: 3px; } .release { - border-top: 1px solid black; - margin-top: 15px; - padding: 10px; + border-top: 1px solid black; + margin-top: 15px; + padding: 10px; } .release li { - list-style-type: circle; + list-style-type: circle; } diff --git a/public/css/styles.css b/public/css/styles.css index 224d82a..863becc 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -6,15 +6,15 @@ author: JBoss Community Team body { font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; - background-color:#BAC3CD; - color: #555; - margin:0px; - padding:0px; + background-color:#BAC3CD; + color: #555; + margin:0px; + padding:0px; } /*------------- =Layout Cheats --------------*/ img { - border:none; + border:none; } .clearfix { clear: both; @@ -33,19 +33,19 @@ img { } .clearfix2 { - min-height:0; + min-height:0; } br.clearfix { - clear:both; - line-height:0px; + clear:both; + line-height:0px; } .spacer { - background: no-repeat top left transparent; + background: no-repeat top left transparent; } a:hover .spacer { - text-decoration:none; + text-decoration:none; } @@ -55,223 +55,223 @@ a:hover .spacer { /* =Layout --------------------- */ #wrapper { - background: #f3f3f3 repeat-x 0 0; - padding-top:3px; - position: relative; - overflow:hidden; + background: #f3f3f3 repeat-x 0 0; + padding-top:3px; + position: relative; + overflow:hidden; } #maincontent-wrapper { - margin:0 10px; + margin:0 10px; } #branding { - position: relative; - margin: 0 auto 0px auto; - background: transparent repeat-x 0 0; - height:57px; + position: relative; + margin: 0 auto 0px auto; + background: transparent repeat-x 0 0; + height:57px; } #top_subnav_branding { - position: relative; - margin: 0 auto 0px auto; - /*box-shadow:3px 3px 3px #ccc; - height:131px; need this to help Opera - background-color:#bcbcbc; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius: 5px 5px 0 0; border-radius:5px 5px 0 0; */ + position: relative; + margin: 0 auto 0px auto; + /*box-shadow:3px 3px 3px #ccc; + height:131px; need this to help Opera + background-color:#bcbcbc; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius: 5px 5px 0 0; border-radius:5px 5px 0 0; */ } #project #top_subnav_branding { - background-color:transparent; + background-color:transparent; } #top_subnav_branding img {/* this targets the community template micro-site banners */ - padding:0 5px; + padding:0 5px; } #community #top_subnav_branding #banner img {/* this targets the community template micro-site banners */ - padding:0; + padding:0; } #project #top_subnav_branding #banner img { /* this targets the project template banners */ - position: relative; + position: relative; z-index: 99; - padding:0px; + padding:0px; } -.community-banner { /* this is to be used for community banners that must be added in by html rather than uploaded */ - max-width:1175px; - overflow:hidden; - margin:5px 5px 0 0; - padding-top:5px; +.community-banner { /* this is to be used for community banners that must be added in by html rather than uploaded */ + max-width:1175px; + overflow:hidden; + margin:5px 5px 0 0; + padding-top:5px; } #proj_announce-whole, #proj_announce { - display:none; /* this is to remove the old banner and show the new banner beneath it */ - overflow:hidden; - margin-top: -110px; /* this is negatively indented to cover up the 1180px project-banner or default-banner below it */ - height:110px; /* this is to give it a height to keep the proj_nav from coming up when the image isn't used */ + display:none; /* this is to remove the old banner and show the new banner beneath it */ + overflow:hidden; + margin-top: -110px; /* this is negatively indented to cover up the 1180px project-banner or default-banner below it */ + height:110px; /* this is to give it a height to keep the proj_nav from coming up when the image isn't used */ } #proj_announce h3, #proj_announce h2 { - display:none; /* hides old html logo and tagline */ + display:none; /* hides old html logo and tagline */ } #banner { - overflow:hidden; + overflow:hidden; } #wrapper-2 { - background: #a8a8a8 repeat-x 0 0; - margin: 0px auto 0; - /*-webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px;*/ - /*box-shadow:0 2px 3px #7B8185;*/ + background: #a8a8a8 repeat-x 0 0; + margin: 0px auto 0; + /*-webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px;*/ + /*box-shadow:0 2px 3px #7B8185;*/ position: relative; z-index: 1; - padding-bottom:5px; + padding-bottom:5px; } #wrap-content { - background-color:#FFF; - padding:0px; - margin:0 5px 0px; - -webkit-border-bottom-left-radius:4px; - -webkit-border-bottom-right-radius:4px; - -moz-border-radius: 0px 0px 4px 4px; border-radius:0px 0px 4px 4px; + background-color:#FFF; + padding:0px; + margin:0 5px 0px; + -webkit-border-bottom-left-radius:4px; + -webkit-border-bottom-right-radius:4px; + -moz-border-radius: 0px 0px 4px 4px; border-radius:0px 0px 4px 4px; } #wrapper-3 { - float: left; - display: inline; /* IE 6 */ - margin:0px; - width: 700px; - width: 100%; - /*overflow:hidden; this is making anchors get hidden in overflow */ - -webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px; - line-height:1.5; - background-color:#FFF; - } + float: left; + display: inline; /* IE 6 */ + margin:0px; + width: 700px; + width: 100%; + /*overflow:hidden; this is making anchors get hidden in overflow */ + -webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px; + line-height:1.5; + background-color:#FFF; + } #subnav_footer, #projsubnav_footer, #nav-footer, #tabnav { - margin:0px auto; - font-weight:bold; - display:block; + margin:0px auto; + font-weight:bold; + display:block; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - font-size:12px; - height:100%; - max-width:1180px; - min-width:768px; - text-align:left; + font-size:12px; + height:100%; + max-width:1180px; + min-width:768px; + text-align:left; } #subnav_footer li.current .notch, #projsubnav_footer li.current .notch, #nav-footer li.current .notch, #tabnav li.current .notch { - display:none; + display:none; } #subnav_footer { - display:none; /* hides footer until Rysiek can remove by script */ + display:none; /* hides footer until Rysiek can remove by script */ } #site-info { - clear: both; - overflow: hidden; - height: 1%; /* IE 6 */ - margin:0 auto; /* to center the footer div */ - text-align:center;/* to center the footer div */ + clear: both; + overflow: hidden; + height: 1%; /* IE 6 */ + margin:0 auto; /* to center the footer div */ + text-align:center;/* to center the footer div */ } /* =right col layout ----------------------------*/ .rightcol-layout #rightcolumn{ - float:right; - margin-left:-300px; - background: no-repeat scroll right top #EFEFEF; + float:right; + margin-left:-300px; + background: no-repeat scroll right top #EFEFEF; } .rightcol-layout #main-wrapper{ - float:left; - width:100%; - background-color: #EFEFEF; + float:left; + width:100%; + background-color: #EFEFEF; } .rightcol-layout #main { - margin:0 300px 0 0; + margin:0 300px 0 0; } /* =left col layout ----------------------------*/ .leftcol-layout #leftcolumn{ - float:left; - margin-right:-300px; - background-color: #FAFAFA; /* light grey */ - background-image: -webkit-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -moz-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -ms-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -o-linear-gradient(top, #FFF, #FAFAFA 60px); - padding-bottom: 40px; + float:left; + margin-right:-300px; + background-color: #FAFAFA; /* light grey */ + background-image: -webkit-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -moz-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -ms-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -o-linear-gradient(top, #FFF, #FAFAFA 60px); + padding-bottom: 40px; } .leftcol-layout #main-wrapper{ - width:100%; - background-color: #FAFAFA; - overflow: hidden; /* without this the main column drops below the left column */ + width:100%; + background-color: #FAFAFA; + overflow: hidden; /* without this the main column drops below the left column */ } .leftcol-layout #main { - margin:0 0 0 300px; - background: no-repeat scroll right top #FFF; + margin:0 0 0 300px; + background: no-repeat scroll right top #FFF; } /* =both col layout ----------------------------*/ .bothcol-layout #rightcolumn{ - float:right; - margin-left:-300px; - background: no-repeat scroll right top #EFEFEF; - padding-bottom: 40px; + float:right; + margin-left:-300px; + background: no-repeat scroll right top #EFEFEF; + padding-bottom: 40px; } .bothcol-layout #leftcolumn{ - float:left; - margin-right:-300px; - background-color:#FAFAFA; /* light grey */ - background-image: -webkit-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -moz-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -ms-linear-gradient(top, #FFF, #FAFAFA 60px); - background-image: -o-linear-gradient(top, #FFF, #FAFAFA 60px); - padding-bottom: 40px; - position: relative ; /* this fixes issue with left column links being unclickable */ + float:left; + margin-right:-300px; + background-color:#FAFAFA; /* light grey */ + background-image: -webkit-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -moz-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -ms-linear-gradient(top, #FFF, #FAFAFA 60px); + background-image: -o-linear-gradient(top, #FFF, #FAFAFA 60px); + padding-bottom: 40px; + position: relative ; /* this fixes issue with left column links being unclickable */ } .bothcol-layout #main-wrapper { - float:left; - width:100%; + float:left; + width:100%; } .bothcol-layout #main { - margin:0 300px 0 300px; + margin:0 300px 0 300px; } /* =no col layout ----------------------------*/ .nocol-layout #main-wrapper { - background: no-repeat scroll right top #FFFFFF; + background: no-repeat scroll right top #FFFFFF; } #community #main-wrapper{ - background-image:none; /* removes the dogear */ - /*overflow:hidden; this is messing up anchors */ - -webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px; + background-image:none; /* removes the dogear */ + /*overflow:hidden; this is messing up anchors */ + -webkit-border-radius:4px; -moz-border-radius: 4px; border-radius:4px; } #home .nocol-layout #main-wrapper { - background: repeat scroll 0 0 #A8A8A8; + background: repeat scroll 0 0 #A8A8A8; } .nocol-layout #main { - background:none; + background:none; } #main { - /*background: repeat-y scroll right top #FFFFFF;*/ - background-color:#FFF; - /*overflow: hidden; IE 6 */ - padding:30px; - margin-bottom:5px; - min-height:650px; /* long enough to keep the primary nav dropdowns from getting cropped off */ + /*background: repeat-y scroll right top #FFFFFF;*/ + background-color:#FFF; + /*overflow: hidden; IE 6 */ + padding:30px; + margin-bottom:5px; + min-height:650px; /* long enough to keep the primary nav dropdowns from getting cropped off */ } .column { - /*display: inline; temp remove IE 6 */ - width: 270px; - padding:30px 15px 0px;/* brings grey column down to the bottom of the wrapper */ - /*margin-bottom: -32747px; /* brings grey column down to the bottom of the wrapper */ - margin-top:0px; + /*display: inline; temp remove IE 6 */ + width: 270px; + padding:30px 15px 0px;/* brings grey column down to the bottom of the wrapper */ + /*margin-bottom: -32747px; /* brings grey column down to the bottom of the wrapper */ + margin-top:0px; } #community #main-wrapper #main { - background-image:none; /* removes the dogear */ + background-image:none; /* removes the dogear */ } @@ -293,119 +293,119 @@ a:hover .spacer { width: 1px; } #branding { - color: #fff; + color: #fff; } #logo { - background: transparent no-repeat top right; /* rounded corners and shadow */ - overflow: hidden; - position: relative; - height: 65px; + background: transparent no-repeat top right; /* rounded corners and shadow */ + overflow: hidden; + position: relative; + height: 65px; } #logo span { - background: transparent no-repeat 0 0; - position: absolute; - background-repeat: no-repeat; - background-position: 0 0; - z-index: 10; - display: block; - top: 0; - left: 0; - height: 57px; - width: 233px; + background: transparent no-repeat 0 0; + position: absolute; + background-repeat: no-repeat; + background-position: 0 0; + z-index: 10; + display: block; + top: 0; + left: 0; + height: 57px; + width: 233px; } #logo span:hover { - background: transparent no-repeat 0 -57px; + background: transparent no-repeat 0 -57px; } #logo strong, #logo em { - overflow: hidden; - position: relative; - color: #000; - margin-left:-9999px; + overflow: hidden; + position: relative; + color: #000; + margin-left:-9999px; } #logo em { - position: absolute; - z-index: 11; - left: 80px; - bottom: 0; - width: 100%; - height: 30px; - color: #336699; - font-size: 130%; - font-style: normal; - font-weight: bold; - line-height: 1.2em; - white-space: nowrap; + position: absolute; + z-index: 11; + left: 80px; + bottom: 0; + width: 100%; + height: 30px; + color: #336699; + font-size: 130%; + font-style: normal; + font-weight: bold; + line-height: 1.2em; + white-space: nowrap; } #logo a { - position: absolute; - display: block; - left: 0; - width: 233px; - height: 40px; - padding: 10px 0; - cursor: pointer; + position: absolute; + display: block; + left: 0; + width: 233px; + height: 40px; + padding: 10px 0; + cursor: pointer; } #logo a:hover { - text-decoration: none; + text-decoration: none; } #logo a img { - display: none; + display: none; } /* =Searach */ #search-box { - position: absolute; - top: 15px; - right: 0; - padding-right:5px; - z-index:103; /* this is higher than the dropmenudiv */ + position: absolute; + top: 15px; + right: 0; + padding-right:5px; + z-index:103; /* this is higher than the dropmenudiv */ } #search-box input { - margin: 0 0px 8px 0; - border: 0px; - width: 150px; - padding: 3px 0 3px 5px; - -webkit-border-radius:10px;-moz-border-radius: 10px; border-radius:10px; + margin: 0 0px 8px 0; + border: 0px; + width: 150px; + padding: 3px 0 3px 5px; + -webkit-border-radius:10px;-moz-border-radius: 10px; border-radius:10px; } #search-box input:focus, #search-box input.a11y-focus { - background: #fff; - border: 1px solid #abc4d5; + background: #fff; + border: 1px solid #abc4d5; } #search-box input#searchbar { - background: no-repeat top right #6b7c86; + background: no-repeat top right #6b7c86; } #search-box input.search-arrow { - position:absolute; - right: 8px; + position:absolute; + right: 8px; top: -1px; - width: 16px; - height: 16px; + width: 16px; + height: 16px; } #search-box .button { - background: transparent 0 0 no-repeat; - width: auto; - margin: 0; - color: #fff; - cursor: pointer; + background: transparent 0 0 no-repeat; + width: auto; + margin: 0; + color: #fff; + cursor: pointer; } #search-box .button:hover, #search-box .button:active, #search-box .button:focus { - background: #333; - color: #fff; - border: 1px solid #abc4d5; - border-right: 1px solid #4d4d4d; - border-bottom: 1px solid #4d4d4d; + background: #333; + color: #fff; + border: 1px solid #abc4d5; + border-right: 1px solid #4d4d4d; + border-bottom: 1px solid #4d4d4d; } #search-box a.button { - width: 100px; - display: inline; - border: none; - padding: 3px 10px 2px 10px; + width: 100px; + display: inline; + border: none; + padding: 3px 10px 2px 10px; } @@ -413,193 +413,193 @@ a:hover .spacer { /* =nav meta */ #nav-meta { - position: absolute; - right: 100px; - top: 19px; + position: absolute; + right: 100px; + top: 19px; } #nav-meta ul { - margin:0px; + margin:0px; } #nav-meta ul li { - float: left; - margin: 0 2px 0 0; - list-style: none; - font-size: 10px; - height: 17px; - color: #8C8F91; + float: left; + margin: 0 2px 0 0; + list-style: none; + font-size: 10px; + height: 17px; + color: #8C8F91; } #nav-meta ul #jbssologininfo1 a img { - margin-top:-6px; + margin-top:-6px; } #nav-meta ul li a { - color: #ececec; - color: #C9D4E4; - margin: 0 4px; - padding: 0; - text-decoration: none; - font-size:11px; - vertical-align: top; + color: #ececec; + color: #C9D4E4; + margin: 0 4px; + padding: 0; + text-decoration: none; + font-size:11px; + vertical-align: top; } #nav-meta ul li a:hover, #nav-meta ul li a:active, #nav-meta ul li a:focus { - color: #FFF; - /*border-bottom: 1px dotted #6A8EA4 ;*/ - outline:0 none; + color: #FFF; + /*border-bottom: 1px dotted #6A8EA4 ;*/ + outline:0 none; } #dropmenudiv { - margin:-10px 0 0 0px; - background:#6b7c86 bottom left no-repeat; - /*border:1px solid #243447; - border-top:none; */ + margin:-10px 0 0 0px; + background:#6b7c86 bottom left no-repeat; + /*border:1px solid #243447; + border-top:none; */ color: #fff; - position: absolute; - z-index: 1; /* this now lower than proj_nav or sub_nav and the #search-box (was 102 to be higher than the proj_nav and sub_nav) */ - padding: 14px 0px 4px 5px; - text-decoration:none; - text-align: left; - width:auto; /* this isn't working with new percentages */ - -webkit-border-radius:5px; - -moz-border-radius: 0px 0px 5px 5px; - border-radius:0px 0px 5px 5px; - overflow:hidden; - } + position: absolute; + z-index: 1; /* this now lower than proj_nav or sub_nav and the #search-box (was 102 to be higher than the proj_nav and sub_nav) */ + padding: 14px 0px 4px 5px; + text-decoration:none; + text-align: left; + width:auto; /* this isn't working with new percentages */ + -webkit-border-radius:5px; + -moz-border-radius: 0px 0px 5px 5px; + border-radius:0px 0px 5px 5px; + overflow:hidden; + } #dropmenudiv a { - width: 146px; /* matches the inline width of the #dropmenudiv inline */ - display: block; - text-indent: 6px; - margin:2px 0px 2px -5px; - padding: 2px 0px ; - text-decoration: none; - color: #c0c8d1; - white-space:nowrap; - font-size: 10px; - font-weight:bold; - text-shadow:1px 1px 1px #454646; - text-decoration: none; - font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; - } + width: 146px; /* matches the inline width of the #dropmenudiv inline */ + display: block; + text-indent: 6px; + margin:2px 0px 2px -5px; + padding: 2px 0px ; + text-decoration: none; + color: #c0c8d1; + white-space:nowrap; + font-size: 10px; + font-weight:bold; + text-shadow:1px 1px 1px #454646; + text-decoration: none; + font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; + } #dropmenudiv a:hover { - color: #fff; - /*background-color:#6b7c86; */ - display:block !important; - font-style:normal; - white-space:nowrap; - font-size: 10px; - } + color: #fff; + /*background-color:#6b7c86; */ + display:block !important; + font-style:normal; + white-space:nowrap; + font-size: 10px; + } /* =Primary Nav */ #primarynav { - display:block; - width:100%; - /*height:37px;*/ - /*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/ - font-family:Helvetica, Arial, sans-serif; - font-size:13px; - position:absolute; - top:0px; - left:168px; - z-index:9999; /* this is HIGHER than #sub_nav and #proj_nav AND #jive-userbar in CS to keep dropdowns order (was 13 before 5/14/10) */ - } + display:block; + width:100%; + /*height:37px;*/ + /*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/ + font-family:Helvetica, Arial, sans-serif; + font-size:13px; + position:absolute; + top:0px; + left:168px; + z-index:9999; /* this is HIGHER than #sub_nav and #proj_nav AND #jive-userbar in CS to keep dropdowns order (was 13 before 5/14/10) */ + } #primarynav ul{ - position:absolute; /* this makes the ul lists overlap */ - } + position:absolute; /* this makes the ul lists overlap */ + } #primarynav ul li{ - /*background: no-repeat scroll 0 -398px ;*/ - text-align:center; - list-style:none; - padding:0; - height:53px; - margin:0; - _margin-top:-1px; /* hack for IE 6 */ - } + /*background: no-repeat scroll 0 -398px ;*/ + text-align:center; + list-style:none; + padding:0; + height:53px; + margin:0; + _margin-top:-1px; /* hack for IE 6 */ + } #primarynav ul li.current { - background-color:#232E3C; - } + background-color:#232E3C; + } #primarynav ul li.current .notch { - display:none; - } + display:none; + } #primarynav ul li.enterprise { - /*background: no-repeat scroll 0 -318px ; */ - } + /*background: no-repeat scroll 0 -318px ; */ + } #primarynav ul li a { - background: repeat-x scroll 0 0 transparent; /* this is to keep the metanav from running over the primarynav with long login names */ - color:#C9D4E4;/* lightest blue */ - text-decoration: none; - font-size:12px; - padding: 19px 15px; /* also in small.css */ - overflow:hidden; - text-shadow:0 1px 1px #000; - font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; - text-transform:uppercase; - } + background: repeat-x scroll 0 0 transparent; /* this is to keep the metanav from running over the primarynav with long login names */ + color:#C9D4E4;/* lightest blue */ + text-decoration: none; + font-size:12px; + padding: 19px 15px; /* also in small.css */ + overflow:hidden; + text-shadow:0 1px 1px #000; + font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; + text-transform:uppercase; + } #primarynav ul li.current a { - background: no-repeat bottom center transparent; - padding-bottom:20px; - } + background: no-repeat bottom center transparent; + padding-bottom:20px; + } #primarynav ul li li.current a { - margin-left:-1px; + margin-left:-1px; } #primarynav ul li li:hover { - background-image:none; /* removes above background image above on dropdowns */ - background-color:#6F7885; /* med blue-grey */ + background-image:none; /* removes above background image above on dropdowns */ + background-color:#6F7885; /* med blue-grey */ } #primarynav ul li:hover a { - color:#FFF; - text-shadow:1px 1px 1px #667A8E; - text-decoration:none; + color:#FFF; + text-shadow:1px 1px 1px #667A8E; + text-decoration:none; } /* =Sub navigation and Project navigation (merge these all into sub_nav when we have time, because they are exacly the same below the first div class) -------------------- */ #sub_nav { - margin:5px 0 0 0; - background: #bebebe; - font-weight:bold; - font-size:12px; - font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - position:relative; - z-index:101; /* was 11 - higher than proj_nav (might need to make jive-userbar higher to keep dropdown order */ - height:26px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius: 5px 5px 0px 0px; border-radius:5px 5px 0px 0px; - } + margin:5px 0 0 0; + background: #bebebe; + font-weight:bold; + font-size:12px; + font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; + position:relative; + z-index:101; /* was 11 - higher than proj_nav (might need to make jive-userbar higher to keep dropdown order */ + height:26px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius: 5px 5px 0px 0px; border-radius:5px 5px 0px 0px; + } .sub_nav_empty { height: 5px !important; } #proj_nav { - margin:-12px 0 0 0;/* this brings proj_nav up over stage to show banner behind rounded corners and bring dropshadow on stage behind proj_nav */ - background: #bebebe; - font-weight:bold; - font-size:12px; - font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - position:relative; - z-index:100; /* this is LOWER than #primary_nav (but NOT (need to make searchbar 111higher than #jive-userbar to keep dropdowns order) IT USED TO BE 10 */ - height:26px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius: 5px 5px 0px 0px; border-radius:5px 5px 0px 0px; - } + margin:-12px 0 0 0;/* this brings proj_nav up over stage to show banner behind rounded corners and bring dropshadow on stage behind proj_nav */ + background: #bebebe; + font-weight:bold; + font-size:12px; + font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; + position:relative; + z-index:100; /* this is LOWER than #primary_nav (but NOT (need to make searchbar 111higher than #jive-userbar to keep dropdowns order) IT USED TO BE 10 */ + height:26px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius: 5px 5px 0px 0px; border-radius:5px 5px 0px 0px; + } #proj_nav ul, #sub_nav ul{ - position:absolute; /* this makes the ul lists overlap the content area */ - padding-left:7px; /* needs be the same width as the projnav-shadow.png */ + position:absolute; /* this makes the ul lists overlap the content area */ + padding-left:7px; /* needs be the same width as the projnav-shadow.png */ width:100%; height:26px; } diff --git a/public/css/wide.css b/public/css/wide.css index ba37176..f16ce5c 100644 --- a/public/css/wide.css +++ b/public/css/wide.css @@ -13,23 +13,23 @@ bigger than 1200 px #nav-global, #nav-global ul, #nav-global ul ul { - max-width: 1180px; + max-width: 1180px; } .col-subcol #wrapper-3 { - max-width:1170px; + max-width:1170px; } /* 2 column layout: no nav | main | sidebar */ .col-subcol-equal #wrapper-3 { - max-width:1170px; + max-width:1170px; } /* 3 column layout: | main | sidebar | sidebar */ .col-subcol-subcol #wrapper-3 { - max-width:1170px; + max-width:1170px; } .col-subcol-subcol #main { - width: 460px; + width: 460px; } /* 1 column layout: no nav | main | sidebar */ @@ -38,7 +38,7 @@ bigger than 1200 px .col-float2 #main, .col-float3 #wrapper-3, .col-float3 #main { - max-width:1170px; + max-width:1170px; } @@ -46,18 +46,18 @@ bigger than 1200 px /* 2 column layout: | main (floating teasers) | subcol */ .col-float2-subcol #wrapper-3, .col-float2-subcol #main { - width: 700px; + width: 700px; } /* 2 column layout: | main (floating teasers) | subcol */ .nav-col-float2 #wrapper-3, .nav-col-float2 #main { - width: 700px; + width: 700px; } /* 2 col Project Page layout */ #wrapper-3 #main { -/*max-width:813px; temp remove - liquid */ +/*max-width:813px; temp remove - liquid */ } @@ -65,20 +65,20 @@ bigger than 1200 px ---------- */ #promos { - clear: none; - float: right; - margin: 0; - padding: 0 0 20px 0; - width: 220px; + clear: none; + float: right; + margin: 0; + padding: 0 0 20px 0; + width: 220px; } .promo { - float: left; - display: inline; /* IE 6 */ - margin: 0 0 20px 0; - background: #ede39e; + float: left; + display: inline; /* IE 6 */ + margin: 0 0 20px 0; + background: #ede39e; } #promo-3 { - margin-right: 0; + margin-right: 0; } @@ -91,18 +91,18 @@ bigger than 1200 px /* ##################### Inside #Stage */ #stage div.tw-switcher { - width: 1178px; + width: 1178px; } .js-on #stage div.tw-switcher .rack { - width: 1126px; + width: 1126px; } /* ##################### Inside #wrapper-2 -> Base Element */ #wrapper-2 div.tw-switcher { - width: 1178px; + width: 1178px; } .js-on #wrapper-2 div.tw-switcher .rack { - width: 1126px; + width: 1126px; } @@ -113,19 +113,19 @@ Inside #wrapper-2 -> Base Element */ /* ##################### Inside #Stage */ #stage div.tw-images { - width: 1178px; + width: 1178px; } .js-on #stage div.tw-images .rack { - width: 1140px; + width: 1140px; } /* ##################### Inside #wrapper-2 -> Base Element */ #wrapper-2 div.tw-images { - /*width: 1178px;*/ + /*width: 1178px;*/ width:1130px; } .js-on #wrapper-2 div.tw-images .rack { - width: 1140px; + width: 1140px; } @@ -137,43 +137,43 @@ width:1130px; /* ##################### Inside #Stage */ #stage div.tw-paging { - width: 1178px; + width: 1178px; } .js-on #stage div.tw-paging .rack { - width: 1172px; - height: 350px; + width: 1172px; + height: 350px; } .js-on #stage div.tw-paging .rack-teaser { - width: 1172px; - height: 350px; - padding: 0; + width: 1172px; + height: 350px; + padding: 0; } #stage div.tw-paging .rack-teaser img { - width: 1172px; - height: 399px; + width: 1172px; + height: 399px; } /* ##################### Inside #wrapper-2 -> Base Element */ #wrapper-2 div.tw-paging { - width: 1178px; + width: 1178px; } .js-on #wrapper-2 div.tw-paging .rack { - width: 1155px; + width: 1155px; } #wrapper-2 div.tw-paging .rack-teaser { - width: 1155px; + width: 1155px; } #wrapper-2 div.tw-paging .rack-teaser h2 { - width: 765px; + width: 765px; } #wrapper-2 div.tw-paging .mod h2 { - width: 100%; + width: 100%; } #wrapper-2 div.tw-paging .rack-teaser p { - width: 750px; + width: 750px; } #wrapper-2 div.tw-paging .mod p { - width: 100%; + width: 100%; } @@ -185,26 +185,26 @@ Inside #wrapper-2 -> Base Element */ /* ##################### Inside #Stage */ #stage div.tw-slider { - width: 1178px; + width: 1178px; } .js-on #stage div.tw-slider .rack { - width: 1138px; + width: 1138px; } #stage div.tw-slider .slider-bar { - background: #000 0 0 no-repeat; - width: 966px; + background: #000 0 0 no-repeat; + width: 966px; } /* ##################### Inside #wrapper-2 -> Base Element */ #wrapper-2 div.tw-slider { - width: 1178px; + width: 1178px; } .js-on #wrapper-2 div.tw-slider .rack { - width: 1138px; + width: 1138px; } #wrapper-2 div.tw-slider .slider-bar { - background: #000 0 0 no-repeat; - width: 966px; + background: #000 0 0 no-repeat; + width: 966px; }