dvadf
File manager - Edit - /home/theblueo/tv/wp-includes/pomo/lib/rtl.css.tar
Back
home/theblueo/lpliz/wp-content/themes/twentyseventeen/rtl.css 0000604 00000022653 15214152013 0020600 0 ustar 00 /* Theme Name: Twenty Seventeen Adding support for languages written in a Right To Left (RTL) direction is easy, it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. https://codex.wordpress.org/Right-to-Left_Language_Support */ /* Reset */ body { direction: rtl; unicode-bidi: embed; } th { text-align: right; } /* Accessibility */ .screen-reader-text:focus { left: auto; right: 5px; } /* Typography */ textarea { padding-right: 3px; } li > ul, li > ol { margin-left: 0; margin-right: 1.5em; } th:first-child, td:first-child { padding-left: 0.4em; padding-right: 0; } th:last-child, td:last-child { padding-left: 0; padding-right: 0.4em; } /* Forms */ input[type="radio"], input[type="checkbox"] { margin-left: 0.5em; margin-right: 0; } /* Media */ .mejs-offscreen { right: -10000px; } /* Site Branding */ .custom-logo-link { padding-left: 1em; padding-right: 0; } /* Main Navigation */ .main-navigation ul { text-align: right; } .main-navigation ul ul { padding-left: 0; padding-right: 1.5em; } .menu-toggle .icon { margin-left: 0.5em; margin-right: 0; } .dropdown-toggle { left: -0.5em; right: auto; } /* Front Page */ .wp-custom-header-video-button { left: 30px; right: auto; } .twentyseventeen-panel .recent-posts .entry-header .edit-link { margin-left: 0; margin-right: 1em; } /* Blog, Archive, Search */ .blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link { margin-left: 0; margin-right: 1em; } .search .page .entry-meta a.post-edit-link { margin-right: 0; } .sticky .icon-thumb-tack { left: auto; right: -1.5em; } .prev.page-numbers .icon, .next.page-numbers .icon { display: inline-block; -ms-transform: rotate(180deg); /* IE 9 */ -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ transform: rotate(180deg); } .prev.page-numbers { float: right; } .next.page-numbers { float: left; } .nav-links .nav-previous .nav-title .nav-title-icon-wrapper { margin-left: 0.5em; margin-right: 0; } .nav-links .nav-next .nav-title .nav-title-icon-wrapper { margin-left: 0; margin-right: 0.5em; } /* Blog Entries */ .entry-footer .cat-links, .entry-footer .tags-links { padding-left: 0; padding-right: 2.5em; } .entry-footer .cat-links .icon, .entry-footer .tags-links .icon { left: auto; margin-left: 0.5em; margin-right: 0; right: 0; } /* Comments */ .comment-body { margin-left: 0; margin-right: 65px; } .comment-reply-link .icon { left: auto; right: -2em; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .comment-author .avatar { left: auto; right: -65px; } .comment-reply-link:before { left: auto; right: -2em; } .children .comment-author .avatar { left: auto; right: -45px; } .form-submit { text-align: left; } .comment-form #wp-comment-cookies-consent { margin: 0 0 0 10px; } /* Post Formats */ .format-quote blockquote .icon { left: auto; right: -1.25em; -webkit-transform: none; -ms-transform: none; transform: none; } /* Post Navigation */ .nav-links .nav-previous .nav-title .nav-title-icon-wrapper, .nav-links .nav-next .nav-title .nav-title-icon-wrapper { display: inline-block; -ms-transform: rotate(180deg); /* IE 9 */ -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ transform: rotate(180deg); } /* Widgets */ .widget ul { margin: 0; } .search-form .search-submit { left: 3px; right: auto; } .tagcloud ul li { float: right; margin: 4px 0 0 4px; } .widget ul li li { padding-left: 0; padding-right: 1.5rem; } .widget_text ul { margin: 0 1.5em 1.5em 0; } .widget_text ul li ul { margin: 0 1.5em 0 0; } /* Footer */ .social-navigation a { margin-left: 1em; margin-right: 0; } /* Customizer styles */ .twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title { left: 3.2em; right: auto; } /* Gallery Styles */ .gallery-item, .gallery-caption { text-align: right; } /* SVG Fallback */ .no-svg .dropdown-toggle { left: 0; right: auto; } /* Media queries */ @media screen and (min-width: 48em) { body.page-template-full-width-page #primary { float: none; } .has-sidebar:not(.error404) #primary { float: right; } .has-sidebar #secondary { float: left; } .error404 #primary { float: none; } /* Site Branding */ .custom-logo-link { padding-left: 2em; padding-right: 0; } /* Navigation */ .main-navigation ul ul { padding-right: 0; } .main-navigation ul ul:before, .main-navigation ul ul:after { left: 0.5em; right: auto; } .main-navigation ul ul, .main-navigation ul ul ul { left: auto; right: -999em; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: auto; right: 100%; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; right: 0.5em; } .main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:before, .main-navigation ul li.page_item_has_children:after { left: 1em; right: auto; } .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon { left: auto; right: 5px; } .main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon { left: 1em; right: auto; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } /* Scroll down arrow */ .navigation-top .menu-scroll-down { left: 0; right: auto; } .site-header .menu-scroll-down { left: 0; right: auto; } .entry-title a { margin-left: auto; margin-right: -2px; } /* Front Page */ .page-two-column .panel-content .entry-header { float: right; } .page-two-column .panel-content .entry-content { float: left; } /* Front Page - Recent Posts */ .page-two-column .panel-content .recent-posts { clear: left; float: left; } /* Blog, Archive, Search */ .sticky .icon-thumb-tack { left: auto; right: -2.5em; } body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header { float: right; } .blog:not(.has-sidebar) #primary article, .archive:not(.has-sidebar):not(.page-one-column) #primary article, .search:not(.has-sidebar) #primary article, .has-sidebar.error404 #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments { float: left; } .entry-footer .edit-link a.post-edit-link { margin-left: 0; margin-right: 1em; } /* Entry content */ /* with sidebar */ .has-sidebar .entry-content blockquote.alignleft { margin-left: 0; width: 34%; } .has-sidebar #primary .entry-content blockquote.alignright, .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta { margin-right: 0; width: 34%; } .has-sidebar #primary .entry-content blockquote.alignleft.below-entry-meta { margin-left: -72.5%; width: 62%; } /* blog index and archive */ .blog:not(.has-sidebar) .entry-content blockquote.alignleft, .twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft, .archive:not(.has-sidebar) .entry-content blockquote.alignleft, .page-two-column .entry-content blockquote.alignleft { margin-left: 0; width: 34%; } .blog:not(.has-sidebar) .entry-content blockquote.alignright, .twentyseventeen-front-page.page-two-column #primary .entry-content blockquote.alignright, .archive:not(.has-sidebar) .entry-content blockquote.alignright, .page-two-column #primary .entry-content blockquote.alignright { margin-right: -72.5%; width: 62%; } /* Post formats */ .format-quote blockquote .icon { left: auto; right: -1.5em; } .navigation.pagination { float: left; } .has-sidebar .navigation.pagination, .archive.page-one-column:not(.has-sidebar) .navigation.pagination { float: none; } .post-navigation .nav-previous { float: right; } .post-navigation .nav-next { float: left; text-align: left; } /* Comments */ ol.children .children { padding-left: 0; padding-right: 2em; } /* Post Navigation */ .nav-links .nav-previous .nav-title .nav-title-icon-wrapper { left: auto; right: -2em; } .nav-links .nav-next .nav-title .nav-title-icon-wrapper { left: -2em; right: auto; } /* Footer */ .site-footer .widget-column.footer-widget-1 { float: right; } .site-footer .widget-column.footer-widget-2 { float: left; } .social-navigation { clear: right; float: right; } .site-info { float: right; } .social-navigation + .site-info { margin-left: 0; margin-right: 6%; } } @media screen and (min-width: 67em) { /* Sticky posts */ .sticky .icon-thumb-tack { left: auto; right: -1.25em; } } @media screen and (min-width: 79em) { .has-sidebar #primary .entry-content blockquote.alignright, .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta { margin-right: -20%; } .blog:not(.has-sidebar) .entry-content blockquote.alignleft, .archive:not(.has-sidebar) .entry-content blockquote.alignleft, .page-two-column .entry-content blockquote.alignleft, .twentyseventeen-front-page .entry-content blockquote.alignleft { margin-left: -20%; } } home/theblueo/www/wp-content/themes/twentyfifteen/rtl.css 0000604 00000030140 15214156632 0017717 0 ustar 00 /* Theme Name: Twenty Fifteen Description: Adds support for languages written in a Right To Left (RTL) direction. It's easy, just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. See: https://codex.wordpress.org/Right_to_Left_Language_Support */ /** * Table of Contents: * * 1.0 - Reset * 2.0 - Typography * 3.0 - Elements * 4.0 - Forms * 5.0 - Navigations * 6.0 - Accessibility * 7.0 - Alignments * 8.0 - Header * 9.0 - Widgets * 10.0 - Content * 10.1 - Posts and pages * 10.2 - Comments * 11.0 - Media Queries * 11.1 - Mobile Large * 11.2 - Tablet Small * 11.3 - Tablet Large * 11.4 - Desktop Small * 11.5 - Desktop Medium * 11.6 - Desktop Large * 11.7 - Desktop X-Large */ /** * 1.0 Reset */ body { direction: rtl; unicode-bidi: embed; } caption, th, td { text-align: right; } /** * 2.0 Typography */ body, button, input[type="button"], input[type="reset"], input[type="submit"], input, select, textarea, blockquote cite, blockquote small, .post-password-form label, .main-navigation .menu-item-description, .post-navigation .meta-nav, .post-navigation .post-title, .pagination, .image-navigation, .comment-navigation, .site-title, .site-description, .widget-title, .widget_calendar caption, .widget_rss .rss-date, .widget_rss cite, .author-heading, .entry-footer, .page-title, .page-links, .entry-caption, .comments-title, .comment-reply-title, .comment-metadata, .pingback .edit-link, .comment-list .reply a, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .no-comments, .wp-caption-text, .gallery-caption { font-family: Arial, Tahoma, sans-serif; } ::-webkit-input-placeholder { font-family: Arial, Tahoma, sans-serif; } :-moz-placeholder { font-family: Arial, Tahoma, sans-serif; } ::-moz-placeholder { font-family: Arial, Tahoma, sans-serif; } :-ms-input-placeholder { font-family: Arial, Tahoma, sans-serif; } blockquote { border-right: 4px solid rgba(51, 51, 51, 0.7); border-left: 0; padding-right: 0.7778em; padding-left: 0; } /** * 3.0 Elements */ ul, ol { margin: 0 1.3333em 1.6em 0; } caption, th, td { text-align: right; } /** * 4.0 Forms */ .post-password-form input[type="submit"] { right: auto; left: 0; } /** * 5.0 Navigations */ .main-navigation ul ul { margin-right: 0.8em; margin-left: auto; } .main-navigation .menu-item-has-children > a { padding-right: 0; padding-left: 48px; } .dropdown-toggle { right: auto; left: 0; } .dropdown-toggle:after { right: -1px; left: auto; } .social-navigation li { float: right; } .social-navigation a:before { right: 0; left: auto; } .secondary-toggle { right: auto; left: 0; } .post-navigation .has-post-thumbnail a:before { right: 0; left: auto; } .pagination .prev { right: 0; left: auto; } .pagination .prev:before { content: "\f429"; right: -1px; left: auto; } .pagination .next { right: auto; left: 0; } .pagination .next:before { content: "\f430"; right: auto; left: -1px; } .image-navigation .nav-previous a:before, .comment-navigation .nav-previous a:before { content: "\f429"; margin-right: auto; margin-left: 0.2em; } .image-navigation .nav-next a:after, .comment-navigation .nav-next a:after { content: "\f430"; margin-right: 0.2em; margin-left: auto; } /** * 6.0 Accessibility */ .screen-reader-text:hover, .screen-reader-text:focus { right: 5px; left: auto; } /** * 7.0 Alignments */ .alignright { float: right; } .alignleft { float: left; } .aligncenter { margin-right: auto; margin-left: auto; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 1.6em 1.6em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 1.6em 1.6em 0; } /** * 8.0 Header */ .site-branding { padding-right: 0; padding-left: 60px; } /** * 9.0 Widgets */ .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.7667em 0.8em 0 0; } /** * 10.0 Content */ /** * 10.1 Posts and pages */ .entry-content .more-link:after { content: "\f430"; } .author-link:after { content: "\f430"; } .author-info .avatar { float: right; margin: 0 0 1.6em 1.6em; } .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before { margin-right: auto; margin-left: 2px; } .posted-on, .byline, .cat-links, .tags-links, .comments-link, .entry-format, .full-size-link { margin-right: auto; margin-left: 1em; } .page-links a, .page-links > span { margin: 0 0 0.3333em 0.3333em; } .page-links > .page-links-title { padding-right: 0; padding-left: 0.5em; } .type-attachment .entry-header { clear: left; } .format-link .entry-title a:after { -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); } /** * 10.2 Comments */ .comment-list .children > li { padding-right: 0.8em; padding-left: 0; } .comment-author .avatar { float: right; margin-right: 0; margin-left: 0.4em; } .bypostauthor > article .fn:after { right: 3px; left: auto; } .comment-metadata .edit-link { margin-right: 1em; margin-left: auto; } .pingback .edit-link { margin-right: 1em; margin-left: auto; } .comment-content ul, .comment-content ol { margin: 0 1.3333em 1.6em 0; } .comment-reply-title small a { float: left; } /** * 11.0 Media Queries */ /** * 11.1 Mobile Large 620px */ @media screen and (min-width: 38.75em) { ul, ol { margin-right: 0; margin-left: auto; } li > ul, li > ol, blockquote > ul, blockquote > ol { margin-right: 1.3333em; margin-left: auto; } blockquote { margin-right: -1em; margin-left: auto; } blockquote > blockquote { margin-right: 0; margin-left: auto; } .page-header { border-color: inherit; border-left: none; border-style: solid; border-width: 0 7px 0 0; } .page-title, .taxonomy-description { margin-right: -7px; margin-left: auto; } .comment-content ul, .comment-content ol { margin-right: 0; margin-left: auto; } .comment-content li > ul, .comment-content li > ol, .comment-content blockquote > ul, .comment-content blockquote > ol { margin-right: 1.3333em; margin-left: auto; } } /** * 11.2 Tablet Small 740px */ @media screen and (min-width: 46.25em) { blockquote { margin-right: -1.05em; margin-left: auto; padding-right: 0.85em; padding-left: 0; } .main-navigation ul ul { margin-right: 1em; margin-left: auto; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4118em 0 1.6471em 1.6471em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4118em 1.6471em 1.6471em 0; } .site-branding { padding-right: 0; padding-left: 66px; } .widget blockquote { margin-right: -1.2353em; margin-left: auto; padding-right: 1em; padding-left: 0; } .widget blockquote > blockquote { margin-right: 0; margin-left: auto; } .widget blockquote.alignright, .widget .wp-caption.alignright, .widget img.alignright { margin: 0.5em 0 1.5em 1.5em; } .widget blockquote.alignleft, .widget .wp-caption.alignleft, .widget img.alignleft { margin: 0.5em 1.5em 1.5em 0; } .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.9643em 1em 0 0; } .page-links a, .page-links > span { margin: 0 0 0.2857em 0.2857em; } .author-info .avatar { margin: 0 0 1.6471em 1.6471em; } .comment-list .children > li { padding-right: 1.2353em; padding-left: 0; } .comment-author .avatar { margin-left: 1.64705em; } .bypostauthor > article .fn:after { right: 6px; left: auto; } } /** * 11.3 Tablet Large 880px */ @media screen and (min-width: 55em) { blockquote { margin-right: -1.0909em; margin-left: auto; padding-right: 0.9091em; padding-left: 0; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4211em 0 1.6842em 1.6842em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4211em 1.6842em 1.6842em 0; } .site-branding { padding-right: 0; padding-left: 74px; } .widget blockquote { margin-right: -1.2632em; margin-left: auto; padding-right: 1.0526em; padding-left: 0; } .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.7188em 1em 0 0; } .page-links a, .page-links > span { margin: 0 0 0.25em 0.25em; } .author-info .avatar { margin: 0 0 1.6842em 1.6842em; } .comment-list .children > li { padding-right: 1.4737em; padding-left: 0; } .comment-author .avatar { margin-left: 1.6842em; } } /** * 11.4 Desktop Small 955px */ @media screen and (min-width: 59.6875em) { body:before { right: 0; left: auto; } .sidebar { float: right; margin-right: auto; margin-left: -100%; } .site-content { float: right; margin-right: 29.4118%; margin-left: auto; } blockquote { margin-right: -1.3333em; margin-left: auto; padding-right: 1.1111em; padding-left: 0; } .main-navigation .menu-item-has-children > a { padding-right: 0; padding-left: 30px; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 1.6em 1.6em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 1.6em 1.6em 0; } .widget blockquote { margin-right: -1.5em; margin-left: auto; padding-right: 1.1667em; padding-left: 0; } .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.4583em 1em 0 0; } .page-links a, .page-links > span { margin: 0 0 0.3333em 0.3333em; } .author-info .avatar { margin: 0 0 1.5em 1.5em; } .comment-list .children > li { padding-right: 0.8em; padding-left: 0; } .comment-author .avatar { margin-left: 0.8em; } .bypostauthor > article .fn:after { right: 3px; left: auto; } .site-branding { padding: 0; } .site-footer { float: right; margin: 0 35.2941% 0 0; } } /** * 11.5 Desktop Medium 1100px */ @media screen and (min-width: 68.75em) { blockquote { margin-right: -1.05em; margin-left: auto; padding-right: 0.85em; padding-left: 0; } .main-navigation .menu-item-has-children > a { padding-right: 0; padding-left: 34px; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4118em 0 1.6471em 1.6471em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4118em 1.6471em 1.6471em 0; } .widget blockquote { padding-right: 1.2143em; padding-left: 0; } .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.4643em 1em 0 0; } .page-links a, .page-links > span { margin: 0 0 0.2857em 0.2857em; } .author-info .avatar { margin: 0 0 1.6471em 1.6471em; } .comment-list .children > li { padding-right: 1.1667em; padding-left: 0; } .comment-author .avatar { margin-left: 1.64705em; } .bypostauthor > article .fn:after { right: 6px; left: auto; } } /** * 11.6 Desktop Large 1240px */ @media screen and (min-width: 77.5em) { blockquote { margin-right: -1.0909em; margin-left: auto; padding-right: 0.9091em; padding-left: 0; } .main-navigation .menu-item-has-children > a { padding-right: 0; padding-left: 38px; } blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4211em 0 1.6842em 1.6842em; } blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4211em 1.6842em 1.6842em 0; } .widget blockquote { padding-right: 1.25em; padding-left: 0; } .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children { margin: 0.4688em 1em 0 0; } .page-links a, .page-links > span { margin: 0 0 0.25em 0.25em; } .author-info .avatar { margin: 0 0 1.6842em 1.6842em; } .comment-list .children > li { padding-right: 1.4737em; padding-left: 0; } .comment-author .avatar { margin-left: 1.64705em; } } /** * 11.7 Desktop X-Large 1403px */ @media screen and (min-width: 87.6875em) { body:before { width: -webkit-calc(50% - 289px); width: calc(50% - 289px); } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings