User:Zarthanit/common.css: Difference between revisions

From HorizonXI Wiki
(testing user specific css page to test how to apply css through templates (without needing changes yet committed to MediaWiki:Common.css)
 
mNo edit summary
Line 1: Line 1:
/* Box with image border */
/* Box with image border */
.ffxi-border-box {
.ffxi-border-box {
   border: 32px solid transparent;
   border: 8px solid transparent;
  border-image: url(https://vignette.wikia.nocookie.net/ffxi/images/f/f8/FFXIbox.png) 8 repeat;
}
}

Revision as of 04:14, 14 September 2023

/* Box with image border */
.ffxi-border-box {
  border: 8px solid transparent;
}