Compare commits

..

No commits in common. "510a92d4dd0b0615f762b2088810e4e4cac2ab2a" and "5071aa99a90d38a76b8a17a4b5397b366792aebe" have entirely different histories.

9 changed files with 942 additions and 242 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -57,17 +57,12 @@ function xarxaprod_plugin_active() {
/** /**
* Echo the post type slug * Echo the post type slug
*/ */
if ( ! function_exists( 'xarxaprod_class_posttype' ) ): function xarxaprod_class_posttype (){
function xarxaprod_class_posttype (){ if( is_post_type_archive( array('xarxaprod-ajut') )) {
if( is_post_type_archive( array('xarxaprod-ajut') ) || is_post_type_archive( array('xarxaprod-convo') ) || is_post_type_archive( array( 'xarxaprod-associat') )) { echo 'archive-custom-post-type-';
//if( get_post_type() == 'xarxaprod-ajut' || get_post_type() == 'xarxaprod-convo' || get_post_type() == 'xarxaprod-associat' ){ printf(get_post_type_object( get_post_type() )->rewrite['slug'] );
echo 'archive-custom-post-type-'; }
printf (get_post_type_object( get_post_type() )->rewrite['slug']); }
}
}
endif; //end xarxaprod_calss_posttype
/** /**
* Displays the FAQS subcategories from category id=1 * Displays the FAQS subcategories from category id=1
*/ */

View File

@ -39,9 +39,22 @@ dd {
color: $color__text-screen; color: $color__text-screen;
border: 1px solid $color__black; border: 1px solid $color__black;
background-color: none; background-color: none;
font-family: $font__black;
font-size: $font__size-body*0.7; font-size: $font__size-body*0.7;
} }
} }
//.item-xxp_fund_target li {
// background-color: $color__orange;
//}
//.item-xxp_fund_source li {
// background-color: $color__lightblue;
//}
//.item-xxp_fund_field li {
// background-color: $color__yellow;
//}
//.item-xxp_fund_dates li {
// background-color: $color__green;
//}
.item-xxp_fund_call { .item-xxp_fund_call {
display: block; display: block;
margin:0.2rem 0; margin:0.2rem 0;
@ -53,6 +66,9 @@ dd {
display:inline-block; display:inline-block;
margin:0.1em 0; margin:0.1em 0;
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
//color: $color__white;
//background-color: $color__green;
font-family: $font__black;
font-size: $font__size-body*0.7; font-size: $font__size-body*0.7;
text-transform: uppercase; text-transform: uppercase;
} }
@ -67,9 +83,13 @@ dd {
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: $color__white; color: $color__white;
background-color: $color__black; background-color: $color__black;
font-family: $font__black;
font-size: $font__size-body*1.1; font-size: $font__size-body*1.1;
text-transform: uppercase; text-transform: uppercase;
} }
//.current-cat{
// background-color: $color__orange;
//}
a { a {
color: $color__white; color: $color__white;
text-decoration: none; text-decoration: none;

View File

@ -60,6 +60,11 @@
margin: 0; margin: 0;
} }
} }
.single {
h1,.h1 {
font-family: $font__black;
}
}
.home-featured { .home-featured {
h2,.h2 { h2,.h2 {
margin: 1.2rem 0; margin: 1.2rem 0;
@ -112,6 +117,7 @@
font-size: $font__size-body*1.5; font-size: $font__size-body*1.5;
} }
h4,.h4 { h4,.h4 {
font-family: $font__black;
font-size: $font__size-body*1.3; font-size: $font__size-body*1.3;
} }
h5,.h5 { h5,.h5 {
@ -138,6 +144,7 @@
font-size: $font__size-body*1.6; font-size: $font__size-body*1.6;
} }
h4,.h4 { h4,.h4 {
font-family: $font__black;
font-size: $font__size-body*1.4; font-size: $font__size-body*1.4;
} }
h5,.h5 { h5,.h5 {

View File

@ -173,9 +173,10 @@
padding: 0.6em 1em 0.4em; padding: 0.6em 1em 0.4em;
clear: both; clear: both;
cursor: pointer; cursor: pointer;
font-weight: 900; font-family: $font__black;
font-size: $font__size-body*0.9; font-size: $font__size-body*0.9;
border: 1px solid $color__border-button; border: 1px solid $color__border-button;
text-transform: uppercase;
&:after { &:after {
content: ">"; content: ">";
display: inline; display: inline;

View File

@ -17,6 +17,7 @@
h5, h5,
h6 { h6 {
min-height: $font__size-body * 4.8; min-height: $font__size-body * 4.8;
font-family: $font__black;
font-size: $font__size-body * 2; font-size: $font__size-body * 2;
line-height: $font__line-height-body * 0.8; line-height: $font__line-height-body * 0.8;
} }

501
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long