Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw...
File: style-rtl.css
@charset "UTF-8";
[0] Fix | Delete
[1] Fix | Delete
/*
[2] Fix | Delete
Theme Name: Twenty Twenty-One
[3] Fix | Delete
Theme URI: https://wordpress.org/themes/twentytwentyone/
[4] Fix | Delete
Author: the WordPress team
[5] Fix | Delete
Author URI: https://wordpress.org/
[6] Fix | Delete
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
[7] Fix | Delete
Requires at least: 5.3
[8] Fix | Delete
Tested up to: 5.6
[9] Fix | Delete
Requires PHP: 5.6
[10] Fix | Delete
Version: 1.1
[11] Fix | Delete
License: GNU General Public License v2 or later
[12] Fix | Delete
License URI: http://www.gnu.org/licenses/gpl-2.0.html
[13] Fix | Delete
Text Domain: twentytwentyone
[14] Fix | Delete
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
[15] Fix | Delete
[16] Fix | Delete
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
[17] Fix | Delete
Twenty Twenty-One is distributed under the terms of the GNU GPL.
[18] Fix | Delete
*/
[19] Fix | Delete
[20] Fix | Delete
/**
[21] Fix | Delete
* SETTINGS
[22] Fix | Delete
* File-header..........The file header for the themes style.css file.
[23] Fix | Delete
* Fonts................Any font files, if the project needs specific fonts.
[24] Fix | Delete
* Global...............Project-specific, globally available variables.
[25] Fix | Delete
*
[26] Fix | Delete
* TOOLS
[27] Fix | Delete
* Functions............Global functions.
[28] Fix | Delete
* Mixins...............Global mixins.
[29] Fix | Delete
*
[30] Fix | Delete
* GENERIC
[31] Fix | Delete
* Normalize.css........Normalise browser defaults.
[32] Fix | Delete
* Breakpoints..........Mixins and variables for responsive styles
[33] Fix | Delete
* Vertical-margins.....Vertical spacing for the main components.
[34] Fix | Delete
* Reset................Reset specific elements to make them easier to style in other contexts.
[35] Fix | Delete
* Clearings............Clearings for the main components.
[36] Fix | Delete
*
[37] Fix | Delete
* ELEMENTS
[38] Fix | Delete
* Blockquote...........Default blockquote.
[39] Fix | Delete
* Forms................Element-level form styling.
[40] Fix | Delete
* Headings.............H1–H6
[41] Fix | Delete
* Links................Default links.
[42] Fix | Delete
* Lists................Default lists.
[43] Fix | Delete
* Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
[44] Fix | Delete
*
[45] Fix | Delete
* BLOCKS
[46] Fix | Delete
* Audio................Specific styles for the audio block.
[47] Fix | Delete
* Button...............Specific styles for the button block.
[48] Fix | Delete
* Code.................Specific styles for the code block.
[49] Fix | Delete
* Columns..............Specific styles for the columns block.
[50] Fix | Delete
* Cover................Specific styles for the cover block.
[51] Fix | Delete
* File.................Specific styles for the file block.
[52] Fix | Delete
* Gallery..............Specific styles for the gallery block.
[53] Fix | Delete
* Group................Specific styles for the group block.
[54] Fix | Delete
* Heading..............Specific styles for the heading block.
[55] Fix | Delete
* Image................Specific styles for the image block.
[56] Fix | Delete
* Latest comments......Specific styles for the latest comments block.
[57] Fix | Delete
* Latest posts.........Specific styles for the latest posts block.
[58] Fix | Delete
* Legacy...............Specific styles for the legacy gallery.
[59] Fix | Delete
* List.................Specific styles for the list block.
[60] Fix | Delete
* Media text...........Specific styles for the media and text block.
[61] Fix | Delete
* Navigation...........Specific styles for the navigation block.
[62] Fix | Delete
* Paragraph............Specific styles for the paragraph block.
[63] Fix | Delete
* Pullquote............Specific styles for the pullquote block.
[64] Fix | Delete
* Quote................Specific styles for the quote block.
[65] Fix | Delete
* Search...............Specific styles for the search block.
[66] Fix | Delete
* Separator............Specific styles for the separator block.
[67] Fix | Delete
* Spacer...............Specific styles for the spacer block.
[68] Fix | Delete
* Table................Specific styles for the table block.
[69] Fix | Delete
* Verse................Specific styles for the verse block.
[70] Fix | Delete
* Video................Specific styles for the video block.
[71] Fix | Delete
* Utilities............Block alignments.
[72] Fix | Delete
*
[73] Fix | Delete
* COMPONENTS
[74] Fix | Delete
* Header...............Header styles.
[75] Fix | Delete
* Footer...............Footer styles.
[76] Fix | Delete
* Comments.............Comment styles.
[77] Fix | Delete
* Archives.............Archive styles.
[78] Fix | Delete
* 404..................404 styles.
[79] Fix | Delete
* Search...............Search styles.
[80] Fix | Delete
* Navigation...........Navigation styles.
[81] Fix | Delete
* Footer Navigation....Footer Navigation styles.
[82] Fix | Delete
* Pagination...........Pagination styles.
[83] Fix | Delete
* Single...............Single page and post styles.
[84] Fix | Delete
* Posts and pages......Misc, sticky post styles.
[85] Fix | Delete
* Entry................Entry, author biography.
[86] Fix | Delete
* Widget...............Widget styles.
[87] Fix | Delete
* Editor...............Editor styles.
[88] Fix | Delete
*
[89] Fix | Delete
* UTILITIES
[90] Fix | Delete
* A11y.................Screen reader text, prefers reduced motion etc.
[91] Fix | Delete
* Color Palette........Classes for the color palette colors.
[92] Fix | Delete
* Editor Font Sizes....Editor Font Sizes.
[93] Fix | Delete
* Measure..............The width of a line of text, in characters.
[94] Fix | Delete
*/
[95] Fix | Delete
[96] Fix | Delete
/* Categories 01 to 03 are the basics. */
[97] Fix | Delete
[98] Fix | Delete
/* Variables */
[99] Fix | Delete
:root {
[100] Fix | Delete
[101] Fix | Delete
/* Font Family */
[102] Fix | Delete
--global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
[103] Fix | Delete
--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
[104] Fix | Delete
[105] Fix | Delete
/* Font Size */
[106] Fix | Delete
--global--font-size-base: 1.25rem;
[107] Fix | Delete
--global--font-size-xs: 1rem;
[108] Fix | Delete
--global--font-size-sm: 1.125rem;
[109] Fix | Delete
--global--font-size-md: 1.25rem;
[110] Fix | Delete
--global--font-size-lg: 1.5rem;
[111] Fix | Delete
--global--font-size-xl: 2.25rem;
[112] Fix | Delete
--global--font-size-xxl: 4rem;
[113] Fix | Delete
--global--font-size-xxxl: 5rem;
[114] Fix | Delete
--global--font-size-page-title: var(--global--font-size-xxl);
[115] Fix | Delete
--global--letter-spacing: normal;
[116] Fix | Delete
[117] Fix | Delete
/* Line Height */
[118] Fix | Delete
--global--line-height-body: 1.7;
[119] Fix | Delete
--global--line-height-heading: 1.3;
[120] Fix | Delete
--global--line-height-page-title: 1.1;
[121] Fix | Delete
[122] Fix | Delete
/* Headings */
[123] Fix | Delete
--heading--font-family: var(--global--font-primary);
[124] Fix | Delete
--heading--font-size-h6: var(--global--font-size-xs);
[125] Fix | Delete
--heading--font-size-h5: var(--global--font-size-sm);
[126] Fix | Delete
--heading--font-size-h4: var(--global--font-size-lg);
[127] Fix | Delete
--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
[128] Fix | Delete
--heading--font-size-h2: var(--global--font-size-xl);
[129] Fix | Delete
--heading--font-size-h1: var(--global--font-size-page-title);
[130] Fix | Delete
--heading--letter-spacing-h6: 0.05em;
[131] Fix | Delete
--heading--letter-spacing-h5: 0.05em;
[132] Fix | Delete
--heading--letter-spacing-h4: var(--global--letter-spacing);
[133] Fix | Delete
--heading--letter-spacing-h3: var(--global--letter-spacing);
[134] Fix | Delete
--heading--letter-spacing-h2: var(--global--letter-spacing);
[135] Fix | Delete
--heading--letter-spacing-h1: var(--global--letter-spacing);
[136] Fix | Delete
--heading--line-height-h6: var(--global--line-height-heading);
[137] Fix | Delete
--heading--line-height-h5: var(--global--line-height-heading);
[138] Fix | Delete
--heading--line-height-h4: var(--global--line-height-heading);
[139] Fix | Delete
--heading--line-height-h3: var(--global--line-height-heading);
[140] Fix | Delete
--heading--line-height-h2: var(--global--line-height-heading);
[141] Fix | Delete
--heading--line-height-h1: var(--global--line-height-page-title);
[142] Fix | Delete
--heading--font-weight: normal;
[143] Fix | Delete
--heading--font-weight-page-title: 300;
[144] Fix | Delete
--heading--font-weight-strong: 600;
[145] Fix | Delete
[146] Fix | Delete
/* Block: Latest posts */
[147] Fix | Delete
--latest-posts--title-font-family: var(--heading--font-family);
[148] Fix | Delete
--latest-posts--title-font-size: var(--heading--font-size-h3);
[149] Fix | Delete
--latest-posts--description-font-family: var(--global--font-secondary);
[150] Fix | Delete
--latest-posts--description-font-size: var(--global--font-size-sm);
[151] Fix | Delete
--list--font-family: var(--global--font-secondary);
[152] Fix | Delete
--definition-term--font-family: var(--global--font-primary);
[153] Fix | Delete
[154] Fix | Delete
/* Colors */
[155] Fix | Delete
--global--color-black: #000;
[156] Fix | Delete
--global--color-dark-gray: #28303d;
[157] Fix | Delete
--global--color-gray: #39414d;
[158] Fix | Delete
--global--color-light-gray: #f0f0f0;
[159] Fix | Delete
--global--color-green: #d1e4dd;
[160] Fix | Delete
--global--color-blue: #d1dfe4;
[161] Fix | Delete
--global--color-purple: #d1d1e4;
[162] Fix | Delete
--global--color-red: #e4d1d1;
[163] Fix | Delete
--global--color-orange: #e4dad1;
[164] Fix | Delete
--global--color-yellow: #eeeadd;
[165] Fix | Delete
--global--color-white: #fff;
[166] Fix | Delete
--global--color-white-50: rgba(255, 255, 255, 0.5);
[167] Fix | Delete
--global--color-white-90: rgba(255, 255, 255, 0.9);
[168] Fix | Delete
--global--color-primary: var(--global--color-dark-gray);
[169] Fix | Delete
[170] Fix | Delete
/* Body text color, site title, footer text color. */
[171] Fix | Delete
--global--color-secondary: var(--global--color-gray);
[172] Fix | Delete
[173] Fix | Delete
/* Headings */
[174] Fix | Delete
--global--color-primary-hover: var(--global--color-primary);
[175] Fix | Delete
--global--color-background: var(--global--color-green);
[176] Fix | Delete
[177] Fix | Delete
/* Mint, default body background */
[178] Fix | Delete
--global--color-border: var(--global--color-primary);
[179] Fix | Delete
[180] Fix | Delete
/* Used for borders (separators) */
[181] Fix | Delete
[182] Fix | Delete
/* Spacing */
[183] Fix | Delete
--global--spacing-unit: 20px;
[184] Fix | Delete
--global--spacing-measure: unset;
[185] Fix | Delete
--global--spacing-horizontal: 25px;
[186] Fix | Delete
--global--spacing-vertical: 30px;
[187] Fix | Delete
[188] Fix | Delete
/* Elevation */
[189] Fix | Delete
--global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
[190] Fix | Delete
[191] Fix | Delete
/* Forms */
[192] Fix | Delete
--form--font-family: var(--global--font-secondary);
[193] Fix | Delete
--form--font-size: var(--global--font-size-sm);
[194] Fix | Delete
--form--line-height: var(--global--line-height-body);
[195] Fix | Delete
--form--color-text: var(--global--color-dark-gray);
[196] Fix | Delete
--form--color-ranged: var(--global--color-secondary);
[197] Fix | Delete
--form--label-weight: 500;
[198] Fix | Delete
--form--border-color: var(--global--color-secondary);
[199] Fix | Delete
--form--border-width: 3px;
[200] Fix | Delete
--form--border-radius: 0;
[201] Fix | Delete
--form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
[202] Fix | Delete
[203] Fix | Delete
/* Cover block */
[204] Fix | Delete
--cover--height: calc(15 * var(--global--spacing-vertical));
[205] Fix | Delete
--cover--color-foreground: var(--global--color-white);
[206] Fix | Delete
--cover--color-background: var(--global--color-black);
[207] Fix | Delete
[208] Fix | Delete
/* Buttons */
[209] Fix | Delete
--button--color-text: var(--global--color-background);
[210] Fix | Delete
--button--color-text-hover: var(--global--color-secondary);
[211] Fix | Delete
--button--color-text-active: var(--global--color-secondary);
[212] Fix | Delete
--button--color-background: var(--global--color-secondary);
[213] Fix | Delete
--button--color-background-active: var(--global--color-background);
[214] Fix | Delete
--button--font-family: var(--global--font-primary);
[215] Fix | Delete
--button--font-size: var(--global--font-size-base);
[216] Fix | Delete
--button--font-weight: 500;
[217] Fix | Delete
--button--line-height: 1.5;
[218] Fix | Delete
--button--border-width: 3px;
[219] Fix | Delete
--button--border-radius: 0;
[220] Fix | Delete
--button--padding-vertical: 15px;
[221] Fix | Delete
--button--padding-horizontal: calc(2 * var(--button--padding-vertical));
[222] Fix | Delete
[223] Fix | Delete
/* entry */
[224] Fix | Delete
--entry-header--color: var(--global--color-primary);
[225] Fix | Delete
--entry-header--color-link: currentColor;
[226] Fix | Delete
--entry-header--color-hover: var(--global--color-primary-hover);
[227] Fix | Delete
--entry-header--color-focus: var(--global--color-secondary);
[228] Fix | Delete
--entry-header--font-size: var(--heading--font-size-h2);
[229] Fix | Delete
--entry-content--font-family: var(--global--font-secondary);
[230] Fix | Delete
--entry-author-bio--font-family: var(--heading--font-family);
[231] Fix | Delete
--entry-author-bio--font-size: var(--heading--font-size-h4);
[232] Fix | Delete
[233] Fix | Delete
/* Header */
[234] Fix | Delete
--branding--color-text: var(--global--color-primary);
[235] Fix | Delete
--branding--color-link: var(--global--color-primary);
[236] Fix | Delete
--branding--color-link-hover: var(--global--color-secondary);
[237] Fix | Delete
--branding--title--font-family: var(--global--font-primary);
[238] Fix | Delete
--branding--title--font-size: var(--global--font-size-lg);
[239] Fix | Delete
--branding--title--font-size-mobile: var(--heading--font-size-h4);
[240] Fix | Delete
--branding--title--font-weight: normal;
[241] Fix | Delete
--branding--title--text-transform: uppercase;
[242] Fix | Delete
--branding--description--font-family: var(--global--font-secondary);
[243] Fix | Delete
--branding--description--font-size: var(--global--font-size-sm);
[244] Fix | Delete
--branding--description--font-family: var(--global--font-secondary);
[245] Fix | Delete
--branding--logo--max-width: 300px;
[246] Fix | Delete
--branding--logo--max-height: 100px;
[247] Fix | Delete
--branding--logo--max-width-mobile: 96px;
[248] Fix | Delete
--branding--logo--max-height-mobile: 96px;
[249] Fix | Delete
[250] Fix | Delete
/* Main navigation */
[251] Fix | Delete
--primary-nav--font-family: var(--global--font-secondary);
[252] Fix | Delete
--primary-nav--font-family-mobile: var(--global--font-primary);
[253] Fix | Delete
--primary-nav--font-size: var(--global--font-size-md);
[254] Fix | Delete
--primary-nav--font-size-sub-menu: var(--global--font-size-xs);
[255] Fix | Delete
--primary-nav--font-size-mobile: var(--global--font-size-sm);
[256] Fix | Delete
--primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
[257] Fix | Delete
--primary-nav--font-size-button: var(--global--font-size-xs);
[258] Fix | Delete
--primary-nav--font-style: normal;
[259] Fix | Delete
--primary-nav--font-style-sub-menu-mobile: normal;
[260] Fix | Delete
--primary-nav--font-weight: normal;
[261] Fix | Delete
--primary-nav--font-weight-button: 500;
[262] Fix | Delete
--primary-nav--color-link: var(--global--color-primary);
[263] Fix | Delete
--primary-nav--color-link-hover: var(--global--color-primary-hover);
[264] Fix | Delete
--primary-nav--color-text: var(--global--color-primary);
[265] Fix | Delete
--primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
[266] Fix | Delete
--primary-nav--border-color: var(--global--color-primary);
[267] Fix | Delete
[268] Fix | Delete
/* Pagination */
[269] Fix | Delete
--pagination--color-text: var(--global--color-primary);
[270] Fix | Delete
--pagination--color-link-hover: var(--global--color-primary-hover);
[271] Fix | Delete
--pagination--font-family: var(--global--font-secondary);
[272] Fix | Delete
--pagination--font-size: var(--global--font-size-lg);
[273] Fix | Delete
--pagination--font-weight: normal;
[274] Fix | Delete
--pagination--font-weight-strong: 600;
[275] Fix | Delete
[276] Fix | Delete
/* Footer */
[277] Fix | Delete
--footer--color-text: var(--global--color-primary);
[278] Fix | Delete
--footer--color-link: var(--global--color-primary);
[279] Fix | Delete
--footer--color-link-hover: var(--global--color-primary-hover);
[280] Fix | Delete
--footer--font-family: var(--global--font-primary);
[281] Fix | Delete
--footer--font-size: var(--global--font-size-sm);
[282] Fix | Delete
[283] Fix | Delete
/* Block: Pull quote */
[284] Fix | Delete
--pullquote--font-family: var(--global--font-primary);
[285] Fix | Delete
--pullquote--font-size: var(--heading--font-size-h3);
[286] Fix | Delete
--pullquote--font-style: normal;
[287] Fix | Delete
--pullquote--letter-spacing: var(--heading--letter-spacing-h4);
[288] Fix | Delete
--pullquote--line-height: var(--global--line-height-heading);
[289] Fix | Delete
--pullquote--border-width: 3px;
[290] Fix | Delete
--pullquote--border-color: var(--global--color-primary);
[291] Fix | Delete
--pullquote--color-foreground: var(--global--color-primary);
[292] Fix | Delete
--pullquote--color-background: var(--global--color-background);
[293] Fix | Delete
--quote--font-family: var(--global--font-secondary);
[294] Fix | Delete
--quote--font-size: var(--global--font-size-md);
[295] Fix | Delete
--quote--font-size-large: var(--global--font-size-xl);
[296] Fix | Delete
--quote--font-style: normal;
[297] Fix | Delete
--quote--font-weight: 700;
[298] Fix | Delete
--quote--font-weight-strong: bolder;
[299] Fix | Delete
--quote--font-style-large: normal;
[300] Fix | Delete
--quote--font-style-cite: normal;
[301] Fix | Delete
--quote--line-height: var(--global--line-height-body);
[302] Fix | Delete
--quote--line-height-large: 1.35;
[303] Fix | Delete
--separator--border-color: var(--global--color-border);
[304] Fix | Delete
--separator--height: 1px;
[305] Fix | Delete
[306] Fix | Delete
/* Block: Table */
[307] Fix | Delete
--table--stripes-border-color: var(--global--color-light-gray);
[308] Fix | Delete
--table--stripes-background-color: var(--global--color-light-gray);
[309] Fix | Delete
--table--has-background-text-color: var(--global--color-dark-gray);
[310] Fix | Delete
[311] Fix | Delete
/* Widgets */
[312] Fix | Delete
--widget--line-height-list: 1.9;
[313] Fix | Delete
--widget--line-height-title: 1.4;
[314] Fix | Delete
--widget--font-weight-title: 700;
[315] Fix | Delete
--widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
[316] Fix | Delete
[317] Fix | Delete
/* Admin-bar height */
[318] Fix | Delete
--global--admin-bar--height: 0;
[319] Fix | Delete
}
[320] Fix | Delete
[321] Fix | Delete
.admin-bar {
[322] Fix | Delete
--global--admin-bar--height: 32px;
[323] Fix | Delete
}
[324] Fix | Delete
@media only screen and (max-width: 782px) {
[325] Fix | Delete
[326] Fix | Delete
.admin-bar {
[327] Fix | Delete
--global--admin-bar--height: 46px;
[328] Fix | Delete
}
[329] Fix | Delete
}
[330] Fix | Delete
[331] Fix | Delete
@media only screen and (min-width: 652px) {
[332] Fix | Delete
[333] Fix | Delete
:root {
[334] Fix | Delete
--global--font-size-xl: 2.5rem;
[335] Fix | Delete
--global--font-size-xxl: 6rem;
[336] Fix | Delete
--global--font-size-xxxl: 9rem;
[337] Fix | Delete
--heading--font-size-h3: 2rem;
[338] Fix | Delete
--heading--font-size-h2: 3rem;
[339] Fix | Delete
}
[340] Fix | Delete
}
[341] Fix | Delete
[342] Fix | Delete
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
[343] Fix | Delete
[344] Fix | Delete
/* Document
[345] Fix | Delete
========================================================================== */
[346] Fix | Delete
[347] Fix | Delete
/**
[348] Fix | Delete
* 1. Correct the line height in all browsers.
[349] Fix | Delete
* 2. Prevent adjustments of font size after orientation changes in iOS.
[350] Fix | Delete
*/
[351] Fix | Delete
html {
[352] Fix | Delete
line-height: 1.15;
[353] Fix | Delete
[354] Fix | Delete
/* 1 */
[355] Fix | Delete
-webkit-text-size-adjust: 100%;
[356] Fix | Delete
[357] Fix | Delete
/* 2 */
[358] Fix | Delete
}
[359] Fix | Delete
[360] Fix | Delete
/* Sections
[361] Fix | Delete
========================================================================== */
[362] Fix | Delete
[363] Fix | Delete
/**
[364] Fix | Delete
* Remove the margin in all browsers.
[365] Fix | Delete
*/
[366] Fix | Delete
body {
[367] Fix | Delete
margin: 0;
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
/**
[371] Fix | Delete
* Render the `main` element consistently in IE.
[372] Fix | Delete
*/
[373] Fix | Delete
main {
[374] Fix | Delete
display: block;
[375] Fix | Delete
}
[376] Fix | Delete
[377] Fix | Delete
/**
[378] Fix | Delete
* Correct the font size and margin on `h1` elements within `section` and
[379] Fix | Delete
* `article` contexts in Chrome, Firefox, and Safari.
[380] Fix | Delete
*/
[381] Fix | Delete
h1 {
[382] Fix | Delete
font-size: 2em;
[383] Fix | Delete
margin: 0.67em 0;
[384] Fix | Delete
}
[385] Fix | Delete
[386] Fix | Delete
/* Grouping content
[387] Fix | Delete
========================================================================== */
[388] Fix | Delete
[389] Fix | Delete
/**
[390] Fix | Delete
* 1. Add the correct box sizing in Firefox.
[391] Fix | Delete
* 2. Show the overflow in Edge and IE.
[392] Fix | Delete
*/
[393] Fix | Delete
hr {
[394] Fix | Delete
box-sizing: content-box;
[395] Fix | Delete
[396] Fix | Delete
/* 1 */
[397] Fix | Delete
height: 0;
[398] Fix | Delete
[399] Fix | Delete
/* 1 */
[400] Fix | Delete
overflow: visible;
[401] Fix | Delete
[402] Fix | Delete
/* 2 */
[403] Fix | Delete
}
[404] Fix | Delete
[405] Fix | Delete
/**
[406] Fix | Delete
* 1. Correct the inheritance and scaling of font size in all browsers.
[407] Fix | Delete
* 2. Correct the odd `em` font sizing in all browsers.
[408] Fix | Delete
*/
[409] Fix | Delete
pre {
[410] Fix | Delete
font-family: monospace;
[411] Fix | Delete
[412] Fix | Delete
/* 1 */
[413] Fix | Delete
font-size: 1em;
[414] Fix | Delete
[415] Fix | Delete
/* 2 */
[416] Fix | Delete
}
[417] Fix | Delete
[418] Fix | Delete
/* Text-level semantics
[419] Fix | Delete
========================================================================== */
[420] Fix | Delete
[421] Fix | Delete
/**
[422] Fix | Delete
* Remove the gray background on active links in IE 10.
[423] Fix | Delete
*/
[424] Fix | Delete
a {
[425] Fix | Delete
background-color: transparent;
[426] Fix | Delete
text-decoration-thickness: 1px;
[427] Fix | Delete
}
[428] Fix | Delete
[429] Fix | Delete
/**
[430] Fix | Delete
* 1. Remove the bottom border in Chrome 57-
[431] Fix | Delete
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
[432] Fix | Delete
*/
[433] Fix | Delete
abbr[title] {
[434] Fix | Delete
border-bottom: none;
[435] Fix | Delete
[436] Fix | Delete
/* 1 */
[437] Fix | Delete
text-decoration: underline;
[438] Fix | Delete
[439] Fix | Delete
/* 2 */
[440] Fix | Delete
text-decoration-style: dotted;
[441] Fix | Delete
[442] Fix | Delete
/* 2 */
[443] Fix | Delete
}
[444] Fix | Delete
[445] Fix | Delete
/**
[446] Fix | Delete
* Add the correct font weight in Chrome, Edge, and Safari.
[447] Fix | Delete
*/
[448] Fix | Delete
b,
[449] Fix | Delete
strong {
[450] Fix | Delete
font-weight: bolder;
[451] Fix | Delete
}
[452] Fix | Delete
[453] Fix | Delete
/**
[454] Fix | Delete
* 1. Correct the inheritance and scaling of font size in all browsers.
[455] Fix | Delete
* 2. Correct the odd `em` font sizing in all browsers.
[456] Fix | Delete
*/
[457] Fix | Delete
code,
[458] Fix | Delete
kbd,
[459] Fix | Delete
samp {
[460] Fix | Delete
font-family: monospace;
[461] Fix | Delete
[462] Fix | Delete
/* 1 */
[463] Fix | Delete
font-size: 1em;
[464] Fix | Delete
[465] Fix | Delete
/* 2 */
[466] Fix | Delete
}
[467] Fix | Delete
[468] Fix | Delete
/**
[469] Fix | Delete
* Add the correct font size in all browsers.
[470] Fix | Delete
*/
[471] Fix | Delete
small {
[472] Fix | Delete
font-size: 80%;
[473] Fix | Delete
}
[474] Fix | Delete
[475] Fix | Delete
/**
[476] Fix | Delete
* Prevent `sub` and `sup` elements from affecting the line height in
[477] Fix | Delete
* all browsers.
[478] Fix | Delete
*/
[479] Fix | Delete
sub,
[480] Fix | Delete
sup {
[481] Fix | Delete
font-size: 75%;
[482] Fix | Delete
line-height: 0;
[483] Fix | Delete
position: relative;
[484] Fix | Delete
vertical-align: baseline;
[485] Fix | Delete
}
[486] Fix | Delete
[487] Fix | Delete
sub {
[488] Fix | Delete
bottom: -0.25em;
[489] Fix | Delete
}
[490] Fix | Delete
[491] Fix | Delete
sup {
[492] Fix | Delete
top: -0.5em;
[493] Fix | Delete
}
[494] Fix | Delete
[495] Fix | Delete
/* Embedded content
[496] Fix | Delete
========================================================================== */
[497] Fix | Delete
[498] Fix | Delete
/**
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function