git-svn-id: https://192.168.0.254/svn/Proyectos.AdemasProyectosSolidarios_Web/trunk@9 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c
This commit is contained in:
parent
00f054d3c4
commit
5be269571f
@ -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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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=""Trebuchet MS", Tahoma, sans-serif"'. $font03 .'>Trebuchet</option>';
|
||||
$output .= '<option value="Georgia, serif" '. $font04 .'>Georgia</option>';
|
||||
$output .= '<option value=""Times New Roman", serif"'. $font05 .'>Times New Roman</option>';
|
||||
$output .= '<option value="Tahoma, Geneva, Verdana, sans-serif"'. $font06 .'>Tahoma</option>';
|
||||
$output .= '<option value="Palatino, "Palatino Linotype", serif"'. $font07 .'>Palatino</option>';
|
||||
$output .= '<option value=""Helvetica Neue", Helvetica, sans-serif" '. $font08 .'>Helvetica*</option>';
|
||||
$output .= '<option value="Calibri, Candara, Segoe, Optima, sans-serif"'. $font09 .'>Calibri*</option>';
|
||||
$output .= '<option value=""Myriad Pro", Myriad, sans-serif"'. $font10 .'>Myriad Pro*</option>';
|
||||
$output .= '<option value=""Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif"'. $font11 .'>Lucida</option>';
|
||||
$output .= '<option value=""Arial Black", sans-serif" '. $font12 .'>Arial Black</option>';
|
||||
$output .= '<option value=""Gill Sans", "Gill Sans MT", 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=""Comic Sans MS", 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=""Trebuchet MS", Tahoma, sans-serif"'. $font04 .'>Trebuchet</option>';
|
||||
$output .= '<option value="Georgia, serif" '. $font05 .'>Georgia</option>';
|
||||
$output .= '<option value=""Times New Roman", serif"'. $font06 .'>Times New Roman</option>';
|
||||
$output .= '<option value="Tahoma, Geneva, Verdana, sans-serif"'. $font07 .'>Tahoma</option>';
|
||||
$output .= '<option value="Palatino, "Palatino Linotype", serif"'. $font08 .'>Palatino</option>';
|
||||
$output .= '<option value=""Helvetica Neue", Helvetica, sans-serif" '. $font09 .'>Helvetica*</option>';
|
||||
$output .= '<option value="Calibri, Candara, Segoe, Optima, sans-serif"'. $font10 .'>Calibri*</option>';
|
||||
$output .= '<option value=""Myriad Pro", Myriad, sans-serif"'. $font11 .'>Myriad Pro*</option>';
|
||||
$output .= '<option value=""Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif"'. $font12 .'>Lucida</option>';
|
||||
$output .= '<option value=""Arial Black", sans-serif" '. $font13 .'>Arial Black</option>';
|
||||
$output .= '<option value=""Gill Sans", "Gill Sans MT", 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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user