Where is the official JOOMLA (not MAMBO) CSS properties list??
Moderator: mcsmom
-
- Joomla! Fledgling
- Posts: 3
- Joined: Fri Sep 30, 2005 2:11 pm
Where is the official JOOMLA (not MAMBO) CSS properties list??
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
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
- alexhokamp
- Joomla! Apprentice
- Posts: 11
- Joined: Sun Nov 20, 2005 7:04 pm
- Location: 3rd Planet from the Sun
- Contact:
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
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=210
maybe they will help you, especially page 2 gives a lot of infos .....
http://www.joomlart.com/mambo_tutorials/templates_tutorials/index.php?option=com_content&task=view&id=44&Itemid=210
maybe they will help you, especially page 2 gives a lot of infos .....
- guilliam
- Joomla! Enthusiast
- Posts: 159
- Joined: Thu Aug 18, 2005 10:27 am
- Location: Sunny City Cebu, Philippines!
- Contact:
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
/* 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 allitems. This default setting is used when no other style has been defined.*/
tr {} /*formatting allitems. 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 thewhich 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)"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
sgallagher- Joomla! Fledgling
- Posts: 3
- Joined: Fri Sep 30, 2005 2:11 pm
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
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.
- guilliam
- Joomla! Enthusiast
- Posts: 159
- Joined: Thu Aug 18, 2005 10:27 am
- Location: Sunny City Cebu, Philippines!
- Contact:
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
^^the quote i posted.. fire up your favorite text search and replace.. search mambo and replace with joomla quick solution. that can be called "rebranding" already
- g"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
sgallagher- Joomla! Fledgling
- Posts: 3
- Joined: Fri Sep 30, 2005 2:11 pm
Rebranding... that's funny...
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...
watRe: Where is the official JOOMLA (not MAMBO) CSS properties list??
Install the webdeveloper extention if firefox : all id and other details are under "information"
- ivo.apostolov
- Joomla! Intern
- Posts: 73
- Joined: Thu Aug 25, 2005 2:33 pm
- Location: Sofia
- Contact:
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
I honestly think that the mbt_macro_blue is the template that covers most of the CSS classesIvo Apostolov
Joom!Fish Team • Translation Workgroup • Joomla! Bulgaria
http://www.joomfish.net • http://ivo.unwe.net - Personal Blog
- tudorilisoi
- Joomla! Fledgling
- Posts: 1
- Joined: Sun Nov 27, 2005 9:57 am
- Location: Romania
- Contact:
Re: Where is the official JOOMLA (not MAMBO) CSS properties list??
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.
kinneRe: Blank CSS
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??
Joomla training at the Chicago Joomla EXPO - May 17th 2008
www.compassdesigns.net/training.html
Joomla! 1.5 - A User's Guide: Building a Successful Joomla! Powered Website
www.joomlabook.com