Difference between revisions of "NetHackWiki:Sandbox"

From NetHackWiki
Jump to navigation Jump to search
Line 26: Line 26:
  
  
{{#css
+
{{#css:
     .testter {
+
  body {
        color: green;
+
    background: yellow;
    }
+
     font-size: 20pt;
 +
    color: red;
 +
  }
 
}}
 
}}
  
 
<span class="testter">green text?</span>
 
<span class="testter">green text?</span>

Revision as of 17:11, 16 April 2015

----------------------------------------------------------------------------
|........|.......}|#|}.......}#|#|#}......+..................|.|   |.|   |.|
|........|.......}|.|}.......}#.|.#}......#...........|--#--+|.|   |.|   |.|
|------+--......}#|||#}......}#.|.#}......+.....|--#--|...}#.|.|   |.|   |.|
|     |.........}#.|.#}......}#|#|#}......|--#--|.........}|.|S-----S-----S-
|     |.........}#|||#}.......}|.|}.......................}#.|..............
|   |--.........}|...|}......}#|#|#}......................}|.|............. 
|   |...........}#|||#}......}#.|.#}......................}#.|...........   
|   |...........}#.|.#}......}#.|.#}......................}|.|.........     
|------.........}#|||#}......}#|#|#}..........{{{.........}#.|.......       
|.....|..........}|.|}.......}|...|}..........{#{.........}|.|......        
|.....+.........}#|||#}......}#|#|#}..........{{{.........}#.|---S-         
|.....|.........}#.|.#}......}#.|.#}......................}|.|.......       
|.....|.........}#|||#}......}#.|.#}......................}#.|........      
|..-S----.......}|...|}......}#|#|#}......................}|.S....\......   
|..|....|.......}#|||#}.......}|.|}.......................}#.|..............
|..|....|.......}#.|.#}......}#|#|#}......|--#--|.........}|.|S-----S-----S-
|----------.....}#|||#}......}#.|.#}......+.....|--#--|...}#.|.|   |.|   |.|
|         |......}|.|}.......}#.|.#}......#...........|--#--+|.|   |.|   |.|
|         |......}|#|}.......}#|#|#}......+..................|.|   |.|   |.|
----------------------------------------------------------------------------
{{#css: body { background: yellow; font-size: 20pt; color: red; } }} green text?