[11:54:39] is there something that works with current that permits embedding php in a page or otherwise doing html templating like stuff such [11:55:05] as displaying conditionally within a page if user authenticated or not [11:55:18] other than doing a page type [11:55:58] oh I just realized embedding html should work [11:56:28] but clumsily [12:25:45] hi i have added a header on sidebar as Main Menu ( https://pst.moe/paste/kkisdh ) how do i change the font style of [ Main Menu ] ... i have been trying to change it via Common.css but no luck yet [12:51:21] Error: if you want to change the typeface of specifically the first item on the sidebar menu you will need to use the nth-child selectors [12:55:24] if you are using Vector, that would be something like ".vector-menu-content-list ul:nth-child(1) { font-family: ...; }" [12:56:32] thanks Remilia : so here https://pst.moe/paste/kkisdh if i want to change font style of main menu "Main Menu" so should what should i be using? [12:56:47] oh im using Common.css im pretty new to this [13:00:30] I do not think Common.css is a good place for that [13:00:45] it should be the stylesheet for the skin in question [13:03:34] ah okey im using a default atm [13:05:00] I would probably use Vector.css [13:05:35] inspect the page in FF/Chrome and note the id= for your "main menu" line [13:05:57] it will be something like [13:05:59]
  • so you add a rule of #n-mainpage-description li a { font-family: ...; } [13:08:49] thanks a lot Remilia i will try it now [13:08:53] thanks for ur help again [13:08:59] but im sure i will be back ;) [17:32:37] i c [17:33:18] iFramePage is the answer to my earlier question [17:34:03] because of it's name I thought of it as just allowing a frame which you could do with raw html [17:37:34] guess I still think that [17:38:03] *its [17:39:39] * Remilia splits the thumb/ directory off into a separate ZFS dataset [17:39:42] :\ [17:39:49] 42 GB in that one directory [17:39:54] which I really do not need to back up [17:40:08] just nuke it [17:43:14] Reedy: I would but then people would complain about the wiki being slow for at least an entire day haha [17:43:25] you win some, you lose some [17:43:52] I am going to split it off to a separate dataset and then skip it during zfs send