Page 1 of 1
Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Dec 10, 2005 1:47 pm
by sgallagher
strangely enough, there is no *OFFICIAL* CSS prperties sheet anywhere specifically for JOOMLA... at least no where I can find.
I have been dealing with all kids of weirdness in the css class, and psuedo-class areas.
If anyone has an official CSS of ALL accesible class/psuedo class properties, naming conventions, etc... I'd be thrilled to see it.
It'd be nice to know all the things we could access as DESIGNERS and not WebMasters.
It could make a big difference in layout and design for me to know FOR SURE what does what.
I always find these throwbacks to Mambo CSS and Never to Joomla specifics.
I know Joomla comes From MAMBo.... but seriously
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Dec 10, 2005 2:40 pm
by alexhokamp
The only real help I though be ok are this 3 Pages
http://www.joomlart.com/mambo_tutorials/templates_tutorials/index.php?option=com_content&task=view&id=44&Itemid=210maybe they will help you, especially page 2 gives a lot of infos .....
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Dec 10, 2005 4:42 pm
by guilliam
/* STANDARD COMPLETE CSS FOR MAMBO 4.5.X TEMPLATES */
/* By Dinh Viet Hung (C)
http://www.joomlart.com: free templates and Professional Templates Club */
/* DEFAULT SETTINGS */
/* Below are default settings are used when no other style has been defined.*/
body {}/*Style for the body tag of your website, controls font family page background, etc.*/
p {} /*formatting all
(division) items. This is a catch-all that only applies when no other style has been defined.*/
td {} /*formatting all
items. This default setting is used when no other style has been defined.*/ tr {} /*formatting all
| items. This default setting is used when no other style has been defined.*/
ul {} /*formatting all UL (unordered list) items. This default setting is used when no other style has been defined.*/
a:link {} /* general links style*/
a:visited {}
a:hover {}
hr {} /* horizontal line in your template*/
hr.separator {}
/* FORMS SETTINGS */
.button {}
.inputbox {}
.search {} /*formatting the which holds search items: inputbox, search button...*/
/* NAVIGATION/MENU SETTINGS */
a.mainlevel{} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {}
a.mainlevel:visited {}
a.mainlevel:hover {}
#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/
ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}
a.sublevel{} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}
.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when they become hyper links*/
.pagenavbar:visited {}
.pagenav {} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {}
a.pagenav:hover {}
a.readon:link {} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {}
a.readon:visited {}
.back_button {} /*Style for the "BACK" button*/
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
.latestnews ul {} /*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {}
.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/
.mostread li{}
/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */
.componentheading {}/* Title of the component being used to display the content.*/
.contentheading {} /* Title of the content, article, etc. being displayed.*/
.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpaneopen {} /* Table that holds the actual text for an article.*/
.contentpagetitle {} /*Title of articles*/
a.contentpagetitle:hover {} /*Title of articles when appeare as links */
a.contentpagetitle:link {}
a.contentpagetitle:visited {}
.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {}
a.toclink:hover {}
/* MAMBO SECTIONS LISTINGS */
.sectiontableheader {} /* This is for styling the section table headers on a SECTION's page.
Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {}
.sectiontableentry2 {}
/* MAMBO MODULES FORMATTING */
table.moduletable {} /* Formatting the module table */
table.moduletable th {} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */
/* MISCELLANEOUS */
/* Dates , Authors*/
.createdate {} /* For styling the date the content/articles are created under contents title */
.modifydate {} /* Formating "Last updated on" text at the end of articles/contents */
.small {} /* Formating "Written by:...." text */
.smalldark {}/*Found in poll result page, for " Number of Voters".. text */
/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */
/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks"
section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */
/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */
/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
that appears after you have entered a search value. It appears on the mainbody
with the search results */
/* MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
.ontab {}/* For styling of the "Tab" buttons when editing contents through the frontend as admin.
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */
.tabheading {} /* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form contents (where HTMLArea sits and all its forms + contents) in
the frontend Administration interface */
i guess thats what youre lookin gfor in joomlart (page 2)
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Dec 10, 2005 5:48 pm
by sgallagher
nice. that is exactly what I am looking for... BUT it is still titled as a Mambo Doc??
If we are all on Joomla shouldn't this stuff be called "Joomla CSS definitions" or something??
That was the undertone of my post.
All that aside, that is one comprehensive list and is hopefully to be pinned up in here somewhere.
thanks.
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Dec 10, 2005 7:29 pm
by guilliam
^^the quote i posted.. fire up your favorite text search and replace.. search mambo and replace with joomla
![Smiley :)](./images/smilies/smiley.gif)
quick solution.
![Smiley :)](./images/smilies/smiley.gif)
that can be called "rebranding" already
- g
Rebranding... that's funny...
Posted: Sat Dec 10, 2005 9:08 pm
by sgallagher
Well I plan on taking that post and titling it up as a Joomla CSS definitions doc.
...and then posting it.
I have seen tons of variants of people talking about Mambo Rhuk Solarflare II as example, but it rarely goes in depth to the actual structural naming of the class and psuedo class as it relates to how Joomla PUBLISHES sections, categories, blogs, modules, components, etc.
There seems to be all this focus on a individuals actual template Table or DIV ID and Class... which is also a nightmare to look at sometimes.
it's like reverse engineering horrible HTML design and planning.
Straight up: that churchministriesonline.com or whatever had a pretty no bullshit approach.
Your post is the first really long Doc on the matter that I have seen that actually got into the variety of psuedo-class...
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Fri Dec 16, 2005 9:49 pm
by veroeven
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sun Jan 29, 2006 7:03 am
by wat
Install the webdeveloper extention if firefox : all id and other details are under "information"
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sat Feb 11, 2006 10:29 pm
by ivo.apostolov
I honestly think that the mbt_macro_blue is the template that covers most of the CSS classes
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Sun Feb 12, 2006 5:56 pm
by tudorilisoi
wat wrote:Install the webdeveloper extention if firefox : all id and other details are under "information"
A template might not include all the css definitions allowed in Joomla. So this is not the absolute guide.
Re: Blank CSS
Posted: Sat Mar 25, 2006 11:14 pm
by kinne
I just found these intersting articles:
Joomla Tribune: "The Blank Template CSS for Joomla"
http://www.joomlatribune.com/content/view/276/38/The blank template CSS file for joomla:
http://livesite.compassdesigns.net/templates/livesite/css/blankcss.css
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
Posted: Thu Apr 13, 2006 5:26 pm
by compass