Advertisement
isharoleplays

theme 1

Sep 17th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 KB | None | 0 0
  1. <!--
  2. steal and i'll find you bye
  3. theme by isharoleplays
  4.  
  5. -->
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{title}</title>
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <!-- do w/e you want with this bit -->
  19.  
  20. <meta name="if:ShowLink3" content="1" />
  21. <meta name="if:ShowLink4" content="1" />
  22. <meta name="if:ShowLink5" content="1" />
  23. <meta name="if:ShowLink6" content="1" />
  24.  
  25.  
  26. <meta name="color:border" content="#000000" />
  27. <meta name="color:text" content="#0000000" />
  28. <meta name="color:link" content="#000000" />
  29. <meta name="color:link hover" content="#fff" />
  30. <meta name="color:scrollbar" content="#000000" />
  31. <meta name="color:scrollbarbg" content="#ffffff" />
  32. <meta name="color:descriptiontext" content="#fff" />
  33. <meta name="color:pagination" content="#ffffff" />
  34.  
  35.  
  36. <meta name="text:Home Title" content="Home" />
  37.  
  38. <meta name="text:Ask Title" content="Ask" />
  39.  
  40. <meta name="text:Link3 URL" content="/" />
  41. <meta name="text:Link3 Title" content="Link3" />
  42.  
  43. <meta name="text:Link4 URL" content="/" />
  44. <meta name="text:Link4 Title" content="Link4" />
  45.  
  46. <meta name="text:Link5 URL" content="/" />
  47. <meta name="text:Link5 Title" content="Link5" />
  48.  
  49. <meta name="text:Link6 URL" content="/" />
  50. <meta name="text:Link6 Title" content="Link6" />
  51.  
  52. <meta name="image:background" content="" />
  53. <meta name="image:sidebg" content="" />
  54.  
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57.  
  58. <link rel="shortcut icon" href="{Favicon}" />
  59.  
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  72.  
  73.  
  74.  
  75. body {
  76. color: {color:text};
  77. line-height: 100%;
  78. text-transform: lowercase;
  79. }
  80.  
  81. a:link, a:active, a:visited {
  82. text-decoration: none;
  83. color: {color:link};
  84. -moz-transition-duration:.6s;
  85. -webkit-transition-duration:.6s;
  86. -o-transition-duration:.6s;
  87. }
  88.  
  89. a:hover {
  90. color: {color:link hover};
  91. text-decoration: line-through;
  92. -moz-transition-duration:.6s;
  93. -webkit-transition-duration:.6s;
  94. -o-transition-duration:.6s;
  95. }
  96.  
  97. #entries {
  98. width: 500px;
  99. text-align: center;
  100. margin-top: 15px;
  101. margin-left: 510px;
  102. font-style:italic;
  103. font-size: 10px;
  104. }
  105.  
  106. #posts {
  107. width: 500px;
  108. text-align: justify;
  109. font-family: cambria;
  110. }
  111.  
  112. #info {
  113. margin-top: -25px;
  114. padding-bottom: 50px;
  115. letter-spacing: 1px;
  116. line-height:7px;
  117. font-family: cambria;
  118. font-size: 8px;
  119. font-style:italic;
  120. }
  121.  
  122. .box{
  123. padding: 0px 0px 15px 0px;
  124. background-color: {color:background};
  125. margin-left: 37px;
  126. width: 70%;
  127. }
  128.  
  129. #sidebar {
  130. width: 350px;
  131. height: 755px;
  132. display: block;
  133. position: fixed;
  134. margin-top: -10px;
  135. margin-left: 120px;
  136. background-image: url('{image:sidebg}');
  137. }
  138.  
  139.  
  140.  
  141. #description {
  142. font-family:cambaria;
  143. font-size:11.2px;
  144. letter-spacing:1px;
  145. text-align:center;
  146. color:{color:descriptiontext};
  147. line-height:14px;
  148. width:185px;
  149. height:80px;
  150. margin-left:15px;
  151. margin-top:-330px;
  152. }
  153.  
  154.  
  155.  
  156. #linkbar {
  157. margin-left: 464px;
  158. margin-top: 233px;
  159. position: fixed;
  160. text-align:left;
  161.  
  162. }
  163.  
  164.  
  165.  
  166. #links a {
  167. font-size:11px;
  168. font-family: baskerville;
  169. font-style:italic;
  170. color: {color:descriptiontext};
  171. line-height:15px;
  172. letter-spacing:1px;
  173. display:block;
  174.  
  175. }
  176.  
  177.  
  178. .title {
  179. font-family:book antiqua;
  180. font-size:20;
  181. letter-spacing:1px;
  182. text-align:center;
  183. color:{color:title};
  184.  
  185. margin-left:70px;
  186. margin-top:591px;
  187.  
  188.  
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195. #pagination {
  196. position: fixed;
  197. display: block;
  198. top: 48%;
  199. font-size: 25px;
  200. font-family: cambria;
  201. left: 80px;
  202. width: 71px;
  203. text-align: center;
  204. margin-top: -25px;
  205. opacity: .8;
  206. color: {color:pagination};
  207.  
  208.  
  209. }
  210.  
  211.  
  212.  
  213.  
  214. h1{
  215. background-color: transparent;
  216. font-family: baskerville;
  217. font-size: 13px;
  218. line-height: 10px;
  219. letter-spacing: 2px;
  220. text-align: left;
  221. text-transform: uppercase;
  222. color: {color:link};
  223. }
  224.  
  225. #question {
  226. font-family: calibri;
  227. font-size: 12px;
  228. text-align: center;
  229. border: 1.5px
  230. padding: 5px;
  231. }
  232.  
  233. #answer {
  234. font-size: 10px;
  235. margin-top: 5px;
  236. }
  237.  
  238. blockquote {
  239. margin: 10px 2px 10px 10px;
  240. border-left: 4px solid {color:border};
  241. padding-left: 3px;
  242. }
  243.  
  244. blockquote img, blockquote a img {
  245. max-width: 490px;
  246. }
  247.  
  248. p {
  249. margin-top: 5px;
  250. margin-bottom: 10px;
  251. }
  252.  
  253. img a{
  254. border: none;
  255. }
  256.  
  257. img a:hover {
  258. opacity: 1;
  259. }
  260.  
  261. .audio{
  262. background-color: black;
  263. display: block;
  264. }
  265.  
  266.  
  267. .notes img{
  268. width: 10px;
  269. position: relative;
  270. top: 1px;
  271. }
  272.  
  273. ol.notes, .notes li{
  274. list-style: none;
  275. margin: 0px;
  276. padding: 0px;
  277. }
  278.  
  279. #cred {
  280. position:fixed;
  281. font-size:8px;
  282. font-weight:normal;
  283. line-height:150%;
  284. letter-spacing:2px;
  285. bottom:10px;
  286. margin-left:1328px;
  287. color:#fff;
  288. text-transform:uppercase;
  289. text-align:center;
  290. background-color:#ffffff;
  291. border: 1px dashed {color:border};
  292. padding: 2px;
  293. padding-left: 3px;
  294. }
  295.  
  296.  
  297.  
  298. </style>
  299. <style type="text/css">
  300.  
  301. {CustomCSS}</style>
  302.  
  303. </head>
  304. <body>
  305.  
  306. <div id="pagination">
  307. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  308.  
  309. <div id="sidebar">
  310. {block:IfShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div><br>{/block:IfShowSidebarImage}
  311. <div class="title">{title}</div>
  312. <div id="description">{block:Description}{Description}{/block:Description}</div>
  313. </div>
  314.  
  315. <div id="linkbar"><div id="links">
  316. <a title="{text:Home Hover}"href="/">{text:Home Title}</a>
  317. <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  318. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  319. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  320. {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  321. {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  322. </div></div>
  323.  
  324.  
  325.  
  326.  
  327.  
  328. <BR>
  329.  
  330. <div id="entries">
  331. {block:Posts}
  332.  
  333. <div id="posts">
  334.  
  335. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  336. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  337. {block:Text}{Body}{/block:Text}
  338.  
  339. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  340. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  341.  
  342. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  343. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  346.  
  347. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349. {block:Answer}
  350. <div id="question">{asker}</i> whispered :<br><font size="1.75">{Question}</font><br></div>
  351. <div id="answer"><small></small> <font size="1.75">{Answer}</font></div>
  352. {/block:Answer}
  353.  
  354. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  355. </div>
  356.  
  357. <br>
  358.  
  359. <br>
  360. <div id="info">
  361. <div align="left">
  362. {block:Date}
  363. {block:NotReblog}
  364. posted{/block:NotReblog}
  365. {block:RebloggedFrom}
  366. posted{/block:RebloggedFrom}
  367. <a href="{Permalink}">
  368. {TimeAgo}
  369. </a>
  370. {/block:Date}
  371. {block:NoteCount}
  372. with <a href="{Permalink}">
  373. {NoteCountWithLabel}</a>
  374. {/block:NoteCount}
  375. {block:RebloggedFrom};
  376. via <a href="{ReblogParentURL}">
  377. {ReblogParentName}</a>
  378. {/block:RebloggedFrom}
  379. {block:ContentSource}+
  380. <a href="{SourceURL}">
  381. {SourceLink}</a>
  382. {/block:ContentSource}
  383. {/block:ContentSource}
  384. <br>
  385.  
  386. <left>---------------------------------------------------------------------------------</left>
  387. <br>
  388. {block:HasTags}
  389. {block:Tags}<a href="/tagged/{Tag}">
  390. #{Tag}</a>
  391. {/block:Tags}
  392. {/block:HasTags}
  393. </div>
  394. </div>
  395.  
  396. {/block:Posts}
  397. {block:PostNotes}{PostNotes}{/block:PostNotes}
  398.  
  399. </div>
  400.  
  401.  
  402.  
  403.  
  404.  
  405. <div id="cred"><a href="http://isharoleplays.tumblr.com"><big>I</big></a></div>
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement