Advertisement
hlmschpl

Theme 5 - Saving Grace

Sep 8th, 2013
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!---- Theme 5 - Saving Grace (Don't Remove The Credit) --->
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Linkbg" content="#b8b8b8"/>
  16. <meta name="color:textnav" content="#b8b8b8"/>
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="color:linkhover" content="#cecece"/>
  19. <meta name="color:hover" content="#cecece"/>
  20. <meta name="color:Tags" content="f0f0f0"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:bold" content="#cecece">
  23. <meta name="color:italic" content="#cecece">
  24. <meta name="color:asker bg" content="#f5f5f5">
  25. <meta name="color:border" content="#cecece">
  26. <meta name="color:borderask" content="#555555">
  27. <meta name="text:firstletter" content="">
  28. <meta name="color:scrollbar" content="#cecece">
  29.  
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 4 Text" content="" />
  38.  
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="if:Show Link 3" content="1" />
  42. <meta name="if:Show Link 4" content="1" />
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar};; border: 2px solid #fff; height:auto;}
  48. ::-webkit-scrollbar {height:5px;width:9px;background-color: {color:scrollbar};;border:4px solid #fff;}
  49. ::selection {background-color:{color:scrollbar};}
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:calibri;
  57. font-size:12px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. color:{color:link};
  63. text-decoration: none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. }
  67.  
  68. a:hover {
  69. color:{color:linkhover};
  70.  
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:15px;
  89. text-transform:lowercase;
  90. text-align:center;
  91. font-family:calibri;
  92. font-style:italic;
  93.  
  94. }
  95.  
  96. b, strong {
  97. color:{color:bold};
  98. font-weight:bold;
  99. }
  100.  
  101. i, em {
  102. color:{color:italic};
  103. }
  104.  
  105.  
  106. a:link,a:visited{
  107. text-decoration:none;
  108. color:{color:links};
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. -ms-transition: all 0.5s ease-in-out;
  113. transition: all 0.5s ease-in-out;
  114. }
  115. a:hover{
  116. color:{color:linkhover};
  117. background: transparent;
  118. }
  119.  
  120. #entries {
  121. padding:10px;
  122. width:500px;
  123. margin-left:600px;
  124. margin-top:100px;
  125. font-size:10px;
  126. background-color:{color:Post};
  127. }
  128.  
  129. #post {
  130. width:500px;
  131. padding-bottom:30px;
  132. padding:20px;
  133. margin-top:20px;
  134. background-color:{color:Post};
  135. }
  136.  
  137. #sidebar {
  138. width:80px;
  139. position:fixed;
  140. margin-left:250px;
  141. margin-top:250px;
  142. opacity:.80;
  143. height:auto;
  144. }
  145.  
  146. #sidebarimage {
  147. width 80px;
  148. margin-left:auto;
  149. margin-right:auto;
  150. }
  151.  
  152. #sidebarimage img {
  153. width:80px;
  154. background-color:{color:border};
  155. padding:10px;
  156. display:block;
  157. }
  158.  
  159.  
  160. #description {
  161. width: 120px;
  162. font-size:10px;
  163. padding-top:1px;
  164. padding-bottom:7px;
  165. letter-spacing:0px;
  166. font-family:cambria;
  167. margin-left:100px;
  168. border-bottom: double {color:line};
  169. text-align:center;
  170. line-height:128%;
  171. margin-top:250px;
  172. text-align:justify;
  173. position:fixed;
  174.  
  175. }
  176.  
  177. #firstletter {
  178. background-color: {color:border};
  179. border2px; solid: {color:border};
  180. outline:7px double {color:border};
  181. padding:5px;
  182. padding-right:5px;
  183. padding-left:-3px;
  184. color: {color:sidebar};
  185. font-size: 18px;
  186. font-family: georgia;
  187. font-style:italic;
  188. text-transform:uppercase;
  189. float: left;
  190. margin-right:10px;
  191. line-height: 115%;
  192. }
  193.  
  194. #pagination{
  195. position:fixed;
  196. width:100px;
  197. padding:0px;
  198. height:50px;
  199. margin-left:105px;
  200. margin-top:475px;
  201. font-family:calibri;
  202. text-transform:uppercase;
  203. font-size:10px;
  204. line-height:5px;
  205. overflow:hidden;
  206. letter-spacing:0px;
  207. line-height:5px;
  208. background:transparent;
  209. text-align:center;
  210. }
  211.  
  212. #note {
  213. float:right;
  214. }
  215.  
  216. #info {
  217. text-align:left;
  218. margin-top:10px;
  219. padding: 5px;
  220. font-size:8px;
  221. color: {color:link};
  222. font-style:'Lato';
  223. letter-spacing:1px;
  224. text-transform: uppercase;
  225. border-top: double {color:line};
  226.  
  227. }
  228.  
  229.  
  230. .bubble {align:right;
  231. background: {color:asker bg};
  232. margin:0px 0px 5px 66px;padding:20px;
  233. position: relative;
  234. -moz-border-radius:5px;
  235. -webkit-border-radius:0px;
  236. border-radius:0px;
  237. border-right: 5px solid {color:borderask};
  238. }
  239.  
  240. .bubble p {
  241. margin:1px 0px;
  242. }
  243.  
  244. .bubble span {
  245. display:block;
  246. position:absolute;
  247. width:1px;
  248. height:1px;
  249. font-size: 0;line-height: 1px;left:-10px;top:10px;
  250. border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asker bg};}
  251.  
  252. .askborder {float: left;
  253. margin-left:10px;
  254. margin: 1px 4px 0 0;
  255. padding: 2px;
  256. background: {color:asker bg}
  257. }
  258.  
  259. .links {
  260. width:150px;
  261. padding: 9px;
  262. font-size:11px;
  263. text-align:justify;
  264. letter-spacing:5px;
  265. margin-top: -10px;
  266. margin-left:-35px;
  267. text-align:center;
  268. text-transform:uppercase;
  269. position:right;
  270. -webkit-transition: all 1s ease-out;
  271. -moz-transition: all 1s ease-out;
  272. }
  273.  
  274. .links a {
  275. margin-top:-15px;
  276. background-color:{color:border};
  277. display:inline-block;
  278. font-family:cambria;
  279. font-size:8px;
  280. padding:5px 0px 2px 0px;
  281. width:46px;
  282. text-transform:uppercase;
  283. font-style:none;
  284. letter-spacing:0px;
  285. border-bottom:2px solid {color:border};
  286. text-shadow:8px 0px transparent, -10px 0px transparent;
  287. line-height:15px;
  288. padding:1px;
  289. -webkit-transition-duration: 0.6s;
  290. -moz-transition-duration:1.6s;
  291. }
  292.  
  293. .links a:hover {
  294. background-color: {color:linkhover};
  295. color:#ffffff;
  296. letter-spacing:0px;
  297. text-shadow:0px 0px #fff, -0px 0px #fff;
  298. }
  299.  
  300. #title {
  301. text-align:right;
  302. width: 100px;
  303. color:{color:text};
  304. line-height: 100%;
  305. font-style:italic;
  306. text-transform:uppercase;
  307. font-size: 12px;
  308. font-family:sans-serif;
  309. margin-top:10px;
  310. margin-left:-1px;
  311. padding:5px;
  312. border-right: 3px solid {color:linkhover};
  313. }
  314.  
  315. #tags {
  316. font-family:oblique;
  317. letter-spacing:0px;
  318. text-transform:uppercase;
  319. font-size:8px;
  320. font-style:none;
  321. margin-top:-4px;
  322. text-align:center;
  323. color:{color:tags};
  324. }
  325.  
  326. #tags a {
  327. padding:-5px;
  328. text-align:center;
  329. }
  330.  
  331.  
  332. #audioplayer {
  333. width:25px;
  334. height:40px;
  335. overflow:hidden;
  336. position:absolute;
  337. margin-top:30px;
  338. margin-left:35px;
  339. opacity: 0.7;
  340. filter:alpha(opacity=70);
  341. -moz-opacity: 0.7;
  342. -khtml-opacity: 0.7;
  343. }
  344.  
  345. #albumart {
  346. float:left;
  347. margin:0px 7px;
  348. }
  349.  
  350. #cred {
  351. position:fixed;
  352. font-size:8px;
  353. line-height:150%;
  354. letter-spacing:1px;
  355. right:10px;
  356. bottom:10px;
  357. text-transform:uppercase;
  358. text-align:center;
  359. }
  360.  
  361. #cred a {
  362. padding:3px;
  363. }
  364.  
  365. {CustomCSS}</style></head><body>
  366.  
  367. <div id="sidebar">
  368. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  369.  
  370. <div id="title"><a href="/">{Title}</a></div>
  371.  
  372. <div class="links">
  373.  
  374. <br><a href="/">One</a>
  375. <a href="/faq">Two</a><br><br>
  376. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  377. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br><br>
  378. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  379. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}<br><br>
  380. </div>
  381. </div>
  382.  
  383. <div id="description"><div id="firstletter"> {text:firstletter}</div>
  384. {Description}
  385. </div>
  386.  
  387.  
  388. <div id="pagination">
  389. {block:Pagination}
  390. {block:PreviousPage}
  391. <a href="{PreviousPage}">prev</a>
  392. {/block:PreviousPage} -
  393. {block:NextPage}
  394. <a href="{NextPage}">next</a>
  395. {/block:NextPage}
  396. {/block:Pagination}
  397. </div>
  398.  
  399.  
  400. </div>
  401.  
  402. </div>
  403. <div id="entries">{block:Posts}<div id="post">
  404.  
  405. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  406.  
  407. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  416.  
  417. {block:Audio}
  418. <div id="audioplayer">{AudioPlayerWhite} </div>
  419. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px">{/block:AlbumArt}</div><br><b>Song: </b> {block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} <div class="caption"><br><br>{caption}</div>{/block:caption}
  420. {/block:Audio}
  421.  
  422. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  423.  
  424. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><b>{Asker}</b>: {Question}&nbsp;</div>{Answer}{/block:answer}
  425.  
  426. <div id="info">
  427. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} - <a href="{Permalink}">{24Hour}:{Minutes}</a><div id="note"> - <a href="{Permalink}">{NoteCount} <font color="#ebc214">&hearts;</font></a>{/block:NoteCount}{block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a>
  428. {block:ContentSource} - <a href="{SourceURL}"> Source - </a>{/block:ContentSource}</div> {/block:Date}</div>
  429. {block:HasTags}
  430. <div class="tags">
  431. {block:Tags}<a href="{TagURL}"> # - {Tag}</a>{/block:Tags}</div>
  432. {/block:HasTags}
  433.  
  434. </div>
  435.  
  436. </div>
  437. {/block:Posts}
  438. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  439. {/block:Posts}</div>
  440.  
  441. <div id="cred"><a href="http://hlmschpl.tumblr.com/">t h e m e</a></div>
  442. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement