Joomla weblinks css stijlen
Deze Joomla weblinks component toont een lijst met weblinks van externe websites. In de component kan bij de weblink aanvullende informatie worden opgegeven over de inhoud van de website. Voor de voorbeeld website zijn 2 weblinks ingevoerd en 1 categorie. Verder is in het hoofd menu een link opgenomen "Belangrijke websites", die naar de weblinks pagina leidt. Zonder aanvullende stijling ziet de pagina weblinks er als volgt uit.
Structuur
div.componentheading
table.contentpane (align:center)
tr
td (width:60%)
form table
tr
td (align:right)Toon # select.inputbox#limit
tr
td.sectiontableheader (width:10 text-align:right) #
td.sectiontableheader (width:90% height:20) a Web link
td.sectiontableheader (width:30 height:20 text-align:center) a Hits
tr.sectiontableentry1
td (align:right) 1
td (height:20) img (weblink.png) a.category Creative Web Studio span.description
td (align:center) 2
tr.sectiontableentry2
td (align:right) 2
td (height:20) img (weblink.png) a.category Nederlandse Joomla Website span.description
td (align:center) 2
tr
td.sectiontablefooter (align:center)
tr
td.pagecounter (align:right)
tr
td (width:60%)
ul
li a.category weblinks span.small (2)
Stijlen De onderstaande stijlen zijn mogelijk. Enkele zijn voor de voorbeeld website ingevuld.
div.componentheading { }
table.contentpane { }
table.contentpane td { }
table.contentpane td form { }
table.contentpane td form table { }
table.contentpane td form table td {
padding: 3px 0 3px 0;
}
table.contentpane td form table td select#limit { }
table.contentpane td form table td.sectiontableheader { }
table.contentpane td form table tr.sectiontableentry1 { }
table.contentpane td form table tr.sectiontableentry1 td img { }
table.contentpane td form table tr.sectiontableentry1 a.category {
font-size: 12px;
font-weight:bold;
}
table.contentpane td form table tr.sectiontableentry1 span.description { }
table.contentpane td form table tr.sectiontableentry2 { }
table.contentpane td form table tr.sectiontableentry2 td img { }
table.contentpane td form table tr.sectiontableentry2 a.category {
font-size: 12px;
font-weight:bold;
}
table.contentpane td form table tr.sectiontableentry2 span.description { }
table.contentpane td form table td.sectiontablefooter { }
table.contentpane td form table td.pagecounter { }
table.contentpane td ul {
display: none;
}
table.contentpane td ul li { }
table.contentpane td ul li a.category,
table.contentpane td ul li a:visited.category { }
table.contentpane td ul li a:hover.category { }
table.contentpane td ul li span.small { }
Na het toepassen van de stijlen ziet de pagina er als volgt uit.
|