User talk:Nad
Yo, Im thinking we need to have a go at doing the matrix screen saver in ACTIONSCRIPT/swf sometime. --Sven 14:16, 10 Apr 2006 (NZST)
- The new changes is the peer screensaver/desktop-background, doing a matrix-style for that would be cooler than cloud-style like the mac-rss one... and it can make good use of the 3D-space... could be a goer! --Nad 14:34, 10 Apr 2006 (NZST)
Yo, Ive quickly added something to the Sandbox subroutine so an extra job for User:Gir to do is now clear the Template:Sandbox, can you quickly check that my alteration is ok please, the diff of commands.pl is linked --Sven 07:58, 7 Apr 2006 (NZST)
- Template:Sandbox still not being cleared, did you restart User:Gir? --Sven 08:16, 11 Apr 2006 (NZST)
- Doesn't look like it, ps shows Gir running since Apr03, I just put the info here about how/when to do it --Nad 08:50, 11 Apr 2006 (NZST)
Greetings. Just thought I'd let you know that "Send to Email" is broken, cheers--Milan 18:20, 6 Apr 2006 (NZST)
Is there a transform/template to recognise transclusion and embedding operators so the articles displayed within the operator can be linked? e.g.
Ive made a start using a template but there are problems, e.g. the number of args is fixed, cant specify if its a +/* operator quickly etc. --Sven 14:22, 6 Apr 2006 (NZST)
- You gotcha... Im looking at these articles with markup bits and would like to just click on the article in the wiki parts e.g. Jack/Actionscript sandbox--Sven 14:24, 6 Apr 2006 (NZST)
Yo, is there many other class attributes you can give to tables in MediaWiki/xmlwiki other than document-code? --Sven 13:40, 5 Apr 2006 (NZST)
- Yes, there are infinite of them! just make up a class (probably use a namespace for them, eg document in document-code is meaning that it was generally to do with embedding which is document.php. An then put rules for your class in default-skin.css (or make another css to separate it out and add it to default-properties.xml). --Nad 13:52, 5 Apr 2006 (NZST)
- Ok I see. I cant quite find the code in the css for the document-code class, is that the following code in default-skin.css?
.xwcode { font-size: 90%; font-family: courier new; line-height: 120%; } |
--Sven 07:38, 6 Apr 2006 (NZST)
- Aw that's right, it's in document.css which is added ti the view stack by document.php --Nad 07:47, 6 Apr 2006 (NZST)
- Thats most helpful, so the code is actually
- Aw that's right, it's in document.css which is added ti the view stack by document.php --Nad 07:47, 6 Apr 2006 (NZST)
table.document-code { width : 100%; margin : 1em 1em 1em 1em; border : thin solid #999999; } table.document-code tr td { padding : 1em 1em 1em 1em; background-color : #d4d4d4; } table.document-code h1.document { padding : 0; margin : 0; font-size : 9pt; font-weight : normal; text-decoration : underline; text-align : right; } |
- and Ive found the data stack --Sven 09:07, 6 Apr 2006 (NZST)