sweetcandyskittles

More Than Words Theme

Feb 23rd, 2013
4,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 KB | None | 0 0
  1. <html>
  2. <!-- More Than Words Theme - http://scs-themes.tumblr.com Please do not redistribute the codes or even claim this theme as yours.-->
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. <!--META-->
  8. <link rel="shortcut icon" href="{image:favicon}" width="30px">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  11. <meta name="image:favicon" content="http://24.media.tumblr.com/fc02db969ac2859b59a51b3b024b909c/tumblr_mff9pklMRe1ryu8e1o1_500.png">
  12. <meta name="image:display photo" content="http://24.media.tumblr.com/cf9323652e85f041060326e0968a14be/tumblr_mff912TDXf1rsph1fo1_500.jpg">
  13. <meta name="color:background" content="#faeddf">
  14. <meta name="color:text" content="#3b3f49">
  15. <meta name="color:link" content="#f3c6b9">
  16. <meta name="color:link hover" content="#EEE">
  17. <meta name="color:ribbon" content="#f7a29e">
  18. <meta name="color:ribbon shade" content="#f3b7b6">
  19. <meta name="color:DP border" content="#faeddf">
  20. <meta name="color:quote" content="#f7a29e">
  21. <meta name="color:title header" content="#f7a29e">
  22. <meta name="color:title post" content="#f7a29e">
  23. <meta name="color:ribbon text" content="#FFF">
  24. <meta name="color:sidebar text" content="#FFF">
  25. <meta name="color:sidebar" content="#3b3f49">
  26. <meta name="color:sidebar border" content="rgba(255, 255, 255, 0.5)">
  27. <meta name="color:blockquote text" content="#fff">
  28. <meta name="color:blockquote bg" content="#3b3f49">
  29. <meta name="color:blockquote border" content="#f7a29e">
  30. <meta name="color:blockquote text" content="#fff">
  31. <meta name="text:link url 1" content="URL HERE">
  32. <meta name="text:link url 2" content="URL HERE">
  33. <meta name="text:link url 3" content="URL HERE">
  34. <meta name="text:link title 1" content="Link 1">
  35. <meta name="text:link title 2" content="Link 2">
  36. <meta name="text:link title 3" content="Link 3">
  37. <meta name="text:book" content="Abundance Of Katherines">
  38. <meta name="text:author" content="John Green">
  39. <!--FONTS-->
  40. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel|Sacramento|Open+Sans+Condensed:300,300italic|Pacifico' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Clicker+Script|Satisfy' rel='stylesheet' type='text/css'>
  41. <!--SCRIPTS-->
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <script language=JavaScript>
  46.  
  47. <!--
  48. //Disable right mouse click Script
  49. //By Maximus ([email protected]) w/ mods by DynamicDrive
  50. //For full source code, visit http://www.dynamicdrive.com
  51.  
  52. var message="";
  53.  
  54. ///////////////////////////////////
  55. function clickIE4(){
  56. if (event.button==2){
  57. alert(message);
  58. return false;
  59. }
  60. }
  61.  
  62. function clickNS4(e){
  63. if (document.layers||document.getElementById&&!document.all){
  64. if (e.which==2|e.which==3){
  65. alert(message);
  66. return false;
  67. }
  68. }
  69. }
  70.  
  71. if (document.layers){
  72. document.captureEvents(Event.MOUSEDOWN);
  73. document.onmousedown=clickNS4;
  74. }
  75. else if (document.all&&!document.getElementById){
  76. document.onmousedown=clickIE4;
  77. }
  78.  
  79. document.oncontextmenu=new Function("return false")
  80.  
  81. // -->
  82. </script>
  83. <style type="text/css">
  84.  
  85. body {
  86. background:{color:background};
  87. color:{color:text};
  88. font-family:'times new roman';
  89. font-size:12px;
  90. line-height:13px;
  91. }
  92.  
  93. a, a:link, a:visited, a:active {
  94. color:{color:link};text-decoration:none;text-transform:uppercase;border-bottom:1px dotted transparent;line-height:17px;padding-bottom:5px;
  95. -webkit-transition-timing-function: ease-out;
  96. -webkit-transition-duration: 0.5s;
  97. -moz-transition-timing-function: ease-out;
  98. -moz-transition-duration: 0.5s;
  99. }
  100.  
  101. a:hover {
  102. color: {color:link hover};border-bottom:1px solid #fff;padding-bottom:0px;
  103. background-color: transparent;
  104. -webkit-transition-timing-function: ease-out;
  105. -webkit-transition-duration: 0.5s;
  106. -moz-transition-timing-function: ease-out;
  107. -moz-transition-duration: 0.5s;
  108. }
  109.  
  110. #overallbox {
  111. margin:0 auto;
  112. width:890px;height:auto;
  113. padding:10px;
  114. margin-top:-42px;
  115. }
  116.  
  117. #entrybox {
  118. margin:0 auto;
  119. position:absolute;z-index:2;
  120. width:855px;height:auto;
  121. padding:10px;padding-left:13px;
  122. margin-top:45px;padding-top:50px;
  123. padding-bottom:-10px;margin-bottom:10px;
  124. background:transparent;
  125. }
  126.  
  127.  
  128. #entryposts {
  129. width:500px;background:rgba(253, 253, 253, 0.4);
  130. padding-top:11px;margin-left:-20px;
  131. padding-right:13px;
  132. padding-left:13px;
  133. padding-bottom:9px;
  134. margin-top:8px;
  135. margin-bottom:6px;
  136. border:10px solid rgba(253, 253, 253, 0.4);
  137. color:{color:text};-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
  138. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  139. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  140. }
  141.  
  142. #postsbox {
  143. margin:0 auto;float:right;margin-top:7px;
  144. width:500px;padding:5px;padding-left:28px;padding-right:15px;
  145. background:transparent;margin-bottom:-60px;
  146. }
  147.  
  148. #aboutme {
  149. margin:0 auto;float:left;color:{color:sidebar text};position:absolute;
  150. width:260px;border-right:4px solid {color:sidebar border};border-left:4px solid {color:sidebar border};padding-top:80px;padding-left:14px;padding-right:14px;padding-bottom:10px;margin-top:-72px;margin-bottom:6px;
  151. background:{color:sidebar};background-repeat:no-repeat;background-size:500px 1000px;z-index:2;
  152. }
  153.  
  154. #aboutmestuff {
  155. margin:0 auto;position:absolute;color:{color:sidebar text};position:absolute;width:260px;height:100%;border-right:4px solid {color:sidebar border};border-left:4px solid {color:sidebar border};padding-top:80px;padding-left:14px;padding-right:14px;padding-bottom:10px;
  156. margin-top:-72px;margin-bottom:6px;background:{color:sidebar};background-repeat:no-repeat;background-size:500px 1000px;z-index:2;-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  157. }
  158.  
  159. #ribbontable {
  160. position:absolute;
  161. z-index:99;margin-top:40px;margin-left:-9px;
  162. }
  163.  
  164. .ribbon {
  165. width: 900px;
  166. position: absolute;
  167. text-align: center;
  168. font-size: 22px!important;
  169. background: {color:ribbon};z-index:9;
  170. -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  171. -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  172. box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  173. }
  174. .ribbon h1 {
  175. font-size: 20px!important;
  176. color: {color:ribbon text};text-align:left;
  177. text-shadow: #000000 0 1px 0;
  178. margin:0px;font-family:'open sans condensed';
  179. padding: 15px 10px;
  180. }
  181.  
  182. .ribbon-stitches-top {
  183. margin-top:2px;
  184. border-top: 1px dashed #fff;
  185. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  186. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  187. box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
  188. }
  189. .ribbon-stitches-bottom {
  190. margin-bottom:2px;
  191. border-top: 1px dashed #fff;
  192. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  193. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  194. box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
  195. }
  196.  
  197. #ribbonshade {
  198. width: 0;
  199. height: 0; margin-left:-10px;margin-top:66px;
  200. border-top: 30px solid transparent;
  201. border-bottom: 30px solid transparent;
  202. position:absolute;
  203. border-right:30px solid {color:ribbon shade};
  204. }
  205.  
  206. .arrow-left {
  207. width: 0; margin-left:873px;
  208. height: 0;position:absolute;z-index:9999999;
  209. border-top: 28px solid transparent;
  210. border-bottom: 28px solid transparent;
  211. border-right:28px solid {color:background};
  212. }
  213.  
  214. #links {
  215. color:{color:sidebar};width:auto;height:20px;display:inline-block;text-decoration:none;text-transform:uppercase;border-bottom:1px solid transparent;
  216. -webkit-transition-timing-function: ease-out;
  217. -webkit-transition-duration: 0.5s;
  218. -moz-transition-timing-function: ease-out;
  219. -moz-transition-duration: 0.5s;
  220. }
  221.  
  222. #links:hover {
  223. color:{color:link hover};border-bottom:1px solid #fff;
  224. -webkit-transition-timing-function: ease-out;
  225. -webkit-transition-duration: 0.5s;
  226. -moz-transition-timing-function: ease-out;
  227. -moz-transition-duration: 0.5s;
  228. }
  229.  
  230. .permalink {
  231. margin:0 auto;font-family:'open sans condensed';
  232. background:transparent;
  233. width:513px;
  234. text-align:center;
  235. margin-left:0px;
  236. padding-right:3px;
  237. color:#aeaeae;
  238. margin-top:-12px;margin-bottom:7px;
  239. line-height:16px;
  240. }
  241.  
  242. .text {
  243. font-family: 'Sacramento', cursive;
  244. font-size: 30px;
  245. line-height:32px;
  246. font-weight: 500;
  247. letter-spacing: 1px;
  248. text-transform: none;
  249. color:{color:title post};
  250. text-align:left;padding-left:10px;
  251. border-bottom:2px solid {color:sidebar};
  252. }
  253.  
  254. .link {
  255. font-size:25px;
  256. font-family: 'Times new roman';
  257. line-height:29px;text-transform:uppercase;
  258. text-align:center;font-style:Italic;
  259. }
  260.  
  261. .quote {
  262. font-family: 'Pacifico', cursive;
  263. font-size:23px;color:{color:quote};border-bottom:1px dashed {color:sidebar};padding-bottom:10px;
  264. line-height:28px;
  265. }
  266.  
  267. #question {
  268. font-family: 'open sans condensed'; border:1px solid {color:ribbon};
  269. font-size:18px; color:{color:ribbon};padding-bottom:10px;padding-top:10px;width:500px;line-height:20px;
  270. }
  271.  
  272. blockquote {
  273. width:450px;height:auto;text-align:left;margin-left:12px;
  274. border-left:7px solid {color:blockquote border}; color:{color:blockquote text};
  275. background:{color:blockquote bg};padding:6px;
  276. }
  277.  
  278. #twitter_update_list li {
  279. list-style: none;width:250px;
  280. padding:1px;padding-bottom:5px;padding-top:5px;
  281. border-bottom: dotted 1px #ccc;
  282. }
  283.  
  284. #staplerdesign {
  285. position:absolute;
  286. margin-left:234px;margin-top:-17px;
  287. }
  288.  
  289.  
  290. </style>
  291. <!-- More Than Words Theme - http://scs-themes.tumblr.com Please do not redistribute the codes or even claim this theme as yours.-->
  292. <body><A NAME="top"></a>
  293. <div id="overallbox"><div id="ribbonshade"></div>
  294. <div id="ribbontable"><div class="arrow-left"></div><div class="ribbon"><div class="ribbon-stitches-top"></div><strong class="ribbon-content"><h1>&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://24.media.tumblr.com/fc02db969ac2859b59a51b3b024b909c/tumblr_mff9pklMRe1ryu8e1o1_500.png" width="20px"> <div style="font-family:satisfy;display:inline-block;">{title}</div>: &nbsp;{<a href="/"><div id="links">HOME</div></a> -
  295. <a href="/ask"><div id="links">CONTACT</div></a> -
  296. <a href="{text:link url 1}"><div id="links">{text:link title 1}</div></a> -
  297. <a href="{text:link url 2}"><div id="links">{text:link title 2}</div></a> -
  298. <a href="{text:link url 3}"><div id="links">{text:link title 3}</div></a> -
  299. <a href="http://scs-themes.tumblr.com"><div id="links">THEME</div></a>}</h1></strong><div class="ribbon-stitches-bottom"></div></div></div>
  300.  
  301. <div id="entrybox">
  302. <div id="aboutmestuff"></br>
  303. <center><img src="{image:display photo}" style="border-bottom:5px solid {color:DP border};border-top:5px solid {color:DP border}; width:250px;"></br></br></center>
  304. <p>{description}</p></div>
  305.  
  306. <!--About me box-->
  307. <div id="aboutme"></br><center><img src="{image:display photo}" style="border-bottom:5px solid {color:DP border};border-top:5px solid {color:DP border}; width:250px;"></center>
  308. <p>{description}</p>
  309.  
  310. <!--title header-->
  311. <center><div style="font-size:22px;color:{color:title header};font-family:'open sans condensed';border-top:1px {color:title header} solid;border-bottom:1px {color:title header} solid;padding-top:5px;padding-bottom:5px;">TITLE HERE</font></div></center>
  312. <!--title header end-->
  313.  
  314. <!--title header content-->
  315. <p><center><b>(Edit this by pressing ctrl + f, then type title header content.)</b>
  316. This 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>
  317. <!--title header content end-->
  318.  
  319. <!--Search-->
  320. <center><div style="font-size:22px;color:{color:title header};font-family:'open sans condensed';border-top:1px {color:title header} solid;border-bottom:1px {color:title header} solid;padding-top:5px;padding-bottom:5px;">SEARCH</font></div></center><p><center><p>
  321. <form onsubmit="return tagSearch(this)">
  322. <input type="text" style="width:185px;" name="tag" value="Search tags" onfocus="if (this.value == '') {this.value=''}" onblur="if (this.value == '') {this.value=''}" />
  323. <input type="submit" value="Search" />
  324. </form>
  325. </p></center>
  326. <!--search end-->
  327.  
  328. <!--What book are you reading?-->
  329. <center><div style="font-size:22px;color:{color:title header};font-family:'open sans condensed';border-top:1px {color:title header} solid;border-bottom:1px {color:title header} solid;padding-top:5px;padding-bottom:5px;">I'M READING</font></div></center><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;text-transform:uppercase;"><center>{text:Book}</div></br><i><center>Author: {text:author}</i></p></center>
  330. <!--What book are you reading? end-->
  331.  
  332. <!--title header-->
  333. <center><div style="font-size:22px;color:{color:title header};font-family:'open sans condensed';border-top:1px {color:title header} solid;border-bottom:1px {color:title header} solid;padding-top:5px;padding-bottom:5px;">TITLE HERE</font></div></center>
  334. <!--title header end-->
  335.  
  336. <!--title header content-->
  337. <p><center><b>(Edit this by pressing ctrl + f, then type title header content.)</b>
  338. This 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>
  339. <!--title header content end-->
  340.  
  341. <!--title header-->
  342. <center><div style="font-size:22px;color:{color:title header};font-family:'open sans condensed';border-top:1px {color:title header} solid;border-bottom:1px {color:title header} solid;padding-top:5px;padding-bottom:5px;">TITLE HERE</font></div></center>
  343. <!--title header end-->
  344.  
  345. <!--title header content-->
  346. <p><center><b>(Edit this by pressing ctrl + f, then type title header content.)</b>
  347. This 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>
  348. <!--title header content end-->
  349.  
  350. <!--CREDIT: DO NOT ERASE THIS-->
  351. <b>Theme made by: <a href="http://sweetcandyskittles.tumblr.com">sweetcandyskittles.</a></b>
  352. <!--CREDIT: DO NOT ERASE THIS-->
  353. </div>
  354. <!-- More Than Words Theme - http://scs-themes.tumblr.com Please do not redistribute the codes or even claim this theme as yours.-->
  355. <div id="postsbox">
  356. {block:Posts}
  357.  
  358. <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
  359. <tr>
  360. <div id="entryposts">
  361. <div id="staplerdesign"><img src="http://25.media.tumblr.com/9da618d429ac8bf868155fb8455e6b2e/tumblr_mgrn76kmct1rmhfeao1_400.png" width="50px"></div>
  362. {block:Text}
  363. {block:Title}<div class="text"><img src="http://25.media.tumblr.com/22cd882dedd5d2390d7809d87f7a4bf5/tumblr_mffie7GID21ryu8e1o1_400.png" width="20px">&nbsp;{Title}</div>{/block:Title}
  364. <center></center>
  365. {Body}
  366. {block:More}<a href="{Permalink}"><img src="http://25.media.tumblr.com/65b175b9cae80084a88096311add8bd6/tumblr_mff9lzkHCj1ryu8e1o1_500.png" width="20px" style="margin-left:365px;"> <b>KEEP READING</b> ></a>{/block:More}
  367. {/block:Text}
  368. {block:Photo}
  369. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  370. {block:caption}{caption}{/block:caption}
  371. {/block:Photo}
  372.  
  373. {block:Photoset}
  374. {Photoset-500}
  375. {block:caption}{caption}{/block:caption}
  376. {/block:photoset}
  377.  
  378. {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
  379. {block:Source}<center><b>- {Source}</b></center>{/block:Source}
  380. {/block:Quote}
  381.  
  382. {block:Link}
  383. <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
  384. {block:Description}{Description}{/block:Description}
  385. {/block:Link}
  386.  
  387. {block:Answer}<center><div id="question"> <div style="border-bottom:1px dashed {color:link};padding-bottom:10px;margin-bottom:5px;padding-left:5px;padding-right:5px;">{Question}</div>
  388. <div style="color:{color:link};text-transform:uppercase;font-size:12px;">❤ {asker}</div></center><div>
  389. <p><div style="margin-left:3px;">{Answer}</div></p>{/block:Answer}
  390.  
  391. {block:Chat}
  392. {block:Title}<center><div class="text">{Title}</div></center>{/block:Title}
  393. {block:Lines}
  394. {block:Label}
  395. <b>{Label}</b>
  396. {/block:Label}
  397. <i>{Line}</i><br>
  398. {/block:Lines}
  399. {/block:Chat}
  400.  
  401. {block:Audio}<center>
  402. {AudioEmbed-500}{AudioPlayerblack}
  403. {caption}
  404. {/block:Audio}
  405.  
  406. {block:Video}
  407. {Video-500}
  408. {block:Caption}{Caption}{/block:Caption}
  409. {/block:Video}
  410.  
  411.  
  412. {block:PermalinkPage}
  413. {/block:PermalinkPage}
  414. {block:PostNotes}
  415. {PostNotes}
  416. {/block:PostNotes}
  417.  
  418. </td>
  419. </tr><img style="width:548px; opacity:.7;margin-top:-6px;margin-left:-21px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  420. </table>
  421. {block:IndexPage}<div class="permalink">
  422. <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}
  423. {/block:Posts}
  424. <center><div style="text-align: center; font-family: trebuchet MS; font-size: 11px; color:#000;">{block:Pagination}
  425. {block:PreviousPage}<a href="{PreviousPage}"><b>< RECENT ENTRIES</b></a> {/block:PreviousPage} <img src="http://24.media.tumblr.com/fc02db969ac2859b59a51b3b024b909c/tumblr_mff9pklMRe1ryu8e1o1_500.png" width="15px">
  426. {block:NextPage} <a href="{NextPage}"><b>OLDER ENTRIES ></a></b>{/block:NextPage}
  427. {/block:Pagination} <font color="{color:link}">|</font> <a href="#top">Back to top!</a></div></center>
  428. </div>
  429. <!-- More Than Words Theme - http://scs-themes.tumblr.com Please do not redistribute the codes or even claim this theme as yours.-->
  430. </div>
  431. </body>
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment