[Klug-general] easy/fast web design

James Morris james at jwm-art.net
Wed Mar 31 01:23:56 UTC 2010


On Tue, March 30, 2010 13:10, Colin McCarthy wrote:
> On 30 March 2010 13:02, James Morris <james at jwm-art.net> wrote:
>
>>
>> Sigh. I'm starting to discover hatred toward website building.
>>
>
> That seems to be a popular theme today
> http://theoatmeal.com/comics/design_hell
>
> I would recommend Drupal, there are many of us here that use it if you
> have
> questions, and there are some good learning resources online. Like here
> http://learnbythedrop.com/

Out of all that I tried (joomla, drupal, website baker, modx) i found
drupal to be the fastest in finding out if i could use it, and the
quickest in gauging if i'd be able to get it to do what i wanted. the
problems i encountered did not seem to be such large stumbling blocks.

Has anyone here dealt much with tinyMCE/wysiwyg/IMCE + wysiwig bridge?

I've got problems with the IMCE file browser CSS. The general theme I'm
using for the site uses white text, and the IMCE file browser uses a white
background :-|

I see it uses several CSS files:

  <link type="text/css" rel="stylesheet" media="all"
href="/drupal/modules/node/node.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/modules/system/defaults.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/modules/system/system.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/modules/system/system-menus.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/modules/user/user.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/sites/all/modules/imce/css/imce-content.css?P" />
<link type="text/css" rel="stylesheet" media="all"
href="/drupal/sites/all/themes/a3_atlantis/style.css?P" />

At a guess I'd try writing some rules in a3_atlantis/style.css which
override those in modules/imce/css/imce-content.css? Using !important
flags or something?


cheers,
james.




More information about the Kent mailing list