Template talk:The Scribe

From Guild Wars Wiki
Jump to navigationJump to search

Stop the madness and use a repeating background. I've taken the liberty of cleaning up the nested tables and removing redundant tags while I was at it:

The Scribe Scroll - Top Left.jpg The Scribe - Top Middle.jpg The Scribe Scroll - Top Right.jpg
This code is using a repeating background on the left and right sides to avoid inserting a ton of images.

Unfortunately, the sides are currently blue, until someone with permission adds the required code to Common.css.

The Scribe - Bottom.jpg

Unfortunately, using url() in direct css formatting is not allowed, so this'll need two lines in MediaWiki:Common.css to turn blue into actual background images:

td.scribe_left { width: 41px; background-image: url(/images/5/5b/The_Scribe_-_Scroll_Pattern_Left.jpg); background-repeat: repeat-y; }
td.scribe_right { width: 41px; background-image: url(/images/a/a1/The_Scribe_-_Scroll_Pattern_Right.jpg); background-repeat: repeat-y; }

Tub 19:31, 26 April 2012 (UTC)

We were mad. -Chieftain Alex 06:28, 1 June 2017 (UTC)