The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Color Codes Problem

    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    Color Codes Problem Empty Color Codes Problem

    Post by DareDev1l December 14th 2015, 11:49 am

    Hi . I had Some Problems wIth my Style when i changed it . But its the same

    I Wanted To Change the Blue in these Boxes To Orange

    Color Codes Problem 93140291ade594a

    Color Codes Problem 295c0cfb27b0e60
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Color Codes Problem Empty Re: Color Codes Problem

    Post by Rhino.Freak December 14th 2015, 12:03 pm

    We need your forum address to help you.

    Still you can try this code
    Code:
    .module {
      border-right-color:orange!important;
      border-left-color:orange!important;
    }
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    Color Codes Problem Empty Re: Color Codes Problem

    Post by DareDev1l December 14th 2015, 12:09 pm

    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Color Codes Problem Empty Re: Color Codes Problem

    Post by Rhino.Freak December 14th 2015, 12:19 pm

    Add this in the CSS :
    Code:
    .table7 {
      border-right-color:#ffae00!important;
      border-left-color:#ffae00!important;
    }

    For the affiliates widget, you have created a custom table which doesn't have a "class" and only "style" is used.
    So you have to manually edit that widget by going into widget management in admin panel and replace this part :

    Code:
    <table align="center" style="text-align: center; background-image:url(http://i.imgur.com/L7oPPEl.png); border: 1px solid #003ab0; padding: 5px; width: 95%; font-weight: normal; color: rgb(221, 221, 221);border-radius:12px 0px 12px 0px; background-position: initial initial; background-repeat: initial initial;" _moz_resizing="true">
                                                        
                   
                      <tbody><tr>
                                                  
                         <td>
                                                     
                            <div>
                                                                  
                               <center>
                                                           
                                  <div style="text-align: center;">
                                                   <a href="http://www.ygopro.co/Download.aspx" target="_blank" class="postlink"><img align="middle" style="text-align: center;" class="colorful pic" src="http://i.imgur.com/VmivAur.png"></a><em style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia;"></em>             
                                     <div style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia; text-align: center;">
                                                      <a href="http://www.duelingnetwork.com/" target="_blank" class="postlink"><img align="middle" style="text-align: center;" class="colorful pic" src="http://i.imgur.com/HwQhmLl.png"></a><em style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia;"></em>             
                                        <div style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia; text-align: center;">
                                                         <em style="font-family: 'Comic Sans MS'; color: rgb(17, 17, 17);"><span style="color: rgb(255, 153, 51);"></span></em>             
                                        </div>
                                                                 
                                     </div>
                                                              
                                  </div>
                                                           
                               </center>
                                                        
                            </div>
                                                     
                            <center style="text-align: left;">
                                                        
                            </center>
                                                     
                         </td>
                                                  
                      </tr>
                                                           
                   
                </tbody></table>

    With this part:

    Code:
    <table align="center" style="text-align: center; background-image:url(http://i.imgur.com/L7oPPEl.png); border: 1px solid #ffae00; padding: 5px; width: 95%; font-weight: normal; color: rgb(221, 221, 221);border-radius:12px 0px 12px 0px; background-position: initial initial; background-repeat: initial initial;" _moz_resizing="true">
                                                        
                   
                      <tbody><tr>
                                                  
                         <td>
                                                     
                            <div>
                                                                  
                               <center>
                                                           
                                  <div style="text-align: center;">
                                                   <a href="http://www.ygopro.co/Download.aspx" target="_blank" class="postlink"><img align="middle" style="text-align: center;" class="colorful pic" src="http://i.imgur.com/VmivAur.png"></a><em style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia;"></em>             
                                     <div style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia; text-align: center;">
                                                      <a href="http://www.duelingnetwork.com/" target="_blank" class="postlink"><img align="middle" style="text-align: center;" class="colorful pic" src="http://i.imgur.com/HwQhmLl.png"></a><em style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia;"></em>             
                                        <div style="font-size: 20px; color: rgb(255, 153, 51); font-family: Georgia; text-align: center;">
                                                         <em style="font-family: 'Comic Sans MS'; color: rgb(17, 17, 17);"><span style="color: rgb(255, 153, 51);"></span></em>             
                                        </div>
                                                                 
                                     </div>
                                                              
                                  </div>
                                                           
                               </center>
                                                        
                            </div>
                                                     
                            <center style="text-align: left;">
                                                        
                            </center>
                                                     
                         </td>
                                                  
                      </tr>
                                                           
                   
                </tbody></table>
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    Color Codes Problem Empty Re: Color Codes Problem

    Post by DareDev1l December 14th 2015, 12:35 pm

    for the first code u r awesome .but the second one . i can't find the codes u wrote in da css sheet
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Color Codes Problem Empty Re: Color Codes Problem

    Post by Rhino.Freak December 14th 2015, 1:21 pm

    That code is NOT in the CSS Sheet, you can find that code in:

    ACP > Modules > Forum Widgets Management
    Find the "Affiliates" widget and edit it. That's where you will find that code

      Current date/time is September 23rd 2024, 6:35 am