Advertisement
Guest User

theme

a guest
Jun 9th, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html>
  5.  
  6. <!--
  7. theme by ughirwn!!
  8. - usual rules apply ok have a nice day
  9. --->
  10.  
  11. <title>{Title}</title>
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <meta name="color:text" content=""/>
  17. <meta name="color:bg" content=""/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:navi bar" content=""/>
  22. <meta name="text:home text" content=""/>
  23. <meta name="text:ask link" content="/"/>
  24. <meta name="text:ask text" content=""/>
  25. <meta name="text:link one" content="/"/>
  26. <meta name="text:link one text" content=""/>
  27. <meta name="text:link two" content="/"/>
  28. <meta name="text:link two text" content=""/>
  29. <meta name="text:link three" content="/"/>
  30. <meta name="text:link three text" content=""/>
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. background-color: #000000;
  36. border: 0px solid #fff;
  37. height:auto;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:5px;
  42. width:5px;
  43. background-color: #000000;
  44. border:4px solid #fff;
  45. }
  46.  
  47. body {
  48. background-color: {color:bg};
  49. font-family:arial;
  50. font-size:9px;
  51. letter-spacing:0px;
  52. color:{color:text};
  53. background-image:url('');
  54. background-attachment: fixed;
  55. }
  56.  
  57. a {
  58. color: {color:text};
  59. text-decoration: none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. transition:all 1s ease;
  63. }
  64.  
  65. a:hover {
  66. color:{color:text};
  67. background-color:{color:bg};
  68. text-decoration:none;
  69. }
  70.  
  71. blockquote {
  72. margin-left:10px;
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. #sidebar {
  78. width:150px;
  79. height:100px;
  80. margin-top:400px;
  81. margin-left:340px;
  82. position:fixed;
  83. }
  84.  
  85. .desc {
  86. font-family:calibri;
  87. font-size:9px;
  88. text-align:left;
  89. float:right;
  90. color:{color:text};
  91. width:90px;
  92. height:60px;
  93. letter-spacing:1px;
  94. margin-left:30px;
  95. }
  96.  
  97. #sidebarimage {
  98. float:left;
  99. }
  100.  
  101. #sidebarimage img {
  102. width:90px;
  103. height:90px;
  104. float:left;
  105. margin-left:-60px;
  106. -webkit-transition: all 2s ease;
  107. -moz-transition: all 2s ease;
  108. -ms-transition: all 2s ease;
  109. -o-transition: all 2s ease;
  110. transition: all 2s ease;
  111. opacity:1;
  112. -webkit-filter: grayscale(0.6)
  113. }
  114.  
  115. .menu {
  116. text-align:center;
  117. margin:5px 0 0 0;
  118. }
  119.  
  120. .menu a {
  121. padding:2px;
  122. display:inline-block;
  123. }
  124.  
  125. .menu a:hover {
  126. text-decoration:underline;
  127. }
  128.  
  129. #pagination {
  130. font-family:calibri;
  131. font-size:9px;
  132. letter-spacing:1px;
  133. margin:20px;
  134. margin-right:0px;
  135. text-align:right
  136. }
  137.  
  138. #entries {
  139. float:left;
  140. margin-top: 30px;
  141. margin-left:550px;
  142. width:300px;
  143. -webkit-filter: grayscale(0.5);
  144. }
  145.  
  146. #entry {
  147. max-width: 300px;
  148. text-align: justify;
  149. position: relative;
  150. margin-bottom:55px;
  151. }
  152.  
  153. #entry img{
  154. max-width:300px;
  155. }
  156.  
  157. h1 {
  158. text-align:center;
  159. text-transform:uppercase;
  160. font-size:12px;
  161. color:{color:text};
  162. font-family:arial;
  163. font-weight: bold;
  164. background:;
  165. font-family:calibri;
  166. line-height:15px;
  167. }
  168.  
  169. .quote {
  170. text-align:center;
  171. font-size: 12px;
  172. font-family:'calibri';
  173. line-height: 21px;
  174. color:{color:text};
  175. text-indent:2px;
  176. padding: 3px 5px 5px 5px;
  177. margin-top:-2px;
  178. }
  179.  
  180. .quotesource {
  181. text-transform:none;
  182. font-family:'calibri';
  183. font-size:12px;
  184. height:auto;
  185. text-align:center;
  186. color:{color:text};
  187. display:block;
  188. font-weight:bold;
  189. font-style:italic;
  190. padding-bottom:10px;
  191. }
  192.  
  193. .quotesource a {
  194. color:{color:text};
  195. }
  196.  
  197. .chat {
  198. line-height: 13px;
  199. list-style: none
  200. }
  201.  
  202. .chat ul {
  203. line-height: 13px;
  204. list-style: none;
  205. padding: 5px;
  206. line-height:14px;
  207. }
  208.  
  209. .person1 {
  210. {color:text};
  211. padding: 2px;
  212. }
  213.  
  214. .person1 .label {
  215. font-weight: bold;
  216. color:{color:text}
  217. }
  218.  
  219. .person2 {
  220. color:{color:text};
  221. padding: 2px;
  222. }
  223.  
  224. .person2 .label {
  225. font-weight: bold;
  226. color:{color:text}
  227. }
  228.  
  229.  
  230. .info {
  231. z-index:99999999999999999;
  232. padding:4px;
  233. text-align:left;
  234. text-transform:lowercase;
  235. font-size:7px;
  236. color:{color:text};
  237. width:490px;
  238. font-family:arial;
  239. }
  240.  
  241. .info a {
  242. text-transform:lowercase;
  243. font-size:8px;
  244. }
  245.  
  246. ol.notes {
  247. list-style: none;
  248. width:300px;
  249. margin-left:-40px;
  250. }
  251.  
  252. ol.notes a {
  253. color:{color:text};
  254. text-shadow:1px 1px 0px #fff;
  255. }
  256.  
  257. ol.notes li.note {
  258. margin-bottom: 2px;
  259. padding: 2px;
  260. text-transform: lowercase;
  261. line-height: 20px;
  262. width:300px;
  263. text-shadow:1px 1px 0px #fff;
  264. border-bottom:1px solid #fafafa;
  265. }
  266.  
  267. ol.notes li.note img.avatar {
  268. vertical-align: -2px;
  269. margin-right: 10px;
  270. width:16px;
  271. height: 16px;
  272. }
  273.  
  274. ol.notes li.note .answer_content {
  275. font-weight: normal;
  276. }
  277. ol.notes li.note blockquote {
  278. display: none;
  279. }
  280.  
  281. ::-moz-selection {
  282. background-color:#000;
  283. }
  284. ::selection {
  285. background-color:#000;color:#fff;
  286. }
  287.  
  288. .audioinfo {
  289. padding:10px;
  290. color:{color:text};
  291. }
  292.  
  293.  
  294. </style>
  295. </head>
  296. <body>
  297.  
  298. <div id="sidebar">
  299.  
  300. <div id="pagination">
  301. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div>
  302.  
  303. <div id="sidebarimage">
  304. <a href="/">
  305. <img src="{image:Sidebar}">
  306. </a>
  307.  
  308. <div class="desc">{description}</div>
  309.  
  310. <div class="link">
  311. <center>
  312. <select onchange='location=this.options[this.selectedIndex].value;'
  313. style=
  314. 'width:90px;
  315. font-size:9px;
  316. margin-left:30px;
  317. margin-top:5px;
  318. margin-bottom:0px;
  319. color:{color:text};
  320. letter-spacing:2px;
  321. '>
  322. <option>{text:navi bar}</option>
  323. <option value="/">{text:home text}</option>
  324. <option value="{text:ask link}">{text:ask text}</option>
  325. <option value="{text:link one}">{text:link one text}</option>
  326. <option value="{text:link two}">{text:link two text}</option>
  327. <option value="{text:link three}">{text:link three text}</option>
  328. <option value="http://ughirwn.tumblr.com">©</option>
  329. </select>
  330. </div>
  331.  
  332. <div id="sidebartitle">{text:sidebartitle}</div>
  333.  
  334. </div></div></div>
  335.  
  336.  
  337.  
  338. <div id="entries">
  339.  
  340. {block:Posts}
  341. <div id="entry">
  342. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  343.  
  344. {block:Photo}
  345. <center><img src="{PhotoURL-500}"></center>
  346. {block:permalinkpage}
  347. {block:Caption} {Caption} {/block:Caption}
  348. {/block:permalinkpage}
  349. {/block:Photo}
  350.  
  351. {block:Photoset}<center>{Photoset-500}</center>
  352. {block:permalinkpage}
  353. {block:Caption}{Caption}{/block:Caption}
  354. {/block:permalinkpage}
  355. {/block:Photoset}
  356.  
  357. {block:Quote}
  358. <div class="quote">{Quote}</div>
  359. <div class="quotesource">{Source}</div>
  360. {/block:Quote}
  361.  
  362. {block:Link}
  363. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  364. {block:Description}{Description}{/block:Description}
  365. {/block:Link}
  366.  
  367. {block:Chat}
  368. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  369. <div class="chat"><ul>{block:Lines}
  370. <li class="person{UserNumber}">{block:Label}
  371. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  372. {/block:Chat}
  373.  
  374. {block:Audio}
  375.  
  376. <table><tr>
  377. <td style="width: 40px;">
  378. <div id="audioimg">{block:AlbumArt}
  379. <img src="{AlbumArtURL}" width="100px"/>
  380.  
  381. </div>
  382. {/block:AlbumArt}</td>
  383. <td style="width: 400px; ">
  384. <div id="audioplayerloh">
  385. <div class="audioinfo">
  386. {block:TrackName}
  387. <b>title:</b>{TrackName}<br>{/block:TrackName}
  388. {block:Artist}<b>artist:</b> {Artist}<br>{/block:Artist}
  389. {/block:ExternalAudio}<b>played</b> {PlayCount} times</div>
  390. {AudioPlayerWhite}
  391. </div>
  392. </td>
  393. </tr></table>
  394. {block:permalinkpage}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:permalinkpage}
  397. {/block:Audio}
  398.  
  399. {block:Video}{Video-500}
  400. {block:permalinkpage}
  401. {block:Caption}{Caption}{/block:Caption}
  402. {/block:permalinkpage}
  403. {/block:Video}
  404.  
  405.  
  406. {block:Answer}
  407. <div class="pergunta">QUESTION: {Question} — <h>{Asker}</h></div><br>
  408. <div class="resposta">{Answer}</div>
  409. {/block:Answer}
  410.  
  411. <div style="display:none">{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}</div>
  412.  
  413. <div class="info">
  414. {block:PermalinkPage}{/block:PermalinkPage}
  415.  
  416.  
  417. {block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}
  418. {block:permalinkpage}
  419. //
  420. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  421. -
  422. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  423. {block:permalinkpage}
  424. <br>{block:HasTags}{block:Tags}<a href="{TagURL}"> # {Tag}</a>{/block:Tags}{/block:HasTags}
  425. </div>
  426. {block:PostNotes}{PostNotes}{/block:PostNotes}
  427.  
  428. </div>
  429.  
  430. </body>
  431.  
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement