media 65
Home | Login | Register | Order Products | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:  Password:

Password Reset
Close

HomeJoomla! Knowledgebase › Free Guide To Joomla Css


  1. Free Guide To Joomla Css
  2. General settings
  3. Layout settings
  4. Navigation section
  5. Standard module table
  6. Content - sections & categories
  7. Form section
  8. Tabbed editing

Standard module table

 

STANDARD MODULE TABLE


This sections covers the standard module formatting it's a good place to add and edit any new module formatting.


/* ##################### STANDARD MODULE TABLE  #################*/      
table.moduletable {
width: 100%;
padding: 0px;
margin: 0px;
}

table.moduletable th {
background: #2F3E57;
height: 18px;
color: #FFFFFF;
}

table.moduletable td {height: 18px;}
/* Module wrappers for round conners module style -3*/
div.module {
width: 100%;
}
/* Font Control */
/* Title Control */
div.module h3 {
color: #FFFFFF;
text-align: center;
}
/* List Control */
.module ul {}
.module li {}
/* Link Control*/
.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}
.module {background: url(../images/bl_grey.gif) 0 100% no-repeat #dddddd; width: 20em; margin-bottom: 10px;}
.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}
.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}
.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
.module div div div div {background: none;}


/* Add here Custom Modules */


/* End Custom Modules */


/* ##################### END STANDARD MODULE TABLE #################*/
^Top