sobieber1d

Theme 002 sb1d

Jun 9th, 2012
2,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 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.  
  3. <!--
  4.  
  5. Theme 002 by sobieber1d. Don't repost or claim as your own and keep the credit.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:bg" content="#ffffff" />
  17. <meta name="color:description" content="#F1F1F1" />
  18. <meta name="color:scrollbg" content="#ffffff" />
  19. <meta name="color:scrollbar" content="#cccccc" />
  20. <meta name="color:tagbg" content="#fdf9f2" />
  21. <meta name="color:viabg" content="#fbf6ed" />
  22. <meta name="color:text" content="#ffffff" />
  23. <meta name="color:bold" content="#f4dba6" />
  24. <meta name="color:italic" content="#cccccc" />
  25. <meta name="color:link" content="#cccccc" />
  26. <meta name="color:question" content="#BEDDED" />
  27. <meta name="color:border" content="#cccccc" />
  28. <meta name="color:border2" content="#bb9f8a" />
  29. <meta name="color:info" content="#ffffff" />
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="font:body" content="Trebuchet MS" />
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Title" content="" />
  40. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Title" content="" />
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:scrollbg}}
  52. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  53. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  54. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 4px; display: block; background:{color:scrollbar}}
  55. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  56. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  57. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  58. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  59. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  60.  
  61. body {color:{color:text}; background-color:{color:bg}; font-family:arial; font-size:9px; line-height:110%; text-align:justify}
  62.  
  63. a:link, a:active, a:visited{color:{color:link}; text-decoration:none}
  64. a:hover{color:{color:background};-webkit-transition:0.3s linear;}
  65.  
  66. blockquote {border-left:2px {background:color} solid; padding-left:5px; margin:0px 2px 0px 10px}
  67.  
  68. b, strong{color:{color:bold};}
  69. i, em {color:{color:italic};}
  70. p{margin-top:5px; margin-bottom:5px}
  71. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid {color:text}}
  72.  
  73. #container {background-color:transparent; width:800px; text-align:center; margin: 0 auto -10px auto}
  74.  
  75. #entries {margin:12px 0 -10px 260px; margin-top:80px; margin-right:110px; float:right; text-align:justify}
  76.  
  77. #entry {margin:0px 0 -5px 0; width:500px; background-color:{color:background}; text-align: justify; padding:15px}
  78.  
  79. h1{
  80. color:{color:title};
  81. font-family:{font:body};
  82. font-size:15px;
  83. line-height:15px;
  84. letter-spacing:0px;
  85. font-weight:normal;
  86. text-transform:;
  87. margin:0px;
  88. padding:0px;
  89. text-align:left}
  90.  
  91. h2{
  92. color:{color:title};
  93. font-family:{font:body};
  94. font-size:15px;
  95. line-height:12px;
  96. letter-spacing:0px;
  97. font-weight:normal;
  98. text-transform:;
  99. margin:0px;
  100. padding:0px;
  101. margin-bottom:-0px;
  102. text-align:left}
  103.  
  104. h3{
  105. color: {color:link};
  106. font-family:{font:body};
  107. font-size:15px;
  108. letter-spacing:0px;
  109. font-weight:normal;
  110. font-style:normal;
  111. text-transform:lowercase;
  112. line-height:14px;
  113. margin-left:5px;
  114. margin-top:10px;
  115. margin-bottom:-10px;
  116. text-align:left;
  117. letter-spacing:1px}
  118.  
  119.  
  120. #sidebar {width:162px; margin-left:-140px; top:120px; position:fixed; text-align:justify;}
  121. #h {position:fixed; right:0px; bottom:0px; font:9px georgia italic; letter-spacing:1px; text-transform:lowercase; color:{color:text}; padding:5px;}
  122.  
  123. .pic {width:160px;}
  124. .pic img{max-width:160px;
  125. border:2px solid {color:border};}
  126.  
  127. #linkz {text-align:center; width:162px;}
  128.  
  129. #stext {font-family:arial; font-size:9px; margin-left:0px; width:152px; padding:5px; margin-top:10px; text-align:center;}
  130.  
  131. #navigation {margin-top:-25px; float:left; margin-left:120px;}
  132. .nav {font:10px georgia; color:{color:link}; text-decoration:none; text-align:center; font-style:italic;}
  133. .nav a {background-color:{color:background}; color:{color:link}; text-decoration:none;-webkit-transition:0.3s linear;}
  134. .nav a:hover {color:{color:background}; font:10px;}
  135.  
  136. #pagination {font-color:{color:link}; font:17px arial; text-transform:lowercase; text-decoration:none; text-align:center;}
  137. #pagination:hover{font-color:{color:entry};}
  138.  
  139.  
  140.  
  141. #audio {
  142. margin-bottom:5px;
  143. width:500px;
  144. height:105px;
  145. }
  146.  
  147. .albumart {
  148. width:100px;
  149. height:100px;
  150. position:absolute;
  151. }
  152.  
  153. .albumart img {
  154. width:100px;
  155. height:100px;
  156. float:left;
  157. }
  158.  
  159. .playercontainer {
  160. opacity: .2;
  161. display:block;
  162. width:100px;
  163. height:100px;
  164. background-color:#ffffff;
  165. position:absolute;
  166. z-index:3;
  167. }
  168.  
  169. .playercontainer:hover {
  170. opacity:.6;
  171. -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  172. }
  173.  
  174. .player {
  175. margin-left:36px;
  176. margin-top:36px;
  177. width:25px;
  178. height:25px;
  179. overflow:hidden;
  180. background-color:white;
  181. }
  182.  
  183. .audioinfo {
  184. margin-left:110px;
  185. float:left;
  186. background-color:{color:Info Background};
  187. width:388px;
  188. padding:2px;
  189. margin-top:3px;
  190. }
  191.  
  192. #tags { margin-top: 10px; border-left: 5px solid {color:border}; font-size: 9px; font-family: georgia; background-color: {color:tagbg}; text-transform: lowercase; text-align: left; padding: 4px;}
  193.  
  194. #tags a {color:{color:border};}
  195.  
  196. #tags a:hover {color:{color:background};-webkit-transition:0.3s linear;}
  197.  
  198. .via{ border-left: 5px solid {color:border2}; font-size: 9px; font-family: georgia; background-color: {color:viabg}; text-transform: lowercase; text-align: left; padding: 4px;}
  199.  
  200.  
  201.  
  202.  
  203.  
  204. #posts{width:500px; margin-bottom:30px; background-color:{color:entry};}
  205.  
  206. #posts:hover #info2 {
  207.  
  208. display:block;
  209.  
  210. opacity: 1;
  211.  
  212. margin-top:14px;
  213.  
  214.  
  215. padding: 5px;
  216.  
  217. background-color: {color:info};
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226. #info2 {
  227.  
  228.  
  229.  
  230.  
  231.  
  232. position: absolute; margin-bottom:4px; margin-left: 540px; opacity:0; background-color: #fef9f7; padding: 5px; -webkit-transition:opacity 0.3s linear; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition:all 2s ease-out; font-family: arial; font-size:9px; font-weight:normal; z-index:1; height: auto; width: auto; text-align:center; color:#d0bdab!important; box-shadow:0.5px 0.5px 0.5px 0.5px ; -moz-box-shadow:1px 1px 1px 1px; line-height:8px;
  233.  
  234.  
  235. border-left:2px solid {color:border};
  236.  
  237.  
  238.  
  239.  
  240.  
  241. -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 4px;
  242.  
  243.  
  244.  
  245. }
  246.  
  247.  
  248.  
  249. #info2 a{ {color:link}; !important; -webkit-transition-duration:.2s
  250.  
  251.  
  252.  
  253. font-family: georgia;
  254.  
  255. font-style:normal;
  256.  
  257.  
  258.  
  259. }
  260.  
  261.  
  262.  
  263. #info2 a:hover {
  264.  
  265. color: #ffffff;
  266.  
  267. font-style: normal;
  268.  
  269. text-decoration: bold
  270.  
  271. opacity: 0.5;
  272.  
  273.  
  274.  
  275.  
  276.  
  277. -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
  278.  
  279. }
  280.  
  281.  
  282. .notes {font:11px calibri; font-weight:bold; text-transform:lowercase; padding:0px 5px 0px; display:block;}
  283. .date {font:12px calibri; text-transform:uppercase; font-weight:bold; padding:0px 5px 0px; display:block;}
  284. .reblog {font:11px calibri; text-transform:lowercase; font-weight:bold; padding:0px 5px 0px; display:block;}
  285.  
  286.  
  287. .asker {width: 495px; background-color: {color:background}; padding: 5px 5px 7px 5px; font-size: 11px; font-weight: bold; color:{color:question}; text-transform: uppercase; line-height: 11px;}
  288. .asker img{float: left; padding: 0px 5px 0px 0px;}
  289. .asker a{font-size: 11px; font-weight: bold; color:{color:link}; text-transform: uppercase; line-height: 11px; padding: 0; margin: 0}
  290. .asker a:hover{font-size: 11px; background-color: transparent; line-height:11px; padding: 0; margin: 0;color:{color:background};-webkit-transition:0.3s linear;}
  291.  
  292. .question {font-size: 10px; font-weight: bold; color:{color:text}; text-transform: none;}
  293. .answer {padding-left: 4px; padding-right: 4px; padding-top: 0px;}
  294. .answer img {max-width: 470px;}
  295.  
  296.  
  297.  
  298. img a{border:none; width:100%}
  299. .audio{background-color:#000000; height:55px;overflow:hidden;}
  300.  
  301. .user_1 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  302. .user_2 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  303. .user_3 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  304. .user_4 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  305. .user_5 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  306. .user_6 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  307. .user_7 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  308. .user_8 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  309. .user_9 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  310. .user_10 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  311. .user_11 {background-color:{color:description}; margin-right:25px; color:{color:text};}
  312. .user_12 {background-color:{color:background}; color:{color:text}; margin-right:25px;}
  313. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  314.  
  315.  
  316. .notes img{width:10px; position:relative; top:1px}
  317. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  318.  
  319. </style>
  320. <style type="text/css">{CustomCSS}</style>
  321. </head>
  322.  
  323. <body>
  324.  
  325. <div id="container">
  326. <div id="h"><a href="http://sobieber1d.tumblr.com">sobieber1d</a></i></div>
  327. <div id="entries">
  328.  
  329. {block:Posts}
  330. <div id="posts">
  331. <div id="info2"><div class="date"><a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a></div><div class="notes"><a href="{Permalink}">{block:NoteCount}with {NoteCount} notes{/block:NoteCount}</a></div><div clas"reblog"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  332. </div>
  333.  
  334. <div id="entry">
  335.  
  336. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  337. {block:Text}{Body}{/block:Text}
  338.  
  339. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  340.  
  341. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  342. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  343.  
  344. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  346.  
  347. {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}
  348.  
  349. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  350.  
  351. {block:Answer}
  352. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}
  353. <div class="question">{Question}</div></div>
  354. <div class="answer">{Answer}</div>
  355. {/block:Answer}
  356.  
  357. {block:Audio}
  358. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  359. {/block:Audio}
  360. <br>
  361.  
  362. <div id="tags">{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
  363. {block:ContentSource}- <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br></div></div>
  364. <br>
  365. </div>
  366. {/block:Posts}
  367.  
  368. {block:PostNotes}{PostNotes}{/block:PostNotes}
  369.  
  370. </div>
  371.  
  372.  
  373. <div id="sidebar">
  374. <div id="navigation"><div class="pic"><img src="{image:sidebar}"/></div>
  375. <div id="linkz"><br><a href="/"><img src="http://i47.tinypic.com/2akcux4.png"></a>
  376. <a href="/ask"><img src="http://i47.tinypic.com/15dc11.png"></a>
  377. <a href="/archive"><img src="http://i48.tinypic.com/2n7llx.png"></a></div>
  378.  
  379. <div id="stext">{block:Description}{Description}{/block:Description}</div><br>
  380. <div class="nav">
  381. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} -
  382. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} -
  383. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} -
  384. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} -
  385. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  386. <br><br>
  387. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  388.  
  389. </div>
  390. </div>
  391.  
  392. </div>
  393. </div>
  394.  
  395. </body>
  396. </html>
Add Comment
Please, Sign In to add comment