Advertisement
iusedtobeher-themes

~Confidence~

Feb 16th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FCFCFC">
  12. <meta name="color:posts" content="#FFFFFF">
  13. <meta name="color:link" content="#FFD088">
  14. <meta name="color:hover" content="#FFEDED">
  15. <meta name="color:linkbg" content="#FFEDED">
  16. <meta name="color:text" content="#DIBFA3">
  17. <meta name="color:infobg" content="#FFEDED">
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19.  
  20. <meta name="image:sbimage" content=""/>
  21.  
  22. <meta name="text:link 1" content="">
  23. <meta name="text:link 1 url" content="/">
  24. <meta name="text:link 2" content="">
  25. <meta name="text:link 2 url" content="/">
  26. <meta name="text:link 3" content="">
  27. <meta name="text:link 3 url" content="/">
  28. <meta name="text:link 4" content="">
  29. <meta name="text:link 4 url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. }
  50.  
  51. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  52.  
  53. ::-webkit-scrollbar-corner {background:{color:bg}}
  54.  
  55. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  56.  
  57. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  60.  
  61. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  62.  
  63.  
  64. @font-face { font-family: "ORATOR"; src: url('http://static.tumblr.com/qlfmldj/zkim9eemu/oratorstd.otf'); }
  65.  
  66. @font-face { font-family: "ILR"; src: url('http://static.tumblr.com/qlfmldj/Idhm9axug/impact_label_reversed.ttf'); }
  67.  
  68. body {
  69. background-color:{color:bg};
  70. }
  71.  
  72.  
  73. h1 {
  74. font-family:calibri;
  75. font-size:10px;
  76. text-align:center;
  77. font-weight:normal;
  78. line-height:120%;
  79. letter-spacing:1px;
  80. }
  81.  
  82. h2 {
  83. font-family:georgia;
  84. font-size:15px;
  85. text-align:center;
  86. font-weight:normal;
  87. line-height:120%;
  88. letter-spacing:-0.5px;
  89. font-style:italic;
  90. }
  91.  
  92. blockquote {
  93. border-left:4px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. margin-bottom: 5%;
  101. }
  102.  
  103. .desc {
  104. width:180px;
  105. font-size:9px;
  106. padding:10px;
  107. opacity:0;
  108. padding-bottom:25px;
  109. letter-spacing:-0.5px;
  110. padding-top:15px;
  111. text-align:center;
  112. border:2px solid white;
  113. margin-left:730px;
  114. margin-top:30px;
  115. position:fixed;
  116. background-color:white;
  117. -webkit-transition: all 0.9s ease;
  118. -moz-transition: all 0.9s ease;
  119. -o-transition: all 0.9s ease;
  120. }
  121.  
  122. .desc:hover{
  123. opacity:1;
  124. -webkit-transition: all 0.9s ease;
  125. -moz-transition: all 0.9s ease;
  126. -o-transition: all 0.9s ease;
  127. }
  128.  
  129. .page {
  130. font-size:25px;
  131. text-align:center;
  132. }
  133.  
  134. #link{
  135. background-color:{color:linkbg};
  136. width:185px;
  137. height:auto;
  138. padding:10px;
  139. font-size:12px;
  140. text-align:left;
  141. }
  142.  
  143. #link img{
  144. width:175px;
  145. padding:5px;
  146. }
  147.  
  148. #link a{
  149. opacity:1;
  150. }
  151.  
  152. #link a:hover{
  153. opacity:.5;
  154. }
  155.  
  156. #stuffcontainer {
  157. width:500px;
  158. margin-left:100px;
  159. background-color:{color:bg};
  160. font-family:calibri;
  161. font-size:10px;
  162. line-height:90%;
  163. color:{color:text};
  164. margin-bottom: 5%;
  165. }
  166.  
  167. .stuff {
  168. width:500px;
  169. margin-top:10px;
  170. padding-top:10px;
  171. padding-left:10px;
  172. padding-right:10px;
  173. padding-bottom:10px;
  174. background-color:white;
  175. border:1px solid white;
  176. font-family:calibri;
  177. font-size:10px;
  178. line-height:90%;
  179. color:{color:text};
  180. opacity:0.5;
  181. -webkit-transition: all 0.9s ease;
  182. -moz-transition: all 0.9s ease;
  183. -o-transition: all 0.9s ease;
  184. }
  185.  
  186. .stuff:hover{
  187. opacity:1;
  188.  
  189. -webkit-transition: all 0.9s ease;
  190. -moz-transition: all 0.9s ease;
  191. -o-transition: all 0.9s ease;
  192. }
  193.  
  194. .caption {
  195. width:500px;
  196. text-align:justify;
  197. line-height:120%;
  198. }
  199.  
  200. .audio {
  201. width:500px;
  202. height:160px;
  203. }
  204. .albumart {
  205. width:150px;
  206. height:150px;
  207. position:absolute;}
  208. .albumart img {
  209. width:150px;
  210. height:150px;
  211. float:left;}
  212. .playercontainer {
  213. display:block;
  214. width:150px;
  215. height:150px;
  216. background-color:#ffffff;
  217. position:absolute;
  218. }
  219. .player {
  220. margin-left:36px;
  221. margin-top:36px;
  222. width:25px;
  223. height:25px;
  224. overflow:hidden;
  225. background-color:white;
  226. }
  227. .audioinfo {
  228. margin-left:160px;
  229. float:left;
  230. width:200px;
  231. padding:2px;
  232. margin-top:3px;
  233. }
  234.  
  235. .postinfo {
  236. width:520px;
  237. text-align: center;
  238. padding-top:5px;
  239. padding-bottom:5px;
  240. font-size: 9px;
  241. line-height:120%;
  242. margin-bottom:10px;
  243. opacity:.5;
  244. background-color: {color:infobg};
  245. }
  246.  
  247. .postinfo li {
  248. list-style-type: none;
  249. text-align:left;
  250. margin-left: 20px;
  251. }
  252.  
  253. .tags {
  254. text-align:center;
  255. padding:-7px 0px 0px 5px;
  256. }
  257.  
  258. .tags a {
  259. text-decoration: none;
  260.  
  261. .audio {
  262. background-color:{color:background};
  263. display:{color:background};
  264. }
  265.  
  266. .user_1 .label {
  267. color:{color:text};
  268. font-weight:normal;
  269. }
  270. .user_2 .label {
  271. color:{color:info};
  272. font-weight:normal;
  273. }
  274. ul.chat, .chat ol, .chat li {
  275. list-style:none;
  276. margin:0px;
  277. padding:0px
  278. }
  279.  
  280.  
  281. </style>
  282.  
  283. </head>
  284. <body>
  285.  
  286. <div id="theme">
  287. <br><br>
  288. <div class="page">
  289.  
  290. <div style="width:180px; height:180px; margin-left:710px; position:fixed;"><img src="{image:sbimage}"></a></div>
  291.  
  292. <div class="desc">
  293. <a href="/">Home</a>&nbsp;&nbsp;&nbsp;
  294. <a href="/ask">Ask </a>&nbsp;&nbsp;&nbsp;
  295.  
  296. </br>-------------------------------------------------
  297. </br>
  298. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;&nbsp;
  299. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;&nbsp;
  300. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;&nbsp;&nbsp;
  301. <a href="{text:link 4 url}">{text:link 4}</a>
  302. <br>
  303. <br>
  304. {Description}
  305. </div>
  306. </br>
  307.  
  308. <div id="stuffcontainer">
  309.  
  310.  
  311. {block:Posts}
  312.  
  313.  
  314. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  315.  
  316. {block:Quote}<div class="stuff"><h2>“{Quote}” — {Source}</h2></div>{/block:Quote}
  317.  
  318. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  319. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  320.  
  321. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  322.  
  323. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  324. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  325.  
  326. {block:Chat}<div class="stuff"><h2>{Title}</h2><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  327.  
  328. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  329.  
  330. {block:Answer}<div class="stuff"><h1>{Asker} said:</h1><h2>{Question}</h2><br>{Answer}</div>{/block:answer}
  331.  
  332. {block:Audio}<div class="stuff">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  333. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  334. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  335. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  336. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  337.  
  338. <div class="postinfo">
  339. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  340. {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}
  341. {block:PostNotes}{PostNotes}{/block:PostNotes}</br>
  342. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags} {/block:HasTags}
  343. </div>
  344.  
  345. {/block:Posts}
  346. </div>
  347. </div>
  348. </body>
  349. <div style="position:fixed; font-family:calibri; bottom:5px; left:5px;">
  350. <a href="http://iusedtobeher.tumblr.com/">C</a>
  351. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement