Tagged Questions
0
votes
0answers
20 views
website coloring: dark or bright? [closed]
When working on a website, is it usually better to use bright colors over darker ones? Let me explain a bit more.
Take facebook as an example; their "main" color is blue so they basically have white ...
1
vote
1answer
100 views
HTML Template Designs - Alternatives to Theme Forest
I'm looking to build a new corporate website using a ready made HTML theme so that I can focus on the business logic rather than on the presentation.
Any recommendations for websites similar and ...
3
votes
2answers
136 views
How is fluid theme's impact on rendering performance?
I am new to responsive design and now re-making a template to make it more responsive. This involves redefining many fixed width and fonts as context-dependent percentage (% or em) instead of pixels ...
0
votes
1answer
121 views
Joomla theme only 1 page or module
Hi how can I theme only 1 page or module in joomla 1.5?
And I don't mean change the css but change the php file, so I can choose to display the date above the title and not below.
This should be very ...
0
votes
3answers
341 views
look and feel of html5 applications?
Where can I find a theme kit to use for my websites, to skin them as html5 applications...
Sorry, I dunno how to explain myself.. I see this style in new web applications:
0
votes
2answers
113 views
Recommendations for affordable and reliable Drupal theme designer [closed]
Can anyone recommend an affordable and reliable Drupal theme designer, who can take a concept and produce a Drupal 6.19-compliant theme?
The backend functionality and structure of the web site is ...
6
votes
3answers
148 views
Are there any pre-fab CSS Sprites and styles I can apply to my page?
I'm more of a computer programmer than a designer and I need some sample CSS images that includes images for:
TabControl
Close Button for TabControl
Folder Open/Close
Buttons
etc...
Does any ...
0
votes
2answers
168 views
How to change CSS in a child theme? [closed]
I want to change tweentyten style.css so that this:
#content img {
margin: 0;
height: auto;
max-width: 640px;
/*width: auto;*/
}
Will be the case (instead of the width being ...