Where did i found the CSS class of Gantry or the template. I explain with my bad english. When i m in the layout, and in a particle, when i want apply a css class in the block panel, where did a found the class.
Example on home page of Protean, the content tabs have a class fp-......
Where did i found it ? or other ?
That class that begins "fp-" is a demo specific class and is explained in the documentation for the template
http://www.rockettheme.com/docs/joomla/templates/protean/demo.md
. There's no "list" of classes as such, but most of the "common" classes (actually mostly implemented as "block variations") are shown on the "features > block variations" page of the demo and also the "features > typography" page of the demo.
You can of course use classes of your own and style them however you want in a custom CSS file.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Most of the template is written in SCSS (SASS) - but I really wouldn't go searching for the originating file for this. You'll find it much easier to use one the browser development tools (e.g. Firebug in firefox) to inspect the element on the page so that you can see the CSS that the browser is using (actually the CSS is compiled from lots of SCSS files). In this way it's much easier to just copy the statement that you see and put that in your custom CSS file with your changes.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
See screenshot. Load yourself a Rocketlauncher package of the template and you will have an exact replica of the demo that you can refer to.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.