Advertisement
Guest User

window.rml

a guest
Jan 18th, 2016
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <template name="window" content="content">
  2. <head>
  3.     <link type="text/rcss" href="rkt.rcss"/>
  4.     <link type="text/rcss" href="invader.rcss"/>
  5. </head>
  6. <body class="window">
  7.     <div id="title_bar">
  8.         <handle move_target="#document">
  9.             <div id="icon">  </div>
  10.             <span id="title"> Such title </span>
  11.         </handle>
  12.     </div>
  13.     <div id="window">
  14.         <div id="content">
  15.         </div>
  16.     </div>
  17.     <handle size_target="#document" style="position: absolute; width: 16px; height: 16px; bottom: 0px; right: 0px;"></handle>
  18. </body>
  19. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement