Advertisement
SeleneTheFallen

Untitled

Jan 7th, 2013
2,945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <head>
  2. <meta name="color:Text" content="#6d6d6d"/>
  3. <meta name="color:Entry BG" content="#e4e4e4"/>
  4. <meta name="color:Sidebar BG" content="#d8d8d8"/>
  5. <meta name="color:Title BG" content="#d693b3"/>
  6. <meta name="color:Description BG" content="#e4e4e4"/>
  7. <meta name="color:Sidebar Link BG" content="#d693b3"/>
  8. <meta name="color:Sidebar Link Text" content="#383737"/>
  9. <meta name="color:Sidebar Link BG Hover" content="#8a6b7a"/>
  10. <meta name="color:Sidebar Link Text Hover" content="#e0e0e0"/>
  11. <meta name="color:Entry Title" content="#cacaca"/>
  12. <meta name="color:Block Quote" content="#6d6d6d"/>
  13. <meta name="color:Next BG" content="#634654"/>
  14. <meta name="color:Next Text" content="#e0e0e0"/>
  15. <meta name="color:Next Border Color" content="#c7afbb"/>
  16. <meta name="color:Next BG Hover" content="#4d3942"/>
  17. <meta name="color:Next Text Hover" content="#8b8a8a"/>
  18. <meta name="color:Next Border Color Hover" content="#a7959e"/>
  19. <meta name="color:Prev BG" content="#d693b3"/>
  20. <meta name="color:Prev Text" content="#383737"/>
  21. <meta name="color:Prev Border Color" content="#8a6b7a"/>
  22. <meta name="color:Prev BG Hover" content="#a3748b"/>
  23. <meta name="color:Prev Text Hover" content="#1f1e1e"/>
  24. <meta name="color:Prev Border Color Hover" content="#5c4b53"/>
  25. <meta name="color:Tag Color" content="#d693b3"/>
  26. <meta name="color:Tag Color Hover" content="#8a6b7a"/>
  27. <meta name="color:Description Shadow Color" content="#c4c4c4"/>
  28. <meta name="color:Ask BG" content="#d1d1d1"/>
  29. <meta name="color:Ask Text" content="#535353"/>
  30. <meta name="color:Link" content="#d693b3"/>
  31. <meta name="color:Link Hover" content="#a7959e"/>
  32. <meta name="color:Shadow Color" content="#bbbbbb"/>
  33. <meta name="color:BG color" content="#e4e4e4"/>
  34. <meta name="image:BG image" content=""/>
  35. <meta name="image:Sidebar BG" content=""/>
  36. <meta name="image:Sidebar Image" content=""/>
  37. <meta name="text:Link 1" content="Link 1">
  38. <meta name="text:Link 1url" content="/">
  39. <meta name="text:Link 2" content="Link 2">
  40. <meta name="text:Link 2url" content="/">
  41. <meta name="text:Link 3" content="Link 3">
  42. <meta name="text:Link 3url" content="/">
  43. <meta name="text:Link 4" content="Link 4">
  44. <meta name="text:Link 4url" content="/">
  45. <meta name="text:Link 5" content="Link 5">
  46. <meta name="text:Link 5url" content="/">
  47. <meta name="text:Link 6" content="Link 6">
  48. <meta name="text:Link 6url" content="/">
  49. <meta name="text:Link 7" content="Link 7">
  50. <meta name="text:Link 7url" content="/">
  51. <meta name="text:Link 8" content="Link 8">
  52. <meta name="text:Link 8url" content="/">
  53. <meta name="text:Link 9" content="Link 9">
  54. <meta name="text:Link 9url" content="/">
  55. <title>{Title}</title>
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60. <link rel="shortcut icon" href="{Favicon}" />
  61. <style type="text/css">
  62. body{
  63. font-family: calibri;
  64. font-size: 12px;
  65. letter-spacing: -1px;
  66. line-height: 100%;
  67. color: {color:Text};
  68. background-color: {color:BG color};
  69. background-image: url('{image:BG image}');
  70. background-repat: repeat;
  71. margin-top: 0px;
  72. margin-left: 0px;
  73. overflow-x: hidden;}
  74. blockquote {
  75. padding-left:5px;
  76. margin:0px;
  77. border-left: 3px solid {color:Block Quote};}
  78. #entries{
  79. width: 100%;
  80. margin-top: 30px;
  81. margin-left: 30px;
  82. text-align: justify;}
  83.  
  84. #posts{
  85. padding-left: 25px;
  86. padding-right: 25px;
  87. padding-top: 25px;
  88. width: 500px;
  89. text-align: justify;
  90. margin-bottom: 30px;
  91. background-color: {color:Entry BG};
  92. box-shadow: {color:Shadow Color} 0px 0px 50px 1px inset;
  93. padding-bottom: 18px;}
  94. #sidebar{
  95. margin-left: 610px;
  96. width: 100%;
  97. z-index: 0;
  98. position: fixed;
  99. height: 100%;
  100. margin-top: -30px;
  101. padding: 30px;
  102. background-color: {color:Sidebar BG};
  103. background-image: url('{image:Sidebar BG}');
  104. background-repat: repeat;}
  105. #sideimage img {
  106. width: 320px;
  107. margin-bottom: 0px;
  108. margin-top: 0px;
  109. }
  110. #title {
  111. background-color: {color:Title BG};
  112. width: 320px;
  113. line-height: 25px;
  114. height: 25px;
  115. font-family: arial black, calibri;
  116. text-transform: uppercase;
  117. text-align: center;
  118. letter-spacing: -1px;
  119. margin-bottom: 0px;
  120. margin-top: -2px;}
  121. #welcomedrink {
  122. background-color: {color:Description BG};
  123. font-size: 11px;
  124. opacity: 0.2;
  125. padding: 20px;
  126. height: auto;
  127. width: 280px;
  128. letter-spacing: 0px;
  129. line-height: 100%;
  130. border-bottom-right-radius: 100px;
  131. -moz-border-radius-bottomright: 100px;
  132. -webkit-border-bottom-right-radius: 100px;
  133. border-bottom-left-radius: 100px;
  134. -moz-border-radius-bottomleft: 100px;
  135. -webkit-border-bottom-left-radius: 100px;
  136. -webkit-transition: all 1s ease;
  137. -moz-transition: all 1s ease;
  138. -o-transition: all 1s ease;
  139. text-align: justify;
  140. box-shadow: {color:Description Shadow Color} 0px -15px 50px 1px inset;
  141. }
  142. a, a:visited, a:active {
  143. text-decoration: none;
  144. color: {color:Link};
  145. -webkit-transition: all 0.7s ease;
  146. -moz-transition: all 0.7s ease;
  147. -o-transition: all 0.7s ease;
  148. }
  149. a:hover {
  150. color: {color:Link Hover};
  151. }
  152. #welcomedrink:hover {
  153. opacity: 1;
  154. }
  155. h1{
  156. font-size: 25px;
  157. text-transform: uppercase;
  158. font-family: arial black, calibri;
  159. letter-spacing: -3px;
  160. text-align: center;
  161. line-height: 85%;
  162. margin-top: 0px;
  163. color: {color:Entry Title};
  164. }
  165. #linky {
  166. width: 280px;
  167. font-size: 10px;
  168. margin-top: 10px;
  169. text-transform: uppercase;
  170. line-height: 15px;
  171. text-align: center!important;
  172. }
  173. #linky a, a:visited, a:active {
  174. margin-left: 1.5px;
  175. margin-right: 1.5px;
  176. margin-bottom: 5px;
  177. padding-right: 2px;
  178. padding-left: 2px;
  179. opacity: 1;
  180. height: 15px;
  181. line-height: 15px;
  182. width: 50px;
  183. display: inline-block;
  184. background-color: {color:Sidebar Link BG};
  185. color: {color:Sidebar Link Text};
  186. text-align: center !important;
  187. text-decoration: none;
  188. }
  189. #linky a:hover {
  190. background-color: {color:Sidebar Link BG Hover};
  191. color: {color:Sidebar Link Text Hover};
  192. -webkit-transition: all 1s ease;
  193. -moz-transition: all 1s ease;
  194. -o-transition: all 1s ease;
  195. }
  196. #tagsie {
  197. text-transform: uppercase;
  198. font-size: 10px;
  199. text-align: center;}
  200. #tagsie a {
  201. color: {color:Tag Color};
  202. }
  203. #tagsie a:hover {
  204. color: {color:Tag Color Hover};
  205. }
  206. #paginext {
  207. z-index: 40;
  208. width: 50px;
  209. height: 50px;
  210. line-height: 40px;
  211. font-size: 40px;
  212. font-family: arial black; calibri;
  213. bottom: 10px;
  214. text-align: center;
  215. left: 570px;
  216. position: fixed;}
  217. #paginext a, a:visited, a:active {
  218. width: 50px;
  219. height: 50px;
  220. line-height: 40px;
  221. font-size: 40px;
  222. font-family: arial black; calibri;
  223. background-color: {color:Next BG};
  224. color: {color:Next Text};
  225. bottom: 10px;
  226. text-align: center;
  227. left: 570px;
  228. text-decoration: none;
  229. position: fixed;
  230. border-radius: 2em;
  231. -moz-border-radius: 2em;
  232. -webkit-border-radius: 2em;
  233. border: 15px solid {color:Next Border Color};
  234. -webkit-transition: all 1s ease;
  235. -moz-transition: all 1s ease;
  236. -o-transition: all 1s ease;}
  237. #paginext a:hover {
  238. background-color: {color:Next BG Hover};
  239. color: {color:Next Text Hover};
  240. border: 15px solid {color:Next Border Color Hover};}
  241. .audio {
  242. display: block;
  243. text-align:left;
  244. text-transform: uppercase;
  245. float: left;
  246. }
  247. .album {
  248. width: 100px;
  249. height: 100px;
  250. margin-right:5px;
  251. margin-left:10px;
  252. margin-top:5px;
  253. }
  254. #pagiprev {
  255. width: 50px;
  256. z-index: 4;
  257. height: 50px;
  258. line-height: 40px;
  259. font-size: 40px;
  260. font-family: arial black; calibri;
  261. bottom: 100px;
  262. text-align: center;
  263. left: 570px;
  264. position: fixed;}
  265. #pagiprev a, a:visited, a:active {
  266. text-decoration: none;
  267. width: 50px;
  268. height: 50px;
  269. line-height: 40px;
  270. font-size: 40px;
  271. font-family: arial black; calibri;
  272. background-color: {color:Prev BG};
  273. color: {color:Prev Text};
  274. bottom: 100px;
  275. text-align: center;
  276. left: 570px;
  277. position: fixed;
  278. border-radius: 2em;
  279. -moz-border-radius: 2em;
  280. -webkit-border-radius: 2em;
  281. border: 15px solid {color:Prev Border Color};
  282. -webkit-transition: all 1s ease;
  283. -moz-transition: all 1s ease;
  284. -o-transition: all 1s ease;}
  285. #pagiprev a:hover {
  286. background-color: {color:Prevt BG Hover};
  287. color: {color:Prev Text Hover};
  288. border: 15px solid {color:Prev Border Color Hover};}
  289. #ask {
  290. background-color: {color:Ask BG};
  291. color: {color:Ask Text};
  292. padding: 10px;
  293. text-align: justify;
  294. margin-bottom: -15px;
  295. margin-top: -15px;
  296. }
  297. </style>
  298. </head>
  299.  
  300. <body>
  301.  
  302. <div id="pagiprev">
  303. {block:Pagination}
  304. {block:PreviousPage}
  305. <a href="{PreviousPage}"><b>«</b></a>
  306. {/block:PreviousPage}
  307. {/block:Pagination}</div>
  308. </div>
  309.  
  310. <div id="paginext">
  311. {block:Pagination}
  312. {block:NextPage}
  313. <a href="{NextPage}"><b>»</b></a>
  314. {/block:NextPage}
  315. {/block:Pagination}</div>
  316. </div>
  317.  
  318. <div id="sidebar">
  319. <div id="sideimage"><img src="{image:Sidebar Image}"></div>
  320. <div id="title">{Title}</div>
  321. <div id="welcomedrink">{Description}
  322. <div id="linky" align="center">
  323. <a href="{text:Link 1url}">{text:Link 1}</a>
  324. <a href="{text:Link 2url}">{text:Link 2}</a>
  325. <a href="{text:Link 3url}">{text:Link 3}</a>
  326. <a href="{text:Link 4url}">{text:Link 4}</a>
  327. <br>
  328. <a href="{text:Link 5url}">{text:Link 5}</a>
  329. <a href="{text:Link 6url}">{text:Link 6}</a>
  330. <a href="{text:Link 7url}">{text:Link 7}</a>
  331. <br>
  332. <a href="{text:Link 8url}">{text:Link 8}</a>
  333. <a href="{text:Link 9url}">{text:Link 9}</a>
  334. </div>
  335. </div>
  336. </div>
  337.  
  338. <div id="entries">
  339. {block:Posts}
  340. <div id="posts">
  341. <!--LINK-->
  342. {block:Link}
  343. <a href="{URL}"><h1>{Name}</h1></a>
  344. {/block:Link}
  345. <!--QUOTE-->
  346. {block:Quote}
  347. <div style="">
  348. <center>❝<big><big>{Quote}</big></big>❞</center>
  349. </div>
  350. <div style="text-align:right;">
  351. {Source}
  352. </div>
  353. {/block:Quote}
  354. <!--TEXT-->
  355. {block:Text}
  356. {block:Title}
  357. <h1>{Title}</h1>
  358. {/block:Title}
  359. {Body}
  360. {/block:Text}
  361. <!--PHOTO-->
  362. {block:Photo}
  363. {LinkOpenTag}
  364. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  365. {LinkCloseTag}
  366. {block:Caption}
  367. {Caption}
  368. {/block:Caption}
  369. {/block:Photo}
  370. <!--PHOTOSET-->
  371. {block:Photoset}
  372. <center>{Photoset-500}</center>
  373. {block:Caption}
  374. {Caption}
  375. {/block:Caption}
  376. {/block:Photoset}
  377.  
  378. <!--CHAT-->
  379. {block:Chat}
  380. <h1>{Title}</h1>
  381. {block:Lines}
  382. {block:Label}
  383. <span class="label" style="text-transform: uppercase; line-height:105%;">
  384. <b>{Label}</b>
  385. </span>
  386. {/block:Label}
  387. {Line}<br>
  388. {/block:Lines}
  389. {/block:Chat}
  390. <!--VIDEO-->
  391. {block:Video}
  392. {Video-500}
  393. {block:Caption}
  394. {Caption}
  395. {/block:Caption}
  396. {/block:Video}
  397.  
  398. <!--ASK-->
  399. {block:Answer}
  400. <h1><center>{Asker} whispered:</center></h1>
  401. <div id="ask"><center>{Question}</center></div><br>
  402. {Answer}
  403. {/block:Answer}
  404. <!--AUDIO-->
  405. {block:Audio}
  406. <div style="height:102px;"><div class="audio">
  407. {block:AlbumArt}
  408. <div class="album">
  409. <img src="{AlbumArtURL}" height="100" width="100"></div>
  410. {/block:AlbumArt}
  411. </div>
  412. <br>
  413. {block:TrackName}
  414. <b>Music:</b>
  415. {TrackName}<br />
  416. {/block:TrackName}
  417. {block:Artist}
  418. <b>Artist:</b> {Artist}<br />
  419. {/block:Artist}
  420. Played {PlayCount} times
  421. <br><br>
  422. {AudioPlayerGrey}
  423. </div>
  424. {/block:Audio}
  425. <!--NOTES-->
  426.  
  427. <div id="tagsie">
  428. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &nbsp&nbsp&nbsp&nbsp <a href="{Permalink}">+ {NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom}&nbsp&nbsp&nbsp&nbsp <a href="{ReblogParentURL}">+ {ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp&nbsp&nbsp&nbsp <a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}</div>
  429.  
  430. <!--TAGS-->
  431.  
  432. {block:HasTags}
  433. <center>
  434. <div id="tagsie">
  435. {block:Tags}
  436. <a href="{TagURL}">&nbsp&nbsp&nbsp&nbsp&nbsp + {Tag}</a>
  437. {/block:Tags}
  438. </div>
  439. </center>
  440. {/block:HasTags}
  441. {block:PostNotes}
  442. <br>{PostNotes}
  443. {/block:PostNotes}
  444. </div>
  445. {/block:Posts}
  446.  
  447. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement