403Webshell
Server IP : 208.109.34.209  /  Your IP : 216.73.217.134
Web Server : Apache
System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User : oceanproject ( 1012)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/oceanproject/public_html/wp-content/themes/reda/assets/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/oceanproject/public_html/wp-content/themes/reda/assets/scss//widgets.scss
.widget {  margin-bottom: 60px;
	select { background-color: transparent !important; border: none; border-bottom: 1px solid $body-font-color; height: 60px; vertical-align: middle; padding-left: 15px; color: $dark2-gray; 
		&:focus, &:active { outline: none; }
	}
	li > i { font-size: .65em; position: relative; top: -2px; margin-right: 5px; color: $accent-color; }
}
.widget-area {
	@include breakpoint(large) {  margin-left: 60px; }
}
.widget-title { border-bottom: 2px solid $light-gray; margin-bottom: 30px; 
	span { margin-bottom: -5px; display: inline-block; text-transform: uppercase; color: $accent-color; padding-bottom: 10px; letter-spacing: 3px; font-size: 14px; }
}
.widget_archive { 
	ul { margin: 0; margin-bottom: 30px; overflow: hidden;
		li { padding: 5px 0; position: relative; list-style-type: none; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; 
			a { color: $accent-color; }
			&:first-of-type() { border-top: none; }
		}
	}
}
.widget_categories, .widget_pages, .widget_meta {
	ul { margin: 0; }
	> ul { margin: 0; margin-bottom: 30px; overflow: hidden;
		li { position: relative; list-style-type: none; font-size: 12px; text-transform: uppercase; line-height: 28px; 
			a {  transition: opacity .4s; opacity: .7;
				&:hover { opacity: 1; }
			}
		}
		> li {
			&:last-of-type() { border: none; }
		}
	}
	ul li { padding: 5px 0; }
	.children li:last-of-type() { padding-bottom: 0px !important; }
}
.widget_nav_menu {
	ul { margin: 0; }
	.menu { margin: 0; margin-bottom: 30px; overflow: hidden;
		li { position: relative; list-style-type: none; font-size: 12px; text-transform: uppercase; line-height: 28px; letter-spacing: 1px; 
			a {  transition: opacity .4s; opacity: .6;
				&:hover { opacity: 1; }
			}
		}
		> li { 
			&:last-of-type() { border: none; }
		}
	}
	ul li { padding: 5px 0 5px 15px; }
	.sub-menu li:last-of-type() { padding-bottom: 0px !important; }
	.sub-menu { display: block; position: relative; left: auto !important; top: auto !important; 
		li { padding-right: 0 !important; }
	}
}
.widget_calendar { 
	caption { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: normal; margin-bottom: 5px;  }
	thead { background: transparent; border: none; border-bottom: 2px solid $medium-gray;
		th { text-align: center; font-size: 12px; }
	}
	tbody { background: transparent; border: none; text-align: center; 
		tr { background: transparent; border-bottom: 1px solid $light-gray; font-size: 14px; }
		td a { color: $accent-color; }
		#today { font-weight: bold; }
	}
	tfoot { background: transparent; border: none; 
		td { text-transform: uppercase; font-weight: normal; font-size: 11px; letter-spacing: 1px; }
	}
}
.widget_recent_comments {
	ul { margin: 0; margin-bottom: 30px; overflow: hidden;
		li { padding: 5px 0; position: relative; list-style-type: none; font-size: 14px; color: $dark2-gray; 
			&:first-of-type() { border-top: none; }
			> a { color: $header-color; margin-left: 5px; font-size: 16px; font-family: $header-font-family; }
		}
	}
	.comment-author-link {  text-transform: uppercase; letter-spacing: 1px; font-size: 11px; 
		a { padding: 5px 0; transition: opacity .4s; opacity: .7; color: $body-font-color; margin-right: 5px; 
			&:hover { opacity: 1; }
		}
	}
}
body .widget_recent_entries { 
	ul { margin: 0; margin-bottom: 30px; overflow: hidden; }
	li { list-style-type: none; padding: 5px 0; margin-bottom: 10px; position: relative; line-height: 1.5em;
		&:last-of-type() { margin-bottom: 0; }
		&:first-of-type() { border-top: none; }
	}
	a { font-size: 16px; font-family: $header-font-family; color: $header-color; }
	.post-date { display: block; margin-bottom: 0; }
}
.widget_rss {
	ul { margin: 0; margin-bottom: 30px; overflow: hidden; }
	li { list-style-type: none; padding: 5px 0; position: relative; 
		&:first-of-type() { border-top: none; }
	}
	.rss-date {  text-transform: uppercase; letter-spacing: 1px; font-size: 11px; padding: 5px 0; transition: opacity .4s; opacity: .7; color: $body-font-color; margin-right: 5px; display: block; margin-bottom: 10px; 
		&:hover { opacity: 1; }
	}
	.rsswidget { color: $body-font-color; font-size: 16px; }
	.rssSummary { margin-bottom: 15px; font-size: 14px; }
}
.widget_tag_cloud { 
	.tagcloud a { font-size: 11px !important; padding: 0 3px 3px; text-transform: uppercase; display: inline-block; position: relative; letter-spacing: 1px; opacity: .7; transition: opacity .4s;
		&:hover { opacity: 1; }
		&:after { content: "/"; position: absolute; right: -3px; color: inherit; } 
		&:last-of-type() { 
			&:after { display: none; }
		}
		
	}
}
.newsletter-details .mf-input { width: 100%; 
	input { position: relative; z-index: 1; }
}

Youez - 2016 - github.com/yon3zu
LinuXploit