custom.css

custom.css — Cascading Style Sheet, 2Kb

Bestandsinhoud

/* Custom style for green WageIndicator skin*/

body {
  background-color: #91A100;
  background-image: url('/root_images/custom-stylesheet-images/green-bg.gif');
}

.portlet_header_logo {
  background-image: url('/root_images/custom-stylesheet-images/green-logoicon.gif');
}


/* ----------------------
 * PATH_BAR VIEWLET
 * ----------------------
 */

#portal-top {
  background-color: #1F0014;
}

#wageindicator_path_bar {
  color: #FFFFFF;
  background-color: #1F0014;
}

/* ----------------------
 * POWEREDBY VIEWLET
 * ----------------------
 */  

#wageindicator_poweredby {
  background-color: #1F0014;
}

/* ----------------------
 * FOOTER VIEWLET
 * ----------------------
 */ 

#wageindicator_footer {
  background-color: #1F0014;
}


/* ----------------------
 * EXTERNAL LINKS PORTLET
 * ----------------------
 */

#wageindicator_external_links li a {
  background-color: #293C77;
}

#wageindicator_external_links li a:hover {
  background: #0170B7;
}

/* ------------
 * MENU PORTLET
 * ------------
 */

#wageindicator_menu a {
  background-color: #91A603 !important;
}

#wageindicator_menu a:hover {
  background: #4F5900 !important;
}

#wageindicator_menu a.active {
  background-color: #1F0014 !important;
}

#wageindicator_menu a.active:hover {
  background: #1F0014 !important;
}

#wageindicator_menu li.level_3 a {
  background-color: #E7E7E7 !important;
  color: #5B5F37 !important;
}

#wageindicator_menu li.level_3 a:hover {
  background: #4F5900 !important;
}

#wageindicator_menu li.level_3 a.active {
  background-color: #4F5900 !important;
}

#wageindicator_menu li.level_3 a.active:hover {
  background-color: #4F5900 !important;
}

/* ----------------------
 * TEASERS
 * ----------------------
 */


.teaserTitle {
  color: #536a01;
}

.teaser_item .teaserTitle a {
  color: #536a01 !important;
  font-weight: bold !important;
}

.teaser_item {
  background-color:#ffffff;
}

.teaser_item.left{
  background-color:#f3f3f3;
}

.teaser_item a {
  color: #536a01;
  font-weight: normal !important;
}

.teaser_item a:visited {
  color: #536a01 !important;
}

.teaser_item.right.Orange a{
  font-weight: normal;
  color: #f7f454 !important;
}

.teaser_item.right.Green {
  background-color: #63890f !important;
}

.teaser_item.right.Green a{
  font-weight: normal;
  color: #ffe64d !important;
}

.teaser_item.right.Pink {
  background-color: #ebebeb !important;
  color: #000000 !important;
}
.teaser_item.right.Pink h1,
.teaser_item.right.Pink h2,
.teaser_item.right.Pink h3{
  color: #000000 !important;
}
.teaser_item.right.Pink a {
  color: #596d0a !important;
}

.teaser_item.right.Lightblue h1,
.teaser_item.right.Lightblue h2,
.teaser_item.right.Lightblue h3{
  color: #536a01 !important;
}

.teaser_item.full_width.Blue {
  background-color: #3d3d3d !important;
}



Share |