Advertisement
Guest User

Untitled

a guest
Oct 5th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.90 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Theme by themesforya
  6. Basecode by: Hussy-Glamour
  7. -PLS DO NOT REMOVE THE CREDIT!
  8.  
  9. STEPS ARE WRITTEN ABOVE EVERY IMPORTANT PARAGRAPHS, YOU CAN CHANGE IT BY FOLLOWING THE STEPS. IF YOU NEED ANY HELP, FEEL FREE TO TA US:)
  10. -->
  11.  
  12. <head> <!-- DEFAULT VARIABLES -->
  13.  
  14.  
  15. <!-- CURSOR -->
  16. <style type="text/css">body, a, a:hover {cursor: url({image:cursor}), progress;}</style>
  17.  
  18.  
  19.  
  20. <META name="image:cursor" content="http://media.tumblr.com/tumblr_lqs4hgnib01qfoi4t.png" />
  21. <META name="image:favicon" content="http://olhar-43.net/conteudo/minigifs/11/111.gif" />
  22. <META name="image:Background" content="" />
  23. <META name="color:Background" content="#F0D5E5">
  24. <META name="image:Scrollbar" content="http://static.tumblr.com/oct6d4x/pdPm1etuy/1.png">
  25. <META name="color:Ask Border" content="#Fff">
  26. <META name="color:link" content="#000">
  27. <META name="color:link hover" content="#fff">
  28. <META name="image:Center Background" content="http://static.tumblr.com/oct6d4x/pdPm1etuy/1.png" />
  29. <META name="color:Post Background" content="#F0D5E5">
  30. <META name="image:sidebar image" content="http://25.media.tumblr.com/tumblr_m8mnjooe2V1qamx07o1_500.png" />
  31. <META name="text:Link 1 Title" content="" />
  32. <META name="text:Link 1" content="" />
  33. <META name="text:Link 2 Title" content="" />
  34. <META name="text:Link 2" content="" />
  35. <META name="text:Link 3 Title" content="" />
  36. <META name="text:Link 3" content="" />
  37. <META name="text:Link 4 Title" content="" />
  38. <META name="text:Link 4" content="" />
  39. <META name="text:Link 5 Title" content="" />
  40. <META name="text:Link 5" content="" />
  41. <META name="text:Link 6 Title" content="" />
  42. <META name="text:Link 6" content="" />
  43. <META name="text:Short quote" content="Dreaming is believing" />
  44.  
  45.  
  46. <title>{Title}</title>
  47.  
  48. <link rel="shortcut icon" href="{image:favicon}">
  49.  
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. /*** COLOR SCROLL BAR ***/
  59. ::-webkit-scrollbar {width: 5px; height: 3px; background-color:{color:Background}; }
  60.  
  61. ::-webkit-scrollbar-thumb { background-image:url({image:Scrollbar});}
  62.  
  63. /**Fonts**/
  64. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  65.  
  66.  
  67. /**Ask**/
  68. #asker{
  69. margin-top:1px;
  70. padding:10px 10px 10px 10px;
  71. border-bottom: 1px dashed {color:Ask Border};
  72. }
  73.  
  74. #answer{
  75. margin-top:1px;
  76. padding:10px 10px 10px 10px;
  77.  
  78. }
  79.  
  80.  
  81. /*** THIS IS WHERE YOU CAHNGE THE BACKGROUND COLOR/ USE A BACKGROUND IMAGE ***/
  82. body{
  83. color:#000;
  84. background-color:{color:Background};
  85. background-image:url({image:Background});
  86. background-postition:center;
  87. background-attachment: fixed;
  88. background-repeat: yes-repeat;
  89. font-family: "century gothic";
  90. font-size: 10px;
  91. letter-spacing: 0px;
  92. line-height: 10px;
  93. text-align:justify;
  94. }
  95.  
  96.  
  97.  
  98.  
  99. /*** COLOR OF THE LINK ***/
  100. a:link, a:active, a:visited{
  101. color:{color:link};
  102. text-decoration:none;
  103. }
  104.  
  105.  
  106. /*** COLOR OF THE LINK, WHEN YOU HOVER IT ***/
  107. a:hover {
  108. color:{color:link hover};
  109. text-decoration: none;
  110. }
  111.  
  112.  
  113. /*** HEADER ***/
  114.  
  115. h2{
  116. color: #000;
  117. font-family: "segoe script";
  118. font-size:13px;
  119. line-height:15px;
  120. letter-spacing:2px;
  121. margin:0px;
  122. padding:0px;
  123. margin-bottom:-0px;
  124. text-align:center;
  125. }
  126.  
  127. h5{
  128. font-family: "cedarcursive";
  129. font-size:23px;
  130. line-height:15px;
  131. letter-spacing:2px;
  132. font-weight:normal;
  133. margin:0px;
  134. padding:0px;
  135. margin-bottom:-0px;
  136. text-align:center;
  137. }
  138.  
  139. .title {
  140. color: #000;
  141. font-family: "segoe script";
  142. font-size:13px;
  143. line-height:15px;
  144. letter-spacing:2px;
  145. font-weight:normal;
  146. padding-left:10px;
  147. border-bottom:0px solid ;
  148. }
  149.  
  150.  
  151.  
  152. #bottominfo{
  153. border-top:1px solid #ffffff;
  154. padding:2px 0px 0px 0px;
  155. display:block;
  156. }
  157.  
  158. #info{
  159. float:left;
  160. width:500px;
  161. padding:3px;
  162. margin:5px;
  163. margin-right:23px;
  164. background-color: ;
  165. border: 1px solid #;
  166. }
  167.  
  168. /**sidebar**/
  169. div#sidebar1{
  170. width:300px;
  171. position:fixed;
  172. height:190px;
  173. margin-top:400px;
  174. margin-left:30px;
  175. padding:5px;
  176. top: 0px;
  177. left: 5px;
  178. }
  179.  
  180. div#sidebar5{
  181. color:#FF5AD9;
  182. width:280px;
  183. position:fixed;
  184. height:180px;
  185. margin-top:375px;
  186. margin-left:20px;
  187. padding:5px;
  188. }
  189.  
  190.  
  191. div#sidebar4{
  192. width:330px;
  193. position:fixed;
  194. color:#C49AB3;
  195. height:auto;
  196. margin-top:155px;
  197. margin-left:863px;
  198. padding:8px;
  199. }
  200.  
  201. div#sidebar3{
  202. width:330px;
  203. position:fixed;
  204. height:auto;
  205. margin-top:180px;
  206. margin-left:863px;
  207. padding:8px;
  208. background-color: #fff ;
  209. opacity:0.7;
  210. -moz-border-radius:8px;
  211. -webkit-border-radius:8px;
  212. }
  213.  
  214. /***SIDEBAR LINKS***/
  215. div#sidebar6{
  216. width:20px;
  217. position:fixed;
  218. height:8px;
  219. margin-top:397px;
  220. margin-left:32px;
  221. padding:3px;
  222. overflow:hidden;
  223. background-color:#FFF;
  224. opacity:0.8;
  225. font-size:9px;
  226. -webkit-border-radius: 5px 0 5px 0;
  227. -moz-border-radius: 5px 0 5px 0;
  228. border-radius: 5px 0 5px 0;
  229. -webkit-transition-duration: 0.3s;
  230. -moz-transition-duration: 0.3s;
  231. -o-transition-duration: 0.3s;
  232. transition-duration: 0.3s;
  233. }
  234.  
  235. div#sidebar6:hover{
  236. width:294px;
  237. -webkit-border-radius: 5px 9px 0px 0;
  238. -moz-border-radius: 5px 9px 0px 0;
  239. border-radius: 5px 9px 0px 0;
  240. -webkit-transition-duration: 0.3s;
  241. -moz-transition-duration: 0.3s;
  242. -o-transition-duration: 0.3s;
  243. transition-duration: 0.3s;
  244. opacity:0.9;
  245. }
  246.  
  247.  
  248.  
  249. /*** POSTS ***/
  250. #center{
  251. width:523px;
  252. height:auto;
  253. {block:PermalinkPage}
  254. width:523px;
  255. padding:5px;
  256. {/block:PermalinkPage}
  257. position:absolute;
  258. margin-top:-15px;
  259. margin-left:335px;
  260. top:15px;
  261. padding-right:0px;
  262. padding-left: 6px;
  263. background-color:;
  264. background-image:url({image:Center Background});
  265. }
  266.  
  267. #entry {
  268. background-color:{color:Post Background};
  269. float:left;
  270. {block:IndexPage}
  271. width: 250px;
  272. height: 183px;
  273. {/block:IndexPage}
  274. {block:PermalinkPage}
  275. width:500px;
  276. padding:5px;
  277. font color: #000;
  278. {/block:PermalinkPage}
  279. overflow:hidden;
  280. margin:0px;
  281. margin-top:5px;
  282. margin-left:6px;
  283. }
  284.  
  285.  
  286. #bottominfo{
  287. border-top:0px solid #ffffff;
  288. padding:2px 0px 0px 0px;
  289. display:block;
  290. }
  291.  
  292.  
  293. #title{
  294. text-transform:;
  295. font-weight:;
  296. text-align:center;
  297. padding-bottom:5px;
  298. font-family:century gothic;
  299. font-size:10px;
  300. margin-top:2px;
  301. color:#696969;
  302. }
  303.  
  304.  
  305. #notes{
  306. display:block;
  307. width:500px;
  308. float:left;
  309. padding:3px;
  310. margin:5px;
  311. }
  312.  
  313. #foot{
  314. display:block;
  315. width:500px;
  316. position:absolute;
  317. padding:10px;
  318. height:15px;
  319. bottom:-45px;
  320. border-top: 1px dashed #000000;
  321. _bottom:-55px;
  322. _margin-left:370px;
  323. background-color: rgba(225,225,225,0.0);
  324.  
  325. #question{
  326. border-bottom:1px solid #ffffff;
  327. overflow:SHOW;
  328. padding-bottom:3px;
  329. margin-bottom:3px;}
  330.  
  331.  
  332. #entry:hover #perma {display: block; opacity:1;}
  333. .alignleft {float: left;}
  334. .alignright {float: right;}
  335. .right { background-color:; margin: 0 0 px 0; padding: px; overflow:scroll; overflow-x:hidden; -moz-border-radius:3px; border-radius:3px; text-align: left; text-transform:; }
  336. .totalright {float:right; margin-top:0px;}
  337. #ask{ display:block; float: left; width:50px; overflow:hidden; word-wrap:break-word; margin-right:3px;}
  338. blockquote{ background-color: #fff; padding: 7px; padding-left:8px; border-left:0px solid #FFFFFF; border-right:0px solid #FFFFFF;
  339. i, em {font-family:georgia; font-style:italic; letter-spacing:1px;}
  340. b,strong { font-weight:bold; letter-spacing:0px;}
  341. p{margin-top:3px; margin-bottom:3px;}
  342. blockquote img{display:block; width:100%;}
  343. border-left: 0px solid #616161;
  344. padding: 0 0 0 15px;
  345. margin-left: 0px;
  346. blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  347. a img{border:none;}
  348.  
  349. .audio{background-color:#C7C7C7; display:block;}
  350.  
  351. .user_1 .label, .user_4 .label, .user_7 .label {color:#d594af;}
  352.  
  353. .user_2 .label, .user_5 .label, .user_8 .label {color:#d594af;}
  354.  
  355. .user_3 .label, .user_6 .label, .user_9 .label {color:#b295a1; opacity:.75;}
  356.  
  357. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  358.  
  359. .notes img{width:10px; position:relative; top:1px;}
  360.  
  361. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  362.  
  363. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  364.  
  365.  
  366.  
  367. <style type="text/css">{CustomCSS]</style>
  368. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  369.  
  370.  
  371. </head>
  372.  
  373.  
  374. <body>
  375.  
  376.  
  377. <!-- SIDEBAR IMAGE. IF YOU WANT TO CHANGE THE IMAGE, CHANGE THE URL INSIDE [IMG SRC=""]. -->
  378.  
  379. <div id="sidebar1">
  380. <img src="{image:sidebar image}" style="-moz-border-radius:10px; -webkit-border-radius:10px; width:300px ;height:190px;"></div>
  381.  
  382. <div id="sidebar5">
  383. <h5> {text:Short quote}</h5>
  384. </div>
  385.  
  386. <div id="sidebar3">
  387. {description}
  388. </div>
  389.  
  390. <div id="sidebar4">
  391. <h5>{title}</h5>
  392. </div>
  393.  
  394. <!--SIDEBAR LINKS. REPLACE THE NAME HERE WITH THE NAME OF YOUR URL AND THE LINK HERE WITH YOUR LINK URL-->
  395.  
  396. <div id="sidebar6">
  397. <center>→
  398. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}.</a>{/block:ifLink1}
  399. {block:ifLink2}<a href="{text:Link 2}"><font color=#FF51DD>{text:Link 2 Title}.</font></a>{/block:ifLink2}
  400. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}.</a>{/block:ifLink3}
  401. {block:ifLink4}<a href="{text:Link 4}"><font color=#FF51DD>{text:Link 4 Title}.</a></font>{/block:ifLink4}
  402. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}.</a>{/block:ifLink5}
  403. {block:ifLink6}<a href="{text:Link 6}"><font color=#FF51DD>{text:Link 6 Title}.</font></a>{/block:ifLink6}
  404. <a href="http://themesforya.tumblr.com/">Credit</a>
  405. </div></center>
  406.  
  407.  
  408.  
  409. {block:Pages}{block:HasPages}<a href="{URL}"><span>{Label}</span></a>
  410. {/block:HasPages}{block:Pages}
  411.  
  412.  
  413.  
  414.  
  415. {/block:Pagination}
  416.  
  417. </div><div id="center">
  418. <div class = "autopagerize_page_element" >
  419. {block:Posts}<div id="entry">
  420. {block:IndexPage}<div id="bar"></div>{/block:IndexPage}<div id="title"><a href="{permalink}"><a href="{Permalink}" class="date"><span> {block:NoteCount} {notecountwithlabel} {/block:NoteCount}</span></a> <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif"> <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a></span> {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title} {/block:Text}{block:Chat}{block:Title}{Title}{/block:Title} {/block:Chat}{block:Link}{/block:Link}{block:Quote}<h2>"{Quote}"</h2>{/block:Quote}{block:Photo}{/block:Photo}{block:Photoset}{/block:Photoset}{block:Video}{/block:Video}{block:Audio}{/block:Audio}{block:Answer}{/block:Answer}</div>
  421. {block:Text}{Body}{/block:Text}
  422.  
  423. {block:Photo}<center>{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="250px" alt="{PhotoAlt}"/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}</center>{/block:Photo}
  424. {block:Photoset}<center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  425. {block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}
  426. {block:Link}<a href="{URL}" class="links2" {Target}>{Name}</a><BR>{block:Description}<h2>{Description}</h2>{/block:Description}{/block:Link}
  427. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  428. {block:Video}<center>{block:IndexPage}<div id="video">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{/block:Video}
  429. {block:Audio}<span class="audio">{AudioPlayerWhite}</span>{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:Audio}
  430. {block:Answer}<div id="asker">{Asker} Asked: <br><br>{Question}</div><div id="answer">I answered: {Answer}</div>{/block:Answer}</div>
  431. {block:PermalinkPage}{block:Date}<div id="info">{block:Caption}{Caption}{/block:Caption}
  432.  
  433. <div id="bottominfo">
  434. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month}&middot;{DayofMonth}&middot;{NoteCount} Notes{/block:Date}//{NoteCount}&hearts; {block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  435. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  436. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  437. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  438. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  439. </div></div> {/block:Date}{/block:PermalinkPage}
  440. {/block:Posts}
  441. </div>
  442. {block:PostNotes}{PostNotes}{/block:PostNotes}
  443. <p id="footer">
  444.  
  445.  
  446. </div>
  447. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement