Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Editor*/
- .sceditor-container{
- border:var(--border1)!important;
- background:var(--dbckg5)!important;
- border-radius:0px!important;
- }
- .sceditor-toolbar {
- padding: 10px!important;
- border-radius:0!important;
- border-bottom:var(--border1)!important;
- text-align: center;
- background:var(--dbckg3)!important;
- }
- .sceditor-group {
- background: var(--dbckg4)!important;
- border-bottom: 0px!important;
- border-radius: 3px!important;
- border: var(--border1)!important;
- }
- .sceditor-button:before {
- content: "\f004";
- color: #AAAAAA;
- font-family: 'Font Awesome 5 Pro';
- font-size: 10px;
- font-weight: 700;
- margin-top:9px;
- display:block;
- text-shadow:var(--shadow-d);
- }
- .sceditor-button-bold:before{
- content:"\f032";
- }
- .sceditor-button-italic:before{
- content:"\f033";
- }
- .sceditor-button-underline:before{
- content:"\f0cd";
- }
- .sceditor-button-strike:before{
- content:"\f0cc";
- }
- .sceditor-button-left:before{
- content:"\f036";
- }
- .sceditor-button-center:before{
- content:"\f037";
- }
- .sceditor-button-right:before{
- content:"\f038";
- }
- .sceditor-button-justify:before{
- content:"\f039";
- }
- .sceditor-button-bulletlist:before{
- content:"\f0ca";
- }
- .sceditor-button-orderedlist:before{
- content:"\f0cb";
- }
- .sceditor-button-horizontalrule:before{
- content:"\f337";
- }
- .sceditor-button-quote:before{
- content:"\f10d";
- }
- .sceditor-button-code:before{
- content:"\f121";
- }
- .sceditor-button-faspoiler:before{
- content:"\f071";
- }
- .sceditor-button-fahide:before{
- content:"\f070";
- }
- .sceditor-button-table:before{
- content:"\f0ce";
- }
- .sceditor-button-servimg:before{
- content:"\f302";
- }
- .sceditor-button-image:before{
- content:"\f03e";
- }
- .sceditor-button-link:before{
- content:"\f0c1";
- }
- .sceditor-button-youtube:before{
- content:"\f167";
- font-family:'Font Awesome 5 Brands';
- }
- .sceditor-button-dailymotion:before{
- content:"\f03d";
- }
- .sceditor-button-flash:before{
- content:"\f0d0";
- }
- .sceditor-button-headers:before{
- content:"\f1dc";
- }
- .sceditor-button-size:before{
- content:"\f034";
- }
- .sceditor-button-color:before{
- content:"\f1fc";
- }
- .sceditor-button-font:before{
- content:"\f031";
- }
- .sceditor-button-removeformat:before{
- content:"\f00d";
- }
- .sceditor-button-more:before{
- content:"\f067";
- }
- .sceditor-button-emoticon:before{
- content:"\f118";
- }
- .sceditor-button-date:before{
- content:"\f133";
- }
- .sceditor-button-time:before{
- content:"\f017";
- }
- .sceditor-button-pastetext:before{
- content:"\f03c";
- }
- .sceditor-button-source:before{
- content:"\f246";
- }
- .sceditor-button div{
- display:none!important;
- }
- .sceditor-button {
- text-indent: 0!important;
- margin:2px;
- }
- .sceditor-button:hover, .sceditor-button.hover, .sceditor-button.active{
- background:var(--accent1)!important;
- box-shadow:0 0 transparent!important;
- }
- .sceditor-button:hover:before, .sceditor-button.hover:before, .sceditor-button.active:before{
- color: var(--accent3)!important;
- }
- .sceditor-container textarea{
- color:#888888!important;
- }
- a[name="quickreply"]+.h3 {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement