Discussion:
[TYPO3-english] Custom CSS
Wiesław Golsz
2018-08-13 12:28:57 UTC
Permalink
Hello,

I made a copy of the original "Introduction" template. The original one
was hidden.

I removed from the test template "includeCSSLibs" and "includeCSS" - 
was cleared.

I have includ the line to "Constant".
page.includeCSS = fileadmin/intense/css/style.css

But TYPO3 does not load customized css:
http://remax-prestige.pl/typo3/

It should be like here
http://remax-prestige.pl/htb/novi/projects/template/test2.html

The whole template record:

Constant

/[treeLevel = 0]//
//page.theme.navigationstyle = default-transition//
//page.theme.navigationtype = top//
//[end]//
//plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
//page.theme.copyright.text = Running with <a
href="http://www.typo3.org" target="_blank">TYPO3</a> and <a
href="https://github.com/benjaminkott/bootstrap_package"
target="_blank">Bootstrap Package</a>.//
//page.theme.meta.enable = 0//
//page.logo.file = fileadmin/introduction/images/introduction-package.svg//
//page.logo.fileInverted =
fileadmin/introduction/images/introduction-package-inverted.svg//
//page.includeCSS = fileadmin/intense/css/style.css//
//plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
170m//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/

Setup

/page.includeCSS. =//
//page.includeCSSLibs >//
//page.includeCSS >/

Regards,
j***@donslund.net
2018-08-13 12:36:00 UTC
Permalink
Hi Wieslaw

Try

page.includeCSS.myCss = fileadmin/intense/css/style.css

I think it need a "name"

Then you can include another css file with

page.includeCSS.anotherCss = fileadmin/intense/css/style.css


Regards
Jeppe Donslund
Post by Wiesław Golsz
Hello,
I made a copy of the original "Introduction" template. The original one
was hidden.
I removed from the test template "includeCSSLibs" and "includeCSS" - 
was cleared.
I have includ the line to "Constant".
page.includeCSS = fileadmin/intense/css/style.css
http://remax-prestige.pl/typo3/
It should be like here
http://remax-prestige.pl/htb/novi/projects/template/test2.html
Constant
/[treeLevel = 0]//
//page.theme.navigationstyle = default-transition//
//page.theme.navigationtype = top//
//[end]//
//plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
//page.theme.copyright.text = Running with <a
href="http://www.typo3.org" target="_blank">TYPO3</a> and <a
href="https://github.com/benjaminkott/bootstrap_package"
target="_blank">Bootstrap Package</a>.//
//page.theme.meta.enable = 0//
//page.logo.file =
fileadmin/introduction/images/introduction-package.svg//
//page.logo.fileInverted =
fileadmin/introduction/images/introduction-package-inverted.svg//
//page.includeCSS = fileadmin/intense/css/style.css//
//plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
170m//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
Setup
/page.includeCSS. =//
//page.includeCSSLibs >//
//page.includeCSS >/
Regards,
_______________________________________________
TYPO3-english mailing list
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Wieslaw Golsz
2018-08-13 12:46:50 UTC
Permalink
Thank you very much for your answer.&nbsp; I tried:page.includeCSS.styleCSS = fileadmin/intense/css/style.cssbut not positive results...W.Od: ***@donslund.netDo: "TYPO3 English" &lt;typo3-***@lists.typo3.org&gt;; Wysłane: 14:36 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Hi Wieslaw
&gt;
&gt; Try
&gt;
&gt; page.includeCSS.myCss = fileadmin/intense/css/style.css
&gt;
&gt; I think it need a "name"
&gt;
&gt; Then you can include another css file with
&gt;
&gt; page.includeCSS.anotherCss = fileadmin/intense/css/style.css
&gt;
&gt;
&gt; Regards
&gt; Jeppe Donslund
&gt;
&gt;
&gt; Wiesław Golsz skrev den 13.08.2018 14:28:
&gt; &gt; Hello,
&gt; &gt;
&gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; was hidden.
&gt; &gt;
&gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" - 
&gt; &gt; was cleared.
&gt; &gt;
&gt; &gt; I have includ the line to "Constant".
&gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt;
&gt; &gt; But TYPO3 does not load customized css:
&gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt;
&gt; &gt; It should be like here
&gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt;
&gt; &gt; The whole template record:
&gt; &gt;
&gt; &gt; Constant
&gt; &gt;
&gt; &gt; /[treeLevel = 0]//
&gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; //[end]//
&gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; //page.logo.file =
&gt; &gt; fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; //page.logo.fileInverted =
&gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color =
&gt; &gt; #ff8//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height
&gt; &gt; =
&gt; &gt; 170m//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width =
&gt; &gt; 170/
&gt; &gt;
&gt; &gt; Setup
&gt; &gt;
&gt; &gt; /page.includeCSS. =//
&gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; //page.includeCSS &gt;/
&gt; &gt;
&gt; &gt; Regards,
&gt; &gt;
&gt; &gt; _______________________________________________
&gt; &gt; TYPO3-english mailing list
&gt; &gt; TYPO3-***@lists.typo3.org
&gt; &gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; TYPO3-***@lists.typo3.org
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Wieslaw Golsz
2018-08-13 15:17:50 UTC
Permalink
In Constant

page.includeCSS.styleCSS = fileadmin/intense/css/style.css

In Setup

page.includeCSS.styleCSS = {
&nbsp;file1 = fileadmin/intense/css/style.css
}
page.includeCSSLibs &gt;
page.includeCSS.styleCSS &gt;Result:http://remax-prestige.pl/typo3/Where is the mistake?W.Od: "Wieslaw Golsz" &lt;***@interia.pl&gt;Do: "TYPO3 English" &lt;typo3-***@lists.typo3.org&gt;; Wysłane: 14:47 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Thank you very much for your answer.  I tried:page.includeCSS.styleCSS = fileadmin/intense/css/style.cssbut not positive results...W.Od: ***@donslund.netDo: "TYPO3 English" &lt;typo3-***@lists.typo3.org&gt;; Wysłane: 14:36 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Hi Wieslaw
&gt; &gt;
&gt; &gt; Try
&gt; &gt;
&gt; &gt; page.includeCSS.myCss = fileadmin/intense/css/style.css
&gt; &gt;
&gt; &gt; I think it need a "name"
&gt; &gt;
&gt; &gt; Then you can include another css file with
&gt; &gt;
&gt; &gt; page.includeCSS.anotherCss = fileadmin/intense/css/style.css
&gt; &gt;
&gt; &gt;
&gt; &gt; Regards
&gt; &gt; Jeppe Donslund
&gt; &gt;
&gt; &gt;
&gt; &gt; Wiesław Golsz skrev den 13.08.2018 14:28:
&gt; &gt; &gt; Hello,
&gt; &gt; &gt;
&gt; &gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; &gt; was hidden.
&gt; &gt; &gt;
&gt; &gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" - 
&gt; &gt; &gt; was cleared.
&gt; &gt; &gt;
&gt; &gt; &gt; I have includ the line to "Constant".
&gt; &gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt; &gt;
&gt; &gt; &gt; But TYPO3 does not load customized css:
&gt; &gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt; &gt;
&gt; &gt; &gt; It should be like here
&gt; &gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt; &gt;
&gt; &gt; &gt; The whole template record:
&gt; &gt; &gt;
&gt; &gt; &gt; Constant
&gt; &gt; &gt;
&gt; &gt; &gt; /[treeLevel = 0]//
&gt; &gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; &gt; //[end]//
&gt; &gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; &gt; //page.logo.file =
&gt; &gt; &gt; fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; &gt; //page.logo.fileInverted =
&gt; &gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color =
&gt; &gt; &gt; #ff8//
&gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height
&gt; &gt; &gt; =
&gt; &gt; &gt; 170m//
&gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width =
&gt; &gt; &gt; 170/
&gt; &gt; &gt;
&gt; &gt; &gt; Setup
&gt; &gt; &gt;
&gt; &gt; &gt; /page.includeCSS. =//
&gt; &gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; &gt; //page.includeCSS &gt;/
&gt; &gt; &gt;
&gt; &gt; &gt; Regards,
&gt; &gt; &gt;
&gt; &gt; &gt; _______________________________________________
&gt; &gt; &gt; TYPO3-english mailing list
&gt; &gt; &gt; TYPO3-***@lists.typo3.org
&gt; &gt; &gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
&gt; &gt; _______________________________________________
&gt; &gt; TYPO3-english mailing list
&gt; &gt; TYPO3-***@lists.typo3.org
&gt; &gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; TYPO3-***@lists.typo3.org
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Luis E. Suarez
2018-08-13 12:45:28 UTC
Permalink
Post by Wiesław Golsz
Hello,
I made a copy of the original "Introduction" template. The original one
was hidden.
I removed from the test template "includeCSSLibs" and "includeCSS" -
was cleared.
I have includ the line to "Constant".
page.includeCSS = fileadmin/intense/css/style.css
http://remax-prestige.pl/typo3/
It should be like here
http://remax-prestige.pl/htb/novi/projects/template/test2.html
Constant
/[treeLevel = 0]//
//page.theme.navigationstyle = default-transition//
//page.theme.navigationtype = top//
//[end]//
//plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
//page.theme.copyright.text = Running with <a
href="http://www.typo3.org" target="_blank">TYPO3</a> and <a
href="https://github.com/benjaminkott/bootstrap_package"
target="_blank">Bootstrap Package</a>.//
//page.theme.meta.enable = 0//
//page.logo.file = fileadmin/introduction/images/introduction-package.svg//
//page.logo.fileInverted =
fileadmin/introduction/images/introduction-package-inverted.svg//
//page.includeCSS = fileadmin/intense/css/style.css//
//plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
170m//
//plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
Setup
/page.includeCSS. =//
//page.includeCSSLibs >//
//page.includeCSS >/
Regards,
In template Setup:

page.includeCSS {
file1 = fileadmin/templates/mytemplate/css/styles.css
}
Wieslaw Golsz
2018-08-13 12:58:12 UTC
Permalink
Thank you, it's better, but not everything, there is no division (in this case 50/50). It is:http://remax-prestige.pl/typo3/Should be:http://remax-prestige.pl/htb/novi/projects/template/test2.htmlOd: "Luis E. Suarez" &lt;***@please.com&gt;Do: typo3-***@lists.typo3.org; Wysłane: 14:50 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Wiesław Golsz wrote:
&gt; &gt; Hello,
&gt; &gt;
&gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; was hidden.
&gt; &gt;
&gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" -
&gt; &gt; was cleared.
&gt; &gt;
&gt; &gt; I have includ the line to "Constant".
&gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt;
&gt; &gt; But TYPO3 does not load customized css:
&gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt;
&gt; &gt; It should be like here
&gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt;
&gt; &gt; The whole template record:
&gt; &gt;
&gt; &gt; Constant
&gt; &gt;
&gt; &gt; /[treeLevel = 0]//
&gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; //[end]//
&gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; //page.logo.file = fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; //page.logo.fileInverted =
&gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
&gt; &gt; 170m//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
&gt; &gt;
&gt; &gt; Setup
&gt; &gt;
&gt; &gt; /page.includeCSS. =//
&gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; //page.includeCSS &gt;/
&gt; &gt;
&gt; &gt; Regards,
&gt; &gt;
&gt;
&gt; In template Setup:
&gt;
&gt; page.includeCSS {
&gt; file1 = fileadmin/templates/mytemplate/css/styles.css
&gt; }
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; TYPO3-***@lists.typo3.org
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Luis E. Suarez
2018-08-13 16:46:02 UTC
Permalink
Post by Wieslaw Golsz
&gt; &gt; Hello,
&gt; &gt;
&gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; was hidden.
&gt; &gt;
&gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" -
&gt; &gt; was cleared.
&gt; &gt;
&gt; &gt; I have includ the line to "Constant".
&gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt;
&gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt;
&gt; &gt; It should be like here
&gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt;
&gt; &gt;
&gt; &gt; Constant
&gt; &gt;
&gt; &gt; /[treeLevel = 0]//
&gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; //[end]//
&gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; //page.logo.file = fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; //page.logo.fileInverted =
&gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
&gt; &gt; 170m//
&gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
&gt; &gt;
&gt; &gt; Setup
&gt; &gt;
&gt; &gt; /page.includeCSS. =//
&gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; //page.includeCSS &gt;/
&gt; &gt;
&gt; &gt; Regards,
&gt; &gt;
&gt;
&gt;
&gt; page.includeCSS {
&gt; file1 = fileadmin/templates/mytemplate/css/styles.css
&gt; }
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
I have never placed a .css call in the Constants section.
Take a look at this page:
https://wiki.typo3.org/TS/CSS:_Typo3_TypoScript_Setup
Wieslaw Golsz
2018-08-13 17:09:49 UTC
Permalink
You have right, thank you very much.I removed from Constant, now, in Setup is only:
page.includeCSS.styleCSS = fileadmin/intense/css/style.css

It's "almost" okay,
http://remax-prestige.pl/typo3/
only the width is set incorrectly, it should be on the whole:
http://remax-prestige.pl/htb/novi/projects/template/test2.htmlW.Od: "Luis E. Suarez" &lt;***@please.com&gt;Do: typo3-***@lists.typo3.org; Wysłane: 18:50 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Wieslaw Golsz wrote:
&gt; &gt; Thank you, it's better, but not everything, there is no division (in this case 50/50). It is:http://remax-prestige.pl/typo3/Should be:http://remax-prestige.pl/htb/novi/projects/template/test2.htmlOd: "Luis E. Suarez" &lt;***@please.com&gt;Do: typo3-***@lists.typo3.org; Wysłane: 14:50 Poniedziałek 2018-08-13Temat: Re: [TYPO3-english] Custom CSS&gt; Wiesław Golsz wrote:
&gt; &gt; &gt; &gt; Hello,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; &gt; &gt; was hidden.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" -
&gt; &gt; &gt; &gt; was cleared.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I have includ the line to "Constant".
&gt; &gt; &gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; But TYPO3 does not load customized css:
&gt; &gt; &gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; It should be like here
&gt; &gt; &gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; The whole template record:
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Constant
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; /[treeLevel = 0]//
&gt; &gt; &gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; &gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; &gt; &gt; //[end]//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; &gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; &gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; &gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; &gt; &gt; //page.logo.file = fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; &gt; &gt; //page.logo.fileInverted =
&gt; &gt; &gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; &gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
&gt; &gt; &gt; &gt; 170m//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Setup
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; /page.includeCSS. =//
&gt; &gt; &gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; &gt; &gt; //page.includeCSS &gt;/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Regards,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; In template Setup:
&gt; &gt; &gt;
&gt; &gt; &gt; page.includeCSS {
&gt; &gt; &gt; file1 = fileadmin/templates/mytemplate/css/styles.css
&gt; &gt; &gt; }
&gt; &gt; &gt; _______________________________________________
&gt; &gt; &gt; TYPO3-english mailing list
&gt; &gt; &gt; TYPO3-***@lists.typo3.org
&gt; &gt; &gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
&gt; &gt;
&gt;
&gt; I have never placed a .css call in the Constants section.
&gt; Take a look at this page:
&gt; https://wiki.typo3.org/TS/CSS:_Typo3_TypoScript_Setup
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; TYPO3-***@lists.typo3.org
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Luis E. Suarez
2018-08-14 00:48:00 UTC
Permalink
Post by Wieslaw Golsz
page.includeCSS.styleCSS = fileadmin/intense/css/style.css
It's "almost" okay,
http://remax-prestige.pl/typo3/
&gt; &gt; &gt; &gt; Hello,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I made a copy of the original "Introduction" template. The original one
&gt; &gt; &gt; &gt; was hidden.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I removed from the test template "includeCSSLibs" and "includeCSS" -
&gt; &gt; &gt; &gt; was cleared.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I have includ the line to "Constant".
&gt; &gt; &gt; &gt; page.includeCSS = fileadmin/intense/css/style.css
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; http://remax-prestige.pl/typo3/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; It should be like here
&gt; &gt; &gt; &gt; http://remax-prestige.pl/htb/novi/projects/template/test2.html
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Constant
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; /[treeLevel = 0]//
&gt; &gt; &gt; &gt; //page.theme.navigationstyle = default-transition//
&gt; &gt; &gt; &gt; //page.theme.navigationtype = top//
&gt; &gt; &gt; &gt; //[end]//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package.settings.less.brand-primary = #10a0cb//
&gt; &gt; &gt; &gt; //page.theme.copyright.text = Running with href="http://www.typo3.org" target="_blank"&gt;TYPO3 and href="https://github.com/benjaminkott/bootstrap_package"
&gt; &gt; &gt; &gt; target="_blank"&gt;Bootstrap Package.//
&gt; &gt; &gt; &gt; //page.theme.meta.enable = 0//
&gt; &gt; &gt; &gt; //page.logo.file = fileadmin/introduction/images/introduction-package.svg//
&gt; &gt; &gt; &gt; //page.logo.fileInverted =
&gt; &gt; &gt; &gt; fileadmin/introduction/images/introduction-package-inverted.svg//
&gt; &gt; &gt; &gt; //page.includeCSS = fileadmin/intense/css/style.css//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package.settings.less.section-primary-link-color = #ff8//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.height =
&gt; &gt; &gt; &gt; 170m//
&gt; &gt; &gt; &gt; //plugin.bootstrap_package_contentelements.menu_thumbnail.media.width = 170/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Setup
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; /page.includeCSS. =//
&gt; &gt; &gt; &gt; //page.includeCSSLibs &gt;//
&gt; &gt; &gt; &gt; //page.includeCSS &gt;/
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Regards,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; page.includeCSS {
&gt; &gt; &gt; file1 = fileadmin/templates/mytemplate/css/styles.css
&gt; &gt; &gt; }
&gt; &gt; &gt; _______________________________________________
&gt; &gt; &gt; TYPO3-english mailing list
&gt; &gt; &gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
&gt; &gt;
&gt;
&gt; I have never placed a .css call in the Constants section.
&gt; https://wiki.typo3.org/TS/CSS:_Typo3_TypoScript_Setup
&gt; _______________________________________________
&gt; TYPO3-english mailing list
&gt; http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
I'm glad I could help.

Loading...