v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "MediaWiki:Vector.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: div#content, body.skin-vector div#footer { margin-left: 12em; } body.skin-vector div#mw-panel, body.skin-vector...")
 
(move more stuff from common.css)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
div#content {
 +
  color: #333;
 +
}
 +
 
div#content,
 
div#content,
 
body.skin-vector div#footer {
 
body.skin-vector div#footer {
Line 12: Line 16:
 
body.skin-vector div#mw-head div#left-navigation {
 
body.skin-vector div#mw-head div#left-navigation {
 
   margin-left: 12em;
 
   margin-left: 12em;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
  color: #333;
 +
}
 +
 +
table {
 +
color: #333;
 
}
 
}

Latest revision as of 05:47, 25 November 2022

/* CSS placed here will affect users of the Vector skin */
div#content {
  color: #333;
}

div#content,
body.skin-vector div#footer {
    margin-left: 12em;
}

body.skin-vector div#mw-panel,
body.skin-vector div#p-logo {
    width: 12em;
}

body.skin-vector div#mw-head div#left-navigation {
  margin-left: 12em;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

table {
	color: #333;
}