From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(tweak)
m (cleanup)
 
Line 1: Line 1:
These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to ''make'' them visible. This can be achieved by going to [[Special:Mypage/BlueCloud.css]] and adding the following CSS:
These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to ''make'' them visible. This can be achieved by going to [[Special:Mypage/common.css]] and adding the following CSS:
<pre>.developer_header_box {
<syntaxhighlight lang=css>
.developer_header_box {
display: block;
display: block;
}</pre>
}
</syntaxhighlight>


[[Category:Templates]]
[[Category:Templates]]

Latest revision as of 15:13, 11 September 2021

These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to make them visible. This can be achieved by going to Special:Mypage/common.css and adding the following CSS:

.developer_header_box {
	display: block;
}