PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / styles / block-library / reset.css
build/styles/block-library
accordion 7 months ago accordion-heading 7 months ago accordion-item 7 months ago accordion-panel 7 months ago archives 7 months ago audio 7 months ago avatar 7 months ago breadcrumbs 7 months ago button 6 months ago buttons 7 months ago calendar 7 months ago categories 7 months ago code 4 months ago columns 7 months ago comment-author-avatar 7 months ago comment-author-name 7 months ago comment-content 7 months ago comment-date 7 months ago comment-edit-link 7 months ago comment-reply-link 7 months ago comment-template 7 months ago comments 7 months ago comments-pagination 7 months ago comments-pagination-numbers 7 months ago comments-title 7 months ago cover 7 months ago details 7 months ago embed 7 months ago file 7 months ago footnotes 7 months ago form-input 5 months ago form-submission-notification 7 months ago form-submit-button 7 months ago freeform 7 months ago gallery 7 months ago group 7 months ago heading 7 months ago html 5 months ago icon 5 months ago image 5 months ago latest-comments 4 months ago latest-posts 7 months ago list 7 months ago loginout 7 months ago math 7 months ago media-text 6 months ago more 7 months ago navigation 5 months ago navigation-link 6 months ago navigation-overlay-close 5 months ago navigation-submenu 7 months ago nextpage 7 months ago page-list 7 months ago paragraph 7 months ago playlist 5 months ago playlist-track 6 months ago post-author 6 months ago post-author-biography 4 months ago post-author-name 7 months ago post-comments-count 7 months ago post-comments-form 7 months ago post-comments-link 7 months ago post-content 7 months ago post-date 7 months ago post-excerpt 7 months ago post-featured-image 7 months ago post-navigation-link 7 months ago post-template 4 months ago post-terms 7 months ago post-time-to-read 7 months ago post-title 7 months ago preformatted 7 months ago pullquote 7 months ago query 7 months ago query-pagination 7 months ago query-pagination-numbers 7 months ago query-title 7 months ago query-total 7 months ago quote 7 months ago read-more 7 months ago rss 7 months ago search 7 months ago separator 7 months ago shortcode 7 months ago site-logo 7 months ago site-tagline 7 months ago site-title 7 months ago social-link 7 months ago social-links 7 months ago spacer 7 months ago tab 4 months ago tab-list 4 months ago tab-panel 4 months ago tab-panels 4 months ago table 7 months ago table-of-contents 7 months ago tabs 4 months ago tag-cloud 7 months ago template-part 7 months ago term-count 7 months ago term-description 7 months ago term-name 7 months ago term-template 7 months ago text-columns 7 months ago verse 7 months ago video 4 months ago classic-rtl.css 1.1 KB 4 months ago classic-rtl.min.css 991 B 4 months ago classic.css 1.1 KB 4 months ago classic.min.css 991 B 4 months ago common-rtl.css 7.1 KB 5 months ago common-rtl.min.css 3.5 KB 5 months ago common.css 7.2 KB 5 months ago common.min.css 3.5 KB 5 months ago editor-elements-rtl.css 134 B 7 months ago editor-elements-rtl.min.css 78 B 7 months ago editor-elements.css 134 B 7 months ago editor-elements.min.css 78 B 7 months ago editor-rtl.css 74.1 KB 4 months ago editor-rtl.min.css 61.8 KB 4 months ago editor.css 74.2 KB 4 months ago editor.min.css 61.8 KB 4 months ago elements-rtl.css 68 B 7 months ago elements-rtl.min.css 34 B 7 months ago elements.css 68 B 7 months ago elements.min.css 34 B 7 months ago reset-rtl.css 3.2 KB 7 months ago reset-rtl.min.css 2.0 KB 7 months ago reset.css 3.2 KB 7 months ago reset.min.css 2.0 KB 7 months ago style-rtl.css 153.9 KB 4 months ago style-rtl.min.css 131.9 KB 4 months ago style.css 154.6 KB 4 months ago style.min.css 131.8 KB 4 months ago theme-rtl.css 5.0 KB 7 months ago theme-rtl.min.css 2.6 KB 7 months ago theme.css 5.0 KB 7 months ago theme.min.css 2.6 KB 7 months ago

reset.css in Gutenberg 23.2.0, at build/styles/block-library/reset.css

148 lines 3.2 KB Raw Download Zip
1 /**
2 * SCSS Variables.
3 *
4 * Please use variables from this sheet to ensure consistency across the UI.
5 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
6 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
7 */
8 /**
9 * Colors
10 */
11 /**
12 * Fonts & basic variables.
13 */
14 /**
15 * Typography
16 */
17 /**
18 * Grid System.
19 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
20 */
21 /**
22 * Radius scale.
23 */
24 /**
25 * Elevation scale.
26 */
27 /**
28 * Dimensions.
29 */
30 /**
31 * Mobile specific styles
32 */
33 /**
34 * Editor styles.
35 */
36 /**
37 * Block & Editor UI.
38 */
39 /**
40 * Block paddings.
41 */
42 /**
43 * React Native specific.
44 * These variables do not appear to be used anywhere else.
45 */
46 /**
47 * Editor Normalization Styles
48 *
49 * These are only output in the editor, but styles here are prefixed .editor-styles-wrapper and affect the theming
50 * of the editor by themes.
51 */
52 html :where(.editor-styles-wrapper) {
53 font-family: serif;
54 font-size: initial;
55 line-height: initial;
56 color: initial;
57 background: #fff;
58 }
59 :where(.editor-styles-wrapper) .wp-align-wrapper {
60 max-width: 840px;
61 }
62 :where(.editor-styles-wrapper) .wp-align-wrapper > .wp-block, :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full {
63 max-width: none;
64 }
65 :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide {
66 max-width: 840px;
67 }
68 :where(.editor-styles-wrapper) a {
69 transition: none;
70 }
71 :where(.editor-styles-wrapper) code,
72 :where(.editor-styles-wrapper) kbd {
73 padding: 0;
74 margin: 0;
75 background: inherit;
76 font-size: inherit;
77 font-family: monospace;
78 }
79 :where(.editor-styles-wrapper) p {
80 font-size: revert;
81 line-height: revert;
82 margin: revert;
83 }
84 :where(.editor-styles-wrapper) ul,
85 :where(.editor-styles-wrapper) ol {
86 margin: revert;
87 padding: revert;
88 list-style-type: revert;
89 box-sizing: border-box;
90 }
91 :where(.editor-styles-wrapper) ul ul,
92 :where(.editor-styles-wrapper) ul ol,
93 :where(.editor-styles-wrapper) ol ul,
94 :where(.editor-styles-wrapper) ol ol {
95 margin: revert;
96 }
97 :where(.editor-styles-wrapper) ul li,
98 :where(.editor-styles-wrapper) ol li {
99 margin: revert;
100 }
101 :where(.editor-styles-wrapper) ul ul,
102 :where(.editor-styles-wrapper) ol ul {
103 list-style-type: revert;
104 }
105 :where(.editor-styles-wrapper) h1,
106 :where(.editor-styles-wrapper) h2,
107 :where(.editor-styles-wrapper) h3,
108 :where(.editor-styles-wrapper) h4,
109 :where(.editor-styles-wrapper) h5,
110 :where(.editor-styles-wrapper) h6 {
111 font-size: revert;
112 margin: revert;
113 color: revert;
114 line-height: revert;
115 font-weight: revert;
116 }
117 :where(.editor-styles-wrapper) select {
118 font-family: system-ui;
119 appearance: revert;
120 color: revert;
121 border: revert;
122 border-radius: revert;
123 background: revert;
124 box-shadow: revert;
125 text-shadow: revert;
126 outline: revert;
127 cursor: revert;
128 transform: revert;
129 font-size: revert;
130 line-height: revert;
131 padding: revert;
132 margin: revert;
133 min-height: revert;
134 max-width: revert;
135 vertical-align: revert;
136 font-weight: revert;
137 }
138 :where(.editor-styles-wrapper) select:disabled,
139 :where(.editor-styles-wrapper) select:focus {
140 color: revert;
141 border-color: revert;
142 background-color: revert;
143 background-image: revert;
144 box-shadow: revert;
145 text-shadow: revert;
146 cursor: revert;
147 transform: revert;
148 }