Compare commits
No commits in common. "510a92d4dd0b0615f762b2088810e4e4cac2ab2a" and "5071aa99a90d38a76b8a17a4b5397b366792aebe" have entirely different histories.
510a92d4dd
...
5071aa99a9
603
adminstyles.css
603
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -57,17 +57,12 @@ function xarxaprod_plugin_active() {
|
|||
/**
|
||||
* Echo the post type slug
|
||||
*/
|
||||
if ( ! function_exists( 'xarxaprod_class_posttype' ) ):
|
||||
function xarxaprod_class_posttype (){
|
||||
if( is_post_type_archive( array('xarxaprod-ajut') ) || is_post_type_archive( array('xarxaprod-convo') ) || is_post_type_archive( array( 'xarxaprod-associat') )) {
|
||||
//if( get_post_type() == 'xarxaprod-ajut' || get_post_type() == 'xarxaprod-convo' || get_post_type() == 'xarxaprod-associat' ){
|
||||
echo 'archive-custom-post-type-';
|
||||
printf (get_post_type_object( get_post_type() )->rewrite['slug']);
|
||||
}
|
||||
}
|
||||
endif; //end xarxaprod_calss_posttype
|
||||
|
||||
|
||||
function xarxaprod_class_posttype (){
|
||||
if( is_post_type_archive( array('xarxaprod-ajut') )) {
|
||||
echo 'archive-custom-post-type-';
|
||||
printf(get_post_type_object( get_post_type() )->rewrite['slug'] );
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Displays the FAQS subcategories from category id=1
|
||||
*/
|
||||
|
|
|
@ -39,9 +39,22 @@ dd {
|
|||
color: $color__text-screen;
|
||||
border: 1px solid $color__black;
|
||||
background-color: none;
|
||||
font-family: $font__black;
|
||||
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 {
|
||||
display: block;
|
||||
margin:0.2rem 0;
|
||||
|
@ -53,6 +66,9 @@ dd {
|
|||
display:inline-block;
|
||||
margin:0.1em 0;
|
||||
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;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -67,9 +83,13 @@ dd {
|
|||
padding: 0.2em 0.2em 0 0.2em;
|
||||
color: $color__white;
|
||||
background-color: $color__black;
|
||||
font-family: $font__black;
|
||||
font-size: $font__size-body*1.1;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
//.current-cat{
|
||||
// background-color: $color__orange;
|
||||
//}
|
||||
a {
|
||||
color: $color__white;
|
||||
text-decoration: none;
|
||||
|
|
|
@ -60,6 +60,11 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
.single {
|
||||
h1,.h1 {
|
||||
font-family: $font__black;
|
||||
}
|
||||
}
|
||||
.home-featured {
|
||||
h2,.h2 {
|
||||
margin: 1.2rem 0;
|
||||
|
@ -112,6 +117,7 @@
|
|||
font-size: $font__size-body*1.5;
|
||||
}
|
||||
h4,.h4 {
|
||||
font-family: $font__black;
|
||||
font-size: $font__size-body*1.3;
|
||||
}
|
||||
h5,.h5 {
|
||||
|
@ -138,6 +144,7 @@
|
|||
font-size: $font__size-body*1.6;
|
||||
}
|
||||
h4,.h4 {
|
||||
font-family: $font__black;
|
||||
font-size: $font__size-body*1.4;
|
||||
}
|
||||
h5,.h5 {
|
||||
|
|
|
@ -173,9 +173,10 @@
|
|||
padding: 0.6em 1em 0.4em;
|
||||
clear: both;
|
||||
cursor: pointer;
|
||||
font-weight: 900;
|
||||
font-family: $font__black;
|
||||
font-size: $font__size-body*0.9;
|
||||
border: 1px solid $color__border-button;
|
||||
text-transform: uppercase;
|
||||
&:after {
|
||||
content: ">";
|
||||
display: inline;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
h5,
|
||||
h6 {
|
||||
min-height: $font__size-body * 4.8;
|
||||
font-family: $font__black;
|
||||
font-size: $font__size-body * 2;
|
||||
line-height: $font__line-height-body * 0.8;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue