> > It seems i don't have a common.css and so I copied the one from > http://de.wikipedia.org/wiki/MediaWiki:Common.css to .../skins/common > but see no effect yet. Is this the right place for that file? > > Regards > > Andreas Meyer > > A man, a miss, a car -- a curve, > He kissed the miss and missed the curve -- Burma Shave (1948) > > Mein ?ffentlicher GPG-Schl?ssel unter: > http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=index > > > "Mark (Markie)" <[email protected]> schrieb: > > > Have you copied in the relevant code from > > http://de.wikipedia.org/wiki/MediaWiki:Common.css to your local > Common.css > > file? > > > > Regards > > > > Mark > > > > On Thu, Jun 11, 2009 at 11:14 AM, Andreas Meyer <[email protected]> wrote: > > > > > Hello! > > > > > > For testing purposes I have inserted the following code into the wiki > > > but the table has no border and no background-color and is placed > > > on the left side. > > > > > > {| class="wikitable float-right" > > > |- > > > ! Pin !! Funktion > > > |- > > > | 1 > > > | Masse > > > |- > > > | 2 > > > | A+ (Senderichtung) > > > |- > > > | 3 > > > | A- (Senderichtung) > > > |- > > > | 4 > > > | Masse > > > |- > > > | 5 > > > | B- (Empfangsrichtung) > > > |- > > > | 6 > > > | B+ (Empfangsrichtung) > > > |- > > > | 7 > > > | Masse > > > |- > > > | - > > > | Verdrehsicherung > > > |- > > > |colspan="2" align="center"|[[Bild:SATA-Kabel Innenaufbau > > > (smial).jpg|150px|Innerer Aufbau eines SATA-Datenkabels]] > > > |- > > > |colspan="2"|<small>Innerer Aufbau eines SATA-Datenkabels</small> > > > |} > > > > > > I have this code from http://de.wikipedia.org/wiki/Serial_ATA and > there it > > > is displayed > > > nice and on the right side. Please, what am I missing with > class="wikitable > > > float-right"? > > > > > > Regards > > > -- > > > Andreas Meyer > > > > > > A man, a miss, a car -- a curve, > > > He kissed the miss and missed the curve -- Burma Shave (1948) > > > > > > Mein ?ffentlicher GPG-Schl?ssel unter: > > > > http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=index > > > >
Hello there, > It seems i don't have a common.css Then create one :-) Create a page, named: MediaWiki:Common.css and add all css-code related to the classes wikitable (.wikitable) and float-right (.float-right). Don't forget to clear your cache. Your's faithfully, D.D. (Sumurai8) http://www.kinderwiki.net http://www.wikikids.nl _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
