Boa tarde a todos,

Existe alguma maneira de forçar a utilização de "CSS's" específicos dentro
de um Page Template sem que sejam carregados os outros "CSS's" do plone
(plone.css , ploneCustom.css, etc) com a utilização de "metal"?


<code>

<metal:style_slot fill-slot="style_slot">

 <link
    rel="stylesheet"
    href=""
    tal:attributes="href string:$portal_url/layout_diferente.css" />

 <link
    rel="stylesheet"
    href=""
    tal:attributes="href string:$portal_url/fontes_diferentes.css" />
 </metal:style_slot>

</code>


Ou 

<code>

 <metal:cssslot fill-slot="css_slot">

 <link
    rel="stylesheet"
    href=""
    tal:attributes="href string:$portal_url/layout_diferente.css" />



 <link
    rel="stylesheet"
    href=""
    tal:attributes="href string:$portal_url/fontes_diferentes.css" />
 </metal:cssslot>


</code>

Obrigado.

Responder a