This commit is contained in:
David Arranz 2011-06-01 15:00:14 +00:00
parent 00f054d3c4
commit 5be269571f
3 changed files with 53 additions and 33 deletions

View File

@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">
<file>file:/D:/Trabajo/Ademas.org.es/src/wp-content/themes/savinggrace/includes/theme-actions.php</file>
<file>file:/D:/Trabajo/Ademas.org.es/src/wp-content/themes/savinggrace/includes/theme-options.php</file>
<file>file:/D:/Trabajo/Ademas.org.es/src/wp-content/themes/savinggrace/includes/widgets/widget-woo-subscribe.php</file>
<file>file:/D:/Trabajo/Ademas.org.es/src/wp-content/themes/savinggrace/includes/theme-functions.php</file>
<file>file:/D:/Trabajo/Ademas.org.es/src/wp-content/themes/savinggrace/includes/featured.php</file>
</open-files>
</project-private>

View File

@ -3,6 +3,12 @@
text-shadow: none !important;
}
/*#logo .site-title, #logo .site-description ,
.post .title, .page .title, .widget_text h3,
#donate h2, #slides.slides .slide-content .slide-title {
font-family: "Comic Sans MS", sans-serif;
}*/
.layout-full #main, .col-full {
width: 960px;
}
@ -138,14 +144,14 @@ h1, h2, h3, h4, h5, h6 {
#blog-title h3 {
background: none;
text-transform: none;
font-size: 24px;
/*font-size: 24px;*/
}
.widget h3 {
color: #4b4b4b;
/*color: #4b4b4b;*/
font-weight: bold;
text-shadow: none;
font-size: 22px;
/*font-size: 22px;*/
}
.post .title a:link, .post .title a:visited, .post-meta a:link, .post-meta a:visited {
line-height: 1;
@ -294,6 +300,10 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 10px;
}
.layout-left-content .post-date {
left:-94px;
}
.layout-right-content .post-date {
left: 530px;
}

View File

@ -1387,39 +1387,42 @@ function woothemes_machine($options) {
$font13 = '';
$font14 = '';
$font15 = '';
$font16 = '';
if (strpos($val, 'Arial, sans-serif') !== false){ $font01 = 'selected="selected"'; }
if (strpos($val, 'Verdana, Geneva') !== false){ $font02 = 'selected="selected"'; }
if (strpos($val, 'Trebuchet') !== false){ $font03 = 'selected="selected"'; }
if (strpos($val, 'Georgia') !== false){ $font04 = 'selected="selected"'; }
if (strpos($val, 'Times New Roman') !== false){ $font05 = 'selected="selected"'; }
if (strpos($val, 'Tahoma, Geneva') !== false){ $font06 = 'selected="selected"'; }
if (strpos($val, 'Palatino') !== false){ $font07 = 'selected="selected"'; }
if (strpos($val, 'Helvetica') !== false){ $font08 = 'selected="selected"'; }
if (strpos($val, 'Calibri') !== false){ $font09 = 'selected="selected"'; }
if (strpos($val, 'Myriad') !== false){ $font10 = 'selected="selected"'; }
if (strpos($val, 'Lucida') !== false){ $font11 = 'selected="selected"'; }
if (strpos($val, 'Arial Black') !== false){ $font12 = 'selected="selected"'; }
if (strpos($val, 'Gill') !== false){ $font13 = 'selected="selected"'; }
if (strpos($val, 'Geneva, Tahoma') !== false){ $font14 = 'selected="selected"'; }
if (strpos($val, 'Impact') !== false){ $font15 = 'selected="selected"'; }
if (strpos($val, 'Comic Sans MS, sans-serif') !== false){ $font01 = 'selected="selected"'; }
if (strpos($val, 'Arial, sans-serif') !== false){ $font02 = 'selected="selected"'; }
if (strpos($val, 'Verdana, Geneva') !== false){ $font03 = 'selected="selected"'; }
if (strpos($val, 'Trebuchet') !== false){ $font04 = 'selected="selected"'; }
if (strpos($val, 'Georgia') !== false){ $font05 = 'selected="selected"'; }
if (strpos($val, 'Times New Roman') !== false){ $font06 = 'selected="selected"'; }
if (strpos($val, 'Tahoma, Geneva') !== false){ $font07 = 'selected="selected"'; }
if (strpos($val, 'Palatino') !== false){ $font08 = 'selected="selected"'; }
if (strpos($val, 'Helvetica') !== false){ $font09 = 'selected="selected"'; }
if (strpos($val, 'Calibri') !== false){ $font10 = 'selected="selected"'; }
if (strpos($val, 'Myriad') !== false){ $font11 = 'selected="selected"'; }
if (strpos($val, 'Lucida') !== false){ $font12 = 'selected="selected"'; }
if (strpos($val, 'Arial Black') !== false){ $font13 = 'selected="selected"'; }
if (strpos($val, 'Gill') !== false){ $font14 = 'selected="selected"'; }
if (strpos($val, 'Geneva, Tahoma') !== false){ $font15 = 'selected="selected"'; }
if (strpos($val, 'Impact') !== false){ $font16 = 'selected="selected"'; }
$output .= '<select class="woo-typography woo-typography-face" name="'. $value['id'].'_face" id="'. $value['id'].'_face">';
$output .= '<option value="Arial, sans-serif" '. $font01 .'>Arial</option>';
$output .= '<option value="Verdana, Geneva, sans-serif" '. $font02 .'>Verdana</option>';
$output .= '<option value="&quot;Trebuchet MS&quot;, Tahoma, sans-serif"'. $font03 .'>Trebuchet</option>';
$output .= '<option value="Georgia, serif" '. $font04 .'>Georgia</option>';
$output .= '<option value="&quot;Times New Roman&quot;, serif"'. $font05 .'>Times New Roman</option>';
$output .= '<option value="Tahoma, Geneva, Verdana, sans-serif"'. $font06 .'>Tahoma</option>';
$output .= '<option value="Palatino, &quot;Palatino Linotype&quot;, serif"'. $font07 .'>Palatino</option>';
$output .= '<option value="&quot;Helvetica Neue&quot;, Helvetica, sans-serif" '. $font08 .'>Helvetica*</option>';
$output .= '<option value="Calibri, Candara, Segoe, Optima, sans-serif"'. $font09 .'>Calibri*</option>';
$output .= '<option value="&quot;Myriad Pro&quot;, Myriad, sans-serif"'. $font10 .'>Myriad Pro*</option>';
$output .= '<option value="&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, sans-serif"'. $font11 .'>Lucida</option>';
$output .= '<option value="&quot;Arial Black&quot;, sans-serif" '. $font12 .'>Arial Black</option>';
$output .= '<option value="&quot;Gill Sans&quot;, &quot;Gill Sans MT&quot;, Calibri, sans-serif" '. $font13 .'>Gill Sans*</option>';
$output .= '<option value="Geneva, Tahoma, Verdana, sans-serif" '. $font14 .'>Geneva*</option>';
$output .= '<option value="Impact, Charcoal, sans-serif" '. $font15 .'>Impact</option>';
$output .= '<option value="&quot;Comic Sans MS&quot;, sans-serif" '. $font01 .'>Comic Sans</option>';
$output .= '<option value="Arial, sans-serif" '. $font02 .'>Arial</option>';
$output .= '<option value="Verdana, Geneva, sans-serif" '. $font03 .'>Verdana</option>';
$output .= '<option value="&quot;Trebuchet MS&quot;, Tahoma, sans-serif"'. $font04 .'>Trebuchet</option>';
$output .= '<option value="Georgia, serif" '. $font05 .'>Georgia</option>';
$output .= '<option value="&quot;Times New Roman&quot;, serif"'. $font06 .'>Times New Roman</option>';
$output .= '<option value="Tahoma, Geneva, Verdana, sans-serif"'. $font07 .'>Tahoma</option>';
$output .= '<option value="Palatino, &quot;Palatino Linotype&quot;, serif"'. $font08 .'>Palatino</option>';
$output .= '<option value="&quot;Helvetica Neue&quot;, Helvetica, sans-serif" '. $font09 .'>Helvetica*</option>';
$output .= '<option value="Calibri, Candara, Segoe, Optima, sans-serif"'. $font10 .'>Calibri*</option>';
$output .= '<option value="&quot;Myriad Pro&quot;, Myriad, sans-serif"'. $font11 .'>Myriad Pro*</option>';
$output .= '<option value="&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, sans-serif"'. $font12 .'>Lucida</option>';
$output .= '<option value="&quot;Arial Black&quot;, sans-serif" '. $font13 .'>Arial Black</option>';
$output .= '<option value="&quot;Gill Sans&quot;, &quot;Gill Sans MT&quot;, Calibri, sans-serif" '. $font14 .'>Gill Sans*</option>';
$output .= '<option value="Geneva, Tahoma, Verdana, sans-serif" '. $font15 .'>Geneva*</option>';
$output .= '<option value="Impact, Charcoal, sans-serif" '. $font16 .'>Impact</option>';
// Google webfonts
global $google_fonts;