PDF rausgenommen
This commit is contained in:
44
msd2/wordpress/wp-includes/css/dist/format-library/style-rtl.css
vendored
Normal file
44
msd2/wordpress/wp-includes/css/dist/format-library/style-rtl.css
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Colors
|
||||
*/
|
||||
/**
|
||||
* Breakpoints & Media Queries
|
||||
*/
|
||||
/**
|
||||
* Often re-used variables
|
||||
*/
|
||||
/**
|
||||
* Breakpoint mixins
|
||||
*/
|
||||
/**
|
||||
* Long content fade mixin
|
||||
*
|
||||
* Creates a fading overlay to signify that the content is longer
|
||||
* than the space allows.
|
||||
*/
|
||||
/**
|
||||
* Button states and focus styles
|
||||
*/
|
||||
/**
|
||||
* Applies editor left position to the selector passed as argument
|
||||
*/
|
||||
/**
|
||||
* Applies editor right position to the selector passed as argument
|
||||
*/
|
||||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
.editor-format-toolbar__link-container-content {
|
||||
display: flex; }
|
||||
|
||||
.editor-format-toolbar__link-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
color: #d94f4f; }
|
1
msd2/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css
vendored
Normal file
1
msd2/wordpress/wp-includes/css/dist/format-library/style-rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.editor-format-toolbar__link-container-content{display:flex}.editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
44
msd2/wordpress/wp-includes/css/dist/format-library/style.css
vendored
Normal file
44
msd2/wordpress/wp-includes/css/dist/format-library/style.css
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Colors
|
||||
*/
|
||||
/**
|
||||
* Breakpoints & Media Queries
|
||||
*/
|
||||
/**
|
||||
* Often re-used variables
|
||||
*/
|
||||
/**
|
||||
* Breakpoint mixins
|
||||
*/
|
||||
/**
|
||||
* Long content fade mixin
|
||||
*
|
||||
* Creates a fading overlay to signify that the content is longer
|
||||
* than the space allows.
|
||||
*/
|
||||
/**
|
||||
* Button states and focus styles
|
||||
*/
|
||||
/**
|
||||
* Applies editor left position to the selector passed as argument
|
||||
*/
|
||||
/**
|
||||
* Applies editor right position to the selector passed as argument
|
||||
*/
|
||||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
.editor-format-toolbar__link-container-content {
|
||||
display: flex; }
|
||||
|
||||
.editor-format-toolbar__link-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
color: #d94f4f; }
|
1
msd2/wordpress/wp-includes/css/dist/format-library/style.min.css
vendored
Normal file
1
msd2/wordpress/wp-includes/css/dist/format-library/style.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.editor-format-toolbar__link-container-content{display:flex}.editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
Reference in New Issue
Block a user