• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Wiki - CSS - Errors

Messages
1,361
Country
scotland
Hi Folks

Arno -
Don't know if these are related
to the incorrect display of links.

CSS page - main.css?9

From the Mozilla error console -
Code:
Warning: Unknown property 'cowlor'.  Declaration dropped.
Source File: http://www.fsdeveloper.com/wiki/skins/vbwikiskin/main.css?9
Line: 91

Code:
Warning: Unknown property 'bwackground-color'.  Declaration dropped.
Source File: http://www.fsdeveloper.com/wiki/skins/vbwikiskin/main.css?9
Line: 809

Code:
Warning: Unknown property 'twext-decoration'.  Declaration dropped.
Source File: http://www.fsdeveloper.com/wiki/skins/vbwikiskin/main.css?9
Line: 811

HTH
ATB
Paul
 
I fixed the typos, not sure though if they had much effect.
 
Hi Folks

Cheers Arno
It has had effect. :D

It's corrected the display colour for non-existent page's links.
See - Function Reference
Also the user's page & my talk links (top RHC above content).

Makes navigation so much easier.
Much appreciated.

ATB
Paul
 
I renamed the file, although I did not see a difference yet.
 
Hi Folks

Cheers Arno
Not seeing any formatting changes here either.

According to Firefox'es 'View Page Info' listing
that stylesheet is still not being imported.

No change showing in IE either.



It looks like a configuration issue.

It is showing it's content at the URL -
http://www.fsdeveloper.com/wiki/skins/common/Common.css

But not as per its calling code -
Code:
@import "/wiki/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";

Which resolves to -
http://www.fsdeveloper.com/wiki/index.php?title=MediaWiki:Common.css



The second line of import is also apparently invalid.
Code:
http://www.fsdeveloper.com/wiki/skins/common/Vbwikiskin.css



HTH
ATB
Paul
 
Paul,

Where did you find those import calls? That might help in debugging.
 
Hi Folks

Arno -
Browse any wiki page,
right-click, context menu, 'View Source'.

They show up in both IE & Firefox.

HTH
ATB
Paul
 
Last edited:
I see what you mean, but I have no idea for an easy fix for that. Guess I need to dive into the documentation of the Wiki <-> Forum integration software.
 
Back
Top