Template:Previously: Difference between revisions

Created page with "{{#css: .previously { color: red; } }} <div class="previously"> This page used to be awesome, but now it fucking '''SUCKS'''. You can view [[Previously:{{PAGENAME}}|the previous version]] if you want. </div>"
 
No edit summary
 
Line 1: Line 1:
{{#css:
{{#css:
   .previously {
   .previously {
     color: red;
     background: MistyRose;
    border: 4px solid PaleVioletRed;
    padding: 1rem;
    text-align: center;
    b { color: red; }
   }
   }
}}
}}
<div class="previously">
<div class="previously">
This page used to be awesome, but now it fucking '''SUCKS'''. You can view [[Previously:{{PAGENAME}}|the previous version]] if you want.
This page used to be awesome, but now it '''SUCKS'''. You can view [[Previously:{{PAGENAME}}|the previous version{{{1|}}}]] if you want.
</div>
</div>