View file iblog/admin/doccumentation/css/style.css

File size: 855B
html, body{
    font-size: 100%;
	font-family: 'Muli', sans-serif;
	background:#ffffff;
}
ul li,ol li{
	font-size:14px;
}
p{
	margin:0;
	font-size:13px;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Muli', sans-serif;
	margin:0;
}

.heading{
	font-size: 17px;
	font-weight: 700;
    font-family: cursive;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.under-heading{
	font-size: 14px;
	font-weight: 500;
    font-family: inherit;
	display: block;
}

.note{
	font-size: 14px;
	font-weight: 500;
    font-family: inherit;
	display: block;
	color: red;
	margin-top: 20px;
}

.devider{
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-top:10px;
	margin-bottom:20px;
}

.bottom-space{
	margin-bottom:40px;
}