[pmwiki-users] Change Color in Gemini Site.PageTopMenu
Sivakatirswami
katir at hindu.org
Wed Dec 20 22:28:00 CST 2006
I'm using Gemini and have included a small page list
below the standard PMwiki menu. In Site.PageTopMenu
I know this is an "unorthodox" way of getting
something site wide. But it actually really improves the layout.
I was using Site.AllGroupHeader. But it appears inside
the main page content and we want this page list
to be clearly differentiated... it is like a kind of menu
anyway to pages related to this particular page the user
is on...
I removed the rFloat mark up So that the menu would ride above...
* %accesskey=$[ak_edit]%[[{*$Name}?action=edit | $[Edit Page] ]]
* %accesskey=$[ak_history]%[[{*$Name}?action=diff | $[Page History] ]]
* %accesskey=$[ak_recentchanges]%[[RecentChanges| $[Recent Changes] ]]
(:include Main.PerPageToDos:)
Main.PerPageToDos is:
(:pagelist group=TODO* $:returnpage={$FullName} $:Status="Open,In
Progress,Pending,Hold" order=$:Priority,$:Project,$:ID
fmt=#ToDosForThisPage:)
fmt=#ToDosForThisPage
[@
[[#ToDosForThisPage]]
(:if equal {<$Group}:)
(:table cellpadding=1px border-left:2px border-top:2px:)
(:if:)
(:cellnr bgcolor=#ffffff:)[[{=$Group}/{=$Name}]]
(:cell bgcolor=#ffffff:){=$:Status}
(:cell bgcolor=#ffffff:){=$:Priority}
(:cell bgcolor=#ffffff:){=$:Owner}
(:cell bgcolor=#ffffff:){=$:Description}
(:if equal {>$Group}:)
(:tableend:)
[[#ToDosForThisPage]]
@]
It all works really well: Except:
Problem: the text in the table is gray... as it seems that Gemini has
set all text in the header
and footer to Gray...
How can I change it to black... or, better yet, match main text color of
the gemini theme the user has chosen.
I realize the latter might require too much of a hack, so I would
content with black. Which itself will be a hack no doubt as I will need
to "touch" the CSS which would be overwritten on upgrade.. I have no
problem with that.
TIA
Sivakatirswami
More information about the pmwiki-users
mailing list