custom.css

custom.css — Cascading Style Sheet, 3Kb

Contenido del Archivo

/* Custom style for pink WageIndicator skin*/

body {
  background-color: #a10063;
  background-image: url('/root_images/custom-stylesheet-images/pink-bg.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;
}

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



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

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

#wageindicator_menu a.lightblue {
  background-color: #2088DF !important;
}

#wageindicator_menu a.lightblue:hover {
  background-color: #23387B !important;
}

#wageindicator_menu a.pink {
  background-color: #970061 !important;
}

#wageindicator_menu a.pink:hover {
  background-color: #D00191 !important;
}

#wageindicator_menu a.orange {
  background-color: #FC7F00 !important;
}

#wageindicator_menu a.orange:hover {
  background-color: #D65400 !important;
}

#wageindicator_menu a.purple {
  background-color: #CB32DB !important;
}

#wageindicator_menu a.purple:hover {
  background-color: #8C00A1 !important;
}

#wageindicator_menu a.blackwhite {
  background-color: #868686 !important;
}

#wageindicator_menu a.blackwhite:hover {
  background-color: #ff8023 !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: #FDAFE1 !important;
  color: #540235 !important;
}

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

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

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

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


.teaserTitle {
  color: #97005D;
}

.teaser_item .teaserTitle a,
.teaser_item .teaserTitle a:visited {
  color: #97005D !important;
  font-weight: bold !important;
}

.teaser_item {
  background-color:#ffffff;
}

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

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

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

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

.teaser_item.right.Pink {
  background-color: #da0088 !important;
  color: #ffffff !important;
}
.teaser_item.right.Pink a {
  color: #f7f454 !important;
}

.teaser_item.right.Lightblue {
  background-color: #ffd7f0 !important;
  color: #000000 !important;
}
.teaser_item.right.Lightblue a {
  color: #93055d !important;
}
.teaser_item.right.Lightblue h1,
.teaser_item.right.Lightblue h2,
.teaser_item.right.Lightblue h3{
  color: #000000 !important;
}

.teaser_item.full_width.Blue {
  background-color: #ffd7f0 !important;
  color: #000000;
}

.teaser_item.full_width.Blue a {
  color: #93055d;
} 
  
.teaser_item.full_width.Blue .teaserTitle {
  color: #b10060;
}



Share |