CSS in html tag <style>

Author Message

Fabio Piovesan

Tuesday 25 March 2008 4:36:47 am

Hi,
I need to insert some CSS rules in my pagelayout, but I can't import an existing .css file because I need dynamic elements that I fetch from an object.

Is it possible to insert a tag <style> without importing anything and writing embed CSS rules? I try width:

{literal}
<style type="text/css">

#p0 a

{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#616263;
font-size:12px;
}

#p0 a:hover

{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#d05024;
font-size:12px;
}

</style>
{/literal}

But this doesn't work and then I can't do what I want: building dynamically a tag <style> width some parametrs stored in an ezobject.

Any suggestions?

Patrick Kaiser

Tuesday 25 March 2008 5:33:27 am

not sure what you are trying to do exactly, but you can try something like this:

<style type="text/css">
#p0 a
{ldelim}
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color: {$yourEzObject.data_map.yourColorAttribute.content|wash( 'xhtml' )};
font-size:12px;
{rdelim}
</style>

best regards,

patrick


Best regards,

Patrick

Fabio Piovesan

Tuesday 25 March 2008 6:09:13 am

Thanks very much,
I made a very stupid mistake in my foreach cycle and so it seems that any css roule I wrot did't work. But now it's ok.

Thanks

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:00:36
Script start
Timing: Jan 18 2025 16:00:36
Module start 'layout'
Timing: Jan 18 2025 16:00:36
Module start 'content'
Timing: Jan 18 2025 16:00:37
Module end 'content'
Timing: Jan 18 2025 16:00:37
Script end

Main resources:

Total runtime0.7165 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 589.0078152.6094
Module start 'layout' 0.00450.0030 741.617239.4141
Module start 'content' 0.00750.7076 781.0313539.1250
Module end 'content' 0.71510.0013 1,320.156312.1875
Script end 0.7164  1,332.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4436160.0002
Check MTime0.00130.1791160.0001
Mysql Total
Database connection0.00060.088110.0006
Mysqli_queries0.663892.6431570.0116
Looping result0.00050.0687550.0000
Template Total0.683895.420.3419
Template load0.00200.283220.0010
Template processing0.681795.153320.3409
Template load and register function0.00020.030610.0002
states
state_id_array0.00080.106910.0008
state_identifier_array0.00110.148220.0005
Override
Cache load0.00170.2386420.0000
Sytem overhead
Fetch class attribute can translate value0.00110.147420.0005
Fetch class attribute name0.00140.202340.0004
XML
Image XML parsing0.00070.095220.0003
class_abstraction
Instantiating content class attribute0.00000.001540.0000
General
dbfile0.00190.2616160.0001
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs