Login   Register  
Icontem

File: css/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of satyam kumawat  >  jQuery Infinite Scroll Plugin  >  css/style.css  >  Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: stylesheet
Class: jQuery Infinite Scroll Plugin
Load content via AJAX when the page scrolls
Author: By
Last change:
Date: 2013-06-30 04:41
Size: 586 bytes
 

Contents

Class file image Download
.loader {
	background: url("img/loader.gif") no-repeat scroll 0 0 transparent;
	float: right;
	margin: 2px 5px 5px;
	width: 25px;
}
.outerWrapper {
	margin: 50px;
}

.outerWrapper p {
	font-size: 16px;
	line-height: 1.5;
	margin: 5px 0;
}
#wrapper {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	border-bottom: 2px solid black;
	padding-bottom: 25px;
}
#wrapper p {
	float: left;
	font-size: 16px;
	width: 100%;
}

#scrollLoader {
	color: green;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}