Hi,
I am customizing the monobook so I can integrate it into an Intranet scenery, and while stripping away the parts of "column-one", I had a bit of trouble removing the toolbox. All the other components are easy to wipe out with display: none, but in main.css there is only a #p-tbx section. Just out of curiosity, why is this?
Manually adding #p-tb {display:none;} helps btw (found it in a 2005 posting).
Also, after stripping a lot of stuff relating to column-one, the "main section" doesn't shift left. I tried removing all of the php code to see if display: none was to blame, but this didn't help either. Can anyone point me to where this is set (for IE 6).
Regards,
Arjen
Try setting the css for the main section to include width:100% (sorry if you have already tried this).
On 05/11/06, Arjen Verweij arjen.verweij@gmail.com wrote:
Hi,
I am customizing the monobook so I can integrate it into an Intranet scenery, and while stripping away the parts of "column-one", I had a bit of trouble removing the toolbox. All the other components are easy to wipe out with display: none, but in main.css there is only a #p-tbx section. Just out of curiosity, why is this?
Manually adding #p-tb {display:none;} helps btw (found it in a 2005 posting).
Also, after stripping a lot of stuff relating to column-one, the "main section" doesn't shift left. I tried removing all of the php code to see if display: none was to blame, but this didn't help either. Can anyone point me to where this is set (for IE 6).
Regards,
Arjen _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I haven't thanks, I'm quite the newbie here.
Please don't apologize for lending a hand :)
Arjen
2006/11/5, Robert Leverington lcarsdata@googlemail.com:
Try setting the css for the main section to include width:100% (sorry if you have already tried this).
On 05/11/06, Arjen Verweij arjen.verweij@gmail.com wrote:
Hi,
I am customizing the monobook so I can integrate it into an Intranet scenery, and while stripping away the parts of "column-one", I had a bit
of
trouble removing the toolbox. All the other components are easy to wipe
out
with display: none, but in main.css there is only a #p-tbx section. Just
out
of curiosity, why is this?
Manually adding #p-tb {display:none;} helps btw (found it in a 2005 posting).
Also, after stripping a lot of stuff relating to column-one, the "main section" doesn't shift left. I tried removing all of the php code to see
if
display: none was to blame, but this didn't help either. Can anyone
point me
to where this is set (for IE 6).
Regards,
Arjen _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Robert (aka Lcarsdata),
Protect your digital freedom and privacy, eliminate DRM (Digital Restrictions Management) -- learn about the dangers at http://www.defectivebydesign.org/what_is_drm _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I deleted everything in MonoBook.php from:
<div id="column-one"> to:
</div><!-- end of the left (by default at least) column -->
which seems to me, is the entire div, but the main section still won't shift left. The 100% tip didn't work unfortunately, or maybe I applied it wrong (I added it to #content).
Regards,
Arjen
2006/11/5, Arjen Verweij arjen.verweij@gmail.com:
I haven't thanks, I'm quite the newbie here.
Please don't apologize for lending a hand :)
Arjen
2006/11/5, Robert Leverington lcarsdata@googlemail.com:
Try setting the css for the main section to include width:100% (sorry if you have already tried this).
On 05/11/06, Arjen Verweij arjen.verweij@gmail.com wrote:
Hi,
I am customizing the monobook so I can integrate it into an Intranet scenery, and while stripping away the parts of "column-one", I had a
bit of
trouble removing the toolbox. All the other components are easy to
wipe out
with display: none, but in main.css there is only a #p-tbx section.
Just out
of curiosity, why is this?
Manually adding #p-tb {display:none;} helps btw (found it in a 2005 posting).
Also, after stripping a lot of stuff relating to column-one, the "main section" doesn't shift left. I tried removing all of the php code to
see if
display: none was to blame, but this didn't help either. Can anyone
point me
to where this is set (for IE 6).
Regards,
Arjen _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Robert (aka Lcarsdata),
Protect your digital freedom and privacy, eliminate DRM (Digital Restrictions Management) -- learn about the dangers at http://www.defectivebydesign.org/what_is_drm _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
It is quite helpful to look at the file containing css exceptions for IE, called "IEfixes" or similar. This file can cause quite a bit of frustration, if one isn't aware of the stubborn css in it.
Best wishes, Morten :-)
-- Morten Blaabjerg / Crews Cut Production http://morten.crewscut.com morten@crewscut.com
----- Original Message ----- From: "Arjen Verweij" arjen.verweij@gmail.com To: "MediaWiki announcements and site admin list" mediawiki-l@wikimedia.org Sent: Sunday, November 05, 2006 3:53 PM Subject: [Mediawiki-l] no p-tb section in main.css
Hi,
I am customizing the monobook so I can integrate it into an Intranet scenery, and while stripping away the parts of "column-one", I had a bit of trouble removing the toolbox. All the other components are easy to wipe out with display: none, but in main.css there is only a #p-tbx section. Just out of curiosity, why is this?
Manually adding #p-tb {display:none;} helps btw (found it in a 2005 posting).
Also, after stripping a lot of stuff relating to column-one, the "main section" doesn't shift left. I tried removing all of the php code to see if display: none was to blame, but this didn't help either. Can anyone point me to where this is set (for IE 6).
Regards,
Arjen _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org