msstephyyanne

Theme Six: You Will Always Kneel

Jan 22nd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME SIX BY LOKILOVERSON
  4. Seriously if you remove the credit or anything I will be very upset because that’s just not cool and it takes a lot of fucking time to do this shit okay just dont steal, redistribute or remove the credit and we’ll get along fine. -->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:link hover" content="#eeeeee"/>
  11. <meta name="color:border" content="#eeeeee"/>
  12. <meta name="color:hoverlink text" content="838282"/>
  13. <meta name="color:hoverlink border" content="838282"/>
  14. <meta name="color:hoverlink bg" content="#ffffff"/>
  15. <meta name="color:border" content="838282"/>
  16. <meta name="color:title bg" content="2ea547"/>
  17.  
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:link1 url" content="/">
  22. <meta name="text:link1" content="link 1">
  23.  
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link2" content="link 2">
  26.  
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link3" content="link 3">
  29.  
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link4" content="link 4">
  32.  
  33. <meta name="text:link5 url" content="/">
  34. <meta name="text:link5" content="link 5">
  35.  
  36. <meta name="text:link6 url" content="/">
  37. <meta name="text:link6" content="link 6">
  38.  
  39. <meta name="text:link7 url" content="/">
  40. <meta name="text:link7" content="link 7">
  41.  
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:5px solid #fff;height:2px; background-color:#838282;}
  50. ::-webkit-scrollbar {background-color:#fff;height:5px;width:12px;border:5px solid #fff;}
  51.  
  52.  
  53. @font-face {font-family: Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  54.  
  55.  
  56.  
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:arial;
  63. font-size:10px;
  64. line-height:100%;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:link};
  72. -moz-transition-duration:0.8s;
  73. -webkit-transition-duration:0.8s;
  74. -o-transition-duration:0.8s;
  75. }
  76.  
  77. a:hover {
  78. color:{color:link hover};
  79. outline:none;
  80. -moz-outline-style:none;
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90.  
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size:15px;
  100. text-align:center;
  101. font-family:arial;
  102. letter-spacing:2px;
  103. color:{color:title};
  104.  
  105. }
  106.  
  107. h2 {
  108. font-size:8px;
  109. text-align:center;
  110. font-family:calibri;
  111. letter-spacing:1px;
  112. color:{color:text};
  113. }
  114.  
  115.  
  116. #sidebar {
  117. width:150px;
  118. position:fixed;
  119. margin-left:170px;
  120. margin-top:20px;
  121. }
  122.  
  123.  
  124. #sidebarimage {
  125. position:fixed;
  126. width:140px;
  127. height:140px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:140px;
  132. height:140px;
  133. padding:7px;
  134. margin-left:-70px;
  135. margin-top:80px;
  136. border:4px double {color:border};
  137. }
  138.  
  139.  
  140. .navtitle
  141. {
  142. background:{color:title bg};
  143. width:250px;
  144. height:15px;
  145. margin-left:-71px;
  146. display: inline-block;
  147. padding:3px;
  148. margin-top:50px;
  149. text-align:center;
  150. border:4px double #fff;
  151. }
  152.  
  153. .navtitleinfo
  154. {
  155. background:;
  156. color:#fff;
  157. text-transform:uppercase;
  158. text-align:center;
  159. font-family:dreams;
  160. font-size:15px;
  161. padding:2px;
  162. }
  163.  
  164. .sidenav a:link, .sidenav a:active, .sidenav a:visited
  165. {
  166. width:150px;
  167. margin-left:100px;
  168. color:{color:link};
  169. display: inline-block;
  170. text-decoration:none;
  171. font-family:segoe ui light;
  172. font-size:11px;
  173. text-transform:uppercase;
  174. padding:4px;
  175. padding-left:10px;
  176. border-left:10px solid {color:link};
  177. margin-top:5px;
  178. -webkit-transition-property:color, text;
  179. -webkit-transition-duration: .4s;
  180. -moz-transition-duration: .4s;
  181. -webkit-transition-timing-function: linear, ease-in;
  182. }
  183.  
  184. .sidenav a:hover
  185. {
  186. background-repeat:no-repeat;
  187. background-position:right;
  188. border-left:30px solid {color:link hover};
  189. width:180px;
  190. color:{color:link hover};
  191. padding-left:20px;
  192. -webkit-transition-duration: .4s;
  193. -moz-transition-duration: .4s;
  194. }
  195.  
  196.  
  197. #description {
  198. width:230px;
  199. font-size:10px;
  200. padding:5px;
  201. text-align:left;
  202. letter-spacing:1px;
  203. line-height:120%;
  204. margin-top:10px;
  205. margin-left:-71px;
  206. font-family:segoe ui light;
  207. text-transform:uppercase;
  208. border-top: solid 1px {color:border};
  209. }
  210.  
  211. #s-m-t-tooltip {
  212. max-width:300px;
  213. padding:3px 4px 5px 4px;
  214. margin:20px 0px 0px 20px;
  215. background-color:{color:link hover};
  216. border:1px solid {color: border};
  217. font-family:calibri;
  218. font-size:9px;
  219. letter-spacing:2px;
  220. text-transform:uppercase;
  221. color:{color:hoverlink text};
  222. z-index:999999999999999999999999999999999999;
  223. }
  224.  
  225. #pagination {
  226. text-align:center;
  227. margin-top:5px;
  228. }
  229.  
  230. #entries {
  231. padding:20px;
  232. width:500px;
  233. margin-left:500px;
  234. margin-top:40px;
  235.  
  236. }
  237.  
  238. #post {
  239. width:500px;
  240. padding-bottom:20px;
  241.  
  242.  
  243. }
  244.  
  245. #postinfo {
  246. text-align:center;
  247. margin-top:10px;
  248. border-top:1px solid #eee;
  249. padding:2px;
  250. }
  251.  
  252. #question {
  253. float:left;
  254. margin-top:-2px;
  255. margin-right:5px;
  256. padding:8px;
  257. border:1px solid #e3e3e3;
  258.  
  259. }
  260.  
  261.  
  262. #quote{
  263. float:left;
  264. padding-top:5px;
  265. font-family:'dreams';
  266. font-size:38px;
  267. height:auto;
  268. margin-top:0px;
  269. }
  270.  
  271.  
  272.  
  273. #cred {
  274. position:fixed;
  275. font-size:8px;
  276. font-weight:normal;
  277. line-height:150%;
  278. letter-spacing:2px;
  279. right:10px;
  280. bottom:10px;
  281. text-transform:uppercase;
  282. text-align:center;
  283. }
  284.  
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  289. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  290. <script>
  291.  
  292. (function($){
  293.  
  294. $(document).ready(function(){
  295.  
  296. $("a[title]").style_my_tooltips({
  297.  
  298. tip_follows_cursor:true,
  299.  
  300. tip_delay_time:50,
  301.  
  302. tip_fade_speed:600,
  303.  
  304. attribute:"title"
  305.  
  306. });
  307.  
  308. });
  309.  
  310. })(jQuery);
  311.  
  312. </script>
  313.  
  314.  
  315.  
  316.  
  317. </div></div>
  318. </div>
  319.  
  320. <div id="sidebar">
  321.  
  322.  
  323.  
  324. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  325.  
  326. <div class="navtitle"><div class="navtitleinfo">{Blogtitle}</div></div>
  327. <div class="sidenav">
  328. <a href="{text:link1 url}">{text:link1}</a>
  329. <a href="{text:link2 url}">{text:link2}</a>
  330. <a href="{text:link3 url}">{text:link3}</a>
  331. <a href="{text:link4 url}">{text:link4}</a>
  332. <a href="{text:link5 url}">{text:link5}</a>
  333. <a href="{text:link6 url}">{text:link6}</a>
  334. <a href="{text:link7 url}">{text:link7}</a>
  335.  
  336. </div>
  337.  
  338. <div id="description">{Description}</div>
  339.  
  340.  
  341. <div id="pagination">
  342. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  343. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  344. </div>
  345.  
  346. </div>
  347.  
  348.  
  349. <div id="entries">{block:Posts}<div id="post">
  350.  
  351. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  352.  
  353. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  354.  
  355. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  356.  
  357. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  358. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  359. {/block:Quote}
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  364.  
  365. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  366.  
  367. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  368. {block:Caption}<div class="caption">{Caption}</div>
  369. {/block:Caption}{/block:Audio}
  370.  
  371. {block:Answer}<div id="question"><img src="http://cdn3.www.babble.com/wp-content/uploads/2013/10/Middle-Earth-Bow-Tie-50x50.jpg"></div><big><i>{Asker} whispered:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  372.  
  373. <div id="postinfo">on <a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp; with <a href="{Permalink}">{NoteCount}</a> notes &nbsp;&nbsp;&nbsp;&nbsp; {block:RebloggedFrom}from<a href="{ReblogParentURL}"> this</a> blog{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a>{/block:ContentSource}{/block:RebloggedFrom}
  374.  
  375. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{tag}</a> | {/block:Tags}</div>{/block:HasTags}</div></div>
  376.  
  377. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  378.  
  379. </div></div></div></div>
  380. </div>
  381.  
  382. <div id="cred"><div id="credit"><a href="http://themesbyjude.tumblr.com">© JUDE</a></div>
  383.  
  384. </body>
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment