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 "User:Vallode/common.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Create Vallode/sandbox/custom.css)
 
m (Vallode moved page User:Vallode/sandbox/custom.css to User:Vallode/common.css: Sandbox cannot use custom css)
 
(No difference)

Latest revision as of 17:25, 3 January 2023

/* 
 This is a custom CSS file for use in my sandbox pages to demonstrate different
 CSS posibilities.
*/

.border--game {
	border-image-slice: 10 10 10 10 fill;
	border-image-width: 10px 10px 10px 10px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: repeat repeat;
	border-image-source: url(//dwarffortresswiki.org/images/a/a1/V50-border-sprite-fill.png);
	border-style: solid;
	display: inline-block;
	padding: 12px;
}