odd-wiki-hive / odd-wiki-
center-en
odd-wiki-Zentrum-de odd-wiki-centre-fr odd-wiki-centro-it edit
today's
talk
wiki-list changes hive-changes special hive-list wiki-net wiki-lists

MattisManzelNotes

Mattis Manzel / notes

Public notes MattisManzel takes during his work on oddwiki to remember something or so

line activation in the css Eingefügt: 453a455,457

> div.footer + hr, div.sister hr {
> display: none;
> }

Geändert: 455c459

< text-align: center;

stattdessen:

> text-align: center;

Geändert: 458,462c462,467

< div.sister p { padding:1ex; margin:0; } < div.sister hr { display:none; } < div.near { < clear: both; < margin: 1em 195px 0 15px;

stattdessen:

> div.sister p {
> padding:1ex;
> }
> div.sister, div.near {
> clear: both;
> margin: 1em 195px 0 15px;

Geändert: 464,467c469,472

< padding-bottom: 2em; < text-align: left; < } < div.near p { margin: 0; }

stattdessen:

> padding-bottom: 2em;
> text-align: left;
> }
> div.near p, div.sister p { margin: 0; }

Gelöscht: 475d479

< body hr { display:none; }

on blog-feed + colors

(14:29:18) mattis^: I guess I'd rather need a feed of the BlogPages (which are the blog) to interact with the BarCamp blogosphere. I wonder how that works.
(14:30:36) mattis^: wrong I need a feed of <journal 30 "^\d\d\d\d-\d\d-\d\d_Blog">
(14:38:07) TheSheep: mattis^: kensanata added a "feature" that the interwiki links have a css class named as the link
(14:38:33) TheSheep: mattis^: so, if you define an interwiki link called Violet and pointing to the wiki itself
(14:38:57) TheSheep: mattis^: then you can use .Violet {color: #f0f} to color it