Header defaults
12 years 3 weeks ago #6392
by zebrafilm
Header defaults was created by zebrafilm
few more requests:
1.
Could you make an extra tab / form, where we have the general settings for H1-H6?
Just for setting the general settings like in the CSS and then we only need to add the changes in the specific tabs.
(Talking about: TItle of the page -> text tabs)
2. support for @fontface tag / setup.
Example: would nice to just enter the name and folder then the TCCK would generate the lines needed in CSS
It would mean more or less direct working with the right fonts in the design. Now it is a manual job.
Bastiaan
1.
Could you make an extra tab / form, where we have the general settings for H1-H6?
Just for setting the general settings like in the CSS and then we only need to add the changes in the specific tabs.
(Talking about: TItle of the page -> text tabs)
2. support for @fontface tag / setup.
Example: would nice to just enter the name and folder then the TCCK would generate the lines needed in CSS
It would mean more or less direct working with the right fonts in the design. Now it is a manual job.
Bastiaan
Please Log in or Create an account to join the conversation.
12 years 3 weeks ago #6393
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Header defaults
Hi
1/ already exists :
general page styles >> titles
2/ already exists :
look in the main admin page >> fonts, you can import a fontsquirrel font then just have to select it in the dropdown list in the css styles
ced
1/ already exists :
general page styles >> titles
2/ already exists :
look in the main admin page >> fonts, you can import a fontsquirrel font then just have to select it in the dropdown list in the css styles
ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 3 weeks ago #6396
by zebrafilm
Replied by zebrafilm on topic Header defaults
In the Titles section I can set it individually per header tag, there is not an overall one (as far as I know)
Lets say the all headers need to be red:
In CSS you already create the structure:
h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
padding: 3px 0;
margin: 0;
line-height: 1.2;
font-weight: normal;
font-style: normal;
font-family: 'Expletus Sans', Verdana, Arial,sans-serif;
}
h1, .componentheading {
font-size: 24px;
font-style: normal;
}
h2, .contentheading {
font-size: 20px;
font-style: normal;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1em;
}
But there is no place the add those h1, h2, h3, h4, h5, h6 settings like font color in one go.
FONTS:
No I don't use fontsquirrel but my own fonts or from other companies.
Then it would be nice to generate the 4/5/ lines automatically from one font name / folder.
Lets say the all headers need to be red:
In CSS you already create the structure:
h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
padding: 3px 0;
margin: 0;
line-height: 1.2;
font-weight: normal;
font-style: normal;
font-family: 'Expletus Sans', Verdana, Arial,sans-serif;
}
h1, .componentheading {
font-size: 24px;
font-style: normal;
}
h2, .contentheading {
font-size: 20px;
font-style: normal;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1em;
}
But there is no place the add those h1, h2, h3, h4, h5, h6 settings like font color in one go.
FONTS:
No I don't use fontsquirrel but my own fonts or from other companies.
Then it would be nice to generate the 4/5/ lines automatically from one font name / folder.
Please Log in or Create an account to join the conversation.
Time to create page: 0.211 seconds