Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

MediaWiki:Common.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
m (New page: →‎<pre>: div.listcol { padding: 0.5em 1.0em 0.5em 0; margin: 0.25em; min-width: 21.5%; border: 1px solid #aaf; float: left; clear: right; line-height: 130%; } div.listco...)
 
m (Testing something guys...)
Line 43: Line 43:
   padding: 0;
   padding: 0;
   margin: 0;
   margin: 0;
}
.noticebar {
  background: #efe url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
  border: 1px solid #8a8;
  margin-top: 0.2em;
  padding: 0.2em;
  text-align: center;
}
}


/* </pre> */
/* </pre> */

Revision as of 01:37, 16 June 2009

/* <pre> */
div.listcol 
{
  padding: 0.5em 1.0em 0.5em 0;
  margin: 0.25em;
  min-width: 21.5%;
  border: 1px solid #aaf;
  float: left;
  clear: right;
  line-height: 130%;
}

div.listcolend
{
  clear: both;
}

table.copytag
{
  border: 1px solid #88a;
  background: #f8f8ff;
  margin: 0.25em 0;
  padding: 0;
  width: 100%;
}

table.copytag-red { border: 1px solid #a88; background: #fdd; }
table.copytag-yellow { border: 1px solid #aa8; background: #fffff8; }
table.copytag td.copytag-text { padding: 0.5em; text-align: center; width: 99%; }
table.copytag td.copytag-sym { padding: 0; }

div.docutag
{
  background: #f8f8ff;
  border: 1px solid #88a;
  padding: 0.25em;
}

div.docutag ul
{
  list-style: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

.noticebar {
  background: #efe url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
  border: 1px solid #8a8;
  margin-top: 0.2em;
  padding: 0.2em;
  text-align: center;
}

/* </pre> */