Plugin Directory

Changeset 2450824


Ignore:
Timestamp:
01/05/2021 06:23:14 PM (5 years ago)
Author:
hiteshverma
Message:

Plugin version 1.1

Location:
image-align-addon
Files:
7 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • image-align-addon/trunk/Image_wide_align.php

    r2450753 r2450824  
    44 * Plugin URI: https://www.wordpress.com/
    55 * Description: Add option of wide align images in wordpress editor for old themes in wordpress. Using this plugin Resolved issue of wide and full align images in wordpress editor.
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Hitesh Verma
    88 * Author URI: #
  • image-align-addon/trunk/css/gia-style.min.css

    r2450753 r2450824  
    1 .entry-content .alignwide{margin-left:-80px;margin-right:-80px}.entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw}.alignfull img{width:100vw} .wp-block-cover,.wp-block-cover-image{width: auto!important;}
     1.entry-content .alignwide {
     2    margin-left: -80px;
     3    margin-right: -80px
     4}
     5
     6.entry-content .alignfull {
     7    margin-left: calc(-100vw / 2 + 100% / 2);
     8    margin-right: calc(-100vw / 2 + 100% / 2);
     9    max-width: 100vw
     10}
     11
     12.alignfull img {
     13    width: 100vw
     14}
     15
     16.wp-block-cover,
     17.wp-block-cover-image {
     18    width: auto!important;
     19}
     20
     21/*css-2-4-2020*/
     22.wp-block-image figure.alignright{float: right;}
     23
     24/*blockquote {   border-color: rgba(136,95,64,0.05);}*/
     25.wp-block-pullquote {margin-bottom: 28px;}
     26.wp-block-pullquote blockquote p{font-size:28px;font-size:1.125rem;font-style: italic; line-height: 1.7; margin: 0;overflow: hidden;padding: 0;}
     27.wp-block-pullquote.is-style-default {border-top: 4px solid #555d66; border-bottom: 4px solid #555d66;color: #40464d;}
     28.wp-block-pullquote:not(.is-style-solid-color) {background: none;}
     29
     30
     31#editor .editor-styles-wrapper blockquote.wp-block-quote {text-align: left;}
     32#editor .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-right { text-align: right;}
     33#editor .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-center {text-align: center;}
     34.wp-block-image figure.aligncenter{width: 100%; max-width: 100vw}
     35
     36.wp-block-pullquote blockquote.has-pale-pink-color{color:#f78da7!important;} .wp-block-pullquote blockquote.has-vivid-red-color{color:#cf2e2e!important;} .wp-block-pullquote blockquote.has-luminous-vivid-orange-color{color:#ff6900!important;} .wp-block-pullquote blockquote.has-luminous-vivid-amber-color{color:#fcb900!important;} .wp-block-pullquote blockquote.has-light-green-cyan-color{color:#7bdcb5!important;} .wp-block-pullquote blockquote.has-vivid-green-cyan-color{color:#00d084!important;} .wp-block-pullquote blockquote.has-pale-cyan-blue-color{color:#8ed1fc!important;} .wp-block-pullquote blockquote.has-vivid-cyan-blue-color{color:#0693e3!important;} .wp-block-pullquote blockquote.has-vivid-purple-color{color:#9b51e0!important;} .wp-block-pullquote blockquote.has-very-light-gray-color{color:#eee!important;} .wp-block-pullquote blockquote.has-cyan-bluish-gray-color{color:#abb8c3!important;} .wp-block-pullquote blockquote.has-very-dark-gray-color{color:#313131!important;}
     37
     38/*.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
     39    margin: auto;
     40}
     41.wp-block-image.aligncenter amp-img { margin: 0 auto;}*/
     42
     43
     44.wp-block-embed-youtube.alignfull.wp-block-embed {
     45  position: relative;
     46  padding-bottom: 56.25%;
     47  padding-top: 35px;
     48  height: 0;
     49  overflow: hidden;
     50}
     51
     52.wp-block-embed-youtube.alignfull.wp-block-embed iframe {
     53    position: absolute;
     54    top: 0;
     55    left: 0;
     56    width: 100%;
     57    height: 100%;
     58    border: 0;
     59}
     60figcaption{
     61padding: 10px 0px;
     62text-align: center;
     63font-size: 12px;
     64border: 1px solid #dcdcdc;
     65}
     66
     67#page img, iframe {
     68    max-width: 100%;
     69    width: 100%;
     70}
  • image-align-addon/trunk/readme.txt

    r2450753 r2450824  
    33Donate link: [email protected]
    44Tags: admin,align images,wordpress editor, align images,wide width align,full width align
    5 Requires at least: 5.0
     5Requires at least: 5.2
    66Tested up to: 5.0
    7 Requires PHP: 5.2.4
     7Requires PHP: 7.2.4
    88Stable tag: 1.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.