Advertisement
zhongren

Acedia

Mar 25th, 2014
5,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5.  
  6.    ▪ ▪ ▪ ▪ ▪ ▪ { Pʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛs!
  7.    
  8.      ___  ___   ___   ___  ___    ___ __   __
  9.     / __|/ _ \ |   \ | __|/ __|  | _ )\ \ / /
  10.    | (__| (_) || |) || _| \__ \  | _ \ \ V /
  11.     \___|\___/ |___/ |___||___/  |___/  |_|  
  12.     ___   ___   _  _  ___   ___   ___   ___  
  13.    | _ \ / _ \ | || || _ \ / _ \ | _ \ / _ \
  14.    |  _/| (_) || __ ||   /| (_) ||   /| (_) |
  15.    |_|   \___/ |_||_||_|_\ \___/ |_|_\ \___/
  16.    
  17.                                            
  18.    ★ http://pohroro.tumblr.com } ▪ ▪ ▪ ▪ ▪ ▪
  19.  
  20.  
  21. -->
  22.  
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31. <style type="text/css">
  32.  
  33. body {
  34.     margin: 0;
  35.     padding: 0;
  36.     font-size: 10px;
  37.     color: #5e5e5e;
  38.     font-family: Arial;
  39.     background: #f9f9f9 url();
  40. }
  41.  
  42. a {
  43.     color: #5e5e5e;
  44.     text-decoration: none;
  45.     -webkit-transition: all 0.5s ease;
  46.     -moz-transition: all 0.5s ease;
  47.     transition: all 0.5s ease;
  48. }
  49.  
  50. a:hover {
  51.     color: #e1e1e1;
  52.     -webkit-transition: all 0.5s ease;
  53.     -moz-transition: all 0.5s ease;
  54.     transition: all 0.5s ease;
  55. }
  56.  
  57. #container {
  58.     width: 500px;
  59.     margin: 0 auto;
  60.     margin-top: 60px;
  61. }
  62.  
  63. #title {
  64.     color: #5e5e5e;
  65.     font-size: 100px;
  66.     line-height: 100px;
  67.     letter-spacing: -10px;
  68.     font-family: Arial Black;
  69.     font-weight: bold;
  70. }
  71.  
  72. table {
  73.     margin: 0 auto;
  74.     width: 500px;
  75.     padding: 10px 0px;
  76.     height: auto;
  77.     border-top: 1px solid #5e5e5e;
  78.     border-bottom: 1px solid #5e5e5e;
  79. }
  80.  
  81. #gradient {
  82.     width: 20px;
  83.     height: 20px;
  84.     margin-bottom: 10px;
  85.     background: #5e5e5e;
  86.     float: left;
  87. }
  88.  
  89. #banner {
  90.     width: 500px;
  91.     height: 250px;
  92.     -webkit-transition: all 0.5s ease;
  93.     -moz-transition: all 0.5s ease;
  94.     transition: all 0.5s ease;
  95.     posiion: absolute;
  96.    
  97. }
  98.  
  99. #description {
  100.     text-align: justify;
  101.     font-size: 11px;
  102.     padding-top: 10px;
  103. }
  104.  
  105. #navigation {
  106.     text-align: right;
  107.     margin-top: 10px;
  108.     margin-right: -10px;
  109.     text-transform: uppercase;
  110.     font-size: 11px;
  111.     font-family: Arial Black;
  112.     letter-spacing: -1px;
  113. }
  114.  
  115. #navigation a {
  116.     padding: 0px 5px;
  117. }
  118.  
  119. /* Credits to http://pohroro.tumblr.com */
  120.  
  121. #c
  122. {
  123.     width: 55px;
  124.     height: 18px;
  125.     font-family: Arial;
  126.     font-size: 7px;
  127.     text-transform: uppercase;
  128.     text-align: center;
  129.     bottom: 10px;
  130.     right: 10px;
  131.     letter-spacing: 1px;
  132.     line-height: 4px;
  133.     padding: 10px 3px;
  134.     display: block;
  135.     color: #ffffff;
  136.     background: #000000;
  137.     position: fixed;
  138. }
  139.  
  140. #c a
  141. {
  142.     font-weight: bold;
  143.     line-height: 17px;
  144.     font-size: 15px;
  145.     font-family: Libre Baskerville;
  146.     text-transform: lowercase;
  147.     font-style: italic;
  148.     letter-spacing: -1px;
  149.     color: #606060;
  150. }
  151.  
  152. </style>
  153. </head>
  154. <body>
  155.  
  156. <div id="container">
  157.  
  158. <div id="title">About.</div>
  159.  
  160. <table>
  161. <tr>
  162. <td>
  163. <div id="gradient" style="opacity: 0.1;"></div>
  164. <div id="gradient" style="opacity: 0.2;"></div>
  165. <div id="gradient" style="opacity: 0.3;"></div>
  166. <div id="gradient" style="opacity: 0.4;"></div>
  167. <div id="gradient" style="opacity: 0.5;"></div>
  168. <div id="gradient" style="opacity: 0.6;"></div>
  169. <div id="gradient" style="opacity: 0.7;"></div>
  170. <div id="gradient" style="opacity: 0.8;"></div>
  171. <div id="gradient" style="opacity: 0.9;"></div>
  172. <div id="gradient"></div>
  173.  
  174. <div style="float: left; line-height: 20px; font-size: 20px; text-transform: uppercase; padding-left: 10px; font-weight: bold;">Lorem ipsum.</div></td>
  175. </tr>
  176. <tr><td><img src="http://i.imgur.com/wAb8w9y.png" id="banner" /></td></tr>
  177. <tr>
  178. <td id="description">
  179. <b>Bold</b>. <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at ligula vitae erat eleifend lobortis. Nam justo nibh, tempus eget sem eu, cursus porta tellus. Sed sed lectus at turpis venenatis sollicitudin. Curabitur fringilla nibh nec metus accumsan accumsan. Suspendisse laoreet sem quam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed accumsan nisi sit amet condimentum congue. Phasellus lectus dui, bibendum commodo magna quis, egestas blandit ipsum. Cras laoreet sed tellus et consectetur.
  180.  
  181. </td>
  182. </tr>
  183. <tr>
  184. </table>
  185.  
  186. <div id="navigation">
  187. <a href="/">Index</a>  ▪  
  188. <a href="/ask">Message</a>  ▪  
  189. <a href="/archive">Archive</a>
  190. </div>
  191.  
  192. </div>
  193.  
  194. <div id="c">codes by<br /><a href="http://pohroro.tumblr.com">pohroro</a></div>
  195.  
  196. </body>
  197. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement