Advertisement
florels

theme #19 - ask/faq/blogroll

Jan 4th, 2014
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>{title}</title>
  7.  
  8. <link rel="shortcut icon" href="{favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="http://emmalucys.com/rss" />
  10.  
  11. <style type="text/css">
  12.  
  13.  
  14. ::-webkit-scrollbar-thumb{
  15. background-color: #A1A1A1;
  16. border: 2px solid #ffffff;
  17. height:5px;
  18. -moz-border-radius: 20px;
  19. border-radius: 20px;}
  20.  
  21. ::-webkit-scrollbar {
  22. height:5px;
  23. width:9px;
  24. background-color: #000;
  25. border: 4px solid #ffffff;}
  26.  
  27. body {
  28. background:#fff;
  29. color:#a8a8a8;
  30. overflow:scroll;}
  31.  
  32. a {
  33. text-decoration:underline;
  34. color:#000;}
  35.  
  36. a:hover{
  37. text-decoration:none;}
  38.  
  39. #ayy {
  40. top:-20px;
  41. position:fixed;
  42. width:930px;
  43. padding-top:70px;
  44. left:50%;
  45. z-index:99;
  46. background-color:white;
  47. position:absolute;
  48. margin-left:-465px;}
  49.  
  50. #faq{
  51. width:386px;
  52. margin-top:32px;
  53. height:250px;
  54. border:1px solid #000000;
  55. position:absolute;
  56. overflow:scroll;
  57. padding:10px;
  58. font-size:11px;
  59. margin-left:470px;
  60. color:#000000;
  61. font-family:cambria;}
  62.  
  63. #following {
  64. width:410px;
  65. margin-top:35px;
  66. height:264px;
  67. border:1px solid #000000;
  68. padding:3px;
  69. overflow:scroll;
  70. position:absolute;
  71. margin-left:40px;}
  72.  
  73. #following img{
  74. width:30px;
  75. margin:5px;
  76. display:block;
  77. float:left;}
  78.  
  79. #following img:hover{
  80. opacity:0.2;}
  81.  
  82. #title {
  83. font-size:19px;
  84. margin-top:15px;
  85. font-weight:600;
  86. position:absolute;
  87. width:930px;
  88. text-align:left;
  89. letter-spacing:-1px;
  90. font-family:cambria;
  91. text-transform:lowercase;
  92. color:#000;
  93. text-shadow: 2px 0px 2px #bebebe;
  94. border-bottom:10px solid #000;}
  95.  
  96. #links {
  97. text-align:right;
  98. margin-right:-5px;
  99. margin-top:45px;}
  100.  
  101. #links a{
  102. display:inline-block;
  103. padding:2px 5px;
  104. text-align:right;
  105. text-decoration:none;
  106. font-family:cambria;
  107. font-size:9px;
  108. color:#000;
  109. letter-spacing:1px;
  110. text-transform:uppercase;
  111. -webkit-transition:all 0.4s ease-in-out;
  112. -moz-transition:all 0.4s ease-in-out;
  113. transition:all 0.4s ease-in-out;}
  114.  
  115. #links a:hover{
  116. padding-right:13px;}
  117.  
  118. .headings{
  119. font-size:17px;
  120. text-shadow: 1px 0px 1px #bebebe;
  121. letter-spacing:-1px;
  122. font-weight:600;
  123. margin-bottom:-10px;}
  124.  
  125. #ask{
  126. margin-left:205px;
  127. margin-top:320px;}
  128.  
  129.  
  130.  
  131.  
  132.  
  133. </style>
  134. </head>
  135.  
  136. <body>
  137.  
  138. <div id="ayy">
  139. <div id="title">ask - faq - blogroll</div> <!--change title-->
  140.  
  141.  
  142. <!--links-->
  143. <div id="links">
  144.  
  145. <a href="/">back to blog</a>
  146. <a href="/ask">message</a>
  147. <a href="http://emmalucys.com/">theme</a>
  148. </div>
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. <!-- dont change-->
  159. <table border="0">
  160. <tr><td>
  161.  
  162. <div id="following">
  163. {block:Following}{block:Followed} <a href="{FollowedURL}" title="{FollowedName}" target="_blank"><img src="{FollowedPortraitURL-30}" /> {/block:Followed}{/block:Following}</div>
  164.  
  165. </td></tr>
  166. </table>
  167. <!-- dont change-->
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. <div id="faq">
  180.  
  181. <div class="headings">title here</div>
  182. <ol>type your faq!!!!!! there's plenty of room to type whatever u want xx
  183.  
  184.  
  185.  
  186.  
  187. <!--
  188. type your faq above here. for more headings, use this code:
  189. <div class="headings">title here</div>
  190. and change the 'title here' to what you want the title to be. to make spaces between the lines of text, use either <br> or <p>. for how to bold, underline, italicise etc text, visit http://emmalucys.com/htmlbasics xx
  191. -->
  192. </div>
  193.  
  194.  
  195.  
  196.  
  197.  
  198. <div id="ask">
  199. <p><iframe frameborder="0" height="200px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="500px"></iframe></p>
  200. </div>
  201.  
  202. </body>
  203. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement