sweetcandyskittles

Dainty Red theme

Dec 24th, 2012
1,485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. <html>
  2. <!-- DAINTY RED - leshistoire.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Enjoy!-->
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{portraitURL-48}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <!--META-->
  9. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  10. <meta name="keywords" content="blog, tumblr"/>
  11. <meta name="text:twitter username" content="claricedeguia_">
  12. <meta name="text:title" content="//DAINTYRED">
  13. <meta name="text:quote" content="Artists can color the sky red because they know it's blue. ~ Jules Feiffer">
  14. <meta name="image:display photo" content="http://25.media.tumblr.com/cf63079f36a10f28e23a3abbae421488/tumblr_mf3q31uS6v1rmhfeao1_500.jpg">
  15. <meta name="text:LINK1URL" content="/">
  16. <meta name="text:LINK2URL" content="/">
  17. <meta name="text:LINK3URL" content="/">
  18. <meta name="text:LINK1" content="LINK1">
  19. <meta name="text:LINK2" content="LINK2">
  20. <meta name="text:LINK3" content="LINK3">
  21. <!--FONTS-->
  22. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel|Sacramento|Open+Sans+Condensed:300,300italic|Pacifico' rel='stylesheet' type='text/css'>
  23. <!--SCRIPTS-->
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26.  
  27. <script language=JavaScript>
  28.  
  29. <!--
  30. //Disable right mouse click Script
  31. //By Maximus ([email protected]) w/ mods by DynamicDrive
  32. //For full source code, visit http://www.dynamicdrive.com
  33.  
  34. var message="";
  35.  
  36. ///////////////////////////////////
  37. function clickIE4(){
  38. if (event.button==2){
  39. alert(message);
  40. return false;
  41. }
  42. }
  43.  
  44. function clickNS4(e){
  45. if (document.layers||document.getElementById&&!document.all){
  46. if (e.which==2|e.which==3){
  47. alert(message);
  48. return false;
  49. }
  50. }
  51. }
  52.  
  53. if (document.layers){
  54. document.captureEvents(Event.MOUSEDOWN);
  55. document.onmousedown=clickNS4;
  56. }
  57. else if (document.all&&!document.getElementById){
  58. document.onmousedown=clickIE4;
  59. }
  60.  
  61. document.oncontextmenu=new Function("return false")
  62.  
  63. // -->
  64. </script>
  65. <style type="text/css">
  66.  
  67. body {
  68. background:url(http://subtlepatterns.com/patterns/subtlenet2.png) repeat fixed;
  69. color:#000;
  70. font-family:'times new roman';
  71. font-size:12px;
  72. line-height:13px;
  73. }
  74.  
  75. a, a:link, a:visited, a:active {
  76. color:#979797;text-decoration:none;
  77. -webkit-transition-timing-function: ease-out;
  78. -webkit-transition-duration: 0.5s;
  79. -moz-transition-timing-function: ease-out;
  80. -moz-transition-duration: 0.5s;
  81. }
  82.  
  83. a:hover {
  84. color: #eee;
  85. background-color: transparent;
  86. -webkit-transition-timing-function: ease-out;
  87. -webkit-transition-duration: 0.5s;
  88. -moz-transition-timing-function: ease-out;
  89. -moz-transition-duration: 0.5s;
  90. text-decoration:underline;
  91. }
  92.  
  93. #overallbox {
  94. margin:0 auto;
  95. width:990px;height:auto;
  96. padding:10px;
  97. margin-top:-142px;margin-bottom:20px;
  98. padding-bottom:16px;
  99. }
  100.  
  101. #redbox {
  102. position:absolute;z-index:2;
  103. width:965px;height:auto;
  104. padding:10px;padding-left:13px;
  105. margin-top:45px;padding-top:50px;
  106. margin-bottom:16px;padding-bottom:10px;
  107. border-bottom:20px double #FF0000;
  108. background:#fff;border-left:5px double #fff;
  109. border-right:5px double #fff;box-shadow: 0 0 10px rgba(0,0,0,0.4);
  110. }
  111.  
  112. .pastelleft {
  113. width: 0;
  114. height: 0;margin-left:-3px;
  115. border-top: 20px solid transparent;
  116. border-bottom: 20px solid transparent;
  117. border-left: 20px solid #fff;position:absolute;
  118. }
  119.  
  120. .pastelright {
  121. width: 0;
  122. height: 0;margin-left:787px;
  123. border-top: 20px solid transparent;
  124. border-bottom: 20px solid transparent;
  125. border-right: 20px solid #fff;position:absolute;
  126. }
  127.  
  128. #navbar {
  129. width:996px;height:38px;position:absolute;z-index:999;
  130. border:1px solid transparent;margin-left:0px;margin-top:45px;
  131. background: #000;color:#fff;text-align:center;font-size:18px;border-bottom:4px double #fff;
  132. }
  133.  
  134. #redposts {
  135. width:500px;background:#fff;
  136. padding-top:4px;margin-left:-20px;
  137. padding-right:13px;
  138. padding-left:13px;
  139. padding-bottom:6px;
  140. margin-top:2px;
  141. margin-bottom:6px;
  142. border-bottom:1px dashed #eee;
  143. }
  144.  
  145. #postsbox {
  146. margin:0 auto;float:right;margin-top:5px;
  147. width:500px;padding:5px;padding-left:28px;padding-right:15px;
  148. background:#fff;border-left:1px dashed #eee;border-right:1px dashed #eee;
  149. }
  150.  
  151. #aboutme {
  152. margin:0 auto;float:left;
  153. width:175px;
  154. padding-top:10px;padding-left:8px;padding-bottom:10px;
  155. margin-top:2px;
  156. margin-bottom:6px;border-bottom:1px dashed #eee;
  157. background:#fff;
  158. }
  159.  
  160. #aboutme2 {
  161. margin:0 auto;float:right;
  162. width:175px;
  163. padding-top:10px;padding-left:23px;padding-bottom:10px;padding-right:15px;
  164. margin-top:2px;
  165. margin-bottom:6px;border-bottom:1px dashed #eee;
  166. background:#fff;
  167. }
  168.  
  169. #redlink {
  170. width:auto;height:35px;font-family:'times new roman';line-height:39px;color:#fff;display:inline-block;padding-left:5px;padding-right:5px;margin-right:10px;margin-left:10px;border:1 px solid transparent;text-transform:uppercase;border-radius:50%;-webkit-transition-timing-function: ease-out;
  171. -webkit-transition-duration: 0.5s;
  172. -moz-transition-timing-function: ease-out;
  173. -moz-transition-duration: 0.5s;
  174. }
  175.  
  176. #redlink:hover {
  177. width:auto;height:35px;color:#AD0A1B;display:inline-block;border:1 px solid #fff;border-radius:50%;-webkit-transition-timing-function: ease-out;
  178. -webkit-transition-duration: 0.5s;
  179. -moz-transition-timing-function: ease-out;
  180. -moz-transition-duration: 0.5s;
  181. }
  182.  
  183. .permalink {
  184. margin:0 auto;font-family:'open sans condensed';
  185. background:transparent;
  186. width:513px;
  187. text-align:center;
  188. margin-left:0px;
  189. padding-right:3px;
  190. color:#aeaeae;
  191. margin-top:2px;margin-bottom:7px;
  192. line-height:16px;
  193. }
  194.  
  195. .text {
  196. font-family: 'Sacramento', cursive;
  197. font-size: 30px;
  198. line-height:32px;
  199. font-weight: 500;
  200. letter-spacing: 1px;
  201. text-transform: none;
  202. color:#000;
  203. text-align:left;padding-left:10px;
  204. border-left:10px solid #FF0000;
  205. }
  206. .link {
  207. font-size:25px;
  208. font-family: 'Times new roman';
  209. line-height:29px;text-transform:uppercase;
  210. text-align:center;font-style:Italic;
  211. }
  212.  
  213. .quote {
  214. font-family: 'Pacifico', cursive;
  215. font-size:23px;
  216. line-height:28px;
  217. }
  218.  
  219. blockquote {
  220. width:auto;text-align:left;
  221. border:1px solid #000; color:#fff;
  222. background:#000;padding-left:10px;border-radius:10px;
  223. padding-right:10px;padding-top:4px;padding-bottom:4px;
  224. }
  225.  
  226. </style>
  227.  
  228. <body>
  229. <div id="overallbox">
  230. <!--TITLE AND QUOTE-->
  231. <center><div style="margin:0 auto;position:relative;margin-top:190px;font-size:110px;color:#ff0000;font-family:'Times New Roman';line-height:80px;">{text:title}</br></div>
  232. </center><center><div style="margin:0 auto;position:relative;margin-top:-25px;font-size:14px;color:#ff0000;font-family:'Times New Roman';line-height:80px;"><i><font color="#000">{text:quote}</font></i></br></div></center>
  233. <!--LINKS-->
  234. <b><div id="navbar"><a href="/"><div id="redlink">HOME</div></a>
  235. <a href="/ask"><div id="redlink">CONTACT</div></a>
  236. <a href="/archive"><div id="redlink">ARCHIVE</div></a>
  237. <a href="{text:LINK1URL}"><div id="redlink">{text:LINK1}</div></a>
  238. <a href="{text:LINK2URL}"><div id="redlink">{text:LINK2}</div></a>
  239. <a href="{text:LINK3URL}"><div id="redlink">{text:LINK3}</div></a>
  240. <a href="http://leshistoire.tumblr.com"><div id="redlink">THEME</div></a>
  241. </b>
  242. </div>
  243. <div id="redbox">
  244. <div id="aboutme"><center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>A</i><font color="#000">BOUT ME</font></b></div></center></br><center><img src="{image:display photo}" style="border:5px solid #eee;border:5px solid #000; width:170px;"></br></center><p>{description}</p>
  245. <!--TAGS-->
  246. <center><b><i>T</i>ags:</b>
  247. <a href="/tagged/photos">Photos</a> /
  248. <a href="/tagged/problems">Rants</a> /
  249. <a href="/tagged/fashion">Fashion</a> /
  250. <a href="/tagged/achievements">Achievements</a> /
  251. <a href="/tagged/thoughts">Thoughts</a> /
  252. <a href="/tagged/recipes">Recipes</a> /
  253. <a href="/tagged/typo">Typos</a> /
  254. <a href="/tagged/drawings">Art</a> /
  255. <a href="/tagged/review">Reviews</a> /
  256. <a href="/tagged/answered">Replies</a> /
  257. <a href="/tagged/travel">Travel</a> /
  258. <a href="/tagged/childhood+day">Childhood Day</a> /
  259. <a href="/tagged/answered">Answered</a></center></p>
  260. <!--TITLE HERE AND TEXT-->
  261. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  262. <!--TITLE HERE AND TEXT-->
  263. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>I</i><font color="#000">'M READING</font></b></div><p><div style="font-family:'open sans condensed';font-size:20px;letter-spacing:5px;border-bottom:2px solid #eee;padding-bottom:10px;margin-bottom:-5px;line-height:24px;">LOOKING FOR ALASKA</div></br><i>Author: John Green</i></p></center>
  264. <!--TITLE HERE AND TEXT-->
  265. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  266. <!--TITLE HERE AND TEXT-->
  267. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  268. <!--TITLE HERE AND TEXT-->
  269. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  270. <!--DONT REMOVE THE CREDITS-->
  271. <center>Theme made by: <a href="http://leshistoire.tumblr.com">leshistoire</a>. Best viewed in Google Chrome.
  272. </p></center>
  273. </div>
  274. <div id="aboutme2">
  275. </p><!--TITLE HERE AND TEXT-->
  276. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  277. <!--TITLE HERE AND TEXT-->
  278. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  279. <!--TITLE HERE AND TEXT-->
  280. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  281. <!--TITLE HERE AND TEXT-->
  282. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  283. <!--TITLE HERE AND TEXT-->
  284. <center><div style="font-size:26px;color:#ff0000;text-decoration:underline;"><b><i>T</i><font color="#000">ITLE HERE</font></b></div></center><p><em>T</em>his blog is about my daily life. How I deal with it, how I express myself through words or pictures, how I achieve success and how I experience hardships or difficulties before happiness. Enjoy!</p>
  285.  
  286. </div>
  287. <div id="postsbox">
  288. {block:Posts}
  289.  
  290. <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
  291. <tr>
  292. <div id="redposts">
  293.  
  294. {block:Text}
  295. {block:Title}<div class="text">{Title}</div>{/block:Title}
  296. <center></center>
  297. {Body}
  298. {block:More}<a href="{Permalink}"><img src="http://25.media.tumblr.com/699a933cf6ac04f89e71c50aa94ab946/tumblr_mf7jftrw0Q1ryu8e1o1_400.png" width="115px" style="margin-left:385px;"></a>{/block:More}
  299. {/block:Text}
  300. {block:Photo}
  301. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  302. {block:caption}{caption}{/block:caption}
  303. {/block:Photo}
  304.  
  305. {block:Photoset}
  306. {Photoset-500}
  307. {block:caption}{caption}{/block:caption}
  308. {/block:photoset}
  309.  
  310. {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
  311. {block:Source}<left><b>- {Source}</b></left>{/block:Source}
  312. {/block:Quote}
  313.  
  314. {block:Link}
  315. <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
  316. {block:Description}{Description}{/block:Description}
  317. {/block:Link}
  318.  
  319. {block:Answer}<div style=" background-color: #fff; padding: 5px; border: 1px solid #000;padding-bottom:10px;border-radius:10px;">{Asker} <i>whispered:</i> <strong>{Question}</strong></div>
  320. <p><div style="margin-left:3px;">{Answer}</div></p>{/block:Answer}
  321.  
  322. {block:Chat}
  323. {block:Title}<center><div class="text">{Title}</div></center>{/block:Title}
  324. {block:Lines}
  325. {block:Label}
  326. <b>{Label}</b>
  327. {/block:Label}
  328. <i>{Line}</i><br>
  329. {/block:Lines}
  330. {/block:Chat}
  331.  
  332. {block:Audio}<center>
  333. {AudioEmbed-500}{AudioPlayerblack}
  334. {caption}
  335. {/block:Audio}
  336.  
  337. {block:Video}
  338. {Video-500}
  339. {block:Caption}{Caption}{/block:Caption}
  340. {/block:Video}
  341.  
  342.  
  343. {block:PermalinkPage}
  344. {/block:PermalinkPage}
  345. {block:PostNotes}
  346. {PostNotes}
  347. {/block:PostNotes}
  348.  
  349. </td>
  350. </tr>
  351. </table>
  352. {block:IndexPage}<div class="permalink">
  353. <div style="font-size:10px;font-family:'open sans condensed';text-transform:uppercase;margin-top:-5px;">POSTED ON {block:date}{dayofweek}; {monthnumberwithzero}/{dayofmonthwithzero}/{shortyear}{/block:date} WITH <a href="{permalink}">{NoteCount} COMMENT(S)</a></div></div>{/block:IndexPage}
  354. {/block:Posts}
  355. <center><div style="text-align: center; font-family: trebuchet MS; font-size: 9px; text-transform: uppercase;color:#000;">{block:Pagination}
  356. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://25.media.tumblr.com/e6f785d652b7db67e3557b10b0d27bf7/tumblr_mf7l8bMZmV1ryu8e1o1_400.png" width="115"></a> {/block:PreviousPage} <img src="http://25.media.tumblr.com/ed008a66213d288b1619240e72f9e361/tumblr_mf7qb5fJ2h1ryu8e1o1_100.png" width="25px">
  357. {block:NextPage} <a href="{NextPage}"><img src="http://24.media.tumblr.com/a0c81a44ff8ca8ddb779f3402fd27a44/tumblr_mf7l8oQeIL1ryu8e1o1_400.png" width="115px"></a>{/block:NextPage}
  358. {/block:Pagination}</div></center>
  359. </div>
  360. <!--THEME BY LESHISTOIRE - DAINTYRED-->
  361. </div>
  362. </div>
  363. </div>
  364. </body>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment