Advertisement
blainesrph

THEME #8 - High Hopes

Jul 5th, 2014
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. THEME #8 - HIGH HOPES by blainesrph
  5.  
  6. You can edit this theme as much as you like, so long as you keep the credit intact and don't edit, and then redistribute the theme for your own. The credit must remain where it is.
  7. Thank you!
  8. -->
  9.  
  10.  
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <meta name="font:Body" content="georgia" />
  20.  
  21. <meta name="color:Background" content="#9a929a" />
  22. <meta name="color:Backbar" content="#ffffff" />
  23. <meta name="color:Body" content="#333333" />
  24. <meta name="color:Link" content="#8d8c8d" />
  25. <meta name="color:Link Hover" content="#c48e8e" />
  26. <meta name="color:Title" content="#000000" />
  27. <meta name="color:Toptitle" content="#000000" />
  28. <meta name="color:Subtitle" content="#000000"/>
  29. <meta name="color:Posts" content="#ffffff" />
  30. <meta name="color:Info" content="#ffffff" />
  31. <meta name="color:Sidebar" content="#ffffff" />
  32. <meta name="color:Borders" content="#030303" />
  33. <meta name="color:NavBack" content="#9a929a" />
  34. <meta name="color:NavHover" content="#6b636b" />
  35. <meta name="color:NavText" content="#ffffff" />
  36. <meta name="color:NavTextHover" content="#ffffff" />
  37. <meta name="color:Bold" content="#000000" />
  38. <meta name="color:Italic" content="#000000" />
  39. <meta name="color:Shadow" content="#7b7a7a" />
  40.  
  41. <meta name="text:toptitle" content="this is your first title" />
  42. <meta name="text:subtitle" content="this is your second title" />
  43.  
  44. <meta name="image:Sidebar" content="" />
  45. <meta name="image:Backbar" content="" />
  46.  
  47. <meta name="text:Refresh Label" content=""/>
  48. <meta name="text:Ask Label" content=""/>
  49.  
  50. <meta name="text:Link1 Label" content="" />
  51. <meta name="text:Link1 URL" content="/" />
  52. <meta name="text:Link2 Label" content="" />
  53. <meta name="text:Link2 URL" content="/" />
  54. <meta name="text:Link3 Label" content="" />
  55. <meta name="text:Link3 URL" content="/" />
  56.  
  57.  
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. body {
  63. background: {color:Background};
  64. background-attachment:fixed;
  65. position:absolute;
  66. font-size:12px;
  67. font-family: {font:Body};
  68. color:{color:Body};
  69. }
  70.  
  71. b, strong {color:{color:Bold}}
  72. i, em {color:{color:Italic}}
  73. big {text-shadow: 1px 1px 1px {color:Shadow}}
  74. p {margin-top:5px; margin-bottom:5px}
  75. blockquote {
  76. border-left:1.5px solid {color:Body};
  77. padding-left:5px;
  78. margin:0px 2px 0px 10px}
  79.  
  80. img {
  81. border: 0;
  82. max-width: 100%;}
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. color:{color:Link};
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. -o-transition: all 0.5s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. color:{color:Link Hover};
  95. -webkit-transition: all 0.5s ease-in-out;
  96. -moz-transition: all 0.5s ease-in-out;
  97. -o-transition: all 0.5s ease-in-out;
  98. }
  99.  
  100. #title2 {
  101. font:16px 'cambria';
  102. color:{color:Body};
  103. font-style:italic}
  104.  
  105. #title {
  106. font-family:georgia;
  107. color:{color:Title};
  108. text-shadow: 1px 1px 1px {color:Shadow};
  109. font-style:none;
  110. font-size:17px;
  111. text-align:center;
  112. font-style:none;
  113. text-transform:uppercase;
  114. text-decoration:none;
  115. padding-bottom:3px;
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. }
  120.  
  121.  
  122. #backbar {
  123. position:fixed;
  124. width:401px;
  125. height:508px;
  126. margin-left:175px;
  127. margin-top:70px;
  128. background-color:{color:Backbar};
  129. background-image:url('{image:Backbar}');
  130. background-attachment:fixed;
  131. border:1px solid {color:Borders}
  132.  
  133. }
  134.  
  135.  
  136. #topbar {
  137. overflow:hidden;
  138. height: 38px;
  139. border: 1px solid {color:borders};
  140. background-color: {color:sidebar};
  141. position:fixed;
  142. margin-top:237px;
  143. margin-left:4px;
  144. width:380px;
  145. padding:5px;
  146. }
  147.  
  148. #toptitle {
  149. font-family:{font:Title};
  150. color:{color:Toptitle};
  151. font-style:none;
  152. font-weight:none;
  153. text-transform:uppercase;
  154. font-size:16px;
  155. margin-top: 3px;
  156. text-align:center;
  157. text-decoration:none;}
  158.  
  159.  
  160. #subtitle {
  161. font-family:{font:Title};
  162. color:{color:Subtitle};
  163. padding-bottom:3px;
  164. font-style:none;
  165. font-weight:none;
  166. letter-spacing: 1px;
  167. text-transform:uppercase;
  168. font-size:9px;
  169. text-align:center;
  170. text-decoration:none;}
  171.  
  172. #image {
  173. float:left;
  174. margin-left:4px;
  175. position:fixed;
  176. width:390px;
  177. height:200px;
  178. overflow:hidden;
  179. margin-top:31px;
  180. padding:0px;
  181. background-color:{color:Sidebar};
  182. background-image:url('{image:sidebar}');
  183. border:1px solid {color:Borders};}
  184.  
  185.  
  186.  
  187. #sidebar {
  188. float:right;
  189. position:fixed;
  190. width:380px;
  191. height:200px;
  192. margin-left:4px;
  193. margin-top:291px;
  194. font-size:10px;
  195. color:{color:Body};
  196. text-align:justify;
  197. overflow:hidden;
  198. padding:5px;
  199. background-color:{color:Sidebar};
  200. border:1px solid {color:Borders};}
  201.  
  202.  
  203.  
  204. #links {
  205. margin-top:3px;
  206. margin-left:-1px;
  207. text-align:center;
  208. }
  209.  
  210. #links a {
  211. display:inline-block;
  212. width:74px;
  213. height:15px;
  214. line-height:15px;
  215. background-color:{color:NavBack};
  216. padding:3px 0;
  217. margin:1px 0 1px 0px;
  218. color:{color:NavText};
  219. font-size:8px;
  220. font-family:{font:Body};
  221. border:1px solid {color:Borders};
  222. letter-spacing:1px;
  223. text-transform:uppercase;
  224. -webkit-transition: opacity 0.8s linear;opacity: 1;
  225. -webkit-transition: all 0.5s ease-out;
  226. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  227.  
  228.  
  229. #links a:hover {
  230. border:1px solid {color:borders};
  231. font:8px;
  232. background:{color:NavHover};
  233. color:{color:NavTextHover};
  234. letter-spacing:1px;
  235. -webkit-transition: opacity 0.7s linear;opacity: 1;
  236. -webkit-transition: all 0.3s ease-out;
  237. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  238.  
  239. #pagination {color:{color:Body}; font-size:16px; font-family:georgia; text-align:center; background-color:transparent; padding-top:2px; padding-bottom:2px; margin-top:5px}
  240. #pagination a {color:{color:Link}}
  241. #pagination a:hover {color:{color:Body}}
  242.  
  243. #backbar2 {
  244. padding: 4px;
  245. margin-bottom: 60px;
  246. width:522px;
  247. height:auto;
  248. margin-left:0px;
  249. margin-top:0px;
  250. background-color:{color:Backbar};
  251. background-image:url('{image:Backbar}');
  252. border: 1px solid {color:borders};
  253. }
  254.  
  255. #entries {
  256. font-size:10px;
  257. margin-left: 660px;
  258. margin-top:40px;
  259. float: right;
  260. text-align: justify;
  261. }
  262.  
  263. #post {
  264. border:1px solid {color:Borders};
  265. background-color: {color:Posts};
  266. font-size:10px;
  267. padding: 10px;
  268. margin-bottom:0px;
  269. width: 500px;
  270. color:{color:Text};
  271. text-align: justify;
  272. overflow:hidden;
  273. }
  274.  
  275.  
  276.  
  277. #info {
  278. width:514px;
  279. margin-top:-1px;
  280. padding: 3px;
  281. background-color: {color:Info};
  282. text-align: center;
  283. border:1px solid {color:Borders};
  284. }
  285.  
  286. #tags {
  287. margin-top: 1px;
  288. text-align: center;
  289. }
  290.  
  291. .user_1 .label {
  292. color:{color:link};
  293. text-transform:uppercase;
  294. font-weight:bold}
  295.  
  296. .user_2 .label {
  297. color:{color:link};
  298. text-transform:uppercase;
  299. font-weight:bold}
  300.  
  301. .user_3 .label {
  302. color:{color:link};
  303. text-transform:uppercase;
  304. font-weight:bold}
  305.  
  306. .user_4 .label {
  307. color:{color:link};
  308. text-transform:uppercase;
  309. font-weight:bold}
  310.  
  311. .user_5 .label {
  312. color:{color:link};
  313. text-transform:uppercase;
  314. font-weight:bold}
  315.  
  316. .user_6 .label {
  317. color:{color:link};
  318. text-transform:uppercase;
  319. font-weight:bold}
  320.  
  321. .user_7 .label {
  322. color:{color:link};
  323. text-transform:uppercase;
  324. font-weight:bold}
  325.  
  326. .user_8 .label {
  327. color:{color:link};
  328. text-transform:uppercase;
  329. font-weight:bold}
  330.  
  331. .user_9 .label {
  332. color:{color:link};
  333. text-transform:uppercase;
  334. font-weight:bold}
  335.  
  336. .user_10 .label {
  337. color:{color:link};
  338. text-transform:uppercase;
  339. font-weight:bold}
  340.  
  341. ul.chat, .chat ol, .chat li {
  342. list-style:none;
  343. margin:0px 0px 5px 0px;
  344. padding:0px; 0px 0px 0px}
  345.  
  346. #audio {
  347. width:500px;
  348. height:105px;
  349. margin-bottom:5px
  350. }
  351.  
  352. .albumart {
  353. width:100px;
  354. height:100px;
  355. position:absolute
  356. }
  357.  
  358. .albumart img {
  359. width:100px;
  360. height:100px;
  361. float:left
  362. }
  363.  
  364. .player {
  365. margin-left:110px;
  366. margin-top:5px;
  367. float:left
  368. }
  369.  
  370. .audioinfo {
  371. margin-left:110px;
  372. margin-top:8px;
  373. float:left
  374. }
  375.  
  376.  
  377. #asks {
  378. text-align:left;
  379. margin:2px;
  380. padding:7px;
  381. background-color:transparent;
  382. border:1px solid {color:Borders};
  383. }
  384.  
  385. .asker {
  386. margin-bottom:-13px;
  387. font-size:19px;
  388. text-transform:uppercase;
  389. letter-spacing:1px;
  390. font-weight:bold;
  391. text-shadow:1px 1px 0px {color:Shadow};}
  392.  
  393. #answers {
  394. margin-left:3px;
  395. margin-top:8px
  396. }
  397.  
  398. /* -- DON'T TOUCH THIS -- */
  399.  
  400. #credit a {
  401. letter-spacing: 1px;
  402. position:fixed;
  403. font:15px georgia;
  404. background-color:{color:Sidebar};
  405. border:1px solid {color:Borders};
  406. color:{color:Link};
  407. padding:5px;
  408. bottom:10px;
  409. right:10px}
  410.  
  411. #credit a:hover {
  412. text-shadow: none;
  413. color:{color:Text}}
  414.  
  415.  
  416. </style>
  417. <style type="text/css">{CustomCSS}</style>
  418. </head>
  419.  
  420. <body>
  421.  
  422. <div id="backbar">
  423. <div id="topbar">
  424. <div id="toptitle">{text:toptitle}</div>
  425. <div id="subtitle">{text:subtitle}</div>
  426. </div>
  427.  
  428. <div id="image">
  429.  
  430. </div>
  431.  
  432. <div id="sidebar">
  433.  
  434. {block:Description}{Description}{/block:Description}
  435.  
  436. <div id="pagination"><em>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</em></div>
  437. </div>
  438.  
  439. <div id="links">
  440. <a href="/" title="{text:Refresh Label}">un.</a>
  441. <a href="/ask" title="{text:Ask Label}">deux.</a>
  442. <a href="{text:Link1 URL}" title="{text:Link1 Label}">trois.</a>
  443. <a href="{text:Link2 URL}" title="{text:Link2 Label}">quatre.</a>
  444. <a href="{text:Link3 URL}" title="{text:Link3 Label}">cinq.</a>
  445.  
  446.  
  447. </div>
  448. </div>
  449.  
  450. </div>
  451.  
  452.  
  453.  
  454. <div id="entries">
  455. {block:Posts}
  456. <div id="backbar2">
  457. <div id="post">
  458.  
  459. {block:Text}<div id="title">{title}</div>{Body}{/block:Text}
  460.  
  461. {block:Quote}<div id="title2">“{Quote}” </div>
  462. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  463.  
  464. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">{Name}</div></a>
  465. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  466.  
  467. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  469.  
  470. {block:Chat}
  471. <ul class="chat">
  472. {block:title}<div id="title">{Title}</div>{/block:title}
  473.  
  474. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  475. {/block:Chat}
  476.  
  477. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  478.  
  479. {block:Audio}
  480. <div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  481. <div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div>
  482. <div class="audioinfo">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  483. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  484. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  485. <br>{PlayCountWithLabel}
  486. </div></div>
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:Audio}
  489.  
  490. {block:Answer}
  491. <div id="asks">
  492. <img src="{AskerPortraitURL-64}" style="height:55px; width:55px; float:left; margin-top:-8px; margin-left:-5px; padding:5px; border-radius:50%">
  493. <div class="asker">{Asker}</div><br>
  494. <hr>
  495. {Question}</div>
  496. <div id="answers">{Answer}</div>
  497. {/block:Answer}
  498. </div>
  499.  
  500.  
  501. <div id="info">
  502. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  503. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom}<br>
  504. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  505.  
  506.  
  507. </div>
  508.  
  509. {/block:Posts}
  510.  
  511. {block:PostNotes}{PostNotes}{/block:PostNotes}
  512.  
  513. </div>
  514.  
  515.  
  516. <div id="credit"><a href="http://blainesrph.tumblr.com/theme"> ★ </a></div>
  517.  
  518. </body>
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement