Questions tagged [css]

Cascading Style Sheet

This is used to define a layout. It is made to separate content and presentation.

74 questions
0
votes
2 answers

nginx probably deliering wrong filetype for .css file with php tags

And again - NGINX is giving me many Questions today :) Like always, I already tried around for a while, but cant seem to fix this issue: I just configured NGINX to handle my .css files equal to my .php files (to parse PHP tags inside the CSS file).…
Katai
  • 185
  • 1
  • 2
  • 12
0
votes
1 answer

Site not picking up CSS styles when LIVE

I am using ASP.NET 3.5. For some reason when I apply CSS to my controls on my plain form it shows in Visual Studio and it does work fine. But for some reason when I make my site LIVE none of the styles are working. Can this be a server issue? Some…
Etienne
  • 273
  • 5
  • 16
0
votes
1 answer

Prevent Hotlinking through CSS via .htaccess within the same website

The problems I'm facing is how to prevent hotlinking from within a website. What I want to do is to block www.website.com/user/xxx from hotlinking a CSS, but allow www.website.com/user/aaa to use the CSS using .htaccess. -Both user xxx and user aaa…
John Smith
  • 29
  • 2
0
votes
1 answer

fast way to run CSSless on httpd

I am looking for a powerful solution to run CSSless on httpd. I can't seem to find anything written in C. The best I've found so far was http://cpan.uwinnipeg.ca/dist/Apache2-Filter-CSS-LESS which I was even advised to not use because of…
Gajus
  • 831
  • 5
  • 15
  • 27
0
votes
1 answer

Virtual servers not serving .css files properly, issuing 302 response and forwarding to 404 error page

I've got 3 virtualhost directives, and they each host .php and .html files without any problem. However, 2 of them don't seem to be serving .css files correctly. When I check the header response I get this message: HTTP/1.1 302 Found Date: Mon, 11…
Troy Knapp
  • 103
  • 6
0
votes
2 answers

Can access website but images, css stylesheets and javascript files do not download

i have this problem, not sure about the source of it, Basically the title describes the issue, I can access the webpage and see the html structure, but no resources are being donwloaded nor I have access to them using the browser that means, no…
Tristian
  • 145
  • 2
  • 11
0
votes
3 answers

Apache server, PHP

I am running a php site on my apache server (Mac). I am having trouble displaying images on the site when I access it externally or from another computer on the same server. If I try to access the image directly. website.com/image.jpg I get a…
user65649
  • 131
  • 3
0
votes
2 answers

CSS not being applied to new site

I'm so far from my main expertise I can possibly get - doing server admin and web/css. I have 3 sites in play - Live, Beta and new test site that should resemble the New World coming. (because we're about to upgrade everything on the live/beta site…
DoStuffZ
  • 103
  • 3
0
votes
1 answer

Site not showing CSS

My site http://www.gamer-source.com/ is not showing any CSS on the page. I see that CSS is indeed loading properly if I visit the URLs. I've cleared minify's cache so I know that's not the issue...
Ben
  • 3,630
  • 17
  • 62
  • 93
0
votes
1 answer

Which is the most efficient way (performance) to add functionality to MediaWiki?

I know of three ways to enhance MediaWiki functionality: Using extensions. Using templates. Changing MediaWiki:Common.css & MediaWiki:Common.js My question is, when I can choose which to do, which is best for performance? Obviously, templates only…
0
votes
1 answer

Where are Drupal (6) custom colour picker values stored?

I am using a Drupal theme which makes use of the colour picker. When I select a new colour scheme, a directory gets creates in MyDrupalSite/sites/default/files/color/ThemeName-RandomNumer. Using Opera's developer console, I can see that these…
phantom-99w
  • 101
  • 4
0
votes
1 answer

Balancing internal services using a Cisco CSS 11501

First, the background to the problem: I have a Cisco CSS11501 that I am using to load balance a few web servers. These web servers have two network interfaces, one internal and one external and we are sending the requests to the internal…
Ladadadada
  • 25,847
  • 7
  • 57
  • 90
0
votes
0 answers

Locally Hosted Graphic User HTML Editor for Web Developing

I'm currently developing a new website for a small business, but I'm the only one that can edit via HTML/CSS/JS files. My boss doesn't want to rely on CMS for some reason, but wants some sort of GUI HTML Editor implemented within our Apache Server…
0
votes
0 answers

Don't serve HTML elements based on their CSS

Apache webserver. I don't want to customize the content management system (MediaWiki) but I do wish to not serve some of its HTML elements, via the webserver, based on their CSS selector (ID/Class). Pseudocode
0
votes
0 answers

Make webserver to prevent parsing of certain HTML elements

MediaWiki content management system creates many links which their webpages I want not to be discovered by search engine crawlers. It's not only that I don't want them indexed and more so not only that I don't want them crawled, but I don't even…