Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. send the link of thsi page for we look the code and send you the solution
  2. send me the link of your board i will send you the correct code for this
  3. with just css is easy look this tutorial for a image : https://davidwalsh.name/background-animation-css
  4. in the xml or you need add expression in translate file of your board
  5. np perhaps just a corrupt file at the first upload
  6. all requierement at green at install test ?
  7. put this in your custom.css h2.ipsType_sectionTitle.ipsType_reset.cForumTitle { background: #000 !important; } change #000 by your color
  8. send code of your board for we send you the modification
  9. and next time post at the good place you are not in ips support here but in website ....
  10. you need change the parameter in admin too for activate redirect link Admin => systeme => Optimizations for search engines => first tab
  11. yes but is better to make this in custom.css
  12. no you are in status "new" you need wait the status "activate"
  13. is better to use adaptive background margin:0; padding:0; background: url(image/bg.jpg) no-repeat center fixed; -webkit-background-size: cover; /* Chrome and Safari */ background-size: cover;
  14. #ipsLayout_header header { background: transparent !important; } add this too in custom.css
  15. is your theme who are outdate and not compatible with your fresh version of ips
  16. 0 plugin he use only custom bloc create in page module and next time look where you post your in the wrong section
  17. why change core code for just add a background, when you can make same thing only in css ? because with your methode at all next update you lose modification all time ...
  18. look in your theme list if you have add the currently theme for all group
  19. you need in public frontview of your forum clic on the arrow at left and add block for this
  20. body { background:#212121 url("{style_images_url}/bg.png") repeat; color: #bcbcbc; font: normal 11px tahoma, helvetica, arial, sans-serif; position: relative; padding-bottom: 20px; background-attachment:fixed; } change no-repeat by repeat
  21. Go to : admin => customize => theme => edit HTML et CSS => tab CSS => open "custom.css" and add : .ipsTags a[href*="/tags/microsoft/"], a.ipsTag_prefix[href*="/tags/microsoft/"] { background: SeaGreen !important; } html[dir="ltr"] .ipsTags a[href*="/tags/microsoft/"]:before, html[dir="ltr"] a.ipsTag_prefix[href*="/tags/microsoft/"]:before { border-color: transparent Seagreen transparent transparent !important; } Change "microsoft" by one other tags existing in yoru board Change "SeaGreen" by one another color or hexa code (#xxxxxx) for change color Résults :
  22. on complement you can use all this filter too ^^ .blur { -webkit-filter: blur(4px); filter: blur(4px); } .brightness { -webkit-filter: brightness(0.30); filter: brightness(0.30); } .contrast { -webkit-filter: contrast(180%); filter: contrast(180%); } .grayscale { -webkit-filter: grayscale(100%); filter: grayscale(100%); } .huerotate { -webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg); } .invert { -webkit-filter: invert(100%); filter: invert(100%); } .opacity { -webkit-filter: opacity(50%); filter: opacity(50%); } .saturate { -webkit-filter: saturate(7); filter: saturate(7); } .sepia { -webkit-filter: sepia(100%); filter: sepia(100%); } .shadow { -webkit-filter: drop-shadow(8px 8px 10px green); filter: drop-shadow(8px 8px 10px green); }
  23. add this in custom.css : #elUserNav > li > a { color: #ffffff !important; } you have a exemple of the effect ?
  24. To add a background color and a round to your "navbar" which is transparent original, go to: admin => customization => themes => edit HTML and CDD => open tab css => open custom.css => add : #elUserNav { background-color: #2D2D2D; padding: 2px 15px; border-radius: 2px; right: 15px !important; } Résult :
×
×
  • Create New...