Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/panel/css/
Upload File :
Current File : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/panel/css/editor-style.css

/*
Theme Name: NewsBT
Description: Used to style the TinyMCE editor.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */


/**
 * 1.0 Body
 */

body {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6471;
	margin: 20px 40px;
	vertical-align: baseline;
}
/**
 * 2.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 56px 0 28px;
}

h1 {
	font-size: 30px;
	line-height: 1.2308;
}

h2 {
	font-size: 25px;
	line-height: 1.2069;
}

h3 {
	font-size: 21px;
	line-height: 1.1667;
}

h4 {
	font-size: 19px;
	line-height: 1.4;
}

h5,
h6 {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 28px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

ul.unstyled{list-style:none}
ul.list-inline{list-style:none}
ul.list-inline li{display:inline-block;width:auto}
blockquote{background-color:#f8f8f8;border-left:5px solid #ccc;float:left;margin:0 2% 10px;padding:10px 2%;position:relative;quotes:"\201C" "\201D" "\2018" "\2019";width:100%}
blockquote:before{color:#ccc;content:open-quote;font-size:4em;line-height:.1em;margin-right:.1em;vertical-align:-.45em}

blockquote{background-color:#f8f8f8;border-left:5px solid #ccc;float:left;margin:0 2% 10px;padding:10px 2%;position:relative;quotes:'\201C' '\201D' '\2018' '\2019';width:100%}
blockquote:before{font-family:arial;color:#ccc;content:open-quote;font-size:4em;line-height:.1em;margin-right:.1em;vertical-align:-.45em}
blockquote:after{font-family:arial;color:#ccc;content:close-quote;font-size:4em;line-height:.1em;margin-right:.1em;vertical-align:-.45em}

blockquote p{display:inline}
code,
pre{background-color:#fcfcfc;border:1px solid #ddd;color:#333;direction:ltr;display:block;float:left;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:90%;margin:0 0 10px;overflow-x:visible;overflow-y:hidden;padding:2%;white-space:nowrap;width:100%;word-wrap:break-word}

.rtl blockquote{quotes:'\201D' '\201C' '\2018' '\2019';border-left:none;border-right:5px solid #ccc;position:relative;float:right}
.rtl blockquote:before{margin-right:0;margin-left:.1em}

address {
	font-style: italic;
	margin: 0 0 28px;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * 3.0 Elements
 */

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

ul,
ol {
	margin: 0 0 28px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 23px;
}

dl {
	margin: 0 0 28px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

table a {
	color: #333;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

a {
	border-bottom: 1px solid #333;
	color: #333;
	text-decoration: none;
}


/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon{
	width: 100%;
}
.gallery-icon img{
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {

}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}


ul.wcb-button li {
    list-style-type:none !important;
    margin:0;
}

.cb-common li:before {
    font-family: dashicons;
    font-size: 22px;
    line-height: 1;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.check-button li:before {
    content: "\f147";
    color: #2ab300;
    font-size: 26px !important;
}
.check-button-b li:before {
    content: "\f147";
    color: #0080ce;
    font-size: 26px !important;
}

.cross-button li:before{
    content: "\f158";
    color: red;
}

.plus-button li:before {
    content: "\f132";
    color: #0079ff;
}

.circle-plus-button li:before {
    content: "\f502";
    color: #0079ff;
}

.circle-cross-button li:before {
    content: "\f153";
    color: red;
}

.star-button li:before {
    content: "\f155";
    color: #F2B827;
}

.warning-button li:before {
    content: "\f534";
    color: red;
}

.idea-button li:before {
    content: "\f339";
    color: #ffd129;
}

.arrow-button li:before {
    content: "\f139";
    color: #0079ff;    
    font-size: 32px !important;
}

.arrow-alt-button li:before {
    content: "\f344";
    color: #0079ff;
}
.pencil-square-button li:before{content:"\f119";color:#0080ce}

.heading-h3-1,
.heading-h3-2,
.heading-h3-3,
.heading-h3-4,
.heading-h2-1,
.heading-h2-2,
.heading-h2-3,
.heading-h2-4 {
	text-indent:10px;
	margin-bottom:10px !important;
	padding:5px 0 !important;
}
.heading-h3-1,
.heading-h2-1 {
    background-color: #d9edf7;
    border-top:3px solid #bce8f1;
	border-bottom:3px solid #bce8f1;
    color: #31708f;
}
.heading-h3-2,
.heading-h2-2 {
    background-color: #f2dede;
    border-top:3px solid #ebccd1;
	border-bottom:3px solid #ebccd1;
    color: #a94442;
}
.heading-h3-3,
.heading-h2-3 {
    background-color: #dff0d8;
    border-top:3px solid #d6e9c6;
	border-bottom:3px solid #d6e9c6;
    color: #3c763d;
}
.heading-h3-4,
.heading-h2-4 {
    background-color: #fcf8e3;
    border-bottom:3px solid #faebcc;
	border-top:3px solid #faebcc;
    color: #8a6d3b;
}

iframe {width:100%;display:block;}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists