Test Your Website

Visitors



43.3%Netherlands Netherlands
5.9%Germany Germany
5.9%United States United States
3.9%Belgium Belgium
3.9%India India
3.8%Spain Spain
3.3%Italy Italy
3.2%Poland Poland
2.6%France France
2.5%United Kingdom United Kingdom
2.3%Greece Greece
1.6%Russian Federation Russian Federation
1.2%Japan Japan
1.1%Australia Australia
1.1%Canada Canada

Today: 138
Yesterday: 332
This Week: 1924
Last Week: 2391
This Month: 6081
Last Month: 9098
Total: 25249


List One Newsfeed Category

Print screen without additional CSS

 

Lijst van een newsfeed categorie

 

Structure with classes and id's

 

div.newsfeed-category
	h1
	h2
	div.category-desc
		p
		div.clr
	form#adminForm
		fieldset.filters
			legend.hidelabeltxt
			div.display-limit
				select#limit.inputbox option
		table.category
			thead
				tr
					th.item-title#tableOrdering a
					th.item-num-art#tableOrdering2 a
					th.item-link#tableOrdering3 a
			tbody
				tr.cat-list-row0
					td.item-title a
 					td.item-num-art
					td.item-link a
				tr.cat-list-row1
					td.item-title a
 					td.item-num-art
					td.item-link a
		div.pagination p.counter	


 

CSS

 

/* ----------------------
   List one feed category
------------------------- */
div.newsfeed-category h1 {
	margin: 0 0 15px 0;
}

div.newsfeed-category form#adminForm fieldset.filters {
	border: 0 none;
	padding: 0;
}

div.newsfeed-category form#adminForm fieldset.filters legend.hidelabeltxt {
	display: none;
}

/* Table */
div.newsfeed-category form#adminForm table.category {
	width: 100%;
}

div.newsfeed-category form#adminForm table.category thead tr th {
	border: 1px #999 solid;
	font-weight: bold;
	padding: 3px;
	background-color: #e5e5e5;
	vertical-align: top;
}

div.newsfeed-category form#adminForm table.category thead tr th {
	white-space: nowrap;
}

div.newsfeed-category form#adminForm table.category thead tr th a img {
	margin: 0 0 0 5px;
}

div.newsfeed-category form#adminForm table.category tbody tr td {
	border: 1px #999 solid;
	font-weight: normal;
	padding: 3px;
	background: none;
	vertical-align: top;
}

div.newsfeed-category form#adminForm table.category tbody tr td a {
	font-size: 11px;
}

div.newsfeed-category form#adminForm table.category tbody tr td.item-num-art {
	text-align: center;
}

 

Print screen after applying CSS

 

Lijst van een newsfeed categorie

Comments (2)
  • Rob van Oudheusden  - Re: file
    templates/yourtemplate/css

    for accessing css files look in the backend
    extensions->templatemanager and select the tab templates. On this page select the default template you are using.
  • pepee  - file
    Hi, where can i found this css file? I want to change text align, but i don't know where.

    Thanks.
Post a commment or ask a question!
Your Contact Details:
Comment:
Security
Please input the anti-spam code that you can read in the image.