Skip to content

Commit

Permalink
add comments and remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marpa committed Oct 28, 2013
1 parent ab4cae0 commit 36e592d
Showing 1 changed file with 12 additions and 53 deletions.
65 changes: 12 additions & 53 deletions options-css.php
Expand Up @@ -186,6 +186,9 @@ function translucence_options_css() {
<?php
$variation_css = ob_get_clean();
ob_start();

/* =tertiary widget area
-------------------------------------------------------------- */
?>
#tertiary {
margin-top: <?php print $translucence_options['left01-margin-top']?>px;
Expand Down Expand Up @@ -263,6 +266,9 @@ function translucence_options_css() {

$variation_css .= ob_get_clean();
ob_start();

/* =primary widget area
-------------------------------------------------------------- */
?>

#primary {
Expand Down Expand Up @@ -342,6 +348,9 @@ function translucence_options_css() {

$variation_css .= ob_get_clean();
ob_start();

/* =secondary widget area
-------------------------------------------------------------- */
?>

#secondary {
Expand Down Expand Up @@ -420,8 +429,10 @@ function translucence_options_css() {

$variation_css .= ob_get_clean();
ob_start();
?>

/* =footer widget area
-------------------------------------------------------------- */
?>

#footer-widget-area {
border: 1px <?php print $translucence_options['bottom-border-style']?> <?php print $translucence_options['bottom-border-color']?>;
Expand All @@ -440,33 +451,6 @@ function translucence_options_css() {
width: <?php print $translucence_options['footer-widget-width']?>px;
}


/* Begin widget links */


/* Begin toggle links */

#content .togglelink {
background-color: <?php print $translucence_options['content-color-rgb']?>;
color: <?php print $translucence_options['textcolor']?>;
}

#primary .togglelink,
#secondary .togglelink,
#tertiary .togglelink {
color: <?php print $translucence_options['textcolor']?>;
}

#content .togglelink:hover,
#primary .togglelink:hover,
#secondary .togglelink:hover,
#tertiary .togglelink:hover {
color: <?php print $translucence_options['linkcolor']?>;
}


/* Begin footer widget area */

#footer-widget-area a {
color: <?php print $translucence_options['bottom-link-color']?>;
}
Expand All @@ -476,28 +460,10 @@ function translucence_options_css() {
border-bottom: 1px solid <?php print $translucence_options['bottom-link-color']?>;
}


/* End widget links */

/* Begin widget headings */

#footer-widget-area h2, #footer-widget-area h3 {
color: <?php print $translucence_options['bottom-heading-color']?>;
border-bottom: 1px solid <?php print $translucence_options['bottom-heading-color']?>;
}
/* End widget headings */

/* Begin widget list css */

#footer-widget-area ul ul li, .footer-widget-area ul ol li {
color: <?php print $translucence_options['bottom-text-color']?>;
}
/* End widget list css */

/* Begin sidebar search form */
/* End widget search form */

/* Begin sidebar calendar */

#footer-widget-area #wp-calendar tbody {
color: <?php print $translucence_options['bottom-text-color']?>;
Expand All @@ -513,16 +479,9 @@ function translucence_options_css() {
}


/* End sidebar calendar */

/* Begin widget area separators */
#colophon {
border-top: 1px <?php print $translucence_options['colophon-border-type']?> #000;
}

/* End widget area separators */

/* End Widget Areas (primary, secondary, tertiary, footer-widget-area)

-------------------------------------------------------------- */
/* =Access (top navigation bar)
Expand Down

0 comments on commit 36e592d

Please sign in to comment.