HEX
Server: nginx/1.24.0
System: Linux ht2024073053593 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64
User: root (0)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/njmuedu.com/wp-content/themes/blogrank-pro/scss/responsive.scss
/* Responsive CSS Style */

$accent-1: #0099e5;

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1140px) and (max-width: 1199px) {
	.container {
		width: 1130px;
	}
	.content-wrap {
		width: 910px;
	}
	#primary {
		width: 590px;
	}
	#featured-content {
		width: 620px;
	}
	#featured-grid {
		width: 275px;
	}
	#site-bottom .site-info {
		font-size: 0.95em;
	}
	.content-loop {
		.entry-title {
			font-size: 1.3em;
		}
		.entry-summary {
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;			
		}
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1139px) {
	.container {
		width: 1060px;
	}
	.content-wrap {
		width: 840px;
	}
	#featured-content {
		width: 579px;
	}
	#featured-grid {
		width: 256px;
	}	
	#primary {
		width: 530px;
	}
	#secondary.sidebar {
		width: 290px;
	}
	.content-loop {
		.entry-title {
			font-size: 1.1em;
		}
		.thumbnail-link {
			width: 170px;
		}
		.entry-summary {
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;				
		}
	}

}
@media only screen and (min-width: 959px) and (max-width: 1079px) {
	.container {
		width: 940px;
	}
	.content-wrap {
		width: 720px;
	}
	#featured-content {
		float: none;
		width: 100%;
	}
	#featured-grid {
		float: none;
		width: 100%;
		margin: -10px 0 20px 0;
		&:after {
			display: block;
			content: " ";
			clear: both;
		}
		.hentry {
			float: left;
			width: 49.3%;
			margin-right: 1.4%;
			&:nth-of-type(2n) {
				margin-right: 0;
			}
		}
	}	
	#primary {
		width: 100%;
	}
	.header-search,
	#secondary.sidebar {
		display: none;
	}
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.admin-bar .site-header {
		top: 0;
	}
	.header-toggles {
		display: block;
	}	
	.left-sidebar {
		display: none;
	}
	#featured-content {
		float: none;
		width: 100%;
	}
	#featured-grid {
		float: none;
		width: 100%;
		margin: -10px 0 20px 0;
		&:after {
			display: block;
			content: " ";
			clear: both;
		}
		.hentry {
			float: left;
			width: 49.3%;
			margin-right: 1.4%;
			&:nth-of-type(2n) {
				margin-right: 0;
			}
		}
	}	
	.content-wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.site-header {
		display: block;
		height: 60px;
		position: relative;
		.search-icon {
			margin-right: 6px;
		}		
	}
	.site-start {
		position: relative;
		line-height: 60px;
	}	
	.search-icon {
		display: block;
	}
	.header-search {
		background-color: #fff;
		border-color: #f0f0f0;
		display: none;
		float: none;
		width: 100%;
		position: absolute;
		top: 59px;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: 100;
		.search-input {
			width: 100%;
		}
		.search-submit {
			border-left-color: #f0f0f0;
			right: 0;
		}
	}
	#page {
		width: 100%;
	}
	.container {
		width: 96%;
	}
	#primary,
	#secondary {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.site-footer {
		width: 100%;
	}
	#primary-bar,
	#secondary-nav {
		display: none;
	}
	.site-branding {
		float: none;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
		#logo {
			height: 60px;
			line-height: 60px;
			margin: 0;
			width: 100%;
		}
		img {
			width: auto;
			max-height: 50px;
			margin-top: 5px;
		}
		.site-title-desc {
			display: inline-block;
			float: none;
		}
		.site-title {
			font-size: 1.2em;
			line-height: 60px;
		}
		.site-description {
			display: none;
		}
	}


	#primary-nav {
		display: none;
	}

	#primary {
		float: none;
	}
	#secondary {
		float: none;
		margin-top: 20px;
	}
	.sidebar,
	.site-footer {
		.widget_ad {
			text-align: center;
		}
	}
	#site-bottom {
		margin-bottom: 0;
		text-align: center;
		.site-info {
			margin-bottom: 0;
		}		
		.footer-nav {
			ul li {
				padding: 0 5px;
			}
		}
	}
	#back-top a span {
		bottom: 10px;
	}
	.archive,
	.search {
		.breadcrumbs .breadcrumbs-nav {
			display: none;
		}
	}
	.pagination {
		padding-bottom: 0;
	}
	.single .breadcrumbs-nav,
	.breadcrumbs {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;		
	}
	.breadcrumbs {
		padding-bottom: 15px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.site-header {
		margin-bottom: 10px;
	}
	.site-branding {
		img {
			width: auto;
		}
		.site-title {
			line-height: 60px;
			margin: 0;
		}
		.site-description {
			display: none;
		}
	}
	.mobile-menu-icon {
		right: 50px;
	}
	#secondary.sidebar {
		margin-top: 20px;	
	}

	.content-loop {
		.hentry {
			margin-bottom: 15px;
			padding-bottom: 15px;
		}
	}
	#recent-content .widget_media_image,
	 #recent-content .widget_custom_html {
	 	margin-bottom: 15px;
	 }	 
	 .breadcrumbs {
	 	padding-bottom: 10px;
	 	.taxonomy-description {
	 		display: none;
		}
	}
	.single {
		.entry-header {
			.entry-meta {
				float: none;
			}
		}
	}	
	.error-404,
	.search-no-results {
		.page-content .search-form input.search-field {
			width: 170px;
		}
	}
	.comment-form {
		.comment-form-author,
		.comment-form-email,
		.comment-form-url {
			width: 100%;
		}
	}		
	#site-bottom {
		.footer-nav li {
			border-right: none;
			margin: 0 5px;
			padding: 0;
		}
	}	
	.pagination {
		margin-top: 10px;
		padding-top: 10px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.home .site-content {
		margin-top: 12px;
	}
	.site-content {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.content-loop {
		.entry-title {
			font-size: 1.2em;
		}
		.thumbnail-link {
			width: 160px;
		}
		.entry-summary {
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;	
			-webkit-line-clamp: 6;				
		}
}
	.single h1.entry-title {
		font-size: 26px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.home .site-content {
		margin-top: 10px;
	}
	.site-content {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.site-main {
	}
	#featured-content {
		margin: 0 0 20px 0;
		.featured-slide .entry-title {
			font-size: 1.2em;
		}
	}
	#featured-grid {
		margin: -20px 0 20px 0;
		.hentry {
			width: 100%;
			margin: 10px 0 0 0;
		}
	}
	.content-loop {
		.thumbnail-link {
			width: 80px;
			margin: 0 15px 0 0;
		}
		.entry-title {
			font-size: 1.2em;
			margin-bottom: 5px;
		}		
		.entry-summary {
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;	
			-webkit-line-clamp: 3;			
		}
		.entry-author {
			display: none;
		}
	}	
	.breadcrumbs,
	.breadcrumbs-nav {
		display: none;
	}
	.single {
		#primary article .entry-header {
			margin: 5px 0 15px 0;
			.entry-author {
				display: none;
			}
			h1.entry-title {
				font-size: 1.2em;
			}
			.entry-meta {
				.entry-comment,
				.sep {
					display: none;
				}
			}
		}
	}
	.page-content p, 
	.entry-content p {
		margin-bottom: 20px;
	}
	.page-title,
	.single h1.entry-title, 
	.page h1.entry-title {
		font-size: 1.2em;
	}
	#comments,
	.comment-respond {
		.comment-metadata {
			display: none;
		}
	}
	.pagination .page-numbers {
		background: none;
		border: none;
		box-shadow: none;
		padding: 0 5px;
		font-size: 13px;
		height: 32px;
		line-height: 32px;		
		&:hover {
			color: $accent-1;
			background: none;
			box-shadow: none;
		}
	}
	.sidebar {
		.widget {
			margin-bottom: 10px;
		}
	}
}