Jump to content

Personalizar fundo padrão


hostnet

Recommended Posts

  • 1 month later...

alguem me ajuda Helpe?

 

- - - Updated - - -

 

US-Alguém pode me ajudar como remover a borda do tema padrão do whmsc, deixar sem borda e fundo com imagem?

PT-Can anyone help me how to remove the border from the default theme whmsc, leave without a border and background with the image?

Link to comment
Share on other sites

add the following CSS code to your style.css file

#whmcsthemes {
 padding-top: 15px;
}
#whmcsthemes .navbar .navbar-inner {
 padding: 0 29px;
 -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
         border-radius: 6px 6px 0 0;
}
#whmcsthemes .whmcscontainer {
 box-shadow: none;
 -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
         border-radius: 0 0 4px 4px;
}
#whmcsthemes .navbar .navbar-inner .container {
 background: transparent;
}
.contentcon {
 background: #f3f3f3;
 background: -moz-linear-gradient(top,  rgba(170,212,225,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,212,225,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad4e1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated