Advertisement
blainesrph

THEME #3 - Forever & Always

May 12th, 2014
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. THEME #3 - FOREVER & ALWAYS 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.  
  12. <head>
  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="#dabf9f" />
  22. <meta name="color:Body" content="#333" />
  23. <meta name="color:Link" content="#8d8c8d" />
  24. <meta name="color:Link Hover" content="#c48e8e" />
  25. <meta name="color:Title" content="#6f92b0" />
  26. <meta name="color:Posts" content="#ffffff" />
  27. <meta name="color:Info" content="#ffffff" />
  28. <meta name="color:Sidebar" content="#ffffff" />
  29. <meta name="color:Backbar" content="#dcb78b" />
  30. <meta name="color:Borders" content="#030303" />
  31. <meta name="color:NavBack" content="#395975" />
  32. <meta name="color:NavHover" content="#536a7e" />
  33. <meta name="color:NavText" content="#ffffff" />
  34. <meta name="color:NavTextHover" content="#ffffff" />
  35. <meta name="color:Bold" content="#000000" />
  36. <meta name="color:Italic" content="#000000" />
  37.  
  38.  
  39. <meta name="image:Sidebar" content="" />
  40. <meta name="image:Sidebar2" content="" />
  41. <meta name="image:Background" content="" />
  42.  
  43. <meta name="text:Refresh Label" content=""/>
  44. <meta name="text:Ask Label" content=""/>
  45.  
  46. <meta name="text:Link1 Label" content="" />
  47. <meta name="text:Link1 URL" content="/" />
  48. <meta name="text:Link2 Label" content="" />
  49. <meta name="text:Link2 URL" content="/" />
  50. <meta name="text:Link3 Label" content="" />
  51. <meta name="text:Link3 URL" content="/" />
  52. <meta name="text:Link4 Label" content="" />
  53. <meta name="text:Link4 URL" content="/" />
  54.  
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. body {
  61. background: {color:Background};
  62. background-image: url('{image:Background}');
  63. background-attachment:fixed;
  64. position:absolute;
  65. font-size:12px;
  66. font-family: {font:Body};
  67. color:{color:Body};
  68. }
  69.  
  70. b, strong {color:{color:Bold}}
  71. i, em {color:{color:Italic}}
  72. big {text-shadow: 1px 1px 1px #aaa}
  73. p {margin-top:5px; margin-bottom:5px}
  74. blockquote {
  75. border-left:1.5px solid {color:Body};
  76. padding-left:5px;
  77. margin:0px 2px 0px 10px}
  78.  
  79. img {
  80. border: 0;
  81. max-width: 100%;}
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. color:{color:Link};
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. color:{color:Link Hover};
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. title {
  100. font-family:georgia;
  101. text-align:center;
  102. text-transform:none;
  103. }
  104.  
  105. #title2 {
  106. font:20px 'georgia';
  107. color:{color:Link};
  108. font-style:none}
  109.  
  110. #title {
  111. font-family:georgia;
  112. color:{color:Title};
  113. text-shadow: 1px 1px 0px #000000;
  114. font-style:none;
  115. font-size:17px;
  116. text-align:left;
  117. font-weight:bold;
  118. font-style:italic;
  119. text-decoration:none;
  120. padding-bottom:3px;
  121. -webkit-transition: all 0.5s ease-in-out;
  122. -moz-transition: all 0.5s ease-in-out;
  123. -o-transition: all 0.5s ease-in-out;
  124. }
  125.  
  126.  
  127. #sidebar {
  128. float:right;
  129. margin-left:20px;
  130. position:fixed;
  131. width:275px;
  132. height:280px;
  133. overflow:hidden;
  134. margin-top:30px;
  135. padding:0px;
  136. background-color:{color:Sidebar};
  137. background-image:url('{image:sidebar}');
  138. border:1px solid {color:Borders};}
  139.  
  140. #sidebarfour {
  141. float:right;
  142. position:fixed;
  143. overflow:hidden;
  144. width:275px;
  145. height:280px;
  146. margin-top:320px;
  147. margin-left:20px;
  148. border:1px solid {color:Borders};
  149. background-color:{color:Sidebar};
  150. background-image:url('{image:sidebar2}');
  151. }
  152.  
  153. #sidebartwo {
  154. float:right;
  155. position:fixed;
  156. width:255px;
  157. height:489px;
  158. margin-left:305px;
  159. margin-top:91px;
  160. font-size:11px;
  161. color:{color:Body};
  162. text-align:justify;
  163. overflow:hidden;
  164. padding:10px;
  165. background-color:{color:Sidebar};
  166. border:1px solid {color:Borders};}
  167.  
  168. #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}
  169. #pagination a {color:{color:Link}}
  170. #pagination a:hover {color:{color:Body}}
  171.  
  172. #sidebarthree {
  173. float:right;
  174. position:fixed;
  175. width:265px;
  176. height:40px;
  177. margin-left:305px;
  178. margin-top:30px;
  179. padding:5px;
  180. border:1px solid {color:Borders};
  181. background-color:{color:Sidebar};}
  182.  
  183.  
  184. #links {
  185. margin-top:0px;
  186. margin-left:0px;
  187. text-align:center;
  188. }
  189.  
  190. #links a {
  191. display:inline-block;
  192. width:39.5px;
  193. height:30px;
  194. line-height:30px;
  195. background-color:{color:NavBack};
  196. padding:3px 0;
  197. margin:1px 0 1px 0px;
  198. color:{color:NavText};
  199. font-size:17px;
  200. font-family:georgia;
  201. border:1px solid {color:Borders};
  202. letter-spacing:1px;
  203. text-transform:uppercase;
  204. -webkit-transition: opacity 0.8s linear;opacity: 1;
  205. -webkit-transition: all 0.5s ease-out;
  206. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  207.  
  208.  
  209. #links a:hover {
  210. border:1px solid {color:borders};
  211. font:8px;
  212. background:{color:NavHover};
  213. color:{color:NavTextHover};
  214. letter-spacing:1px;
  215. -webkit-transition: opacity 0.7s linear;opacity: 1;
  216. -webkit-transition: all 0.3s ease-out;
  217. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  218.  
  219. #entries {
  220. font-size:10px;
  221. margin-left: 650px;
  222. margin-top:40px;
  223. float: right;
  224. text-align: justify;
  225. }
  226.  
  227. #post {
  228. border: 1px solid {color:Borders};
  229. background-color: {color:Posts};
  230. font-size:10px;
  231. padding: 10px;
  232. margin-bottom:0px;
  233. width: 500px;
  234. color:{color:Text};
  235. text-align: justify;
  236. overflow:hidden;
  237. }
  238.  
  239. #info {
  240. width: 520px;
  241. margin-bottom:30px;
  242. margin-top: -1px;
  243. background-color: {color:Info};
  244. border:1px solid {color:Borders};
  245. text-align: center;
  246. padding-top: 5px;
  247. padding-bottom: 5px;
  248. }
  249.  
  250. .user_1 .label {
  251. color:{color:link}; text-transform:uppercase; font-weight:bold}
  252.  
  253. .user_2 .label {
  254. color:{color:link}; text-transform:uppercase; font-weight:bold}
  255.  
  256. .user_3 .label {
  257. color:{color:link}; text-transform:uppercase; font-weight:bold}
  258.  
  259. .user_4 .label {
  260. color:{color:title}; text-transform:uppercase; font-weight:bold}
  261.  
  262. .user_5 .label {
  263. color:{color:link}; text-transform:uppercase; font-weight:bold}
  264.  
  265. .user_6 .label {
  266. color:{color:title}; text-transform:uppercase;font-weight:bold}
  267.  
  268. .user_7 .label {
  269. color:{color:link}; text-transform:uppercase; font-weight:bold}
  270.  
  271. .user_8 .label {
  272. color:{color:link}; text-transform:uppercase; font-weight:bold}
  273.  
  274.  
  275. ul.chat, .chat ol, .chat li {
  276. list-style:none; margin:0px 0px 5px 0px; padding:0px; 0px 0px 0px}
  277.  
  278. #audio {
  279. width:500px;
  280. height:105px;
  281. margin-bottom:5px
  282. }
  283.  
  284. .albumart {
  285. width:100px;
  286. height:100px;
  287. position:absolute
  288. }
  289.  
  290. .albumart img {
  291. width:100px;
  292. height:100px;
  293. float:left
  294. }
  295.  
  296. .player {
  297. margin-left:110px;
  298. margin-top:5px;
  299. float:left
  300. }
  301.  
  302. .audioinfo {
  303. margin-left:110px;
  304. margin-top:8px;
  305. float:left
  306. }
  307.  
  308. #asks {
  309. text-align:left;
  310. margin:2px;
  311. padding:7px;
  312. background-color:transparent;
  313. border:1px solid {color:Borders};
  314. }
  315.  
  316. .asker {
  317. margin-bottom:-13px;
  318. font-size:19px;
  319. text-transform:uppercase;
  320. letter-spacing:1px;
  321. font-weight:bold;
  322. text-shadow:1px 1px 0px #aaa;}
  323.  
  324. #answers {
  325. margin-left:3px;
  326. margin-top:8px
  327. }
  328.  
  329.  
  330.  
  331.  
  332. /* -- DON'T TOUCH THIS -- */
  333.  
  334. #credit a {
  335. letter-spacing: 1px;
  336. position:fixed;
  337. font:15px georgia;
  338. background-color:{color:Sidebar};
  339. border:1px solid {color:Borders};
  340. color:{color:Link};
  341. padding:5px;
  342. bottom:20px;
  343. right:20px}
  344.  
  345. #credit a:hover {
  346. text-shadow: none;
  347. color:{color:Text}}
  348.  
  349.  
  350. </style>
  351. <style type="text/css">{CustomCSS}</style>
  352. </head>
  353.  
  354. <body>
  355.  
  356.  
  357.  
  358.  
  359. <div id="sidebartwo">
  360. {block:Description}{Description}{/block:Description}<br>
  361.  
  362. <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>
  363.  
  364. </div>
  365.  
  366.  
  367. <div id="sidebar">
  368.  
  369. </div>
  370.  
  371. <div id="sidebarthree">
  372. <div id="links">
  373. <a href="/" title="{text:Refresh Label}">I</a>
  374. <a href="/ask" title="{text:Ask Label}">II</a>
  375. <a href="{text:Link1 URL}" title="{text:Link1 Label}">III</a>
  376. <a href="{text:Link2 URL}" title="{text:Link2 Label}">IV</a>
  377. <a href="{text:Link3 URL}" title="{text:Link3 Label}">V</a>
  378. <a href="{text:Link4 URL}" title="{text:Link4 Label}">VI</a>
  379. </div>
  380. </div>
  381.  
  382. <div id="sidebarfour">
  383.  
  384. </div>
  385.  
  386.  
  387.  
  388. <div id="entries">
  389. {block:Posts}
  390. <div id="post">
  391.  
  392. {block:Text}<div id="title">{title}</div>{Body}{/block:Text}
  393.  
  394. {block:Quote}<div id="title2">“{Quote}” </div>
  395. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  396.  
  397. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title2"><center>{Name}</center></div></a>
  398. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  399.  
  400. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Chat}
  404. <ul class="chat">
  405. {block:title}<div id="title">{Title}</div>{/block:title}
  406.  
  407. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  408. {/block:Chat}
  409.  
  410. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411.  
  412. {block:Audio}
  413. <div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  414. <div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div>
  415. <div class="audioinfo">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  416. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  417. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  418. <br>{PlayCountWithLabel}
  419. </div></div>
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Audio}
  422.  
  423. {block:Answer}
  424. <div id="asks"><div class="asker">{Asker}</div><br>
  425. <hr>
  426. {Question}</div>
  427. <div id="answers">{Answer}</div>
  428. {/block:Answer}
  429. </div>
  430.  
  431.  
  432. <div id="info">
  433. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  434. {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>
  435. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  436.  
  437. {/block:Posts}
  438.  
  439. {block:PostNotes}{PostNotes}{/block:PostNotes}
  440.  
  441. </div>
  442.  
  443. <div id="credit"><a href="http://blainesrph.tumblr.com"> ★ </a></div>
  444.  
  445. </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement