Advertisement
sunkei

Paginski

Oct 20th, 2012
19,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. <!--
  2.  
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20.  
  21. <style type="text/css">
  22. body
  23. {font-family:arial;
  24. font-size:10px;
  25. color:#777;
  26. background-color:#fff;
  27. background-image:url('URL');
  28. background-position: fixed;
  29. background-attachment:fixed;
  30. background-repeat:repeat;}
  31.  
  32. a
  33. {text-decoration:none;
  34. color:#888;
  35. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  36. opacity:1;}
  37.  
  38. a:hover
  39. {text-decoration:none;
  40. opacity:0.4;}
  41.  
  42.  
  43. #bar
  44. {position:fixed;
  45. top:0px;left:300px;
  46. border-left:1px solid #eee;
  47. width:500px;height:100%;}
  48.  
  49. #koi
  50. {width:150px;height:150px;
  51. border:1px solid #eee;padding:5px;
  52. overflow:hidden;top:180px;left:139px;
  53. position:fixed;}
  54.  
  55. #in
  56. {width:150px;height:150px;overflow:hidden;}
  57.  
  58. #talk
  59. {width:300px;padding:10px;border:1px solid #eee;
  60. margin-top:180px;margin-left:-1px;font-family:calibri;text-align:justify;}
  61.  
  62. #title
  63. {text-align:center;font-style:italic;font-size:12px;letter-spacing:1px;color:#222;font-family:arial;text-transform:uppercase;margin:5px;}
  64.  
  65. #about
  66. {padding:0px 15px 5px 15px ;color:#aaa;}
  67. #menu
  68. {width:330;}
  69. .ho
  70. {border:1px solid #eee;margin:-1px 0px 0px -1px;width:100px;
  71. text-align:center;padding:3px;letter-spacing:5px;color:#bbb;font-size:8px;font-family:calibri;text-transform:uppercase;float:left;
  72. }
  73. </style>
  74. </head>
  75. <body>
  76.  
  77. <div id="koi">
  78. <div id="in">
  79. <img width="150px" src="http://25.media.tumblr.com/tumblr_m5tcebuHkc1qjekjeo4_250.png"/>
  80. </div><!--in-->
  81. </div><!--koi-->
  82.  
  83.  
  84. <div id="bar">
  85. <div id="talk">
  86. <div id="title">
  87. Title
  88. </div><!--title-->
  89. <div id="about">
  90. Your text here
  91. </div>
  92. </div><!--talk-->
  93. <div id="menu">
  94. <a href="/"> <div class="ho"> back</div></a>
  95. <a href="/ask"><div class="ho"> message</div></a>
  96. <a href="http://gyapo.tumblr.com/" title="paginski by gyapo"><div class="ho"> theme</div></a>
  97. </div>
  98. </div><!--bar-->
  99.  
  100.  
  101.  
  102.  
  103.  
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement