msstephyyanne

Theme Eleven: Fallen Angel

Apr 5th, 2014
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. <!-- THEME ELEVEN - FALLEN ANGEL - BY WAYWARDJUDE DO NOT REMOVE THE CREDIT OR STEAL THE CODE DO NOT USE THIS CODE AS A BASE CODE EITHER, BECAUSE THAT'S NOT WHAT IT IS. FELL FREE TO COME TO ME WITH ANY QUESTIONS YOU HAVE -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="text:blogtitle" content="/" />
  14.  
  15. <meta name="color:background" content="#fff" />
  16. <meta name="color:text" content="#6783a2" />
  17. <meta name="color:link" content="#8d8c8d" />
  18. <meta name="color:linkhovercolor" content="#c48e8e" />
  19. <meta name="color:post-border" content="#75b1d6" />
  20. <meta name="color:post-bg" content="#ffffff" />
  21.  
  22. <meta name="image:sidebar img" content="" />
  23. <meta name="image:background" content="" />
  24.  
  25. <meta name="text:Link 1 URL" content="/"/>
  26. <meta name="text:Link 1" content="home"/>
  27. <meta name="text:Link 2 URL" content="/ask"/>
  28. <meta name="text:Link 2" content="message"/>
  29. <meta name="text:Link 3 URL" content="/"/>
  30. <meta name="text:Link 3" content="link 3"/>
  31. <meta name="text:Link 4 URL" content="/"/>
  32. <meta name="text:Link 4" content="link 4"/>
  33. <meta name="text:Link 5 URL" content="/"/>
  34. <meta name="text:Link 5" content="link 5"/>
  35. <meta name="text:Link 6 URL" content="/"/>
  36. <meta name="text:Link 6" content="link 6"/>
  37.  
  38.  
  39. <style type="text/css">
  40. @font-face{font-family: Broken;src:url(http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf);}
  41.  
  42. @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  43.  
  44. @font-face{font-family:Jane Austen;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  45.  
  46. @font-face{font-family:Never; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  47.  
  48. @font-face {font-family:Painted;src:url(http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf);}
  49.  
  50. @font-face{font-family:Spaced Out;src:url(http://static.tumblr.com/9wzbixa/WTgmkupxp/spaced_out.ttf);}
  51.  
  52. @font-face{font-family:Hello;src:url(http://static.tumblr.com/9wzbixa/tpAmj2jin/hello_seattle.ttf);}
  53.  
  54. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:2px; background-color:#838282;}
  57. ::-webkit-scrollbar {background-color:#838282;height:5px;width:12px;border:5px solid #fff;}
  58.  
  59.  
  60.  
  61. body {
  62. background: {color:background};
  63. background-image: url('{image:background}');
  64. margin-left: 100px;
  65. padding: 0;
  66. position:absolute;
  67. font-family: calibri;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:linkhovercolor};
  82. -webkit-transition: all 0.5s ease-in-out;
  83. -moz-transition: all 0.5s ease-in-out;
  84. -o-transition: all 0.5s ease-in-out;
  85. }
  86.  
  87.  
  88.  
  89.  
  90. #blogtitle {
  91. font-family:'just realize';
  92. color:{color:text};
  93. margin-top:85px;
  94. margin-left:30px;
  95. font-size:21px;
  96. font-style:bold;
  97. text-align:center;
  98. text-decoration:none;
  99. line-height:95%;
  100. width:100px;
  101. }
  102.  
  103.  
  104. #sidebar {
  105. position:fixed;
  106. margin-top:120px;
  107. margin-left:30px;
  108. width:400px;
  109. padding:5px;
  110. }
  111.  
  112.  
  113. #sidebarpic img {
  114. margin-top:-150px;
  115. width:150px;
  116. height:170px;
  117. text-align:center;
  118. border: double 2px #000; padding:2px;
  119. }
  120.  
  121.  
  122. #description {
  123. margin-top:5px;
  124. width: 192px;
  125. margin-left: 80px;
  126. text-align:left;
  127. font-family:calibri;
  128. font-size:11px;
  129. color:{color:text};
  130. letter-spacing:0px;
  131. line-height:150%;
  132. padding: 4px;
  133. background-color:none;
  134. border-bottom: 1px dotted {color:border};
  135. }
  136.  
  137.  
  138.  
  139. #links {
  140. width:42px;
  141. margin-top:12px;
  142. float:right;
  143. color:{color:link};
  144. }
  145.  
  146. #links a {
  147. text-align:center;
  148. display:block;
  149. height:14px;
  150. font-family: 'Raleway', sans-serif;
  151. font-weight:600;
  152. font-size:9px;
  153. margin-bottom:5px;
  154. margin-left:-700px;
  155. line-height:26px;
  156. text-transform:uppercase;
  157. letter-spacing:1.6px;
  158. -webkit-transition:all 0.8s;
  159. -moz-transition: all 0.8s;
  160. -o-transition: all 0.8s;
  161. -ms-transition: all 0.8s;
  162. }
  163.  
  164.  
  165.  
  166.  
  167. #entry {
  168. font-size:12px;
  169. margin-left: 460px;
  170. margin-top:40px;
  171. float: right;
  172. text-align: justify;
  173. }
  174.  
  175. #post {
  176. font-size:12px;
  177. width: 500px;
  178. color:{color:text};
  179. text-align: justify;
  180. padding:30px;
  181. text-transform:none;
  182. background:white;
  183. }
  184.  
  185.  
  186.  
  187.  
  188. #info {
  189. width:490px;
  190. text-align:right;
  191. font-family:calibri;
  192. font-size:9px;
  193. word-spacing: 2px;
  194. text-transform:none;
  195. padding:5px;
  196. color:{color:info};
  197. line-height:10px;
  198. margin-top:8px;
  199. margin-bottom:55px;
  200. }
  201.  
  202.  
  203. .tags{
  204. width:500px;
  205. padding:5px;
  206. margin-top:0px;
  207. margin-left:-5px;
  208. text-align:right;
  209. font-size:10px;
  210. letter-spacing:1px;
  211. opacity:0;
  212. color:{color:links};
  213. }
  214.  
  215.  
  216.  
  217. .note {
  218. text-transform:lowercase;
  219. font-style:normal;
  220. letter-spacing:0px;
  221. font-size: 10px;
  222. text-align:left;
  223. line-height:90%;
  224. margin-left:-40px;
  225. margin-top: 50px;
  226. }
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. #credit {
  234. position:fixed;
  235. right:0px;
  236. bottom:0px;
  237. padding:4px;
  238. text-transform:none;
  239. font-family: 'just realize';
  240. font-weight:none;
  241. letter-spacing:1px;
  242. margin-bottom:3px;
  243. font-size:9px;
  244. margin-right:3px;
  245. border:1px solid;
  246. opacity:0.7;
  247. border-color:#bbb;
  248. background: #fff;
  249. -moz-transition-duration:1s;
  250. -webkit-transition-duration:1s;
  251. -o-transition-duration:1s;
  252. }
  253.  
  254. #credit:hover {
  255. opacity:1;
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261. {CustomCSS}
  262. </style>
  263. </head>
  264.  
  265. <body>
  266.  
  267. <div id="sidebar">
  268. <center>
  269. <div id="blogtitle">{text:blogtitle}</div></center>
  270. <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
  271. <div id="links">
  272. <a href="{text:Link 1 URL}" >{text:Link 1}</a>
  273. <a href="{text:Link 2 URL}" >{text:Link 2}</a>
  274. <a href="{text:Link 3 URL}" >{text:Link 3}</a>
  275. <a href="{text:Link 4 URL}" >{text:Link 4}</a>
  276. <a href="{text:Link 5 URL}" >{text:Link 5}</a>
  277. <a href="{text:Link 6 URL}" >{text:Link 6}</a>
  278. </div>
  279.  
  280. <div id="description">{Description}</div>
  281. <center>
  282. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
  283. </center></div>
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. <div id="entry">
  291. {block:Posts}
  292. <div id="post">
  293.  
  294. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  295.  
  296. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  297.  
  298. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  299. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  300.  
  301. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  302. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  303.  
  304. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  305. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  306.  
  307. {block:Answer}
  308. <div class="question">
  309. <b>{Asker}</b> asked:<br>
  310. {Question}</div>{Answer}
  311. {/block:Answer}
  312.  
  313.  
  314.  
  315. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  316.  
  317. <div id="info">Fell <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> wings{/block:NoteCount}{block:RebloggedFrom} ( <a href="{ReblogParentURL}">{ReblogParentName}</a>
  318. {block:ContentSource}<a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom}<br>
  319. {block:HasTags}tagged as: {block:Tags} <a href="/tagged/{Tag}">{Tag}</a>,{/block:Tags}
  320. </div>{block:HasTags}
  321. <div class="note">
  322. {block:PostNotes}{PostNotes}{/block:PostNotes}
  323. </div>
  324. </div>
  325. {/block:Posts}</div></div><br>
  326.  
  327.  
  328.  
  329.  
  330. </div>
  331. <div id="credit"><a href="http://waywardjude.tumblr.com">JUDE</a></div>
  332. </body>
  333.  
  334. </html>
Advertisement
Add Comment
Please, Sign In to add comment