337 | | Note, that for the examples above it is assumed, that the rdfhomepage package can be found directly inside your myrdfhomepage directory. If you put the rdfhomepage package to let's say {{{/home/share/rdfhomepage}}} to share the rdfhomepage core, then the import statements have to be modified in the code above, i.e., changed to [[BR]] |
338 | | {{{@import url("/home/share/rdfhomepage/homepage.css");}}} [[BR]] |
339 | | {{{@import url("/home/share/rdfhomepage/color_and_font.css");}}} |
| 337 | Note, that for the examples above it is assumed, that the rdfhomepage package can be found directly inside your myrdfhomepage directory. If you put the rdfhomepage package to let's say {{{/home/share/rdfhomepage}}} to share the rdfhomepage core, then the import statements have to be modified in the code above, i.e., changed to |
| 338 | {{{ |
| 339 | @import url("/home/share/rdfhomepage/homepage.css"); |
| 340 | . . . |
| 341 | @import url("/home/share/rdfhomepage/color_and_font.css"); |
| 342 | . . . |
| 343 | }}} |