Esempio n. 1
0
; }
.decay-6 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.6);
?>
; }
.decay-5 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.5);
?>
; }
.decay-4 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.4);
?>
; }
.decay-3 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.3);
?>
; }
.decay-2 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.2);
?>
; }
.decay-1 .comment-title { border-color:<?php 
print designkit_colorshift($background, '#eeeeee', 0.1);
?>
; }
.decay-0 .comment-title { border-color:<?php 
print $background;
?>
; }
</style>
Esempio n. 2
0
  background-color:<?php 
print $background;
?>
;
}

.pager li.pager-current,
#tabs .page-tabs li.active a,
#tabs .page-tabs li a.active {
  background-color:<?php 
print $background;
?>
;
}

input.form-submit:hover {
  border-color:<?php 
print designkit_colorshift($background, '#000000', 0.2);
?>
;
  border-bottom-color:<?php 
print designkit_colorshift($background, '#000000', 0.4);
?>
;
  background-color:<?php 
print $background;
?>
;
}

body .page-region .block .block-title {
  background-color:<?php 
print designkit_colorshift($primary_color, '#eeeeee', 0.8);
?>
;
  border-color:<?php 
print designkit_colorshift($primary_color, '#dddddd', 0.8);
?>
;
  border-bottom-color:<?php 
print designkit_colorshift($primary_color, '#cccccc', 0.8);
?>
;
}

form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
  background-color: <?php 
print designkit_colorshift($primary_color, '#ffffff', 0.5);
?>
;
}

.search-box-inner input#edit-search-theme-form-header { 
  border:1px solid <?php 
print designkit_colorshift($primary_color, '#ffffff', 0.3);
?>
;
}
Esempio n. 4
0
body #space-tools .block-title { background-color:<?php print designkit_colorshift($background, '#000000', .3) ?>; }

body #header .block-widget .block-content,
body #header .block .block-title { background-color:<?php print designkit_colorshift($background, '#000000', .15) ?>; }

body .page-region .block .block-title {
  background-color:<?php print designkit_colorshift($background, '#eeeeee', .8) ?>;
  border-color:<?php print designkit_colorshift($background, '#dddddd', .8) ?>;
  border-bottom-color:<?php print designkit_colorshift($background, '#cccccc', .8) ?>;
  }

.drilldown .trail a {
  border-top-color:<?php print designkit_colorshift($background, '#ffffff', .95) ?>;
  border-bottom-color:<?php print designkit_colorshift($background, '#dddddd', .95) ?>;
  background-color:<?php print designkit_colorshift($background, '#eeeeee', .95) ?>;
  }

.decay-10 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', 1) ?>; }
.decay-9 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .9) ?>; }
.decay-8 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .8) ?>; }
.decay-7 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .7) ?>; }
.decay-6 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .6) ?>; }
.decay-5 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .5) ?>; }
.decay-4 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .4) ?>; }
.decay-3 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .3) ?>; }
.decay-2 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .2) ?>; }
.decay-1 .comment-title { border-color:<?php print designkit_colorshift($background, '#eeeeee', .1) ?>; }
.decay-0 .comment-title { border-color:<?php print $background;?>; }
</style>
Esempio n. 5
0
  border-color:<?php 
print designkit_colorshift($foreground_color, '#ffffff', 0.75);
?>
;
  color: <?php 
print designkit_colorshift($foreground_color, '#333333', 0.5);
?>
;
  }

#canvas div.utility-block,
#canvas div.utility-block h2.block-title,
#canvas div.utility-block div.form-item label { color: <?php 
print designkit_colorshift($foreground_color, '#333333', 0.5);
?>
; }

#canvas div.utility-block input.form-submit {
  background-color:<?php 
print $foreground_color;
?>
;
  border-color:<?php 
print designkit_colorshift($foreground_color, '#000000', 0.1);
?>
;
  color:#fff;
  }

</style>