Advertisement
karennn13

for lauren

Jan 22nd, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME BY TEENWOVLES FOR LAUREN -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8.  
  9.  
  10. <meta name="color:bg" content="#FFFFFF">
  11. <meta name="color:link" content="#E6E4E4">
  12. <meta name="color:updates" content="#000000"/>
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30. <meta name="text:linkE" content="">
  31. <meta name="text:linkE url" content="/">
  32. <meta name="color:updates bar" content="#b8b8b8"/>
  33. <meta name="image:Updates" content=""/>
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  42.  
  43. <style>
  44. div#qTip {
  45. padding: 3px;
  46. display: none;
  47. text-align: center;
  48. position: absolute;
  49. font-size:9px;
  50. line-height:9px;
  51. font-family:times;
  52. z-index: 1000;
  53. border: 1px solid #f2f2f2;
  54. background-color:#f4f4f4;
  55. color: #fffffff;
  56. text-transform:normal;
  57. letter-spacing: 1px;
  58. }
  59. </style>
  60.  
  61. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. a {
  69. color:{color:link};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:hover};
  78. text-decoration:none;
  79. -moz-transition-duration:0.5s;
  80. -webkit-transition-duration:0.5s;
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84.  
  85. ::-webkit-scrollbar{background: transparent; width: 6px;} ::-webkit-scrollbar-thumb{background-color:{color:scrollbar}; border-radius: 10px;} ::-webkit-scrollbar-track{background: transparent;}
  86.  
  87.  
  88. body {
  89. background-color:{color:bg};
  90. font-family:times;
  91. font-weight:normal;
  92. }
  93.  
  94.  
  95.  
  96.  
  97. h1 {
  98. font-weight:normal;
  99. font-size:10px;
  100. text-align:center;
  101. font-style:normal;
  102. line-height:80%;
  103. letter-spacing:1px;
  104. text-transform:uppercase;
  105. color:{color:text};
  106. }
  107.  
  108. h2 {
  109. font-size:15px;
  110. text-align:center;
  111. line-height:100%;
  112. letter-spacing:-0.5px;
  113. color:{color:text};
  114. font-weight:normal;
  115. padding:5px;
  116. padding-bottom:2px;
  117. }
  118.  
  119.  
  120. blockquote {
  121. border-left:2px solid {color:text};
  122. padding-left:5px;
  123. margin:5px;
  124. }
  125.  
  126. #theme {
  127. background-color:{color:bg};
  128. width:700px;
  129. margin: 0 auto -12px auto;
  130. text-align: center;
  131. }
  132.  
  133. #sidebar {
  134. color:{color:text};
  135. position:fixed;
  136. width:210px;
  137. height:auto;
  138. margin-top:180px;
  139. margin-left:-80px;
  140. text-align:left;
  141. }
  142.  
  143. #sidebar img {
  144. width:210px;
  145. height:auto;
  146. margin-bottom:7px;
  147. }
  148.  
  149.  
  150. .links {
  151. margin-bottom:7px;
  152. font-size:14px;
  153. text-transform:uppercase;
  154. text-align:center;
  155. letter-spacing:2px;
  156. line-height:100%;
  157. border-bottom:0px solid{color:border};
  158. border-top:0px solid {color:border};
  159. }
  160.  
  161. .links a{
  162. padding:14px;
  163. color:{color:link};
  164. letter-spacing:0px;
  165. text-decoration:none;
  166. -moz-transition-duration:1s;
  167. -webkit-transition-duration:1s;
  168. -o-transition-duration:1s;
  169. }
  170.  
  171. .links a:hover{
  172. color:{color:hover};
  173. -moz-transition-duration:1s;
  174. -webkit-transition-duration:1s;
  175. -o-transition-duration:1s;
  176. text-decoration:line-through;
  177. }
  178.  
  179.  
  180. iframe#tumblr_controls {
  181. top: 0% !important;
  182. right:0% !important;
  183. opacity:0.3;
  184. position: fixed !important;
  185. filter:alpha(opacity=30);
  186. -webkit-transition: all 0.7s ease;
  187. -moz-transition: all 0.7s ease;
  188. -o-transition: all 0.7s ease;
  189. }
  190. iframe#tumblr_controls:hover{
  191. top: 0% !important;
  192. right:0% !important;
  193. opacity:0.8;
  194. position: fixed !important;
  195. filter:alpha(opacity=80);
  196. -webkit-transition: all 0.7s ease;
  197. -moz-transition: all 0.7s ease;
  198. -o-transition: all 0.7s ease;
  199. }
  200.  
  201. .desc {
  202. margin-bottom:10px;
  203. text-align:justify;
  204. font-size:10px;
  205. color:{color:text};
  206. letter-spacing:1px;
  207. line-height:150%;
  208. }
  209.  
  210. .desc a {
  211. color:{color:link};
  212. }
  213.  
  214. .pagination{
  215. text-align:center;
  216. margin-top:20px;
  217. font-size:8px;
  218. font-style:normal;
  219. text-transform:lowercase;
  220. letter-spacing:1px;
  221. }
  222.  
  223. .pagination a.next{
  224. color:black;
  225. margin-left:10px;
  226. }
  227.  
  228. .pagination a.prev{
  229. color:black;
  230. margin-right:10px;
  231. }
  232. #stuffcontainer {
  233.  
  234. float:left;
  235. margin-left:200px;
  236. margin-top:25px;
  237. text-align:justify;
  238. background-color:{color:bg};
  239. color:{color:text};
  240. margin-bottom: 35px;
  241. }
  242.  
  243.  
  244. #stuff {
  245. width:500px;
  246. margin-top:75px;
  247. text-align:justify;
  248. font-size:11px;
  249. line-height:90%;
  250. letter-spacing:0x;
  251. color:{color:text};
  252. }
  253. #stuff:hover{-webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out;-o-filter: grayscale(0%); -o-transition: .5s ease-in-out;} #stuff{-webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out-o-filter: grayscale(100%); -o-transition: .5s ease-in-out;}
  254.  
  255. .caption {
  256. width:500px;
  257. text-align:justify;
  258. line-height:120%;
  259. }
  260.  
  261. .ask {
  262. padding:10px;
  263. text-align:left;
  264. color:{color:text};
  265. background-color:{color:infobg};
  266. border-bottom:0px solid {color:border};
  267. border-right:0px solid {color:border};
  268. }
  269.  
  270. .ans {
  271. text-align:left;
  272. padding:10px;
  273. color:{color:text};
  274. }
  275.  
  276. .audio {
  277. width:500px;
  278. padding-bottom:10px;
  279. background-color:{color:infobg};
  280. }
  281.  
  282. .albumart {
  283. float:left;
  284. padding:0px 10px 10px 0px;
  285. }
  286.  
  287. .albumart img {
  288. width:45px;
  289. height:45px;
  290. }
  291.  
  292. .playercontainer {
  293. text-align:left;
  294. padding:10px;
  295. background-color:#ffffff;
  296. width:480px;
  297. }
  298.  
  299. .audioinfo {
  300. padding:10px;
  301. color:{color:text};
  302. }
  303.  
  304. #postinfo {
  305. width:490px;
  306. padding:5px;
  307. font-size:7px;
  308. color:{color:link};
  309. text-transform:uppercase;
  310. font-style:normal;
  311. letter-spacing:2px;
  312. text-align:left;
  313. border-top:0px solid {color:border};
  314. border-bottom:0px solid {color:border};
  315. -moz-transition-duration:0.5s;
  316. -webkit-transition-duration:0.5s;
  317. -o-transition-duration:0.5s;
  318. }
  319.  
  320. #postinfo a {
  321. color:{color:link};
  322. text-align:center;
  323. letter-spacing:1px;
  324. font-style:normal;
  325. }
  326.  
  327. #postinfo a:hover {
  328. color:{color:hover};
  329. }
  330.  
  331. .note {
  332. text-transform:uppercase;
  333. font-style:normal;
  334. letter-spacing:0px;
  335. font-size: 9px;
  336. text-align:left;
  337. line-height:90%;
  338. margin-left:-40px;
  339. }
  340.  
  341. .note li {
  342. list-style-type:none;
  343. border-bottom:1px solid {color:border};
  344. padding:10px 25px 10px 25px;
  345. text-align:left;
  346. margin:0px;
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;
  350. }
  351.  
  352. .tags {
  353. font-style:normal;
  354. width:500px;
  355. text-transform:uppercase;
  356. font-style:normal;
  357. color:{color:tags};
  358. letter-spacing:2px;
  359. line-height:120%;
  360. font-size:8px;
  361. text-align:left;
  362. padding:2px;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367.  
  368. .tags a {
  369. color:{color:tags};
  370. letter-spacing:1px;
  371. padding:1px;
  372. }
  373.  
  374. .tags a:hover {
  375. color:{color:link};
  376. }
  377.  
  378. ul.chat, .chat ol, .chat li {
  379. list-style:none;
  380. margin:0px;
  381. padding:2px;
  382. }
  383.  
  384. .label {
  385. text-decoration:underline;
  386. font-weight:700;
  387. background-color:{color:infobg};
  388. margin-right:5px;
  389. }
  390.  
  391. #cred {
  392. position:fixed;
  393. font-size:8px;
  394. font-weight:normal;
  395. line-height:150%;
  396. letter-spacing:2px;
  397. right:10px;
  398. bottom:10px;
  399. text-transform:uppercase;
  400. text-align:center;
  401. }
  402.  
  403. #update{
  404. opacity:0.8;
  405. position:fixed;
  406. bottom:0px;
  407. left:30px;
  408. width:150px;
  409. height:auto;
  410. text-align: center;
  411. font-family: Garamond;
  412. font-size:12px;
  413. word-wrap:break-word;
  414. border-bottom:1px solid #d8d8d8;
  415. transition-duration: 0.8s;
  416. -moz-transition-duration: 0.8s;
  417. -webkit-transition-duration: 0.8s;
  418. -o-transition-duration: 0.8s;
  419. }
  420.  
  421. #update img{
  422. width:130px;
  423.  
  424. }
  425.  
  426. #update:hover{
  427. bottom:170px;
  428. transition-duration: 0.8s;
  429. -moz-transition-duration: 0.8s;
  430. -webkit-transition-duration: 0.8s;
  431. -o-transition-duration: 0.8s;
  432. }
  433.  
  434. .words{
  435. position:fixed;
  436. bottom:-170px;
  437. width:130px;
  438. height:150px;
  439. padding:10px;
  440. background:{color:updates bar};
  441. text-align:left;
  442. line-height:110%;
  443. overflow:auto;
  444. transition-duration: 0.8s;
  445. -moz-transition-duration: 0.8s;
  446. -webkit-transition-duration: 0.8s;
  447. -o-transition-duration: 0.8s;
  448.  
  449. }
  450.  
  451. #update:hover .words{
  452. bottom:0px;
  453. transition-duration: 0.8s;
  454. -moz-transition-duration: 0.8s;
  455. -webkit-transition-duration: 0.8s;
  456. -o-transition-duration: 0.8s;
  457. }ext-decoration:none;
  458. }
  459. {CustomCSS}
  460.  
  461. </style></head>
  462.  
  463.  
  464. <body>
  465. <div id="update"><img width="130px" src="{image:updates}">
  466. <div class="words">
  467.  
  468. <big><b><i><center><u>&nbsp;Updates&nbsp; </u></center></i></b></big><br>
  469.  
  470. <!-------------------------INSERT UPDATES HERE----------------------->
  471. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  472.  
  473. <!---------------------------------END-------------------------------->
  474. </div>
  475. </div>
  476. <div id="theme">
  477.  
  478. <div id="sidebar">
  479. <img src="{image:sidebar}">
  480. <div class="links">
  481. {block:IfLinkA}
  482. <a href="/" title={text:linkA}>♥</a>
  483. {/block:IfLinkA}
  484. {block:IfLinkB}
  485. <a href="/" title={text:linkB}>♥</a>
  486. {/block:IfLinkB}
  487. {block:IfLinkC}
  488. <a href="/" title={text:linkC}>♥</a>
  489. {/block:IfLinkC}
  490. {block:IfLinkD}
  491. <a href="/" title={text:linkD}>♥</a>
  492. {/block:IfLinkD}
  493. {block:IfLinkE}
  494. <a href="/" title={text:linkE}>♥</a>
  495. {/block:IfLinkE}
  496. </div>
  497. <div class="desc">
  498. {Description}
  499. </div>
  500. {block:Pagination}
  501. <div class="pagination">
  502. {block:PreviousPage}<a class="prev" href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  503. {block:NextPage}<a class="next" href="{NextPage}">→</a>{/block:NextPage}
  504. </div>
  505. {/block:Pagination}
  506.  
  507. </div>
  508.  
  509. <div id="stuffcontainer">
  510.  
  511. {block:Posts}
  512.  
  513. <div id="stuff">
  514.  
  515. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  516.  
  517. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  518.  
  519. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  520. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  521.  
  522. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  523.  
  524. {block:Photoset}<center>{Photoset-500}</center>
  525. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  526.  
  527. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  528.  
  529. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  530.  
  531. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  532.  
  533. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  534. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  535. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  536. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  537. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  538.  
  539.  
  540.  
  541. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  542. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  543. {block:HasTags}
  544. <div class="tags">
  545. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  546. {/block:HasTags}
  547. <div class="note">
  548. {block:PostNotes}{PostNotes}{/block:PostNotes}
  549. </div>
  550. </div>
  551. {/block:Posts}
  552.  
  553.  
  554. </div>
  555.  
  556. <div id="cred"><a href="http://teenwovles.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  557.  
  558. </div>
  559. </div>
  560. </div>
  561. </body>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement