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: 136
Yesterday: 332
This Week: 1922
Last Week: 2391
This Month: 6079
Last Month: 9098
Total: 25247


Archive

Print screen without additional CSS

 

Gearchiveerde artikelen

 

Structure with classes and id's

 

div.archive
	h1
	form#adminForm
		fieldset.filters
			legend.hidelabeltxt
			div.filter-search
				label.filter-search-lbl
				input#filter-search.inputbox
				select#"month.inputbox option
				select#year.inputbox option
				select#limit.inputbox option
				button.button
	
		ul#archive-items
			li,row0
				h2 a
				div.intro
					p		
			

			li.row1
				h2 a
				div.intro
					p		

 

CSS

 

/* ----------------
   Archive Articles
------------------- */ 
div.archive h1 {
	margin-bottom: 20px;
}

fieldset.filters {
	border: 1px #999 solid;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
}

fieldset.filters legend.hidelabeltxt {
	padding: 0 5px 0 5px;
}

fieldset.filters div.filter-search label.filter-search-lbl {
	padding: 0 5px 0 5px;
}

/* Articles list */
ul#archive-items {
	padding: 0;
	list-style: none;
}

ul#archive-items li {
	margin-bottom: 20px;
}

 

Print screen after applying CSS

 

Gearchiveerde artikelen

Comments (0)
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.