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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Box with image border */
/* Box with image border */
.ffxi-border-box {
.zbordert {
   border: 32px solid transparent;
   border: 12px solid;
  border-image: url(https://vignette.wikia.nocookie.net/ffxi/images/f/f8/FFXIbox.png) 8 repeat;
}
}

Latest revision as of 04:29, 14 September 2023

/* Box with image border */
.zbordert {
  border: 12px solid;
}