irrationiall

Theme #2 - The World Is Ugly

Mar 25th, 2013
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#717581"/>
  18. <meta name="color:Hover" content="#333333"/>
  19.  
  20.  
  21. <meta name="image:Background" content=""/>
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="color:Sidebar2" content="#000"/>
  24.  
  25. <!--Links-->
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="" />
  31.  
  32. <style type="text/css">
  33.  
  34.  
  35. ::-webkit-scrollbar {height: auto;width: 6px;}
  36. ::-webkit-scrollbar-thumb {background-color: #fff;}
  37. ::-webkit-scrollbar-track{background-color: #fff;}
  38.  
  39. body {
  40. background:{color:background};
  41. background-image: url('{image:background}') no-repeat fixed center;;
  42. margin:0px;
  43. color:{color:text};
  44. font-family:consolas;
  45. font-size:10px;
  46. line-height:100%;
  47. }
  48.  
  49. a {
  50. text-decoration:none;
  51. outline:none;
  52. -moz-outline-style:none;
  53. color:{color:link};
  54. -webkit-transition: all 0.5s ease;
  55. -moz-transition: all 0.5s ease;
  56. -o-transition: all 0.5s ease
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote blockquote {
  64. padding-left:5px;
  65. border-left:1px solid;
  66. }
  67.  
  68. h1 {
  69. font-size:12px;
  70. font-family:consolas;
  71. text-transform:uppercase;
  72. }
  73.  
  74. a:hover {
  75. opacity:10;
  76. color:{color:hover};
  77. -webkit-transition: all 0.7s ease;
  78. -moz-transition: all 0.7s ease;
  79. -o-transition: all 0.7s ease
  80. }
  81.  
  82. small{
  83. font-size:9px;
  84. line-height:110%
  85. }
  86.  
  87. big {
  88. font-size:12px;
  89. line-height:110%
  90. }
  91.  
  92. b, strong{
  93. color:{color:text}
  94. }
  95. i, em {
  96. color:{color:text}
  97. }
  98. p{
  99. margin-top:5px;
  100. margin-bottom:5px
  101. }
  102. blockquote {
  103. padding:0px;
  104. padding-left:5px;
  105. margin:5px;
  106. border-left:1px dotted {color:text}
  107. }
  108.  
  109. blockquote img {
  110. max-width:300px
  111. }
  112.  
  113. ul, li img {
  114. max-with:250px
  115. }
  116.  
  117. .audio {width:500px;height:160px;}
  118. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  119. .albumart img {width:150px;height:150px;float:left;}
  120. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  121. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  122. overflow:hidden;background-color:white;}
  123. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  124.  
  125. #entries {
  126. padding:0px;
  127. width:500px;
  128. margin-left:500px;
  129. margin-top:85px;
  130. margin-bottom: 25px;
  131. outline:;
  132. outline-offset:;
  133.  
  134. }
  135.  
  136.  
  137. #post {
  138. width:500px;
  139. padding-bottom:0px;
  140. font-family:consolas;
  141. opacity:1;
  142. }
  143.  
  144. #ssbr {
  145. width:20px;
  146. border-right: 2px solid #f5f5f5;
  147. height: 100%;
  148. position:fixed;
  149. margin-top: -85px;
  150. margin-bottom: 0px;
  151. margin-left: 0px;
  152. line-height:100%;
  153. background-color: {color:sidebar2};
  154. }
  155.  
  156.  
  157. #sidebar {
  158. width:120px;
  159. position:fixed;
  160. margin-left:100px;
  161. margin-top:140px;
  162. opacity:1;
  163. }
  164.  
  165. #sidebarimage img{
  166. width:120px;
  167. padding:3px;
  168. border:1px dotted;
  169. border-color:#BAB8B9;
  170. border-radius: 550px;
  171. }
  172.  
  173. #links {
  174. font-family:consolas;
  175. font-size:9px;
  176. opacity:1;
  177. text-align:center;
  178. padding-top:54px;
  179. letter-spacing:1px;
  180. text-transform:uppercase;
  181. padding-bottom:5px;
  182. width: 110px;
  183. margin-top:-50px;
  184. margin-left:10px;
  185. }
  186.  
  187. #links a{
  188. display:block;
  189. background:#fff;
  190. padding: 0px;
  191. letter-spacing:1px;
  192. -webkit-transition: .7s;
  193. -moz-transition: 2.0s;
  194. border:1px dotted #eeeeee;
  195.  
  196. }
  197.  
  198. #links a:hover{
  199. color:#fff;
  200. -webkit-transition: 2.0s;
  201. -moz-transition: 2.0s;
  202. background:{color:hover};
  203. }
  204.  
  205. #description {
  206. padding:4px;
  207. font-size:10px;
  208. font-style:;
  209. text-transform: lowercase;
  210. opacity: 0.8;
  211. text-align:center;
  212. margin-top:-2px;
  213. margin-left:10px;
  214. width: 100px;
  215. outline: 1px solid #f5f5f5;
  216. }
  217.  
  218.  
  219. #pagination {
  220. font-size:9px;
  221. text-align:center;
  222. color:{color:link};
  223. font-family:consolas;
  224. letter-spacing:2px;
  225. margin-left:16px;
  226. margin-top: 20px;
  227. }
  228.  
  229. #info {
  230. font-family:verdana;
  231. width:490px;
  232. margin-top:3px;
  233. padding:2px;
  234. padding-left:8px;
  235. font-size:7px;
  236. color:{color:link};
  237. text-transform:uppercase;
  238. font-style:italic;
  239. letter-spacing:2px;
  240. text-align:right;
  241. border-bottom:1px solid #f5f5f5;
  242. -moz-transition-duration:0.5s;
  243. -webkit-transition-duration:0.5s;
  244. -o-transition-duration:0.5s;
  245. }
  246.  
  247. #info a {
  248. color:{color:link};
  249. text-align:right;
  250. letter-spacing:1px;
  251. font-style:normal;
  252. }
  253.  
  254. #info a:hover {
  255. color:{color:hover};
  256. }
  257.  
  258. .caption {
  259. width:500px;
  260. text-align:justify;
  261. line-height:120%;
  262. }
  263.  
  264. .question {
  265. padding:10px;
  266. text-align:center;
  267. color:{color:text};
  268. background-color:{color:infobg};
  269. border-bottom:1px dashed #f5f5f5;
  270. }
  271.  
  272. .answer {
  273. text-align:left;
  274. padding:10px;
  275. color:{color:text};
  276. }
  277.  
  278. .music {
  279. width:500px;
  280. padding-bottom:10px;
  281. background-color:{color:infobg};
  282. }
  283.  
  284. .albumart {
  285. float:left;
  286. padding:0px 10px 10px 0px;
  287. }
  288.  
  289. .albumart img {
  290. width:45px;
  291. height:45px;
  292. }
  293.  
  294. .playercontainer {
  295. text-align:left;
  296. padding:10px;
  297. background-color:#ffffff;
  298. width:480px;
  299. }
  300.  
  301. .musicinfo {
  302. padding:10px;
  303. color:{color:text};
  304. }
  305.  
  306. .postnote {
  307. text-transform:uppercase;
  308. font-style:normal;
  309. letter-spacing:0px;
  310. font-size: 9px;
  311. text-align:left;
  312. line-height:90%;
  313. margin-left:-40px;
  314. }
  315.  
  316. .postnote li {
  317. list-style-type:none;
  318. border-bottom:1px solid {color:border};
  319. padding:10px 25px 10px 25px;
  320. text-align:left;
  321. margin:0px;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. .tags {
  328. font-family:consolas;
  329. font-style:normal;
  330. width:500px;
  331. text-transform:uppercase;
  332. font-style:normal;
  333. color:{color:tags};
  334. letter-spacing:2px;
  335. line-height:120%;
  336. font-size:8px;
  337. text-align:right;
  338. padding:2px;
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. .tags a {
  345. color:{color:text};
  346. letter-spacing:1px;
  347. padding:1px;
  348. }
  349.  
  350. .tags a:hover {
  351. color:#f1f1f1;
  352. }
  353.  
  354. ul.chat, .chat ol, .chat li {
  355. list-style:none;
  356. margin:0px;
  357. padding:2px;
  358. }
  359.  
  360. .tab {
  361. text-decoration:underline;
  362. font-weight:700;
  363. background-color:{color:bg};
  364. margin-right:5px;
  365. }
  366.  
  367.  
  368.  
  369.  
  370. {CustomCSS}</style></head><body>
  371.  
  372. <div id="ssbr"></div>
  373.  
  374. <div id="sidebar">
  375. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  376. <div id="links">
  377. <p><a href="/">home</a></p>
  378. <p><a href="/ask">ask</a></p>
  379. <p>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</p>
  380. <p>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</p>
  381. </div>
  382.  
  383. <div id="description">{Description}</div>
  384.  
  385.  
  386.  
  387. {block:Pagination}
  388. <div align="center" id="pagination">
  389. {block:PreviousPage}
  390. <a href="{PreviousPage}">«</a>
  391. {/block:PreviousPage}
  392. {block:JumpPagination length="3"}
  393. {block:CurrentPage}
  394. <span class="current_page">{PageNumber}</span>
  395. {/block:CurrentPage}
  396. {block:JumpPage}
  397. <a class="jump_page" href="{URL}">{PageNumber}</a>
  398. {/block:JumpPage}
  399. {/block:JumpPagination}
  400. {block:NextPage}
  401. <a href="{NextPage}">»</a>
  402. {/block:NextPage}
  403. </div>
  404. {/block:Pagination}
  405. </div>
  406.  
  407.  
  408. <div id="post">
  409.  
  410. {block:Posts}</div>
  411.  
  412. <div id="entries">
  413.  
  414. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  415.  
  416. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  417.  
  418. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  421.  
  422. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  423.  
  424. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  425.  
  426. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  427. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  428.  
  429. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  430.  
  431. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  432.  
  433. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  434. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  435. {block:HasTags}
  436. <div class="tags">
  437. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  438. {/block:HasTags}
  439. <div class="postnote">
  440. {block:PostNotes}{PostNotes}{/block:PostNotes}
  441.  
  442. </div>
  443. </div>
  444. {/block:Posts}
  445.  
  446. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 5px; text-transform:lowercase;"><a href="http://elctra.tumblr.com">made by elctra</a></div>
  447.  
  448. </body>
  449.  
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment