Advertisement
blainesrph

THEME #13 - Thinking Out Loud

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