css

Permalink
How can I apply css to the blocks?
I see on the design form (set block styles) there is a css tab where I can input an id but when i hit the save button, it doesn't seem to register. Where should this css exist?

 
Remo replied on at Permalink Reply
Remo
they appear in the head of the document. They start with #blockStyle, here's an example:

<style type="text/css"> 
#blockStyle108Main1 {background-repeat:no-repeat; color:red;} 
</style>
hkim45 replied on at Permalink Reply
what do you mean the head of the document?
I created a custom theme and in there there are the following:
default.php
main.css
typography.css
view.php
elements/
-header.php
-footer.php

I don't see #blockStyle anywhere
Remo replied on at Permalink Reply
Remo
You are on the wrong track. concrete5 is a database based CMS, it doesn't generate static files!

You won't find these files anywhere on the filesystem, they are generated on the fly!

Look at the output of the site (View source in your favourite browser)
hkim45 replied on at Permalink Reply
i figured it out.
The problem was that the jquery was conflicting.