سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 6 , از مجموع 6

موضوع: CSS Guide for Mambo 4.5 templates

  1. #1

    تاریخ عضویت
    Mar 2007
    محل سکونت
    تهران
    نوشته ها
    518
    تشکر
    0
    تشکر شده 3 بار در 3 ارسال

    CSS Guide for Mambo 4.5 templates

    این ها مطالبی بود از سایت [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] برداشتم. ان شالله که بشه استفاده کرد.



    /**
    * CSS Guide for Mambo 4.5 templates
    * @author Wee Keat Chin
    * @url [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    * @email [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    */


    /**
    * General Body Styling
    * --------------------
    * These are normal css setup reccommended for your
    * HTML template although they are not neccessary
    */

    body {
    margin: 0px 0px 0px 0px;
    background-color : #FFFFFF ;
    color : #465675;
    }

    td,tr,p,div {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    }

    h4 {
    color: #FF9900;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px; font-weight: bold;
    }

    h5 {
    color: #FF9900;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px; font-weight: bold;
    }

    h6 {
    color: #FF9900;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; font-weight: bold;
    }

    a:link, a:visited {
    font-size: 11px;
    color: #23598d;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    }

    a:hover {
    color: #23598d; text-decoration: underline;
    }

    ul {
    margin: 0px 0px 0px 0px;
    }

    li {
    list-style: inside 3px;
    }



    /**
    * General Mambo Styles
    * --------------------
    * The following are styles that are often used
    * site wide by Mambo to provide better control
    * of content's appearences.
    */

    hr {
    /* often used in components like Akobook, and Simpleboard forum
    to define the separator lines */
    background: transparent;
    height:1px;
    border: 1px solid #314B77;
    }

    hr.separator {
    /* found this css style in Peekmambo's css style. Still haven't worked out
    if this is a custom style or an in built style. Will update when I find out*/
    background: transparent;
    height: 1px;
    width: 75px;
    border: 1px solid #314B77;
    }

    .pagenavbar {
    /*for some weird reasons, this is not used in page nav, but found it used
    for nick names in forum threads by Simpleboard */
    }

    .pagenav {
    /* as the name implies, this is for formatting texts for
    those "<< Start < Previous 1 Next > End >>" links */
    font-weight: normal;
    }

    a.pagenav, a.pagenav:visited {
    /* same as above, but for links */
    font-weight: bold;
    color: #343A58;
    }

    a.pagenav:hover {
    /* same as above, but for links with mouse pointer over it */
    color: #FF9900;
    }

    .small {
    /* general style for texts when small size fonts are used. In
    the contents, this style is used for "Written by..." texts */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

    .smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }





    /**
    * Mambo Form Styles
    * -----------------
    * Here are 2 styles that Mambo uses to let users control
    * how their forms and buttons may look.
    */

    .button {
    /* this style applies to most form buttons generated by
    Mambo and its components. Change its format here*/
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-top: 4px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    background: #94B1CF;
    border: 1px solid #000066;
    height: 20px;
    }

    .inputbox {
    /* Again, the name implies that this style changes the
    way those input box looks */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #343A58;
    background: #FFFFFF;
    border: 1px solid;
    }





    /**
    * Mambo Tabbed Frontend Admin Interface
    * -------------------------------------
    * The CSS styles here defines how the frontend admin interface
    * will look like when editing and adding news through frontend.
    */

    .ontab {
    /* For styling of the "Tab" buttons when editing contents through the frontend
    (when you log in as admin in the frontend). This .ontab is the styling for the
    tab when it is active or after its "clicked" */
    background-color: #323A15;
    border-left: outset 1px #DCF2FA;
    border-right: outset 1px #808080;
    border-top: outset 1px #DCF2FA;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    }
    .offtab {
    /* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
    This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
    background-color : #e5e5e5;
    border-left: outset 1px #E0E0E0;
    border-right: outset 1px #E0E0E0;
    border-top: outset 1px #E0E0E0;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    cursor: hand;
    font-weight: normal;
    }

    .tabpadding {
    /* this style is used set the size of the tab in
    in the above */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    }

    .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 */
    visibility: hidden;
    display: none;
    position: relative;
    top: 0;
    }



    /**
    * Mambo Menu Styling
    * ------------
    * You can control the way menu behave and look
    * by using the CSS settings below
    */

    a.mainlevel:link, a.mainlevel:visited {
    /* this styling is for the MAIN items in the menu */
    color: #3D4E6D;
    font-weight: bold;
    text-decoration:none;
    text-align: left;
    }

    a.mainlevel:hover {
    /* same as above, but when hovering */
    color: #FF9900;
    font-weight: bold;
    text-decoration:none;
    text-align: left;
    }

    a.sublevel:link, a.sublevel:visited {
    /* this styling is for menu items that HAS A PARENT */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #343A58;
    font-weight: normal;
    }

    a.sublevel:hover {
    /* pffff!.. you know this! */
    color: #FFFFFF;
    text-decoration: none;
    }





    /**
    * Mambo General styling for Sections/Categories/Contents
    * ------------------------------------------------------
    * These stylings are either sometimes or often used across
    * Sections, categories and contents. They, therefore, deserves
    * to be mentioned and separated from others.
    */

    .createdate {
    /* name says it all.. its for styling the date the content/articles are created under
    contents title */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

    .modifydate {
    /* need me to say? Well it styles the "Last updated on" text
    at the end of articles/contents */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

    a.readon:link, a.readon:visited {
    /* For formatting the "Read on..." link for blogs and on frontpage. */
    color: #23598d;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    }

    a.readon:hover {
    /* Pfft..! */
    color: #23598d; text-decoration: underline;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    }





    /**
    * Mambo Styling for Contents
    * --------------------------
    * All the styling for contents are listed
    * below.
    */

    .contentpane {
    /* This is used mainly for the table that holds the SECTIONS such as News.
    This is when you create a link to a Section and when clicked on it, it will display
    "News" then some description (with image if you selected one) and then a list of
    Category of News. Yes! That entire thing is contained in a table with this style */

    background-color : #FFFFFF;
    }

    .contentpaneopen {
    background-color : #FFFFFF;
    }

    .contentheading {
    /* This is used in several places; the Heading of contents on the frontpage,
    it is also used for Section's heading (see above for explanation) "News" or
    whatever heading you used */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-align:left;
    line-height: 16px;
    height: 15px;
    }

    .contentpagetitle {
    /* Couldn't find where is this yet. Will update this part when I
    get to it. Sorry. If you know, please email me the infos */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-align:left;
    }

    .contentdescription {
    /* When you create a link to a Section in the main menu and when clicked on it, it will display
    "News" then some description (with image if you selected one) and then a list of
    Category of News. This style is used for formating the "DESCRIPTION" part of that page */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: left;
    }

    table.contenttoc {
    /* This is used to format the table of the Tables of Contents or "Jump to"
    box when it is enabled in a multiple paged content or article */
    color: #343A58;
    background-color: #e0e0e0;
    border-top: 1px solid #465675;
    border-bottom: 1px solid #465675;
    border-left: 1px solid #465675;
    border-right: 1px solid #465675;
    }

    table.contenttoc td {
    /* the same as above, but this is used to format the td or
    table cells */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
    padding: 3px;
    }

    .content_rating {
    /* used for styling the texts used for displaying
    those "stars" for rating in an article */
    font-weight: normal;
    font-size: 8pt;
    }

    .content_vote {
    /* used for those voting texts (the one with voting RADIO buttons) */
    font-weight: normal;
    font-size: 8pt;
    }


    /**
    * Mambo Sections Styles
    * ---------------------
    * Styling of sections tables
    */

    .sectiontableheader {
    /* This is for styling the section table headers on a SECTION's page.
    An example would be those articles lists when you click on "News" or something?
    With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
    header that you will be controlling through this style */
    background-color : #94B1CF;
    background-repeat: repeat;
    padding: 2px;
    color : #FFFFFF;
    font-weight : bold;
    padding: 2px;
    }

    .sectiontableentry1 {
    /* this is used when there's a whole list of data to provide and
    you need to create alternate colors for each row of data. This is
    the first color */
    background-color : #BED2EB;
    }

    .sectiontableentry2 {
    /* this is the second color for the row. So, the table generator,
    will alternate its style through sectionableentry1 and sectiontableentry2
    as it cycles through and outputs each row of data. Similar to forum's post
    listings */
    background-color : #F3F3F3;
    }





    /**
    * Mambo Styles for Categories
    * ---------------------------
    * The following are the styling for "Category" items
    * generated from the Sections area
    */

    .category {
    /* this is to set the category Titles ( found on a SECTION's page
    where the Category lists are) styles */
    color: #3D4E6D;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }

    a.category:link, a.category:visited {
    /* same as above, but to set the link format */
    color: #3D4E6D; font-weight: bold;
    }

    a.category:hover {
    /* same as above, but for links with mouse pointer over it */
    color: #3D4E6D;
    }




    /**
    * Mambo Blog styling
    * ------------------
    * Not too sure where this is used yet. I tried the blog section
    * but it doesn't seem to use it. If you have info on this,
    * email me. I'll update this part.
    */

    a.blogsection:link, a.blogsection:visited {
    color: #44757D;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    }

    a.blogsection:hover {
    color: #759328;
    text-decoration: underline;
    font-size: 10px;
    }




    /**
    * Mambo Components Styles
    * -----------------------
    * These stylings are to format the way components title
    * is displayed
    */


    .componentheading {
    /* This is used for formatting the component's title
    when it is displayed on its own page on the frontend */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF9900;
    text-align:left;
    }


    /**
    * Mambo Modules formatting
    * ------------------------
    * These stylings are to format the way modules are
    * displayed. It mainly deals with the format of its
    * table. I think this doesn't need too much explaining
    */

    table.moduletable {
    /* styling the module table */
    margin: 0px 0px 0px 0px;
    width: 95%;
    }

    table.moduletable th {
    /* styling the module header, and the module titles */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF9900;
    text-align: left;
    }

    table.moduletable td {
    /* well.. for formatting the table cells of the module table */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    }



    /**
    * Mambo's Built-in Component's Syling
    * -----------------------------------
    * These stylings are used for Mambo's built-in components
    * such as newsfeeds, weblinks, contact, search and polls.
    * A commented subtitle will guide you which is for which
    */


    /* Polls */

    .poll {
    /* polls texts */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #343A58;
    line-height: 14px
    }

    .pollstableborder {
    /* set the border properties of the polls voting table */
    border: 1px solid #465675;
    }



    /* Weblinks */

    a.weblinks:link, a.weblinks:visited {
    /* well.. to format the link's titles under the "Weblinks"
    section on the frontend */
    color: #405115; text-decoration: none; font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    }

    a.weblinks:hover {
    /* same as above, but for link with mouseover */
    color: #000099; text-decoration: underline;
    }



    /* Newsfeeds */

    .newsfeedheading {
    /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #343A58;
    }

    .newsfeeddate {
    /* yeah.. the date on the newsfeed */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    font-weight: normal;
    }

    .fase4rdf {
    /* this is the body text of the newsfeed */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #343A58;
    font-weight: normal;
    }

    a.fase4rdf:link {
    /* links of the body text of the newsfeed */
    font-size: 11px;
    font-weight: bold;
    color: #356C82;
    }

    a.fase4rdf:hover {
    /* links of the body text of the newsfeed when mouse points over it*/
    font-size: 11px;
    font-weight: bold; color: #759328;
    }


    /* 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 */
    background-color: #FFFFFF;
    border: 1px solid #8D9ABC;
    }


    /* Contact's table settings */

    table.contact {
    /* for formatting the entire "Contact" table which includes
    the name, address icons and form. Note this table DOES NOT
    enclose the dropdown list for selecting the Department/person
    to contact */
    background-color: #FFFFFF;
    }

    table.contact td.icons {
    /* the name gave it away. This formats the <td> cells
    where the little icons sits next to the details (those addresses,
    phone number etc) */
    background-color: #CCCCCC;
    }

    table.contact td.details {
    /* this is for formatting the <td> cells where all the details sits.
    The details where addresses, phone number and additional info are */
    background-color: #F3F3F3;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    }


    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    محل سکونت
    Advertising world
    نوشته ها
    Many
     

  3. #2

    تاریخ عضویت
    Mar 2007
    محل سکونت
    تهران
    نوشته ها
    518
    تشکر
    0
    تشکر شده 3 بار در 3 ارسال

    پاسخ : CSS Guide for Mambo 4.5 templates



    /**
    * CSS Guide for Mambo 4.5 templates
    * @author Wee Keat Chin
    * @url [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    * @email [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    */


    /**
    * General Mambo Styles
    * --------------------
    * The following are styles that are often used
    * site wide by Mambo to provide better control
    * of content's appearences.
    */

    hr {}
    hr.separator {}
    .pagenavbar {}
    .pagenav {}
    .small {}


    /**
    * Mambo Form Styles
    * -----------------
    * Here are 2 styles that Mambo uses to let users control
    * how their forms and buttons may look.
    */

    .button {}
    .inputbox {}


    /**
    * Mambo Tabbed Frontend Admin Interface
    * -------------------------------------
    * The CSS styles here defines how the frontend admin interface
    * will look like when editing and adding news through frontend.
    */

    .ontab {}
    .offtab {}
    .tabpadding {}
    .tabheading {}
    .pagetext {}



    /**
    * Mambo Menu Styling
    * ------------
    * You can control the way menu behave and look
    * by using the CSS settings below
    */

    a.mainlevel{}
    a.sublevel{}



    /**
    * Mambo General styling for Sections/Categories/Contents
    * ------------------------------------------------------
    * These stylings are either sometimes or often used across
    * Sections, categories and contents. They, therefore, deserves
    * to be mentioned and separated from others.
    */

    .createdate {}
    .modifydate {}
    .readon{}


    /**
    * Mambo Styling for Contents
    * --------------------------
    * All the styling for contents are listed
    * below.
    */

    .contentpane {}
    .contentpaneopen {}
    .contentheading {}
    .contentpagetitle {}
    .contentdescription {}
    table.contenttoc {}
    table.contenttoc td {}
    .content_rating {}
    .content_vote {}



    /**
    * Mambo Sections Styles
    * ---------------------
    * Styling of sections tables
    */

    .sectiontableheader {}
    .sectiontableentry1 {}
    .sectiontableentry2 {}



    /**
    * Mambo Styles for Categories
    * ---------------------------
    * The following are the styling for "Category" items
    * generated from the Sections area
    */

    .category {}
    a.category:link, a.category:visited {}
    a.category:hover {}



    /**
    * Mambo Blog styling
    * ------------------
    * Not too sure where this is used yet. I tried the blog section
    * but it doesn't seem to use it. If you have info on this,
    * email me. I'll update this part.
    */

    .blogsection{}



    /**
    * Mambo Components Styles
    * -----------------------
    * These stylings are to format the way components title
    * is displayed
    */


    .componentheading {}



    /**
    * Mambo Modules formatting
    * ------------------------
    * These stylings are to format the way modules are
    * displayed. It mainly deals with the format of its
    * table. I think this doesn't need too much explaining
    */

    table.moduletable {}
    table.moduletable th {}
    table.moduletable td {}



    /**
    * Mambo's Built-in Component's Syling
    * -----------------------------------
    * These stylings are used for Mambo's built-in components
    * such as newsfeeds, weblinks, contact, search and polls.
    * A commented subtitle will guide you which is for which
    */


    /* Polls */

    .poll {}
    .pollstableborder {}


    /* Weblinks */
    .weblinks{}


    /* Newsfeeds */
    .newsfeedheading {}
    .newsfeeddate {}
    .fase4rdf {}


    /* Search page */
    table.searchintro {}


    /* Contact's table settings */
    table.contact {}
    table.contact td.icons {}
    table.contact td.details {}

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  4. #3

    تاریخ عضویت
    Mar 2007
    محل سکونت
    تهران
    نوشته ها
    518
    تشکر
    0
    تشکر شده 3 بار در 3 ارسال

    پاسخ : CSS Guide for Mambo 4.5 templates



    /**
    * CSS Guide for Mambo 4.5 templates
    * @author Wee Keat Chin
    * @url [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    * @email [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
    */


    /**
    * General Mambo Styles
    * --------------------
    * The following are styles that are often used
    * site wide by Mambo to provide better control
    * of content's appearences.
    */

    hr {}
    hr.separator {}
    .pagenavbar {} /* not used in to page nav bar but used for nicknames in forum posts by Simpleboard */
    .pagenav {} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
    .small {}


    /**
    * Mambo Form Styles
    * -----------------
    * Here are 2 styles that Mambo uses to let users control
    * how their forms and buttons may look.
    */

    .button {}
    .inputbox {}


    /**
    * Mambo Tabbed Frontend Admin Interface
    * -------------------------------------
    * The CSS styles here defines how the frontend admin interface
    * will look like when editing and adding news through frontend.
    */

    .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 */




    /**
    * Mambo Menu Styling
    * ------------
    * You can control the way menu behave and look
    * by using the CSS settings below
    */

    a.mainlevel{} /* this styling is for the MAIN items in the menu */
    a.sublevel{} /* this styling is for menu items that HAS A PARENT */



    /**
    * Mambo General styling for Sections/Categories/Contents
    * ------------------------------------------------------
    * These stylings are either sometimes or often used across
    * Sections, categories and contents. They, therefore, deserves
    * to be mentioned and separated from others.
    */

    .createdate {} /* For styling the date the content/articles are created under contents title */
    .modifydate {} /* need me to say? Well it styles the "Last updated on" text at the end of articles/contents */
    .readon{} /* For formatting the "Read on..." link for blogs and on frontpage. */




    /**
    * Mambo Styling for Contents
    * --------------------------
    * All the styling for contents are listed
    * below.
    */

    .contentpane {} /* This is used mainly for the table that holds the SECTIONS such as News.
    This is when you create a link to a Section and when clicked on it, it will display
    "News" then some description (with image if you selected one) and then a list of
    Category of News. Yes! That entire thing is contained in a table with this style */
    .contentpaneopen {} /* Found this being used by Phil in his Shambo2. Don't know where else its used
    in Mambo */
    .contentheading {} /* This is used in several places; the Heading of contents on the frontpage,
    it is also used for Section's heading (see above for explanation) "News" or
    whatever heading you used */
    .contentpagetitle {} /* Couldn't find where is this yet. Will update this part when I
    get to it. Sorry. If you know, please email me the infos */
    .contentdescription {} /* When you create a link to a Section in the main menu and when clicked on it, it will display
    "News" then some description (with image if you selected one) and then a list of
    Category of News. This style is used for formating the "DESCRIPTION" part of that page */
    table.contenttoc {} /* This is used to format the table of the Tables of Contents or "Jump to"
    box when it is enabled in a multiple paged content or article */
    table.contenttoc td {} /* the same as above, but this is used to format the td or
    table cells */
    .content_rating {} /* used for styling the texts used for displaying
    those "stars" for rating in an article */
    .content_vote {} /* used for those voting texts (the one with voting RADIO buttons) */



    /**
    * Mambo Sections Styles
    * ---------------------
    * Styling of sections tables
    */

    .sectiontableheader {} /* This is for styling the section table headers on a SECTION's page.
    An example would be those articles lists when you click on "News" or something?
    With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
    header that you will be controlling through this style */
    .sectiontableentry1 {} /* this is used when there's a whole list of data to provide and
    you need to create alternate colors for each row of data. This is
    the first color */
    .sectiontableentry2 {} /* this is the second color for the row. So, the table generator,
    will alternate its style through sectionableentry1 and sectiontableentry2
    as it cycles through and outputs each row of data. Similar to forum's post
    listings */


    /**
    * Mambo Styles for Categories
    * ---------------------------
    * The following are the styling for "Category" items
    * generated from the Sections area
    */

    .category {} /* this is to set the category Titles ( found on a SECTION's page
    where the Category lists are) styles */
    a.category:link, a.category:visited {} /* same as above, but to set the link format */
    a.category:hover {} /* same as above, but for links with mouse pointer over it */



    /**
    * Mambo Blog styling
    * ------------------
    * Not too sure where this is used yet. I tried the blog section
    * but it doesn't seem to use it. If you have info on this,
    * email me. I'll update this part.
    */

    .blogsection{} /* to be updated */




    /**
    * Mambo Components Styles
    * -----------------------
    * These stylings are to format the way components title
    * is displayed
    */


    .componentheading {} /* This is used for formatting the component's title
    when it is displayed on its own page on the frontend */


    /**
    * Mambo Modules formatting
    * ------------------------
    * These stylings are to format the way modules are
    * displayed. It mainly deals with the format of its
    * table. I think this doesn't need too much explaining
    */

    table.moduletable {} /* styling the module table */
    table.moduletable th {} /* styling the module header, and the module titles */
    table.moduletable td {} /* well.. for formatting the table cells of the module table */



    /**
    * Mambo's Built-in Component's Syling
    * -----------------------------------
    * These stylings are used for Mambo's built-in components
    * such as newsfeeds, weblinks, contact, search and polls.
    * A commented subtitle will guide you which is for which
    */


    /* Polls */

    .poll {} /* polls texts */
    .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 */


    /* Contact's table settings */
    table.contact {} /* for formatting the entire "Contact" table which includes
    the name, address icons and form. Note this table DOES NOT
    enclose the dropdown list for selecting the Department/person
    to contact */
    table.contact td.icons {} /* the name gave it away. This formats the <td> cells
    where the little icons sits next to the details (those addresses,
    phone number etc) */
    table.contact td.details {} /* this is for formatting the <td> cells where all the details sits.
    The details where addresses, phone number and additional info are */

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  5. #4

    تاریخ عضویت
    Jun 2007
    نوشته ها
    57
    تشکر
    0
    تشکر شده 0 بار در 0 ارسال

    پاسخ : CSS Guide for Mambo 4.5 templates

    بهتر نیست این مقالات کمی هم فارسی بشند؟

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  6. #5
    Admin
    تاریخ عضویت
    Dec 2005
    محل سکونت
    U.A.E
    نوشته ها
    13,222
    تشکر
    318
    تشکر شده 1,338 بار در 652 ارسال

    پاسخ : CSS Guide for Mambo 4.5 templates



    راه بهتر اینه که کاربرها یه مقدار سعی کنن زبان خودشون رو تقویت کنن تا بتونن همیشه خودشون رو بروز نگه دارن

    یا علی

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  7. #6

    تاریخ عضویت
    Jan 2006
    محل سکونت
    زمين
    نوشته ها
    2,373
    تشکر
    0
    تشکر شده 0 بار در 0 ارسال

    پاسخ : CSS Guide for Mambo 4.5 templates

    دوست عزیز

    زبانهای برنامه نویسی با کلمات و عبارات انگلیسی نوشته میشن.

    شاید اگر کامپیوترهای امروزی رو به جای "آزمایشگاه Bell " آمریکا، "پژوهشکده رویان" ایران اختراع کرده بود الان کدهای کامپیوتر به زبان فارسی نوشته میشد و بقیه دنیا میامدن فارسی یاد میگرفتن.

    ولی حالا که قدرت ما در این زمینه صفره بهتره اینو قبول کنیم که برای یاد گیری کامپیوتر باید زبانش رو هم یاد بگیریم.

    در متن بالا شما کد مربوط به CSS رو میبینید. و طبیعیه که هیچ عبارتی از اون رو نمیشه با فارسی برگردونت. چون کامپیوتر موجود باهوشی نیست و فارسی رو نمیفهمه.

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


موضوعات مشابه

  1. پاک نشدن محتویات پوشه templates
    توسط mohammad3690 در انجمن قالب های جوملا 1.5 فارسی
    پاسخ ها: 1
    آخرين نوشته: 03-12-2011, 11:55 AM
  2. پاسخ ها: 2
    آخرين نوشته: 09-16-2007, 10:54 AM
  3. XML Editor for Mambo Templates
    توسط hossein.shokrzadeh در انجمن متفرقه
    پاسخ ها: 17
    آخرين نوشته: 01-20-2007, 08:03 PM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •