css

  1. Mr Lucky

    Sticky thread simple styling

    Customising the look of the stickies seems to be much simpler than in xf1, the following added to EXTRA.less will change the background colour, font style and font colour of the main text (i.e. the links) .structItemContainer-group.structItemContainer-group--sticky {background:#000...
  2. Lukas W.

    XF 2.0 Custom Style Properties

    Anyone can tell me how to bring the custom css style properties into a .less-template? I've scanned through various of the templates, but I'm still as clueless as from the beginning, tried @Name, @_name, but the less-compiler keeps throwing Unexpected input in anonymous-file [...].
  3. M

    Browser issue Default XF2 style css inconsistencies on Android KitKat default browser

    On an Android KitKat 4.4.2 phone (Samsung branded with TouchWiz stock firmware) using the default browser, certain parts of the default XF2 theme don't render quite right. The inconsistencies I think are not game breaking, but they do detract from the feel of XenForo 2.0. Having said this, I do...
  4. Satix

    XF 1.5 Editing @Mention Pop Up?

    Where can I edit the menu that pops up when you try to mention a user? I've tried using inspect element and breaking on the subtree, which worked for the draft button, but I can't inspect this menu before it disappears. Here's the menu I'm talking about: Thanks! https://lakevalor.net
  5. Satix

    XF 1.5 Toggling CSS elements through user fields?

    Hi! I read through this guide (https://xenforo.com/community/resources/using-custom-user-fields-to-customise-the-layout.4015/) and was wondering how I would go about using this to toggle CSS elements, or if it's even possible. For example, how would I go about using this to do something like...
  6. Luke_Daniel_Rodgers

    XF 1.5 Need to create text container/wrapper/body

    Hi! I'm wondering if there is a code for creating a "text-background" or a physical text "wrapper". For instance, here is my website: As you can see, the text and image do not have a background, or wrapper box of their own; it is simply showing the websites background. This can cause issues...
  7. Khoco

    XF 1.5 Rank Image Banner Help

    Alright, I know there must be a million threads on this, but I cannot get this to work. So, I've been trying to get the EXTRA.css to work with my custom images for ranks, but whatever I do, it doesn't work. I've used many different ways of getting the rank an image in the banner style, but to...
  8. [xFv]

    Admin Template CSS Question...

    Hello! In my addon options, I have a custom css textbox to input css. Is there a way to pull that css back into the addon options page where it is viewable? Basically, I need to see what the css is displaying in the addon options page. I already have the admin template edited for the css, but...
  9. CyberAP

    Lack of interest Self-required css templates or an easy alternative to include css with 0 TM or direct edits

    It is a minor feature request and it's based on some of the add-ons I already made that have no actual .php files and only contain a single XML. For example I want to create an add-on that changes the look of editor or any other element. To do that I'll have to: Create a template; Create a new...
  10. T

    XF 1.5 How can i add my extra css in header.css template

    Hi, I want to add my extra css in these classes "#header .pageWidth .pageContent". I found it in header.css template but it is something like that {xen:helper clearfix, '#header .pageWidth .pageContent'} and on front-end its displaying how can i add my own custom css in the template which...
  11. A

    XF 1.5 Opacity on just an image in a container

    I am trying to get just the image inside of the container(i believe this what the box is). When I set the container 'Opacity: 0.2;' , it makes everything inside the container transparent to that level. I want just the background image to come up as transparent instead of all the words inside...
  12. N

    Lack of interest Efficiently Managing Add-ons by Simplifying the Interface

    Right now, when we install an add-on, it is tedious to find the css, templates, phrases, files, classes connected with the add-on and not so savvy are at a mercy of add-on owner to tell us which files/classes/templates/phrases are where? I think, we can do much better than this, we should be...
  13. A

    Not a bug Strange behavior in template editor and its output

    One of my CSS templates contains this snippet: .ctaBbcodeTable tr:hover { background-color: @inlineMod; } If I 1) change "@inlineMod" to some other color, say, "yellow", 2) "Save All Changes", 3) undo the change (Ctrl+Z) in the editor window, and 4) hit the "Save All Changes" again, the...
  14. iseamonet

    XF 1.5 Styling Thread View Information into Buttons

    This is the code I am trying to style <xen:title>{xen:helper threadPrefix, $thread, escaped}{$thread.title}{xen:helper pagenumber, $page}</xen:title> <xen:h1>{xen:helper threadPrefix, $thread}{$thread.title}</xen:h1> <xen:description> {xen:phrase discussion_in_x_started_by_y_date_z...
  15. Ivo Pereira

    Style [PAID] Custom Header for my Theme

    Hello, I need someone to import an existing header that I already have from an Wordpress portal, into XenForo. I just need the HTML, CSS and JavaScript stuff, and I could treat by myself the dynamic part. I have the knowledge to do all the rest, but I am afraid I don't have time for it. PM me...
  16. ClubNub

    XF 1.5 Hoping there's a good samaritan who's amazing with CSS debugging.

    I'm hoping someone can help me. While I fully realize this is likely a question for Jaxel... those of us who have bought his very awesome products, know that he is not all about technical support - especially if he deems it a stupid question. If you look at http://clubnub.com vs...
  17. danovsteel

    XF 1.5 Template Search Problems

    Are there certain types of search strings the template search function is unable to perform? I purchased a theme I thought had color palette-defined colors throughout, but it actually has a ton of hard-coded colors in the CSS (dohtheme I'm looking at you), but when I run a template search for...
  18. kontrabass

    Anyone customized account/upgrades ?

    Have you customized your account upgrades page to make it look better, easier to read, or just different? I'd love to get some ideas. I increased font sizes and did some bold text, but as it is now I think it's still a bit jumbled and hard to parse.
  19. A

    XF 1.5 Can't get a conditional statement to work in CSS template

    I need to set a condition for applying padding to an element. The template in question is "public.css". My current CSS code is as follows: .message.horizontal .messageUserBlock a.username { margin-left: -24px; padding-left: 9px; } I need "padding-left: 9px;" to...
  20. MySiteGuy

    XF 1.5 Move floating notices to left

    Currently, if I select floating as the type for a notice, it floats to the bottom right. I need it to float to the bottom left. I've gone through the style properties and change figure out where this is, it doesn't appear to be in the notices style properties. If there's somewhere I can...
Top Bottom