All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.blogs.css.common_main.scss Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
.portlet-blogs {
	.entry-subtitle {
		margin-bottom: 20px;

		h4 {
			font-size: 32px;
			font-weight: 300;
			line-height: 45px;
			margin-top: 35px;
			text-align: center;
		}
	}

	.entry-body {
		position: relative;

		h1 {
			font-weight: bold;
			text-align: center;
		}

		p {
			line-height: 27px;
			margin-bottom: 30px;

			&:last-child {
				margin-bottom: 0;
			}
		}

		img {
			max-width: 100%;
		}

		.cover-image-container {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 400px;
		}

		.uploading-image-container {
			display: inline-block;

			.progressbar {
				height: 20px;
			}
		}

		.uploading-image {
			opacity: 0.4;
		}
	}

	.entry-content {
		img {
			max-width: 100%;
		}
	}

	.cover-image-caption {
		color: #868896;
		text-align: right;
	}
}

.firefox .portlet-blogs fieldset {
	display: table-cell;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy