Styles are allows users to apply CSS and to improve look and feel of the site.

learn more… | top users | synonyms

0
votes
1answer
12 views

using css in wysiwyg for custom page

I want to allow my end users the ability to save custom css (sass would be better) along with the page content that they edit in a WYSIWYG. I know they can put styles inline but sometimes it's useful ...
0
votes
2answers
27 views

Advanced content layout in drupal

I've been evaluating drupal and I'm at a point where I have my header, footer, and sidebar set up properly. I have a basic page node type and I've created a few test pages. My test pages have been ...
0
votes
0answers
7 views

Putting Panel Panes (or fields) Over The Top of Image (or pane)

Hello i have a feeling that this can be done but i just cant work out the best way t go about it. I have a PANELED PAGE there. It has, amongst other Panels, 3 which i want to combine- ...
1
vote
2answers
24 views

Drupal 7 Views Inject Content

I have a View setup in Drupal 7 that is a list of products. Each product has an associated location and all of the locations in a view are displayed in a map that is on the bottom of the page. What ...
0
votes
1answer
33 views

Is it good practice to style the panel layout?

I have a panel layout. I was wondering if its okay to apply additional css ids / classes to this or to style elsewhere? I am using panels everywhere and I have moved the layout into my theme.
0
votes
1answer
50 views

How to have different style files in multilingual website using Drupal?

I have been developing a multilingual website using Drupal 6. The languages are English and Spanish. I want to have some different backgrounds and css for them. But both use just style.css. How can I ...
1
vote
1answer
42 views

Node/add and node/edit do not display forms

I am logged in as an admistrator account and all relevant permissions are enabled for admistrators(some rights to delete a few types are disabled). When I attempt to edit or create an event I get a ...
0
votes
2answers
66 views

How to override system.menus.css

system.menus.css has it's own styles for the menu block. How can I override this style? Would creating a folder called CSS in my theme and adding a file system.menus.css override it?
0
votes
1answer
24 views

Add class to links in delete page

I want to add a class to the link in my delete content page, currently the 'delete' button itself is styled because it falls under the styling for input[type=submit] in my CSS, but the 'cancel' button ...
1
vote
1answer
30 views

Profile image goes over the text on advance forum in drupal 7

I'm fairly new to Drupal and I'm testing out Advanced Forum module on my site. The problem I'm facing is that when photo which is uploaded is bigger than user info layout, then it goes over the ...
0
votes
1answer
26 views

Primary links background not visible by non-admins

I have styled my primary links with a background and it all works out just fine. Except for when I log out, the background disappears. So it looks like the anonymous user doesn't have permissions to ...
0
votes
0answers
35 views

Share this button affects front page menu when blog is promoted to front page

I am using the Share This module in Drupal 6 to put a button in blog page only, and when I am promoting a blog entry to front page my primary link menu displays with incorrect CSS. Is there a ...
1
vote
1answer
73 views

Overwrite Taxonomy Term page display settings with custom URL's

I would like to define the display settings of my Taxonomy term page. As I understand, this is possible by configuring the Taxonomy view provided by the Taxonomy module. However, I use custom ...
0
votes
1answer
148 views

TinyMCE on Drupal 7 adding class to <p> instead of <span>

I have a custom class that I want to be able to add to parts of a sentence using a <span> tag. It's a title field, so I don't want it to be wrapped in a <p> tag. However, TinyMCE insists on ...
0
votes
1answer
392 views

How to Style the OM Maximenu using an AT Base Theme in Drupal 7

I am trying to install the Om Maximenu while keeping the AT Base Theme's menu styling. I have followed the following instruction: Main Menu - You have the option to make this as your main menu. ...
0
votes
1answer
29 views

How do I add a custom style to node by its type?

I've tried following the instructions on http://drupal.org/node/1089656, but I somehow can't get it right. How do I apply custom layout/style to a node based on its type?
0
votes
1answer
17 views

Why my stylesheet won´t load into my node/add forms? (D6)

I wanted to have a special template for all my node/add forms, in my Drupal 6 installation. So, I´ve added this code to a little module: function modding_preprocess_page(&$vars, $hook) { if ...
2
votes
3answers
233 views

How can you force a stylesheet reload in Drupal7?

This is about that old trick of tacking a fake query argument onto the URL of a stylesheet (e.g., <link rel="stylesheet" type="text/css" href="http://www.example.com/site.css?v=123">) so that, ...
2
votes
2answers
96 views

Views group different number of divs of a view by wrapping them

I have a views block that is displayed in the content section of a node. What I need is wrapping the rows of the views block by divs. I have a list of 10 divs like so: <div class="row-1">Some ...
2
votes
1answer
270 views

How do I adjust autocomplete list width

Has anyone been successful in adjusting autocomplete list width (entity reference tag style)? I have hard time grabbing the element in Inspector/Firebug. The goal is to have the width wider than the ...
3
votes
3answers
1k views

Add style attribute to view fields

I would like to add a style attribute to each title fields in my view. I have created one field for a color. I tried to rewrite the result like this: <h2 style="color: ...
1
vote
1answer
615 views

How to use custom modal with ctools and triggered by a button form

I'm using ctools to render my node form. And my quesiton is how to insert the custom style for the popup window. I know how to use the custom style in the text button. but I don't know how to use it ...
0
votes
0answers
73 views

panels: “no markup at all” as default

Is there a way to set "no markup at all" for all new panel displays and panes as default? Or disable the other styles, like "rounded" etc, at all? Regards, Philipp
5
votes
2answers
3k views

How to set Media Styles in Media 7.1.2 / Media 7.2.X?

Where is the latest form of the component in the Media project family that allows styles to be defined for Media files? I see a lot of references to the idea that the Media module contains, once ...