Questions tagged [css]

Cascading Style Sheet

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

74 questions
8
votes
7 answers

IIS displaying page differently when localhost is used in URL vs. hostname

I'm having (yet another) strange problem with IIS. When viewing an ASPX page I've designed on my local machine by browsing to http://localhost/page.aspx the page looks as expected (and looks the same in IE, Firefox and Chrome. If I change…
maik
  • 818
  • 2
  • 9
  • 21
4
votes
1 answer

Nginx proxy_pass to wordpress docker container

Hi guys sorry if I'm making a elementary mistake but I am really lost here. I have set up my Ubuntu 16.04 server is Nginx(Not in a docker container, running on host machine) and wordpress(In a docker container). Docker Hub Wordpress repo: (I can't…
kawaijoe
  • 143
  • 1
  • 5
4
votes
2 answers

MediaWiki not displaying style -- "Internal error"

I just upgraded a MediaWiki installation from version 1.25.x to 1.26.1, but now the styling information is not displaying. Hence, the page displays all text-like without the links column at the left. When I view the source of the page and click on…
Michael
  • 231
  • 2
  • 8
3
votes
1 answer

Firefox periodically doesn't download CSS files from nginx server over HTTP2 with SSL

When I use Firefox to access one of my sites with a lot of CSS files, periodically, not all the CSS files are downloaded Looking in the Developer Control Panel in Firefox (F12), I see that, when the problem occurs, that the files have Status = 0,…
noir04
  • 41
  • 5
3
votes
0 answers

php generated css no output, net::ERR_INCOMPLETE_CHUNKED_ENCODING

I am running apache on an ubuntu installation. Several webapps are running on the same server. I installed a new app, which required the pdo-sqlite extension to be installed. Now my server is noticeably slower and doesn't seem to respond when asked…
Loopo
  • 415
  • 1
  • 9
  • 20
3
votes
2 answers

Can't gzip some JS and CSS files

I am optimizing a magento store, and some JS and CSS (compiled and minified in a MEDIA folder) aren't being served gziped as they should. All pages are gziped (ex. this HTML page) but some content isn't (ex. this JS file). Testing via gtmetrix.com…
MgtWizards
  • 139
  • 1
  • 1
  • 4
3
votes
2 answers

HTTP gzip compression not working for css or javascript in tomcat 6

Connector settings: This seems to work for html, but not for css or javascript.…
Draemon
  • 517
  • 1
  • 5
  • 15
2
votes
0 answers

Spring Boot 1.2.7, Tomcat, CSS and Thymeleaf = Very Very slow service

I have a Spring Boot 1.2.7.RELEASE web application (with Tomcat embedded) which needs to handle a very high load spike, ~ 10k connections in 4 to 5 minutes on one server (there is actually a cluster of servers but this is the load one node will…
Jim Archer
  • 141
  • 3
2
votes
2 answers

After loading a certain number of javascript/css files, the files are taking too long to load

I have a problem where on page load (after a certain number of .js or .css files) the files are taking way too long to load. At first I thought that the issue must be inside the .js files, but later I realised that the content is irrelevant, I tried…
2
votes
2 answers

Server reporting incorrect mime type for css files

We have a VPS server that we host our websites on. I have written a CMS using CodeIgniter. On one of the interfaces, I am attempting to upload a css file to the system. This worked correctly when we had it hosted on shared hosting. Since we've moved…
Becky
  • 21
  • 1
  • 3
2
votes
3 answers

Is It Possible To Self-Teach PHP, Wordpress, CentOS (Linux), Apache, Nginx etc?

consider me a total noob, who uses a Windows PC and has never touched Linux. But I want to administer, manage and take responsibility of my server, at least at some point, if not now. But since I am a full-time blogger I am unable to find time to…
user88753
2
votes
2 answers

Better Apache index of files?

I'm looking for a better looking of apache "index of file", I have tried one get the effect from this, http://imm.io/media/3m/3m1f.png to this, But is there any other better looing for apache "index of file", could you recommend some better? I…
Jichao
  • 2,937
  • 4
  • 17
  • 14
2
votes
3 answers

JavaScript and CSS fail to load in some browsers over SSL

I have a website on which we have recently enabled SSL. In most browsers, this works fine: our scripts and stylesheets are imported using HTTPS and most browsers load pages successfully. However, in some circumstances, secure pages will load without…
Shaun
  • 177
  • 1
  • 2
  • 9
1
vote
1 answer

Nginx not applying CSS file

I'm using the dynamic module 'fancyindex' on Nginx and am attempting to load an external css file into these fancyindex 'ed pages. The following is the config file in my sites-available directory : location /images/ { alias…
Bencc
  • 43
  • 3
  • 6
1
vote
1 answer

MediaWiki foreground not rendering tabs in content section

We are having issues getting the foreground or foundation skins in MediaWiki to render any tabs in the content section of our pages. This site is a demo, hosted on GoDaddy, but we have also tried clean installs Fedora locally and Linode. All the…
Protocol96
  • 11
  • 3
1
2 3 4 5