Advertisement
skyrimthemes

Page - Stormcloak

Sep 23rd, 2014
1,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10.  
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12.  
  13. <script>
  14.  
  15. (function($){
  16.  
  17. $(document).ready(function(){
  18.  
  19. $("a[title]").style_my_tooltips({
  20.  
  21. tip_follows_cursor:true,
  22.  
  23. tip_delay_time:30,
  24.  
  25. tip_fade_speed:300,
  26.  
  27. attribute:"title"
  28.  
  29. });
  30.  
  31. });
  32.  
  33. })(jQuery);
  34.  
  35. </script>
  36.  
  37. <style type="text/css">
  38.  
  39. /*tooltips*/
  40.  
  41. #s-m-t-tooltip{
  42. font-size:10px;
  43. position:absolute;
  44. margin-top: 20px;
  45. margin-left:20px;
  46. font-weight:bold;
  47. z-index:999999999999999999999999999999999999999999999;
  48. background:#000;
  49. padding:3px;
  50. color:#fff;
  51. text-transform:uppercase;
  52. font-family:consolas;
  53. padding:2px 3px 2px 3px;
  54. -webkit-transition:all 0.3s;
  55. -moz-transition:all 0.3s;
  56. -ms-transition:all 0.3s;
  57. -o-transition:all 0.3s;
  58. transition:all 0.3s;
  59. }
  60.  
  61. /*scrollbar*/
  62.  
  63. ::-webkit-scrollbar { left:0; width: 5px; height: 5px; background:transparent; }
  64. ::-webkit-scrollbar-thumb { background-color:transparent;border:1px solid #000; }
  65.  
  66. body {
  67. font-family:calibri, consolas, sans-serif;
  68. font-size:10px;
  69. color:#000;
  70. background-color:#fff;
  71. text-align:justify;
  72. overflow-x:hidden;
  73. }
  74.  
  75. #cr {
  76. font: 10px consolas;
  77. font-weight:bold;
  78. position: fixed;
  79. background-color:#fff;
  80. border:1px solid #000;
  81. width:13px;
  82. height:13px;
  83. bottom: 7px;
  84. padding:2px;
  85. right: 7px;
  86. z-index: 10;
  87. text-align:center;
  88. overflow:hidden;
  89. -webkit-transition:all 0.7s ease-in-out;
  90. -moz-transition:all 0.7s ease-in-out;
  91. transition:all 0.7s ease-in-out;
  92. }
  93.  
  94. #cr a {
  95. color:#fff;
  96. font-size:10px;
  97. font-weight:bold;
  98. text-decoration: none;
  99. }
  100.  
  101. #cr:hover {
  102. width:100px;
  103. -webkit-transition:all 0.7s ease-in-out;
  104. -moz-transition:all 0.7s ease-in-out;
  105. transition:all 0.7s ease-in-out;
  106. }
  107.  
  108. #cr:hover a {
  109. color:#000;
  110. }
  111.  
  112. a {
  113. color:#000;
  114. text-decoration:none;
  115. -webkit-transition:all 0.5s;
  116. -moz-transition:all 0.5s;
  117. -ms-transition:all 0.5s;
  118. -o-transition:all 0.5s;
  119. transition:all 0.5s;
  120. }
  121.  
  122. a:hover {
  123. color:#eee;
  124. -webkit-transition:all 0.5s;
  125. -moz-transition:all 0.5s;
  126. -ms-transition:all 0.5s;
  127. -o-transition:all 0.5s;
  128. transition:all 0.5s;
  129. }
  130.  
  131. /* HERE'S THE BOX, FOLLOW THE INSTRUCTIONS TO PUT IN YOUR BACKGROUND IMAGE */
  132.  
  133. .box {
  134. width:780px;
  135. height:320px;
  136. overflow:hidden;
  137. left:50%;
  138. position:fixed;
  139. top:50%;
  140. margin:-160px 0 0 -390px;
  141. background-image:url(http://www.fubiz.net/wp-content/uploads/2013/09/Andrew-B.-Myers-4.jpg); /* ADD YOUR BACKGROUND IMAGE HERE!!! */
  142. background-position:center;
  143. background-repeat:no-repeat;
  144. }
  145.  
  146. /* END BOX */
  147.  
  148. .title {
  149. z-index:9999;
  150. background-color:#000;
  151. color:#fff;
  152. position:fixed;
  153. padding:10px;
  154. width:760px;
  155. text-transform:uppercase;
  156. font-size:11px;
  157. letter-spacing:1px;
  158. }
  159.  
  160. .content {
  161. width:370px;
  162. margin-left:10px;
  163. padding:5px;
  164. background-color:rgba(255,255,255,0.4);
  165. float:left;
  166. height:250px;
  167. margin-top:50px;
  168. display:inline-block;
  169. overflow-y:scroll;
  170. overflow-x:hidden;
  171. }
  172.  
  173. .question {
  174. text-transform:uppercase;
  175. padding:5px;
  176. background-color:#000;
  177. color:#fff;
  178. margin:5px 0 5px 0;
  179. }
  180.  
  181. .askbox {
  182. width:370px;
  183. height:250px;
  184. float:left;
  185. margin-left:10px;
  186. margin-top:50px;
  187. }
  188.  
  189. </style>
  190.  
  191. </head>
  192. <body>
  193.  
  194. <!--to add your background image, go back up to the .box and look at where it says to put in the url for the image. to upload an image, you can go to http://tumblr.com/themes/upload_static_file/ -->
  195.  
  196.  
  197.  
  198. <div class="box">
  199.  
  200.  
  201.  
  202. <div class="title">
  203. <!-- title here -->faq<!-- end title -->
  204. </div>
  205.  
  206.  
  207.  
  208. <div class="content">
  209. <!-- copy this when you're formatting your questions and answers! -->
  210.  
  211. <div class="question">here is your question</div>
  212. <div class="answer">Here is your answer!</div>
  213.  
  214. <!-- end copy -->
  215. </div>
  216.  
  217.  
  218.  
  219. <div class="askbox">
  220. <!-- don't touch this! -->
  221. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  222. </div>
  223.  
  224.  
  225.  
  226. </div>
  227.  
  228.  
  229.  
  230.  
  231.  
  232. <div id="cr"><a href="http://harknesses.tumblr.com">SKYRIM THEMES</a></div>
  233. </body>
  234. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement