Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "User talk:Uchocobo"

From DFO World Wiki
Jump to: navigation, search
(CSS: new section)
Line 1: Line 1:
 
I would have asked them if I could use the stuff but they are NEVER on. The only reason the talk for the main page hasn't been buried in spam from the same IP is because I delete it everyday. And citing every page and picture would have taken too long and I had things to do. [[User:Done25|Done25]] 22:39, 11 August 2009 (UTC)
 
I would have asked them if I could use the stuff but they are NEVER on. The only reason the talk for the main page hasn't been buried in spam from the same IP is because I delete it everyday. And citing every page and picture would have taken too long and I had things to do. [[User:Done25|Done25]] 22:39, 11 August 2009 (UTC)
 +
 +
== CSS ==
 +
 +
Hi, I was wondering if you can put some code in [[MediaWiki:Common.css]]. It's a copy from the mabiwiki. [http://wiki.mabinogiworld.com/index.php?title=MediaWiki:Common.css]
 +
 +
<pre>
 +
/* wikitable/prettytable class for skinning normal tables */
 +
table.wikitable,
 +
table.prettytable {
 +
margin: 1em 1em 1em 0;
 +
background: #f9f9f9;
 +
border: 1px #aaa solid;
 +
border-collapse: collapse;
 +
}
 +
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td {
 +
border: 1px #aaa solid;
 +
padding: 0.2em;
 +
}
 +
 +
table.wikitable th,
 +
table.prettytable th {
 +
background: #f2f2f2;
 +
text-align: center;
 +
}
 +
 +
table.wikitable caption,
 +
table.prettytable caption {
 +
margin-left: inherit;
 +
margin-right: inherit;
 +
font-weight: bold;
 +
}
 +
 +
table.prettytable code,
 +
table.wikitable code {
 +
background-color: transparent;
 +
}
 +
</pre>
 +
[[User:Tea|Tea]] 02:40, 14 August 2009 (UTC)

Revision as of 19:40, 13 August 2009

I would have asked them if I could use the stuff but they are NEVER on. The only reason the talk for the main page hasn't been buried in spam from the same IP is because I delete it everyday. And citing every page and picture would have taken too long and I had things to do. Done25 22:39, 11 August 2009 (UTC)

CSS

Hi, I was wondering if you can put some code in MediaWiki:Common.css. It's a copy from the mabiwiki. [1]

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}

table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}

table.prettytable code,
table.wikitable code {
background-color: transparent;
}

Tea 02:40, 14 August 2009 (UTC)