Joomla CSS - Uw bron voor CSS stijlen!Joomla nieuws flits / newsflash css stijlen

Deze module toont een willekeurig artikel of een aantal vooraf ingestelde artikelen in horizontale of vertikale richting. Voor de voorbeeld website hebben we gekozen voor 3 artikelen in horizontale richting (3 kolommen). De module class suffix is "_flits". Zonder aanvullende stijling ziet deze module er als volgt uit.

Nodule Nieuwsflits zonder aanvullende stijling 

Structuur

div.moduletable_flits
h3 Nieuws flits
table.moduletable_flits
tr
td
table.contentpaneopen_flits
tr td.contentheading_flits a.contentpagetitle_flits Voorpagina artikel 4
table.contentpaneopen_flits
tr td p Content
tr td
table.contentpaneopen_flits
tr td.contentheading_flits a.contentpagetitle_flits Voorpagina artikel 5
table.contentpaneopen_flits
tr td p Content
tr td
table.contentpaneopen_flits
tr td.contentheading_flits a.contentpagetitle_flits Voorpagina artikel 6
table.contentpaneopen_flits
tr td p Content
tr td

Stijlen
We stijlen deze module zoals we de content overal hebben gestijld. De koppen van de artikelen stijlen we echter iets kleiner, omdat in de voorbeeld website over 3 kolommen niet zo veel ruimte is. Verder stijlen we padding tussen de kolommen. De stijlen staan hieronder weergegeven.

div.moduletable_flits { }
div.moduletable_flits h3 {
   font-family:Arial;
   font-size: 22px;
   font-weight: bold;
   color: #660000;
   line-height: 22px;
   margin: 0 0 10px 0;
}

table.moduletable_flits { }

table.moduletable_flits td {
   padding-right: 10px;
}

table.moduletable_flits td table.contentpaneopen_flits { }
table.moduletable_flits td table.contentpaneopen_flits td.contentheading_flits { }

table.moduletable_flits td table.contentpaneopen_flits td.contentheading_flits a.contentpagetitle_flits,
table.moduletable_flits td table.contentpaneopen_flits td.contentheading_flits a:visited.contentpagetitle_flits {
   font-family:Arial;
   font-size: 16px;
   font-weight: bold;
   line-height: 16px;
   padding-bottom: 3px;
}

table.moduletable_flits td table.contentpaneopen_flits td.contentheading_flits a:hover.contentpagetitle_flits {
   font-family:Arial;
   font-size: 16px;
   font-weight: bold;
   line-height: 16px;
   padding-bottom: 3px;
}

Na stijling ziet de module er als volgt uit.

Module Nieuws flits gestijld 

 

Commentaar (0)
Schrijf commentaar
Uw contact gegevens:
Commentaar:
Beveiliging
Voer de anti-spam code in die in het plaatje staat.