From: J. W. <jet...@hz...> - 2018-06-07 10:41:33
|
Hi, Is it possible to set (force) the width of a tooltip created by using the #info parser function (https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips)? It's very narrow now despite a large amount of text. Cheers, Jethro Waanders |
From: Hermann S. <her...@ui...> - 2018-06-07 11:06:44
|
Hi Jethro, you should be able to change the width of the tooltip by adding something like this .qtip { max-width: 380px; } to Mediawiki:Common.css. Choose whatever value fits you need. The standard value is 280px: Greetings Hermann On 06/07/2018 12:28 PM, J. Waanders wrote: > Hi, > > > Is it possible to set (force) the width of a tooltip created by using the #info parser function (https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips)? > > > It's very narrow now despite a large amount of text. > > > Cheers, > > Jethro Waanders > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Semediawiki-user mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semediawiki-user > |
From: J. W. <jet...@hz...> - 2018-06-07 13:19:58
|
Thanks a lot! I use "min-width", works perfect! Cheers, Jethro ________________________________________ Van: Hermann Schwärzler <her...@ui...> Verzonden: donderdag 7 juni 2018 13:06 Aan: sem...@li... Onderwerp: Re: [Semediawiki-user] width #info tooltip Hi Jethro, you should be able to change the width of the tooltip by adding something like this .qtip { max-width: 380px; } to Mediawiki:Common.css. Choose whatever value fits you need. The standard value is 280px: Greetings Hermann On 06/07/2018 12:28 PM, J. Waanders wrote: > Hi, > > > Is it possible to set (force) the width of a tooltip created by using the #info parser function (https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips)? > > > It's very narrow now despite a large amount of text. > > > Cheers, > > Jethro Waanders > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Semediawiki-user mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semediawiki-user > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Semediawiki-user mailing list Sem...@li... https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
From: mcdermidk <mcd...@mo...> - 2018-06-07 14:00:20
|
Related: is there a way to change the default "information"/"note"/"warning" label on the tooltip in common.css? Kirk McDermid Dept. of Philosophy Chair, General Education Committee Schmitt 205H ('inside' SC217-Lounge/Faculty Offices) 973-655-5529 On 6/7/2018 9:19 AM, J. Waanders wrote: > Thanks a lot! I use "min-width", works perfect! > > Cheers, Jethro > > ________________________________________ > Van: Hermann Schwärzler <her...@ui...> > Verzonden: donderdag 7 juni 2018 13:06 > Aan: sem...@li... > Onderwerp: Re: [Semediawiki-user] width #info tooltip > > Hi Jethro, > > you should be able to change the width of the tooltip by adding > something like this > > .qtip { > max-width: 380px; > } > > to Mediawiki:Common.css. Choose whatever value fits you need. The > standard value is 280px: > > Greetings > Hermann > > On 06/07/2018 12:28 PM, J. Waanders wrote: >> Hi, >> >> >> Is it possible to set (force) the width of a tooltip created by using the #info parser function (https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips)? >> >> >> It's very narrow now despite a large amount of text. >> >> >> Cheers, >> >> Jethro Waanders >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Semediawiki-user mailing list >> Sem...@li... >> https://lists.sourceforge.net/lists/listinfo/semediawiki-user >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Semediawiki-user mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semediawiki-user > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Semediawiki-user mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
From: [[kgh]] <med...@kg...> - 2018-06-08 12:18:16
|
Adapting the formatting is done via the "qtip-title" class. Adapting the text is done via the respective system message: [0]. Cheers Karsten [0] https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/i18n/en.json#L432 Am 07.06.2018 um 15:34 schrieb mcdermidk: > Related: is there a way to change the default > "information"/"note"/"warning" label on the tooltip in common.css? > > Kirk McDermid > Dept. of Philosophy > Chair, General Education Committee > Schmitt 205H ('inside' SC217-Lounge/Faculty Offices) > 973-655-5529 > > On 6/7/2018 9:19 AM, J. Waanders wrote: >> Thanks a lot! I use "min-width", works perfect! >> >> Cheers, Jethro >> >> ________________________________________ >> Van: Hermann Schwärzler <her...@ui...> >> Verzonden: donderdag 7 juni 2018 13:06 >> Aan: sem...@li... >> Onderwerp: Re: [Semediawiki-user] width #info tooltip >> >> Hi Jethro, >> >> you should be able to change the width of the tooltip by adding >> something like this >> >> .qtip { >> max-width: 380px; >> } >> >> to Mediawiki:Common.css. Choose whatever value fits you need. The >> standard value is 280px: >> >> Greetings >> Hermann >> >> On 06/07/2018 12:28 PM, J. Waanders wrote: >>> Hi, >>> >>> >>> Is it possible to set (force) the width of a tooltip created by >>> using the #info parser function >>> (https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips)? >>> >>> >>> It's very narrow now despite a large amount of text. >>> >>> >>> Cheers, >>> >>> Jethro Waanders >>> ------------------------------------------------------------------------------ >>> >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Semediawiki-user mailing list >>> Sem...@li... >>> https://lists.sourceforge.net/lists/listinfo/semediawiki-user >>> >> ------------------------------------------------------------------------------ >> >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Semediawiki-user mailing list >> Sem...@li... >> https://lists.sourceforge.net/lists/listinfo/semediawiki-user >> >> ------------------------------------------------------------------------------ >> >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Semediawiki-user mailing list >> Sem...@li... >> https://lists.sourceforge.net/lists/listinfo/semediawiki-user > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Semediawiki-user mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semediawiki-user |