css

  1. Koala_Steamed

    Unmaintained Highlight and Separate Sticky Threads 2017-12-04

    Simple css (extra.less) modifications to highlight/separate sticky threads Separate sticky and normal threads Insert code in template: extra.less /* Border between sticky/normal threads */ .structItemContainer-group--sticky { border-bottom: 6px solid; color...
  2. C

    XF 1.5 Integrate Wordpress Header/Footer Without Overriding XenForo CSS

    Hi, I'm trying to implement my Wordpress header / footer over the Xenforo page, but the CSS that it's pulling in is overriding much of XenForo's. What could I do to have the CSS called within Wordpress' php only apply to the header / footer sections when called here, and not the rest of the...
  3. MyPoloNL

    XF 2.0 Create new page -> wich div class do i need?

    Hello, On our XF1 forum we had some custom pages made, as i could've found on the forum we needed to add the following HTML on each new page like this: <div class="messageText ugc baseHtml"> your content here </div> We are now testing XF2 and wanted to update those pages as well, what's the...
  4. 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...
  5. 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 [...].
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. [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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top Bottom