Plugin Directory

Changeset 1180097


Ignore:
Timestamp:
06/13/2015 07:42:15 AM (11 years ago)
Author:
sebwordpress
Message:

Updated trunk - adjusted css - images

Location:
the-welcomizer/trunk
Files:
10 added
6 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • the-welcomizer/trunk/includes/twiz.class.php

    r1179983 r1180097  
    39043904                if( $value != self::DEFAULT_SKIN ){
    39053905               
    3906                     $html .= '<img src="'.$this->pluginUrl.self::SKIN_PATH.$value.'/images/twiz-logo.png" class="twiz-display-none"/>';
     3906                    $html .= '<img src="'.$this->pluginUrl.self::SKIN_PATH.$value.'/images/twiz-logo-big.png" class="twiz-display-none"/>';
    39073907                }
    39083908               
     
    39143914        }
    39153915     
    3916         $html .='<img src="'.$this->pluginUrl.'/images/twiz-logo.png" class="twiz-display-none"/>';
    39173916        $html .='<img src="'.$this->pluginUrl.'/images/twiz-success.gif" class="twiz-display-none"/>';
    39183917        $html .='<img src="'.$this->pluginUrl.'/images/twiz-download.png" class="twiz-display-none"/>';
     
    39263925        if($this->skin[$this->user_id] != self::SKIN_PATH.self::DEFAULT_SKIN){
    39273926       
    3928             $html .='<img src="'.$this->pluginUrl.$this->skin[$this->user_id].'/images/twiz-logo.png" class="twiz-display-none"/>';
     3927            $html .='<img src="'.$this->pluginUrl.$this->skin[$this->user_id].'/images/twiz-logo-big.png" class="twiz-display-none"/>';
    39293928        }
    39303929       
  • the-welcomizer/trunk/skins/_default/twiz-style.css

    r1180008 r1180097  
    241241    right: 10%;
    242242    top: 80px;
    243     background: url(../../images/twiz-logo-big.png) top right no-repeat;
     243    background: url(../../skins/_default/images/twiz-logo-big.png) top right no-repeat;
    244244    opacity: 0.15;
    245245    filter: alpha(opacity=4);
     
    384384    color: #000000;
    385385}
    386 #twiz_head_logo {
     386#twiz_head_logo { 
    387387    width: 100px;
    388388    height: 80px;
    389     background: url(../../images/twiz-logo.png) center no-repeat;
     389    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     390    background-size: 109px 85px;
    390391    float: left;
    391392    display: block;
     
    393394}
    394395div #twiz_head_logo:hover {
    395     background: url(../../images/twiz-logo.png) center no-repeat;
     396    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     397    background-size: 109px 85px;   
    396398}
    397399#twiz_head_version {
  • the-welcomizer/trunk/skins/blue/twiz-style.css

    r1180008 r1180097  
    241241    right: 10%;
    242242    top: 80px;
    243     background: url(../../images/twiz-logo-big.png) top right no-repeat;
     243    background: url(../../skins/_default/images/twiz-logo-big.png) top right no-repeat;
    244244    opacity: 0.15;
    245245    filter: alpha(opacity=4);
     
    387387    width: 100px;
    388388    height: 80px;
    389     background: url(../../images/twiz-logo.png) center no-repeat;
     389    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     390    background-size: 109px 85px;
    390391    float: left;
    391392    display: block;
     
    393394}
    394395div #twiz_head_logo:hover {
    395     background: url(../../skins/blue/images/twiz-logo.png) center no-repeat;
     396    background: url(../../skins/blue/images/twiz-logo-big.png) center no-repeat;
     397    background-size: 109px 85px;   
    396398}
    397399#twiz_head_version {
  • the-welcomizer/trunk/skins/green/twiz-style.css

    r1180008 r1180097  
    241241    right: 10%;
    242242    top: 80px;
    243     background: url(../../images/twiz-logo-big.png) top right no-repeat;
     243    background: url(../../skins/_default/images/twiz-logo-big.png) top right no-repeat;
    244244    opacity: 0.15;
    245245    filter: alpha(opacity=4);
     
    387387    width: 100px;
    388388    height: 80px;
    389     background: url(../../images/twiz-logo.png) center no-repeat;
     389    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     390    background-size: 109px 85px;
    390391    float: left;
    391392    display: block;
     
    393394}
    394395div #twiz_head_logo:hover {
    395     background: url(../../skins/green/images/twiz-logo.png) center no-repeat;
     396    background: url(../../skins/green/images/twiz-logo-big.png) center no-repeat;
     397    background-size: 109px 85px;   
    396398}
    397399#twiz_head_version a,
  • the-welcomizer/trunk/skins/red/twiz-style.css

    r1180008 r1180097  
    241241    right: 10%;
    242242    top: 80px;
    243     background: url(../../images/twiz-logo-big.png) top right no-repeat;
     243    background: url(../../skins/_default/images/twiz-logo-big.png) top right no-repeat;
    244244    opacity: 0.15;
    245245    filter: alpha(opacity=4);
     
    384384    color: #FF4949;
    385385}
    386 #twiz_head_logo {
     386#twiz_head_logo { 
    387387    width: 100px;
    388388    height: 80px;
    389     background: url(../../images/twiz-logo.png) center no-repeat;
     389    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     390    background-size: 109px 85px;
    390391    float: left;
    391392    display: block;
     
    393394}
    394395div #twiz_head_logo:hover {
    395     background: url(../../skins/red/images/twiz-logo.png) center no-repeat;
     396    background: url(../../skins/red/images/twiz-logo-big.png) center no-repeat;
     397    background-size: 109px 85px;   
    396398}
    397399#twiz_head_version a,
  • the-welcomizer/trunk/skins/yellow/twiz-style.css

    r1180008 r1180097  
    241241    right: 10%;
    242242    top: 80px;
    243     background: url(../../images/twiz-logo-big.png) top right no-repeat;
     243    background: url(../../skins/_default/images/twiz-logo-big.png) top right no-repeat;
    244244    opacity: 0.15;
    245245    filter: alpha(opacity=4);
     
    387387    width: 100px;
    388388    height: 80px;
    389     background: url(../../images/twiz-logo.png) center no-repeat;
     389    background: url(../../skins/_default/images/twiz-logo-big.png) center no-repeat;
     390    background-size: 109px 85px;
    390391    float: left;
    391392    display: block;
     
    393394}
    394395div #twiz_head_logo:hover {
    395     background: url(../../skins/yellow/images/twiz-logo.png) center no-repeat;
     396    background: url(../../skins/yellow/images/twiz-logo-big.png) center no-repeat;
     397    background-size: 109px 85px;   
    396398}
    397399#twiz_head_version {
Note: See TracChangeset for help on using the changeset viewer.