shell bypass 403
/*-----------------------------------------------------------------------------------*/
/* JStuff */
/*-----------------------------------------------------------------------------------*/
// IcoMoon
@font-face {
font-family: 'IcoMoon';
src: url('../fonts/IcoMoon.eot');
src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
// Component - Search
.search-results {
dt.result-title {
font-size: 140%;
font-weight: normal;
padding: 3px 0 10px 0;
text-transform: none;
}
dd {
&.result-category {
color: #888888;
font-size: 13px;
font-style: italic;
margin: 0 0 5px;
}
&.result-created {
border-bottom: 1px solid #EEEEEE;
color: #888888;
font-size: 10px;
margin-bottom: 10px;
padding: 0 0 6px;
text-align: right;
}
}
}
#search label {
display: none;
}
// Component - Users - Login
.com-users-login {
display: flex;
justify-content: center;
align-items: center;
&__field {
padding: 10px 0;
}
&__remember {
text-align: right;
input {
margin-top: -2px;
margin-left: 4px;
margin-right: 4px;
}
}
&__no-account {
text-align: center;
padding: 10px;
}
&__forgot {
color: #ddd;
text-align: center;
a {
color: #555;
opacity: .6;
text-transform: uppercase;
font-size: .6rem;
letter-spacing: 1.5px;
margin: 0 5px;
&:hover {
opacity: 1;
}
}
}
.controls > button {
width: 100%;
}
}
// Component - Users - Registration
.com-users-registration {
display: flex;
justify-content: center;
align-items: center;
> form {
width: 100%;
max-width: 400px;
}
&__field {
padding: 10px 0;
}
&__remember {
text-align: right;
input {
margin-top: -2px;
margin-left: 4px;
margin-right: 4px;
}
}
&__no-account {
text-align: center;
padding: 10px;
}
&__forgot {
color: #ddd;
text-align: center;
a {
color: #555;
opacity: .6;
text-transform: uppercase;
font-size: .6rem;
letter-spacing: 1.5px;
margin: 0 5px;
&:hover {
opacity: 1;
}
}
}
.controls > button {
width: 100%;
}
}
// Compontent - Contact
.contact {
padding: 0px;
h3 {
margin-bottom: 20px;
margin-top: 20px;
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
}
> h3 {
display: none;
}
textarea,
input[type="text"],
input[type="number"],
input[type="email"] {
border-radius: 0;
width: 100%;
max-width: 500px;
height: 2em;
}
textarea {
height: 8em;
}
legend {
border: none;
}
}
// Compontent - Content
.item-header {
display: flex;
align-items: flex-start;
border-bottom: none;
margin: 5px 0;
.j51-date {
margin-right: 10px;
}
}
.page-header {
border-bottom: none;
margin: 0;
padding: 0;
}
.categories-list .page-header {
padding-bottom: 10px;
}
.article-body {
overflow: hidden;
}
.article-info-term {
display: none;
}
.article-info {
color: #888;
font-size: 0.85em;
padding: 0px;
display: inline-block;
margin: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.75;
font-weight: 700;
dd {
display: inline;
padding: 0 7px 0 0;
&:last-child {
border-right: medium none;
}
&:first-of-type {
margin-left: 0;
}
> span[class^="icon-"] + time, > span[class*=" icon-"] + time {
margin-left: 0;
}
.icon-calendar {
display: none;
}
}
.actions {
float: right;
margin: -10px 0 0;
width: 50px;
}
}
.articleContent img {
display: block;
margin: 20px auto;
}
dd > div {
display: inline;
}
.items-more ul {
list-style: none !important;
margin-left: 0px;
}
.contact-links ul {
list-style: none outside none !important;
margin-left: 0px;
}
// Compontent - Content - Category Blog
.blog {
.item-content {
padding: 0 0 12px;
}
.items-row {
margin-bottom: 30px;
}
.readmore {
margin-bottom: 5px;
}
.item-image {
position: relative;
}
}
.blog-core {
.item {
padding: 0;
}
h2 {
font-size: 2.2em;
}
}
.items-leading {
margin: 0;
padding-bottom: 15px;
}
dl.muted:empty {
display: none;
}
// Compontent - Content - Single Article
.item-page {
.item-image {
margin-bottom: 2em !important;
}
}
// Compontent - Content - Article Images
.img-fulltext-left {
float: left;
margin-top: 10px;
margin-bottom: 20px;
margin-right: 20px;
}
.img-intro-left {
float: left;
margin-top: 0px;
margin-bottom: 10px;
margin-right: 10px;
}
.img-fulltext-right {
float: right;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 20px;
}
.img-intro-right {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
}
.img-intro-none {
float: right;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
.img-fulltext-none {
float: right;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 20px;
}
.items-leading {
overflow: hidden;
.item-image {
width: auto;
}
}
.item-image {
display: inline-block;
overflow: hidden;
border-radius: @j51-border-radius;
}
.left.item-image {
float: left;
margin-right: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
.right.item-image {
float: right;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
:not(.blog-masonry .item) .none.item-image {
margin-bottom: 20px;
margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
.pull-right.item-image,
.pull-left.item-image {
float: none;
margin-left: 0;
margin-bottom: 20px;
}
}
// Compontent - Content - Tags
.tags {
margin-left: 0 !important;
margin-top: 0 !important;
margin-bottom: 5px !important;
text-align: left;
text-transform: uppercase;
display: block !important;
li {
padding: 0 !important;
a {
padding: 5px 9px 4px;
font-weight: normal;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid #ccc;
border-radius: 2px;
}
}
}
// Component - Tags
.tag-category {
.list-striped li:nth-child(2n+1),
.list-striped dd:nth-child(2n+1),
.list-striped li,
.list-striped dd {
background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-striped,
.row-striped {
border: none;
}
.category {
margin-top: 0;
li {
font-weight: normal;
> a > img {
margin: 5px auto 20px;
max-width: 200px;
float: left;
margin: 5px 25px 50px 0;
}
}
}
fieldset {
display: none;
}
}
// Module - Languages
.lang-inline li a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline-block;
padding: 0;
}
.mod-languages ul li {
display: inline-block;
padding: 0px 2px;
}
// Module - Statistics
.stats-module {
margin: 0;
dt,
dd {
display: inline-block;
margin: 0;
}
dt {
font-weight: bold;
width: 35%;
}
dd {
width: 60%;
}
}
// Module - Search
.search {
.form-inline {
display: flex;
outline: 0;
background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(100, 100, 100, 0.2);
border-radius: 0;
line-height: 16px;
}
.search-query {
box-shadow: none;
background: transparent;
border: 0 none;
border-radius: 0;
padding-left: 10px;
overflow: hidden;
width: 100%;
height: 100%;
}
.button {
box-shadow: none;
color: #fff;
font-size: 10px !important;
padding: 6px 10px;
margin: 0px;
text-transform: uppercase;
border-radius: 0;
}
.icon-search {
color: #fff;
cursor: pointer;
z-index: 1;
padding: 8px;
margin: 0;
margin: -1px;
.transition(background-color 300ms linear);
&:hover {
color: rgba(255, 255, 255, 0.6) !important;
}
}
.btn-right,
.btn-left {
input.search-query {
padding-right: 0;
}
}
.btn-right {
.button,
.icon-search {
order: 1;
}
}
.btn-top {
flex-direction: column;
}
.btn-bottom {
flex-direction: column-reverse;
}
.btn {
padding: 5px 10px;
margin: -1px;
.icon-search {
display: none;
}
}
}
// Module - Tags
.tagspopular {
ul {
margin: 10px 0;
}
li {
list-style-type: none;
display: inline-block;
text-transform: uppercase;
font-size: 0.7em;
letter-spacing: 2px;
font-weight: 500;
margin: 0 5px 8px 0;
a {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 10px;
display: inline-block;
&:hover {
color: white;
}
}
}
}
// Messages
.message::empty {
display: none;
}
// Miscellaneous
.list-striped,
.row-striped {
list-style: none outside none !important;
}
ul.category {
margin-left: 0px;
}
.icon-arrow-right {
margin-top: 1px;
}
ul#archive-items li {
list-style: none;
padding: 0px;
margin: 0px;
background-image: none;
}
.clr {
clear: both;
}
body.contentpane {
background: none repeat scroll 0 0 #FFFFFF;
margin: 10px;
text-align: left;
width: auto;
}
.item-page,
.item,
.items-leading > div,
.items-row > div {
position: relative;
}
.icons {
position: absolute;
top: 0;
right: 0;
z-index: 1;
.btn-group {
margin: 0;
}
.dropdown-toggle {
margin: 0;
}
}
.maincontent .blog .icons {
padding-bottom: 0px;
}