Plugin Directory

Changeset 2232317

Timestamp:
01/23/2020 05:10:31 PM (5 years ago)
Author:
increaserev
Message:

Language Bug Fixed

Location:
ir-manager/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ir-manager/trunk/IRManager.php

    r2193873 r2232317  
    1313            include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    1414            $ir_mngr=new Ir_mngr_Plugin_();
    15             $ir_mngr->ir_mngr_ir_init($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"]);
     15            $ir_mngr->ir_mngr_ir_init(.$_SERVER["REQUEST_URI"]);
    1616         }
    1717}
     
    2121            include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    2222            $ir_mngr=new Ir_mngr_Plugin_();
    23             $ir_mngr->ir_mngr_ir_init_amp($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"]);
     23            $ir_mngr->ir_mngr_ir_init_amp(.$_SERVER["REQUEST_URI"]);
    2424         }
    2525}
     
    2929            include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    3030            $ir_mngr=new Ir_mngr_Plugin_();
    31             $ir_mngr->ir_mngr_filter($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"]);
     31            $ir_mngr->ir_mngr_filter(.$_SERVER["REQUEST_URI"]);
    3232            $ir_mngr->ir_mngr_get_latest_post();
    3333         }
     
    3838            include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    3939            $ir_mngr=new Ir_mngr_Plugin_();
    40             $ir_mngr->ir_mngr_filter($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"]);
     40            $ir_mngr->ir_mngr_filter(.$_SERVER["REQUEST_URI"]);
    4141            $ir_mngr->ir_mngr_get_latest_post("amp");
    4242         }
     
    5959        include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    6060            $ir_mngr=new Ir_mngr_Plugin_();
    61             $ir_mngr->ir_mngr_init($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"]);
     61            $ir_mngr->ir_mngr_init(.$_SERVER["REQUEST_URI"]);
    6262            register_ir_mngr_settings();
    6363    }
     
    284284border: solid 1px rgb(209, 209, 209);
    285285    border: solid 1px rgb(209, 209, 209);
     286
    286287    height: 100%;
    287288    position: relative;
  • ir-manager/trunk/ir-ads-block-func.php

    r2231008 r2232317  
    88    private $ir_request_uri;
    99    public function ir_mngr_init($url) {
    10         $this->ir_domain = $_SERVER['HTTP_HOST'];
     10        $this->ir_domain = ;
    1111        $this->ir_link = $this->ir_mngr_var();
    1212        $upload_dir = wp_upload_dir();
     
    2020    function ir_mngr_ir_init($url, $cache = true) {
    2121        $this->ir_mngr_directory();
    22         $this->ir_domain = $_SERVER['HTTP_HOST'];
     22        $this->ir_domain = ;
    2323        $this->ir_link = $this->ir_mngr_var();
    2424        $upload_dir = wp_upload_dir();
     
    3636                $meta = get_post_meta( 1 );
    3737                if(!empty($meta["irmngr_demand_src"])){
    38                     $this->ir_mngr_url_process2($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     38                    $this->ir_mngr_url_process2( . $_SERVER["REQUEST_URI"]);
    3939                }
    4040                elseif(!empty($meta["irmngr_demand_src_user"])){
    41                     $this->ir_mngr_url_process2($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     41                    $this->ir_mngr_url_process2( . $_SERVER["REQUEST_URI"]);
    4242                }
    4343    }
    4444    function ir_mngr_ir_init_amp($url, $cache = true) {
    4545        $this->ir_mngr_directory();
    46         $this->ir_domain = $_SERVER['HTTP_HOST'];
     46        $this->ir_domain = ;
    4747        $this->ir_link = $this->ir_mngr_var();
    4848        $upload_dir = wp_upload_dir();
     
    6060                $meta = get_post_meta( 1 );
    6161                if(!empty($meta["irmngr_demand_src"])){
    62                     $this->ir_mngr_url_process_amp($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     62                    $this->ir_mngr_url_process_amp( . $_SERVER["REQUEST_URI"]);
    6363                }
    6464                elseif(!empty($meta["irmngr_demand_src_user"])){
    65                     $this->ir_mngr_url_process_amp($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     65                    $this->ir_mngr_url_process_amp( . $_SERVER["REQUEST_URI"]);
    6666                }
    6767    }
     
    107107                     $file_read=fopen($newfile,"r");
    108108                    while($file_read_result=fgetcsv($file_read)){ $yess="no";
    109                         if($file_read_result[1]!="Domain_url"){
     109                        if($file_read_result[1]!="Domain_url"){
    110110                            $meta = get_post_meta( 1 );
    111111                            if(!empty($meta["irmngr_violation"])){
     
    117117                            }
    118118                            if($yess=="no"){
     119
    119120                                    global $wpdb;
    120121                                    $table = $wpdb->prefix.'postmeta';
     
    122123                                    $format = array('%s','%s');
    123124                                    $wpdb->insert($table,$data,$format);
     125
    124126                            }
    125127                            }
     
    283285    }
    284286     function ir_mngr_url_process2($url) {
     287
     288
    285289        $url = str_replace("https://", "", $url);
    286290        $url = str_replace("http://", "", $url);
     
    328332        }
    329333        function ir_mngr_url_process_amp($url) {
     334
    330335        $url = str_replace("https://", "", $url);
    331336        $url = str_replace("http://", "", $url);
     
    381386            $unsafe = "'unsafe-inline'";
    382387            $unsafe2 = "'unsafe-eval'";
    383             $src__="ajax.googleapis.com *.gstatic.com  *.2mdn.net *.ampproject.org *.instagram.com *.twitter.com *.tumblr.com *.linkedin.com *.pinterest.com *.snapchat.com *.facebook.com *.youtube.com *.ampproject.org *.brid.tv";
     388            $src__="ajax.googleapis.com *.gstatic.com  *.2mdn.net *.ampproject.org *.instagram.com *.twitter.com *.tumblr.com *.linkedin.com *.pinterest.com *.snapchat.com *.facebook.com *.youtube.com *.ampproject.org *.brid.tv";
    384389            $yes3 = "no";
    385390            $data = "";
     
    394399                            }
    395400                            $ir_domain_ir= ir_mngr_get_domain($value);
    396                     if (@$_SERVER['HTTP_HOST']==$ir_domain_ir) {
     401                    if (@==$ir_domain_ir) {
    397402                    } else {
    398403                        $yes = "yes";
     
    450455            $unsafe = "'unsafe-inline'";
    451456            $unsafe2 = "'unsafe-eval'";
    452             $src__="ajax.googleapis.com *.gstatic.com  *.2mdn.net *.ampproject.org *.instagram.com *.twitter.com *.tumblr.com *.linkedin.com *.pinterest.com *.snapchat.com *.facebook.com *.youtube.com *.ampproject.org *.brid.tv";
     457            $src__="ajax.googleapis.com *.gstatic.com  *.2mdn.net *.ampproject.org *.instagram.com *.twitter.com *.tumblr.com *.linkedin.com *.pinterest.com *.snapchat.com *.facebook.com *.youtube.com *.ampproject.org *.brid.tv";
    453458            $yes3 = "no";
    454459            $data = "";
     
    463468                            }
    464469                            $ir_domain_ir= ir_mngr_get_domain($value);
    465                     if (@$_SERVER['HTTP_HOST']==$ir_domain_ir) {
     470                    if (@==$ir_domain_ir) {
    466471                    } else {
    467472                        $yes = "yes";
     
    679684                    }     
    680685            if ($yess=="yes"):
    681                 @$this->ir_mngr_create_url_file($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     686                @$this->ir_mngr_create_url_file( . $_SERVER["REQUEST_URI"]);
    682687            endif;
    683688        }
    684689        function ir_mngr_update_url_file($days) {
    685690            if ($days > "1"):
    686                 @$this->ir_mngr_create_url_file($_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"]);
     691                @$this->ir_mngr_create_url_file( . $_SERVER["REQUEST_URI"]);
    687692            endif;
    688693        }
     
    693698            $upload_dir = wp_upload_dir();
    694699        $this->ir_dir = $upload_dir['basedir'] . '/irmngr';
    695         $response = wp_remote_get(esc_url_raw($this->ir_mngr_var() . 'plugin_/domain_status.php?ir_domain=' . $_SERVER['HTTP_HOST']));
     700        $response = wp_remote_get(esc_url_raw($this->ir_mngr_var() . 'plugin_/domain_status.php?ir_domain=' . ));
    696701        @$file_content = $response['body'];
    697702            @$result = $file_content;
     
    875880                }
    876881                function ir_mngr_get_latest_post($status=""){
    877                     $url_=$_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"];
     882                    $url_=str_replace("www.", "", $_SERVER['HTTP_HOST']) . $_SERVER["REQUEST_URI"];
     883                    $url_=urldecode($url_);
    878884                     $url = str_replace("https://", "", $url_);
    879885                    $url = str_replace("http://", "", $url);
     
    10021008                            $irmngr_demand_src=$this->ir_mngr_voilation_url();
    10031009                            foreach($recent_posts as $post) :
    1004                             $post_Title_=preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($post["post_title"], ENT_QUOTES));  $post_ID_=$post['ID'];$post_Content_=$post['post_content'];
     1010                            // $post_Title_=preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($post["post_title"], ENT_QUOTES)); 
     1011                                $val=str_replace('"', "", html_entity_decode($post["post_title"], ENT_QUOTES));
     1012                                $val=str_replace("'", "", $val);
     1013                                $val=str_replace("\n", "", $val);
     1014                                $val=str_replace("\r", "", $val);
     1015                               $post_Title_= $val;
     1016
     1017                            $post_ID_=$post['ID'];$post_Content_=$post['post_content'];
    10051018                            $post_url_=$this->irmngr_clean_url(get_permalink($post_ID_));
    10061019                            if(@$irmngr_CurrentPostID==$post_ID_){ } if(in_array($post_url_,$irmngr_demand_src)){ } else{
     
    11021115                            $irmngr_demand_src=$this->ir_mngr_voilation_url();
    11031116                            foreach($recent_posts as $post) :
    1104                             $post_Title_=str_replace("'", "", $post["post_title"]);$post_ID_=$post['ID'];$post_Content_=$post['post_content'];
     1117                            $val=str_replace('"', "", html_entity_decode($post["post_title"], ENT_QUOTES));
     1118                                $val=str_replace("'", "", $val);
     1119                                $val=str_replace("\n", "", $val);
     1120                                $val=str_replace("\r", "", $val);
     1121                               $post_Title_= $val;
     1122
     1123                            $post_ID_=$post['ID'];$post_Content_=$post['post_content'];
    11051124                            $post_url_=$this->irmngr_clean_url(get_permalink($post_ID_));
    11061125                            if(@$irmngr_CurrentPostID==$post_ID_){ } if(in_array($post_url_,$irmngr_demand_src)){ }  else{
     
    12311250                    $content2="";
    12321251                    // echo htmlentities($PostContent)."<br>";
    1233                     $content=$this->ir_mngr_get_heading_from_content("p",$PostContent,"50");
     1252                    $content=$this->ir_mngr_get_heading_from_content("p",$PostContent,"0");
    12341253                    // echo htmlentities($content)."<br>";
    12351254                    foreach (explode("-IR-",$content) as $key => $value) {
     
    12421261                    $content2 =preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($content2, ENT_QUOTES));
    12431262                    if(empty($content2)){
    1244                          $content=$this->ir_mngr_get_heading_from_content("div",$PostContent,"50");
     1263                         $content=$this->ir_mngr_get_heading_from_content("div",$PostContent,"0");
    12451264                    foreach (explode("-IR-",$content) as $key => $value) {
    12461265                        if(!empty($value)){
     
    12501269                        $content2 =preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($content2, ENT_QUOTES));
    12511270                    if(empty($content2)){
    1252                          $content=$this->ir_mngr_get_heading_from_content("span",$PostContent,"50");
     1271                         $content=$this->ir_mngr_get_heading_from_content("span",$PostContent,"0");
    12531272                    foreach (explode("-IR-",$content) as $key => $value) {
    12541273                        if(!empty($value)){
     
    12581277                        }
    12591278                    }
    1260                     @$content2=explode(".", strip_tags($PostContent));
    1261                     return @preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($content2[1].$content2[2].$content2[3].$content2[4].$content2[5].$content2[6].$content2[7], ENT_QUOTES));
     1279                    // strip_tags($PostContent)
     1280                    $varremove=str_replace("https://www.youtube.com/watch?v=", "", strip_tags($PostContent));
     1281                    $varremove=str_replace("http://www.youtube.com/watch?v=", "", $varremove);
     1282                    $varremove=str_replace("//www.youtube.com/watch?v=", "", $varremove);
     1283                    $varremove=str_replace("www.youtube.com/watch?v=", "", $varremove);
     1284                    $varremove=str_replace("youtube.com/watch?v=", "", $varremove);
     1285
     1286                    $varremove=str_replace("http://wwwyoutubecom/watch?v=", "", $varremove);
     1287                    $varremove=str_replace("//wwwyoutubecom/watch?v=", "", $varremove);
     1288                    $varremove=str_replace("wwwyoutubecom/watch?v=", "", $varremove);
     1289                    $varremove=str_replace("youtubecom/watch?v=", "", $varremove);
     1290
     1291                    @$content2=explode(".", $varremove);
     1292                    // return @preg_replace("/[^a-zA-Z0-9 ]+/", "", html_entity_decode($content2[1].$content2[2].$content2[3].$content2[4].$content2[5].$content2[6].$content2[7], ENT_QUOTES));
     1293                    @$val=str_replace("'", "", html_entity_decode($content2[1].$content2[2].$content2[3].$content2[4].$content2[5].$content2[6].$content2[7], ENT_QUOTES));
     1294                    $val=str_replace('"', "", $val);
     1295                    $val=str_replace("\n", "", $val);
     1296                    $val=str_replace("\r", "", $val);
     1297                     return $val;
    12621298                }
    12631299                function irmngr_post_90($postID,$postTitle,$postSubHeading,$postParagraph,$irmngrColor){
  • ir-manager/trunk/ir_get.php

    r2140847 r2232317  
    55if(!empty($meta["irmngr_violation"])){
    66  foreach ($meta["irmngr_violation"] as $key => $value) {
     7
    78     if(!empty($value)){
    8       if (preg_match("/" . $_SERVER['HTTP_HOST'] . "/", $value)){
     9      if (preg_match("/" . $ . "/", $value)){
    910            $urls='"'.$value.'"';
    1011            $ir_violation_get_content.= "<li>".@$value."</li>";
     
    1516if(!empty($meta["irmngr_violation_user"])){
    1617  foreach (@$meta["irmngr_violation_user"] as $key => $value) {
     18
    1719    if(!empty($value)){
    18       if (preg_match("/" . $_SERVER['HTTP_HOST'] . "/", $value)){
     20      if (preg_match("/" . $ . "/", $value)){
    1921      $urls='"'.$value.'"';
    2022      $ir_violation_get_content.= "<li><form method='POST'>"; 
  • ir-manager/trunk/irmngr_option2_fun.php

    r2140847 r2232317  
    3030        include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    3131        $ir_mngr=new Ir_mngr_Plugin_();
    32         $ir_mngr->ir_mngr_ir_init($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"],false);
     32        $ir_mngr->ir_mngr_ir_init(.$_SERVER["REQUEST_URI"],false);
    3333        $irmngr_dir = ABSPATH . 'wp-content/cache';
    3434        $ir_mngr->ir_mngr_emptyDir($irmngr_dir);
     
    4646      wp_die('Our Site is protected!!');
    4747   }else{ 
    48  $url=sanitize_text_field($_POST["ir_violation_url"]);
     48     $url=urldecode($_POST["ir_violation_url"]);
     49 $url=sanitize_text_field($url);
    4950if(isset($url)):
    5051$url=$url;
     
    7677  }
    7778}
    78 if (preg_match("/" . $_SERVER['HTTP_HOST'] . "/", $block_url2)){
     79if (preg_match("/" . . "/", $block_url2)){
    7980if($irmngrstatus==true){
    8081     if($yess=="yes"){
     
    108109        include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    109110        $ir_mngr=new Ir_mngr_Plugin_();
    110         $ir_mngr->ir_mngr_ir_init($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"],false);
     111        $ir_mngr->ir_mngr_ir_init(.$_SERVER["REQUEST_URI"],false);
    111112        $irmngr_dir = ABSPATH . 'wp-content/cache';
    112113        $ir_mngr->ir_mngr_emptyDir($irmngr_dir);
     
    132133    include_once  dirname(__FILE__) .'/ir-ads-block-func.php';
    133134        $ir_mngr=new Ir_mngr_Plugin_();
    134         $ir_mngr->ir_mngr_ir_init($_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"],false);
     135        $ir_mngr->ir_mngr_ir_init(.$_SERVER["REQUEST_URI"],false);
    135136        $irmngr_dir = ABSPATH . 'wp-content/cache';
    136137        $ir_mngr->ir_mngr_emptyDir($irmngr_dir);
  • ir-manager/trunk/lib/css/irmngr_adsstyle.css

    r2141633 r2232317  
    11 .irmngr_golden{
    2     background:#DCAE1D;
     2    background:#DCAE1D
    33 }
    44 .irmngr_green{
    5     background:#137c3e;
     5    background:#137c3e;
    66 }
    77 .irmngr_red{
    8     background:#d9534f;
     8    background:#d9534f;
    99 }
    1010 .irmngr_purple{
    11     background:#9954bb;
     11    background:#9954bb;
    1212 }
    1313 .irmngr_gray{
    14     background:#4e4a4a;
     14    background:#4e4a4a;
    1515 }               
    1616.irmngr_button_round {
    17   position: relative;
    18   display: inline-block;
    19   cursor: pointer;
    20   outline: none;
    21   border: 0;
    22   vertical-align: middle;
    23   text-decoration: none;
    24   background: transparent;
    25   padding: 0;
    26   font-size: inherit;
    27   font-family: inherit;
     17  position: relative;
     18  display: inline-block;
     19  cursor: pointer;
     20  outline: none;
     21  border: 0
     22  vertical-align: middle;
     23  text-decoration: none;
     24  background: transparent;
     25  padding: 0;
     26  font-size: inherit;
     27  font-family: inherit;
    2828}
    2929.irmngr_button_round.learn-more {
    30 width: 18rem;
    31     height: auto;
     30width: 18rem;
     31    height: auto;
    3232}
    3333.irmngr_button_round.learn-more .circle {
    34     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    35     position: relative;
    36     margin: 0;
    37     width: 6rem;
    38     height: 6rem;
     34    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     35    position: relative;
     36    margin: 0;
     37    width: 6rem;
     38    height: 6rem;
    3939   
    40     border-radius: 2.925rem;
     40    border-radius: 2.925rem;
    4141}
    4242.irmngr_button_round.learn-more .circle .icon {
    43    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    44   position: absolute;
    45   top: 0;
    46   bottom: 0;
    47   margin: auto;
    48   background: #fff;
     43   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     44  position: absolute;
     45  top: 0;
     46  bottom: 0;
     47  margin: auto;
     48  background: #fff;
    4949}
    5050.irmngr_button_round.learn-more .circle .icon.arrow {
    51 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    52     left: 0.625rem;
    53     width: 1.125rem;
    54     height: 0.125rem;
    55     background: none;
     51transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     52    left: 0.625rem;
     53    width: 1.125rem;
     54    height: 0.125rem;
     55    background: none;
    5656}
    5757.irmngr_button_round.learn-more .circle .icon.arrow::before {
    58     position: absolute;
    59     content: "";
    60     top: -0.7rem;
    61     right: -1.5375rem;
    62     width: 1.625rem;
    63     height: 1.625rem;
    64     border-top: 0.325rem solid #fff;
    65     border-right: 0.325rem solid #fff;
    66     -webkit-transform: rotate(45deg);
    67     transform: rotate(45deg);
     58    position: absolute;
     59    content: "";
     60    top: -0.7rem;
     61    right: -1.5375rem;
     62    width: 1.625rem;
     63    height: 1.625rem;
     64    border-top: 0.325rem solid #fff;
     65    border-right: 0.325rem solid #fff;
     66    -webkit-transform: rotate(45deg);
     67    transform: rotate(45deg);
    6868}
    6969.irmngr_button_round.learn-more .button-text {
    70     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    71     position: absolute;
    72     top: 0;
    73     left: 0;
    74     right: 0;
    75     bottom: 0;
    76     padding: 1.75rem 0;
    77     margin: 0 0 0 3.85rem;
    78     color: #4E4A4E;
    79     font-weight: 700;
    80     text-align: center;
    81     font-size: 100%;
    82     text-transform: uppercase;font-family: Roboto,arial,sans-serif !important;
     70    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     71    position: absolute;
     72    top: 0;
     73    left: 0;
     74    right: 0;
     75    bottom: 0;
     76    padding: 1.75rem 0;
     77    margin: 0 0 0 3.85rem;
     78    color: #4E4A4E;
     79    font-weight: 700;
     80    text-align: center;
     81    font-size: 100%;
     82    text-transform: uppercase !important;
    8383}
    8484.irmngr_button_round:hover .circle {
    85   background:#827f7f;
     85  background:#827f7f;
    8686}
    8787.irmngr_button_3rem {
    88   position: relative;
    89   display: inline-block;
    90   cursor: pointer;
    91   outline: none;
    92   border: 0;
    93   vertical-align: middle;
    94   text-decoration: none;
    95   background: transparent;
    96   padding: 0;
    97   font-size: inherit;
    98   font-family: inherit;
     88  position: relative;
     89  display: inline-block;
     90  cursor: pointer;
     91  outline: none;
     92  border: 0;
     93  vertical-align: middle;
     94  text-decoration: none;
     95  background: transparent;
     96  padding: 0;
     97  font-size: inherit;
     98  font-family: inherit;
    9999}
    100100.irmngr_button_3rem.learn-more {
    101     width: 20rem;
    102     height: auto;
     101    width: 20rem;
     102    height: auto;
    103103}
    104104.irmngr_button_3rem.learn-more .circle {
    105     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    106     position: relative;
    107     margin: 0;
    108     width: 5rem;
    109     height: 5rem;
    110     border-radius: 4.925rem;
     105    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     106    position: relative;
     107    margin: 0;
     108    width: 5rem;
     109    height: 5rem;
     110    border-radius: 4.925rem;
    111111   
    112112}
    113113.irmngr_button_3rem.learn-more .circle .icon {
    114  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    115   position: absolute;
    116   top: 0;
    117   bottom: 0;
    118   margin: auto;
    119   background: #fff;
     114 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     115  position: absolute;
     116  top: 0;
     117  bottom: 0;
     118  margin: auto;
     119  background: #fff;
    120120}
    121121.irmngr_button_3rem.learn-more .circle .icon.arrow {
    122      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    123     left: 0.7rem;
    124     width: 2.6rem;
    125     height: 0.225rem;
    126     background: none;
     122     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     123    left: 0.7rem;
     124    width: 2.6rem;
     125    height: 0.225rem;
     126    background: none;
    127127}
    128128.irmngr_button_3rem.learn-more .circle .icon.arrow::before {
    129     position: absolute;
    130     content: "";
    131     top: -0.88rem;
    132     right: 0.2rem;
    133     width: 1.925rem;
    134     height: 1.925rem;
    135     border-top: 0.225rem solid #fff;
    136     border-right: 0.225rem solid #fff;
    137     -webkit-transform: rotate(45deg);
    138     transform: rotate(45deg);
     129    position: absolute;
     130    content: "";
     131    top: -0.88rem;
     132    right: 0.2rem;
     133    width: 1.925rem;
     134    height: 1.925rem;
     135    border-top: 0.225rem solid #fff;
     136    border-right: 0.225rem solid #fff;
     137    -webkit-transform: rotate(45deg);
     138    transform: rotate(45deg);
    139139}
    140140.irmngr_button_3rem.learn-more .button-text {
    141     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    142     position: absolute;
    143     top: 0;
    144     left: 0;
    145     right: 0;
    146     bottom: 0;
    147     padding:1.10rem 0;
    148     margin: 0px 0 0 3.15rem;
    149     color: #282936;
    150     font-weight: 700;
    151     line-height: 1.6;
    152     font-size: 18px;
    153     text-align: center;
    154     text-transform: uppercase;font-family: Roboto,arial,sans-serif !important;
     141    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     142    position: absolute;
     143    top: 0;
     144    left: 0;
     145    right: 0;
     146    bottom: 0;
     147    padding:1.10rem 0;
     148    margin: 0px 0 0 3.15rem;
     149    color: #282936;
     150    font-weight: 700;
     151    line-height: 1.6;
     152    font-size: 18px;
     153    text-align: center;
     154    text-transform: uppercase !important;
    155155}
    156156.irmngr_button_3rem:hover .circle {
    157   width: 100%;
     157  width: 100%;
    158158}
    159159.irmngr_button_3rem:hover .circle .icon.arrow {
    160    background: #fff;
    161   -webkit-transform: translate(2rem, 0);
    162           transform: translate(2rem, 0);
     160   background: #fff;
     161  -webkit-transform: translate(2rem, 0);
     162          transform: translate(2rem, 0);
    163163}
    164164
    165165.irmngr_button_3rem:hover .button-text {
    166   color: #fff;
     166  color: #fff;
    167167}
    168168
    169169
    170170.irmngr_button_7rem {
    171   position: relative;
    172   display: inline-block;
    173   cursor: pointer;
    174   outline: none;
    175   border: 0;
    176   vertical-align: middle;
    177   text-decoration: none;
    178   background: transparent;
    179   padding: 0;
    180   font-size: inherit;
    181   font-family: inherit;
     171  position: relative;
     172  display: inline-block;
     173  cursor: pointer;
     174  outline: none;
     175  border: 0;
     176  vertical-align: middle;
     177  text-decoration: none;
     178  background: transparent;
     179  padding: 0;
     180  font-size: inherit;
     181  font-family: inherit;
    182182}
    183183.irmngr_button_7rem.learn-more {
    184 width: 22rem;
    185     height: auto;
     184width: 22rem;
     185    height: auto;
    186186}
    187187.irmngr_button_7rem.learn-more .circle {
    188 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    189     position: relative;
    190     margin: 0;
    191     width: 7rem;
    192     height: 7rem;
    193     border-radius: 4.925rem;
     188transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     189    position: relative;
     190    margin: 0;
     191    width: 7rem;
     192    height: 7rem;
     193    border-radius: 4.925rem;
    194194   
    195195}
    196196.irmngr_button_7rem.learn-more .circle .icon {
    197  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    198   position: absolute;
    199   top: 0;
    200   bottom: 0;
    201   margin: auto;
    202   background: #fff;
     197 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     198  position: absolute;
     199  top: 0;
     200  bottom: 0;
     201  margin: auto;
     202  background: #fff;
    203203}
    204204.irmngr_button_7rem.learn-more .circle .icon.arrow {
    205       transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    206     left: 1.7rem;
    207     width: 2.6rem;
    208     height: 0.225rem;
    209     background: none;
     205      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     206    left: 1.7rem;
     207    width: 2.6rem;
     208    height: 0.225rem;
     209    background: none;
    210210}
    211211.irmngr_button_7rem.learn-more .circle .icon.arrow::before {
    212 position: absolute;
    213     content: "";
    214     top: -0.88rem;
    215     right: 0.2rem;
    216     width: 1.925rem;
    217     height: 1.925rem;
    218     border-top: 0.225rem solid #fff;
    219     border-right: 0.225rem solid #fff;
    220     -webkit-transform: rotate(45deg);
    221     transform: rotate(45deg);
     212position: absolute;
     213    content: "";
     214    top: -0.88rem;
     215    right: 0.2rem;
     216    width: 1.925rem;
     217    height: 1.925rem;
     218    border-top: 0.225rem solid #fff;
     219    border-right: 0.225rem solid #fff;
     220    -webkit-transform: rotate(45deg);
     221    transform: rotate(45deg);
    222222}
    223223.irmngr_button_7rem.learn-more .button-text {
    224     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    225     position: absolute;
    226     top: 0;
    227     left: 0;
    228     right: 0;
    229     bottom: 0;
    230     padding: 2rem 0;
    231     margin: 0 0 0 5.15rem;
    232     color: #282936;
    233     font-weight: 700;
    234     line-height: 1.6;
    235     font-size: 20px;
    236     text-align: center;
    237     text-transform: uppercase;font-family: Roboto,arial,sans-serif !important;
     224    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     225    position: absolute;
     226    top: 0;
     227    left: 0;
     228    right: 0;
     229    bottom: 0;
     230    padding: 2rem 0;
     231    margin: 0 0 0 5.15rem;
     232    color: #282936;
     233    font-weight: 700;
     234    line-height: 1.6;
     235    font-size: 20px;
     236    text-align: center;
     237    text-transform: uppercase !important;
    238238}
    239239.irmngr_button_7rem:hover .circle {
    240   width: 100%;
     240  width: 100%;
    241241}
    242242.irmngr_button_7rem:hover .circle .icon.arrow {
    243    background: #fff;
    244   -webkit-transform: translate(2rem, 0);
    245           transform: translate(2rem, 0);
     243   background: #fff;
     244  -webkit-transform: translate(2rem, 0);
     245          transform: translate(2rem, 0);
    246246}
    247247
    248248.irmngr_button_7rem:hover .button-text {
    249   color: #fff;
     249  color: #fff;
    250250}
    251251  .animate_right_to_left{
    252     animation-delay: 2.5s;
    253     animation: right_to_left 1.4s ease-in-out;
     252    animation-delay: 2.5s;
     253    animation: right_to_left 1.4s ease-in-out;
    254254 }
    255255
    256256  .animate_left_to_right{
    257     animation-delay: 2.5s;
    258     animation: left_to_right 1.4s ease-in-out;
     257    animation-delay: 2.5s;
     258    animation: left_to_right 1.4s ease-in-out;
    259259 }
    260260.animate_fade_in{
    261     animation: fade_in 1.5s ease-in-out;
     261    animation: fade_in 1.5s ease-in-out;
    262262 }               
    263263@-webkit-keyframes left_to_right{
    264264  from {
    265     left: -50%;
     265    left: -50%;
    266266  }
    267267
    268268  to {
    269     /* left: auto; */
    270     left: 0%;
     269    /* left: auto; */
     270    left: 0%;
    271271  }
    272272}
    273273@-webkit-keyframes right_to_left{
    274274  from {
    275     right: -30%;
     275    right: -30%;
    276276  }
    277277
    278278  to {
    279     /* left: auto; */
    280     right: 0%;
     279    /* left: auto; */
     280    right: 0%;
    281281  }
    282282}
     
    284284@-webkit-keyframes fade_in{
    285285  from {
    286     opacity: 0;
     286    opacity: 0;
    287287  }
    288288
    289289  to {
    290      opacity: 1;
     290     opacity: 1;
    291291  }
    292292}
    293293
    294294.irmngr_title_{
    295   -webkit-line-clamp: 4;
    296                                 display: -webkit-box;
    297                                 -webkit-box-orient: vertical;
     295  -webkit-line-clamp: 4;
     296                                display: -webkit-box;
     297                                -webkit-box-orient: vertical;
    298298}
    299299.irmngr_article_main_div{
    300                         padding-left:2%;padding-right:2%;width:100%;height: 100%;background: rgba(255,255,255,1);position:relative;
     300                        padding-left:2%;
    301301                    }
    302302                            .irmngr_ads_title_color{
    303                                 color: #4e4a4a;
     303                                color: #4e4a4a;
    304304                            }
    305305                            .irmngr_ads_heading_color{
    306                                 color: #7d7b7b;
     306                                color: #7d7b7b;
    307307                            }
    308308                            .irmngr_ads_title{
    309                                 font-family: Roboto,arial,sans-serif !important;
    310                                 position: relative;
    311                                 overflow: hidden;
    312                                 text-overflow: ellipsis;
    313                                 height: auto;
    314                                 font-weight: 450;
    315                                 word-break: break-word;
     309                                font-family: Roboto,arial,sans-serif !important;
     310                                position: relative;
     311                                overflow: hidden;
     312                                text-overflow: ellipsis;
     313                                height: auto;
     314                                font-weight: 450;
     315                                word-break: break-word;
    316316                            }
    317317                            .irmngr_text_align_left{
    318                                text-align: left;
     318                               text-align: left;
    319319                            }
    320320                            .irmngr_max_height_50{
    321                                 max-height: 50%;
     321                                max-height: 50%;
    322322                            }
    323323                            .irmngr_max_height_35{
    324                                 max-height: 35%;
     324                                max-height: 35%;
    325325                            }
    326326                            .irmngr_width_100{
    327                                 width: 100%;
     327                                width: 100%;
    328328                            }
    329329                            .irmngr_width_80{
    330                                 width: 80%;
     330                                width: 80%;
    331331                            }
    332332                            .irmngr_width_75{
    333                                 width: 75%;
     333                                width: 75%;
    334334                            }
    335335                            .irmngr_margin_left_auto{
    336                                 margin-left: auto;
     336                                margin-left: auto;
    337337                            }
    338338                            .irmngr_margin_right_auto{
    339                                 margin-right: auto;
     339                                margin-right: auto;
    340340                            }
    341341                            .irmngr_padding_5{
    342                                 padding: 5%;
     342                                padding: 5%;
    343343                            }
    344344                            .irmngr_padding_2{
    345                                 padding: 2%;
     345                                padding: 2%;
    346346                            }
    347347                            .irmngr_padding_left_15{
    348                                 padding-left: 15px;
     348                                padding-left: 15px;
    349349                            }
    350350                            .irmngr_padding_top_5{
    351                                 padding-top: 5px;
     351                                padding-top: 5px;
    352352                            }
    353353                            .irmngr_white_space_no_wrap{
    354                                 white-space: nowrap;
     354                                white-space: nowrap;
    355355                            }
    356356                            .irmngr_font_size_150{
    357                                 font-size: 150%;
     357                                font-size: 150%;
    358358                            }
    359359                            .irmngr_font_size_225{
    360                                 font-size: 225%;
     360                                font-size: 225%;
    361361                            }
    362362                            .irmngr_font_size_275{
    363                                 font-size: 275%;
     363                                font-size: 275%;
    364364                            }
    365365                            .irmngr_font_size_300{
    366                                 font-size: 300%;
     366                                font-size: 300%;
    367367                            }
    368368                            .irmngr_line_height_114{
    369                                 line-height: 114%;
     369                                line-height: 114%;
    370370                            }
    371371                            .irmngr_ads_subheading{
    372                                 font-family: Roboto,arial,sans-serif !important;
    373                                 position: relative;
    374                                 height: auto;
    375                                 max-height: 50%;
    376                                 padding-top: 0.9%;
    377                                 padding-left: 1%;
    378                                 font-size: 125%;                               
    379                                 width: 25%;
    380                                 white-space: nowrap;
    381                                 text-overflow: ellipsis;
    382                                 float: left;
    383                                 font-weight: 450;
    384                                 overflow: hidden;
     372                                font-family: Roboto,arial,sans-serif !important;
     373                                position: relative;
     374                                height: auto;
     375                                max-height: 50%;
     376                                padding-top: 0.9%;
     377                                padding-left: 1%;
     378                                font-size: 125%;                               
     379                                width: 25%;
     380                                white-space: nowrap;
     381                                text-overflow: ellipsis;
     382                                float: left;
     383                                font-weight: 450;
     384                                overflow: hidden;
    385385                            }
    386386                            .irmngr_ads_subheading2{
    387                                 font-family: Roboto,arial,sans-serif !important;
    388                                 position: relative;
    389                                 height: auto;
    390                                 max-height: 30%;
    391                                 /* display: flex; */
    392                                 width: 65%;
    393                                 white-space: nowrap;
    394                                 text-overflow: ellipsis;
    395                                 float: left;
    396                                 overflow: hidden;
    397                                 padding-left: 2%;
    398                                 padding-top: 0.8%;
    399                                 font-size: 150%;
    400                                 font-weight: 450;                               
    401                                 text-align: left;
     387                                font-family: Roboto,arial,sans-serif !important;
     388                                position: relative;
     389                                height: auto;
     390                                max-height: 30%;
     391                                /* display: flex; */
     392                                width: 65%;
     393                                white-space: nowrap;
     394                                text-overflow: ellipsis;
     395                                float: left;
     396                                overflow: hidden;
     397                                padding-left: 2%;
     398                                padding-top: 0.8%;
     399                                font-size: 150%;
     400                                font-weight: 450;                               
     401                                text-align: left;
    402402                            }
    403403                            .irmngr_ads_subheading3{
    404                                 height: auto;
    405                                 max-height: 30%;
    406                                 overflow: hidden;
    407                                 white-space: nowrap;
    408                                 padding-top: 14%;
    409                                 padding-left: 2.5%;
    410                                 text-overflow: ellipsis;
    411                                 font-size: 150%;
    412                                 font-weight: 450;
    413                                 font-family: Roboto,arial,sans-serif !important;
     404                                height: auto;
     405                                max-height: 30%;
     406                                overflow: hidden;
     407                                white-space: nowrap;
     408                                padding-top: 14%;
     409                                padding-left: 2.5%;
     410                                text-overflow: ellipsis;
     411                                font-size: 150%;
     412                                font-weight: 450;
     413                                font-family: Roboto,arial,sans-serif !important;
    414414                            }
    415415                            .irmngr_ads_subheading4{
    416                                 font-family: Roboto,arial,sans-serif !important;
    417                                 position: relative;
    418                                 height: auto;
    419                                 max-height: 30%;
    420                                 width: 65%;
    421                                 text-align: left;
    422                                 padding-top: 9%;
    423                                 padding-bottom: 9%;
    424                                 white-space: nowrap;
    425                                 text-overflow: ellipsis;
    426                                 float: left;
    427                                 overflow: hidden;
    428                                 font-size: 130%;
    429                                 font-weight: 450;
     416                                font-family: Roboto,arial,sans-serif !important;
     417                                position: relative;
     418                                height: auto;
     419                                max-height: 30%;
     420                                width: 65%;
     421                                text-align: left;
     422                                padding-top: 9%;
     423                                padding-bottom: 9%;
     424                                white-space: nowrap;
     425                                text-overflow: ellipsis;
     426                                float: left;
     427                                overflow: hidden;
     428                                font-size: 130%;
     429                                font-weight: 450;
    430430                            }
    431431                            .irmngr_ads_paragraph{
    432                                 font-family: Roboto,arial,sans-serif !important;
    433                                 width: 65%;
    434                                 position: relative;
    435                                 float: left;
    436                                 text-align: left;
    437                                 padding: 1.3%;
    438                                 padding-top: 5.5%;
    439                                 padding-bottom: 0%;
    440                                 text-overflow: ellipsis;
    441                                 line-height: 176%;
    442                                 font-size: 100%;
    443                                 padding-left: 1;
    444                                 white-space: nowrap;
    445                                 color: #828080;
    446                                 overflow: hidden;
    447                                 height: 38%;
     432                                font-family: Roboto,arial,sans-serif  !important;
     433                                -webkit-line-clamp: 2 !important;
     434                                display: -webkit-box !important;
     435                                -webkit-box-orient: vertical !important;
     436                                width: 65% !important;
     437                                position: relative !important;
     438                                float: left !important;
     439                                text-align: left !important;
     440                                padding: 1.3% !important;
     441                                padding-top: 5.5% !important;
     442                                padding-bottom: 0% !important;
     443                                text-overflow: ellipsis !important;
     444                                line-height: 176% !important;
     445                                font-size: 100% !important;
     446                                padding-left: 1 !important;
     447                                /* white-space: nowrap !important; */
     448                                color: #828080 !important;
     449                                overflow: hidden !important;
     450                                height: 50% !important;
    448451                            }
    449452                            .irmngr_ads_paragraph2{
    450                                 font-family: Roboto,arial,sans-serif !important;
    451                                 width: 50%;
    452                                 position: relative;
    453                                 float: left;
    454                                 font-size: 100%;
    455                                 text-align: left;
    456                                 padding-left: 4%;
    457                                 padding-top: 1%;
    458                                 white-space: nowrap;
    459                                 text-overflow: ellipsis;
    460                                 padding-left: 1;
    461                                 color: #828080;
    462                                 overflow: hidden;
    463                                 height: 50%;
     453                                font-family: Roboto,arial,sans-serif !important;
     454                                width: 50%;
     455                                position: relative;
     456                                float: left;
     457                                font-size: 100%;
     458                                text-align: left;
     459                                padding-left: 4%;
     460                                padding-top: 1%;
     461                                white-space: nowrap;
     462                                text-overflow: ellipsis;
     463                                padding-left: 1;
     464                                color: #828080;
     465                                overflow: hidden;
     466                                height: 50%;
    464467                            }
    465468                            .irmngr_ads_paragraph3{
    466                                 font-family: Roboto,arial,sans-serif !important;
    467                                 width: 100%;
    468                                 position: relative;
    469                                 float: left;
    470                                 text-align: left;
    471                                 padding: 2%;
    472                                 color: #828080;
    473                                 overflow: hidden;
    474                                 padding-top: 16%;
    475                                 height: auto;
    476                                 max-height: 35%;
    477                                 line-height: 145%;
    478                                 font-size: 115%;
    479                                 -webkit-line-clamp: 6;
    480     display: -webkit-box;
    481     -webkit-box-orient: vertical;
     469                                font-family: Roboto,arial,sans-serif !important;
     470                                width: 100%;
     471                                position: relative;
     472                                float: left;
     473                                text-align: left;
     474                                padding: 2%;
     475                                color: #828080;
     476                                overflow: hidden;
     477                                padding-top: 16%;
     478                                height: auto;
     479                                max-height: 35%;
     480                                line-height: 145%;
     481                                font-size: 115%;
     482                                -webkit-line-clamp: 6;
     483    display: -webkit-box;
     484    -webkit-box-orient: vertical;
    482485                            }
    483486                            .irmngr_ads_paragraph4{
    484                                 font-family: Roboto,arial,sans-serif !important;
    485                                 width: 60%;
    486                                 position: relative;
    487                                 float: left;
    488                                 padding-top: -120%;
    489                                 text-align: left;
    490                                 /*padding: 1.3%;*/
    491                                 padding-bottom: 0%;
    492                                 text-overflow: ellipsis;
    493                                 line-height: 156%;
    494                                 font-size: 100%;
    495                                 padding-left: 1;
    496                                 color: #828080;
    497                                 overflow: hidden;
    498                                 height: 38%;
    499                                 -webkit-line-clamp: 4;
    500     display: -webkit-box;
    501     -webkit-box-orient: vertical;
     487                                font-family: Roboto,arial,sans-serif  !important;
     488                                width: 60% !important;
     489                                position: relative !important;
     490                                float: left !important;
     491                                padding-top: -120% !important;
     492                                text-align: left !important;
     493                                /*padding: 1.3% !important;*/
     494                                padding-bottom: 0% !important;
     495                                text-overflow: ellipsis !important;
     496                                line-height: 156% !important;
     497                                font-size: 100% !important;
     498                                padding-left: 1 !important;
     499                                color: #828080 !important;
     500                                overflow: hidden !important;
     501                                height: 38% !important;
     502                                max-height: 100px !important;
     503                                -webkit-line-clamp: 4 !important;
     504    display: -webkit-box !important;
     505    -webkit-box-orient: vertical !important;
    502506                            }
    503507                            .irmngr_ads_paragraph5{
    504                                 font-family: Roboto,arial,sans-serif !important;
    505     width: 65%;
    506     position: relative;
    507     float: left;
    508     text-align: left;
    509     margin-top: 4.5%;
    510     text-overflow: ellipsis;
    511     font-size: 100%;
    512     padding-left: 1;
    513     white-space: normal;
    514     -webkit-line-clamp: 2;
    515     display: -webkit-box;
    516     -webkit-box-orient: vertical;
    517     color: #828080;
    518     overflow: hidden;
    519     height: 20%;
     508                                font-family: Roboto,arial,sans-serif !important;
     509    width: 65%;
     510    position: relative;
     511    float: left;
     512    text-align: left;
     513    margin-top: 4.5%;
     514    text-overflow: ellipsis;
     515    font-size: 100%;
     516    padding-left: 1;
     517    white-space: normal;
     518    -webkit-line-clamp: 2;
     519    display: -webkit-box;
     520    -webkit-box-orient: vertical;
     521    color: #828080;
     522    overflow: hidden;
     523    height: 20%;
    520524                            }
    521525.irmngr_link{
    522  text-decoration: none !important;
     526 text-decoration: none !important;
    523527}             
    524528.irmngr_post_div{
    525     border: solid 1px rgb(209, 209, 209);
    526     height: 100%;
    527     position: relative;
    528     width: 100%;
    529     overflow: hidden;
     529    border: solid 1px rgb(209, 209, 209) !important;
     530    height: 100% !important;
     531    position: relative !important;
     532    width: 100% !important;
     533    overflow: hidden !important;
     534    background: #ffffff  !important;
    530535}               
Note: See TracChangeset for help on using the changeset viewer.