/**
* Theme Name: Neenteen;
* Version: 0.0.1;
*/
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: .8em;
}
* {
box-sizing: border-box;
}
p {
margin: 0;
}
img {
vertical-align: middle;
margin: 1px;
}
a {
text-decoration: none;
color: #42a4dd;
}
label {
display: inline-block;
margin: 5px 0;
cursor: pointer;
}
select,
button {
vertical-align: sub;
}
input[type=checkbox] {
box-sizing: border-box;
border: 1px solid #e6e6e6;
margin-right: 4px;
vertical-align: middle;
}
input[type=radio] {
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #e6e6e6;
margin-right: 4px;
vertical-align: sub;
}
input[type=tel],
input[type=email],
input[type=password],
input[type=text] {
width: 240px;
padding: 8px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #e6e6e6;
border-radius: 3px;
}
input:focus { outline:none; }
textarea,
select {
border-radius: 3px;
padding: 4px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #e6e6e6;
}
textarea {
height: 80px;
width: 100%;
}
code {
padding: 0 !important;
overflow-x: auto;
display: block;
background: #f1f4f5 !important;
}
pre {
padding: 15px;
background: #f1f4f5 !important;
font-size: 12px;
}
/*
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.hljs-comment,
.hljs-quote {
color: #800;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-title,
.hljs-name {
color: #008;
}
.hljs-variable,
.hljs-template-variable {
color: #660;
}
.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
color: #080;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-number,
.hljs-link {
color: #066;
}
.hljs-title,
.hljs-doctag,
.hljs-type,
.hljs-attr,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
color: #606;
}
.hljs-attribute,
.hljs-subst {
color: #000;
}
.hljs-formula {
background-color: #eee;
font-style: italic;
}
.hljs-selector-id,
.hljs-selector-class {
color: #9B703F
}
.hljs-addition {
background-color: #baeeba;
}
.hljs-deletion {
background-color: #ffc8bd;
}
.hljs-doctag,
.hljs-strong {
font-weight: bold;
}
.hljs-emphasis {
font-style: italic;
}
.msg,
.err {
padding: 7px 0;
background-color: #ef7373;
color: #fff;
text-shadow: 1px 1px 1px #4a4a4a;
text-align: center;
}
.msg {
background-color: #4dbf9a;
}
.header .err,
.header .msg {
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
}
.header-user-panel,
.header-logo,
.content {
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
}
.header,
.footer,
.content {
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.ds-profile-avatar,
.ds-profile-title,
.empty,
.admin_menu,
.mess,
.foot,
.main,
.main2,
.main_menu,
.nav2,
.nav1 {
position: relative;
padding: 10px;
border-bottom: 1px solid #e8e8e8;
clear: both;
word-break: break-all;
}
.ds-profile-menu {
display: block;
border-bottom: 1px solid #e8e8e8;
padding: 5px;
}
.ds-profile-menu a {
display: block;
padding: 2px 5px;
}
.ds-profile-group a {
display: inline-block;
}
.ds-profile-menu a:hover {
/*background-color: #fdfdfd;*/
}
.ds-profile-menu a:last-child {
/*border-bottom: 0;*/
}
.ds-profile-menu a .counter {
color: #000;
}
form .main {
padding-left: 0;
padding-right: 0;
}
.ds-profile-menu:nth-of-type(odd),
.ds-profile-title,
.nav1 {
background-color: #f4fdff;
}
.main_menu {
background-color: #f9f9f9;
}
.foot {
background-color: beige;
}
.nav1 .icon,
.nav2 .icon {
vertical-align: text-top;
}
.nav1 .image-avatar::before,
.nav2 .image-avatar::before {
content: "";
}
.avatar,
.avatar {
height: 50px;
width: 50px;
object-fit: cover;
border-radius: 4px;
border: 1px solid #afafaf;
margin-right: 6px;
margin-bottom: 4px;
}
img.avatar-128 {
height: auto;
width: auto;
max-width: 128px;
max-height: 128px;
}
.nav1 div.right,
.nav2 div.right {
position: absolute;
right: 0px;
top: 0px;
}
.nav1 div.right a,
.nav2 div.right a {
display: inline-block;
padding: 4px 6px;
}
.tpanel,
.menus {
display: flex;
padding: 5px;
flex-wrap: wrap;
}
.tpanel .tmenu,
.menus .webmenu {
display: inline-block;
}
.tpanel .tmenu a,
.menus .webmenu a {
padding: 5px 10px;
display: block;
background-color: #42a4dd;
color: #fff;
margin: 5px;
border-radius: 3px;
box-shadow: 0px 0px 3px inset #fff;
border: 1px solid #008cde;
text-shadow: 0px 1px 1px #11689a;
}
.tpanel .tmenu a.activ,
.menus .webmenu a.activ {
background-color: #666666;
color: #ffffff;
text-shadow: none;
box-shadow: none;
border: 1px solid #404040;
cursor: text;
}
form .tpanel {
padding: 0;
}
.title,
.copyright {
background-color: #666666;
padding: 10px 0;
text-align: center;
color: #fff;
}
.header-title {
position: relative;
padding: 0;
width: 100%;
background-color: #666666;
color: #fff;
border-right: 1px solid #e8e8e8;
border-left: 1px solid #e8e8e8;
}
.header-title .title {
text-align: center;
width: calc(100% - 100px);
height: 34px;
line-height: 34px;
margin: 0 auto;
padding: 0;
}
.header-title .link-home {
position: absolute;
top: 0;
left: 0;
display: inline-block;
height: 34px;
width: 34px;
padding: 9px
}
.header-logo {
background-color: #f5f5f5;
padding: 10px;
}
.header-user-panel {
display: flex;
width: 100%;
}
.header-user-panel > div {
display: inline-block;
flex-basis: 100%;
text-align: center;
border-right: 1px solid #e8e8e8;
}
.header-user-panel > div a {
display: block;
padding: 5px 0 5px 0;
background-color: #42a4dd;
}
.header-user-panel > div a:hover {
background-color: #59b5eb;
}
.header-user-panel > div:last-child {
border-right: 0;
}
.header-user-panel .counter {
color: #f9f9f9;
display: inline-block;
margin-left: 2px;
}
.c2,
.nav {
padding: 5px;
margin: 0;
}
.c2 .page,
.nav li {
display: inline-block;
text-align: center;
margin-right: 2px;
}
.c2 .page a,
.nav li.nav-number,
.nav li a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #b3b3b3;
color: #7d7d7d;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-radius: 3px;
}
.nav li.nav-number {
color: #fff;
background: rgb(60, 60, 60);
border-color: #313131;
}
.nav li.nav-dots {
padding: 5px;
}
.yashare-auto-init {
display: inline-block;
vertical-align: middle;
}
.b-share__handle {
float: none !important;
height: auto !important;
padding: 5px 3px 5px 2px !important;
cursor: pointer !important;
text-align: left !important;
text-decoration: none!important;
display: inline-block !important;
}
input[type="submit"] {
display: inline-block;
font-family: arial,sans-serif;
font-size: 11px;
color: rgb(224, 235, 247);
text-shadow: 0 -1px rgb(62, 104, 134);
text-decoration: none;
user-select: none;
line-height: 2em;
padding: 1px 1.2em;
outline: none;
border: 1px solid rgb(51, 118, 179);
border-radius: 3px;
background: rgb(66, 164, 221) linear-gradient(rgb(50, 150, 208), rgb(24, 108, 191));
box-shadow: inset 0 1px rgb(187, 219, 249), inset 0 0 1px rgba(156, 187, 251, 0.8), 0 1px rgb(137, 199, 255), 0 0 1px rgb(166, 210, 255);
}
input[type="submit"]:focus:not(:active) {
border: 1px solid rgb(11, 87, 169);
border-bottom: 1px solid rgb(46, 101, 169);
background: rgb(64, 121, 191);
box-shadow: inset 0 1px 3px rgba(7, 62, 117, 0.5), 0 1px rgb(43, 102, 156), 0 0 1px rgb(37, 83, 130);
pointer-events: none;
}
input[type="submit"]:active {
box-shadow: inset 0 1px 3px rgba(4, 53, 103, 0.5), 0 1px rgb(75, 116, 152), 0 0 1px rgb(41, 91, 142);
}
form {
padding: 10px;
background-color: #f8f8f8;
border-bottom: 1px solid #eef0f0;
}
.form-plugins-upload form {
padding: 20px;
text-align: center;
}
.ds-link-delete {
color: red;
}
.list-item-title {
font-weight: bold;
}
.list-item {
padding: 10px;
}
.list-item.active {
background-color: #e8eef1;
}
.ds-editor {
margin-bottom: 10px;
}
.ds-editor-textarea {
display: block !important;
height: 115px;
width: 100%;
border-color: #e6e6e6;
}
.ds-editor-panel {
}
.ds-editor-panel a {
display: inline-flex;
height: 28px;
width: 28px;
justify-content: center;
align-items: center;
background-color: white;
vertical-align: middle;
border-radius: 3px;
border: 1px solid #c3cdd4;
}
.ds-colorpicker-toggle {
padding: 10px;
border: 1px solid gray;
background-color: #fff;
}
.ds-copyright {
text-align: center;
}
.ds-copyright a {
color: gray;
font-size: 11px;
}