[00:08:40] anyone else getting 503d [00:08:43] is it not working for any1 ese [00:08:43] else [00:08:44] yh [00:09:07] oops [00:09:21] before it was loading everything really slow [00:09:26] yep, same here. [00:09:33] thought that was a me issue \ [00:09:39] it's over... [00:10:22] [1/2] edit has disappeared:( [00:10:23] [2/2] good thing saved [00:10:41] Stop. Next time I have to warn you when stuff like this happens, youre just gonna be banned. [00:11:29] literally 1984 [00:11:49] looks like its back but loading very slowly [00:11:50] Oh dear. [00:13:26] it seems like these issues just started happening like a couple hours ago bcuz it was working just fine (not slowly) earlier [00:13:48] should be coming back up [00:13:57] It's working for me. Slowly but surely. [00:18:07] does editing work for anyone or is it slow [00:18:27] I'll check. [00:19:00] visual editor is kinda slow [00:19:29] Yeah, definitely seems a little slower than usual. It works though. [00:19:40] it's working for me but everything is loading slowly [00:26:25] yeah its slow asf <:droidcry:1126190447178567681> its taking forever to create this category page [00:28:52] just my take, but 503s/504s happen from time to time. usually they resolve in a short time. give it 5 or 10. if they continue, then it's time to post about the issue. [00:29:22] our tech staff is pretty stretched and they don't need to have everything treated like the platform is crashing [00:31:01] and, yes, i experienced some 503s and it was certainly annoying, but it resolved. [00:32:08] not saying don't report issues, but give it a minute before deciding it's really an issue. [00:40:17] though i will also admit it seems to be running rather slow [00:46:20] [1/3] I’m having trouble changing the sidebar color on monobook. Is there something wrong with this? [00:46:20] [2/3] #sidebar { [00:46:20] [3/3] background-color: #2e00db !important; [00:48:22] did you try it in the inspect tool? [00:49:05] No, I don’t know how to insert css into inspect [00:51:21] I mean first of all you never have the closing `}` there, other than that not using monobook so I wouldn't know what the exact selector will be, you really need to learn to use the inspect tool, it is the most usefull tool to get the right css going [00:51:52] after you select an element like "sidebar", you'll see a thing like this in the css section, you can type css into this if you click it [00:52:06] 503 ? [00:52:37] [1/2] read up. [00:52:37] [2/2] (yes, Miraheze is slow rn) [00:52:53] Thanks [03:04:13] miraheze still slow [03:04:14] chii [03:05:03] yeah it seems consistently slow [03:13:55] Tried that, got it to work in inspect element, then copy and pasted the same code into monobook.css and it still didn't work [03:17:12] did you try making it important? [03:18:01] it's needed sometimes to overwrite a default [03:18:59] Yeah I tried that [03:19:14] I don't know why it's having so mcuh trouble [03:22:20] also you gave it some time right? css changes can take a bit to actually show up, could be like 10 mins [03:22:59] I'm just viewing it in preview mode. It has updated immediately in the past [03:25:35] that's not really reliable, you have to actually save it [03:25:47] Alright then [03:27:02] Wait can't I just purge to update it immediately? [03:29:45] you can make a page like `User:yourusername/common.css` and css put in there will only affect you, but updates right away [03:30:01] That's what I've been doing [04:13:41] [1/7] Okay I got it to work but now the texture is showing up on the top too for some reason [04:13:41] [2/7] This was the code I used on common.css [04:13:42] [3/7] ```body.skin--responsive .pBody { [04:13:42] [4/7] border-width: 5px; [04:13:42] [5/7] border-color: #083f75; [04:13:43] [6/7] background: url(); [04:13:43] [7/7] }``` [09:53:19] Can someone please help me for #Created a wiki and i can't modify anything [10:41:13] Please anyone [11:17:25] oh damn lmao when people said Mira is slow atm they were not lying [13:55:29] Are these icons possible to change? [15:25:35] No. [16:42:00] No, you can however use the css `filter` property to make them fit to the dark mode, as long as they're still readable. [17:45:29] I see [18:24:22] When you create a wiki, are you supposed to be an admin/bureaucrat by default? [18:25:41] [1/2] yes, but there's currently a bug going on w/ that, leave a message that you are missing rights on this page [18:25:41] [2/2] [[SN]] [18:25:41] https://meta.miraheze.org/wiki/SN [18:25:42] [18:31:17] Thank you! [19:16:05] Is there anyway to fix this? [19:17:38] If you’re looking for help on this I may recommend a support thread so it’s less likely to get lost in chat (and so hopefully someone who knows how to help can see it!) [19:26:52] it's also pretty hard to help with specific css like this if you can't see the wiki to inspect it [19:28:19] you could try to look around for other wiki's that customized it and use monobook <:ThinkerMH:912930078646730792> [20:03:24] does anyone know how you would replicate something like this with cs? [20:25:06] how can i enable "list-style-position: outside" for all numbered lists on wiki? [20:25:29] writing this on Common.css did nothing [20:26:49] Has the wiki's cache cleared yet [20:27:01] yes [20:27:56] i've opened wiki on absolutely cleared browser and list-style-position is still not outside [20:27:59] Would try opening the element inspector and seeing if there are any higher-priority rules [20:37:51] well now list-style-position is outside but something went wrong [20:40:52] anyways putting this in div made it look better [20:40:57] thx [21:02:04] [1/23] you can customize a table, or do something like this [21:02:04] [2/23] `
[21:02:05] [3/23]
0.0.3/div [21:02:05] [4/23]
- Fixed 6 bugs/div [21:02:05] [5/23] /div [21:02:06] [6/23] Css: [21:02:06] [7/23] .darkbox { [21:02:06] [8/23] color: white; [21:02:06] [9/23] border: 2px solid black; [21:02:07] [10/23] width: 20em; [21:02:07] [11/23] height: 10em; [21:02:08] [12/23] border-radius: 3px; [21:02:08] [13/23] background-color: gray; [21:02:09] [14/23] } [21:02:09] [15/23] .darkbox-header { [21:02:10] [16/23] background-color: #545454; [21:02:10] [17/23] padding: 4px 4px 4px 5px; [21:02:11] [18/23] font-weight: bold; [21:02:11] [19/23] font-size: larger; [21:02:12] [20/23] } [21:02:12] [21/23] .darkbox-cell { [21:02:13] [22/23] padding-left: 5px; [21:02:13] [23/23] }` [21:07:36] Thanks, I have tried using a table at first but I found that the outline wouldn't properly go around it making it look weird. [21:14:33] I think I might be missing something here as it doesn' [21:15:24] nvm figured it out [21:15:40] thought of everything except that you had to put into common.css instead [21:16:01] i have a question about miraheze since im planning to migrate my project from fandom to it [21:17:29] the thing is my project is strictly personal and i dont know any wikis where i can host it because of that. does miraheze allow personal wikis? [21:18:04] yes [21:18:35] you sure? [21:18:50] not questioning you just double checking [21:19:52] yeah, on the request a wiki form you can tick the "private wiki" boz [21:20:18] but wouldn't that make it so that the wiki isn't publicly visible? [21:20:25] iirc [21:20:36] oh I misunderstood then [21:20:44] yes it would [21:20:56] just read miraheze's content policy [21:21:11] before submitting a request, if you want it to be public [21:21:37] since you're going to import, you have to wait for the request to be accepted first before you can do that [21:21:49] okay [21:22:01] You're wiki can be private and still have content imported to it [21:22:13] I know, that's not what I meant [21:22:17] @lupe1512 we have many personal wikis [21:22:20] https://meta.miraheze.org/wiki/Content_Policy [21:22:32] including public ones? [21:22:38] like publicly visible [21:22:39] Yes [21:22:43] okay im glad [21:22:51] I wrote part of it thank you [21:23:46] @lupe1512 please say if you have more questions [21:24:35] not really i just wanted to make sure if i could actually host my project on miraheze or not [21:24:36] oh, I linked it for lupe [21:24:44] since fandom hates personal wikis [21:25:26] oh btw is there a page where a user can see the requests they've made [21:26:40] yes, you'll see it after you make the request [21:27:26] after the volunteers read the request? cause i sent mine hours ago and i haven't seen anything yet [21:28:11] you should get a email about it once it is approved [21:28:12] @lupe1512 someone will look at it soon [21:28:26] You can view [[Special:RequestWikiQueue]] though [21:28:26] https://meta.miraheze.org/wiki/Special:RequestWikiQueue [21:28:27] [21:28:35] ^ [21:29:54] got it [22:04:40] the CreateWiki process is not working properly at the moment. tech staff is aware and when they can correct the issue, we will begin approving wikis again. unfortunately, i don't have an eta on this. [22:04:47] rest assured, your request will get handled when we can. [22:04:55] that's alright [22:14:38] so i found my request and I initially put it in the category "private" bc I thought that this was the category for every personal wiki, but what do ppl actually use this category for? [22:23:10] make wiki to be accessible only to selected user, i.e. not a public wiki [22:23:32] oh shit im changing categories then [22:24:08] private/public can be changed any time on existing wiki too [22:25:06] got it [22:55:19] is there a template i can use for the copyrights page?