Advertisement
ponderism

theme # 4

Aug 4th, 2013
2,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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.  
  3. <!--
  4.  
  5. THEME # 4 by OSWHIMS
  6. do not repost/claim as your own/remove the credit
  7. base theme used from WOLVERWHORE
  8. ENJOY!
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:linksbg" content="#f7f7f7">
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#f7f7f7"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  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. <meta name="text:Link 5" content="" />
  39. <meta name="text:Link 5 Text" content="" />
  40. <meta name="text:Link 6" content="" />
  41. <meta name="text:Link 6 Text" content="" />
  42. <meta name="color:scrollbarbg" content="ffffff"/>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. @import url(http://fonts.googleapis.com/css?family=Kristi);
  48.  
  49. #fade
  50. #fade a{
  51. display:block
  52. }
  53. #fade .fadeon {
  54. margin-top:0px;filter: alpha(opacity = 0);
  55. opacity:0;-webkit-transition: all 0.5s ease-out;
  56. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  57. }
  58.  
  59. #fade:hover .fadeon {
  60. margin-top:0px;
  61. -webkit-transition: all 0.8s ease-out;
  62. -moz-transition: all 0.8s ease-out;
  63. transition: all 0.8s ease-out;
  64. filter: alpha(opacity = 100);
  65. filter: alpha(opacity = 100);
  66. opacity:100;
  67. }
  68.  
  69. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
  70.  
  71.  
  72.  
  73. /* --- SCROLLBAR ---*/
  74.  
  75. ::-webkit-scrollbar {
  76. width: 5px;height: 5px;}
  77. ::-webkit-scrollbar-button:start:decrement,
  78. ::-webkit-scrollbar-button:end:increment {
  79. height: 6px;display: block;background-color: {color:white};}
  80. ::-webkit-scrollbar-track-piece {
  81. background-color: {color:scrollbarbg};}
  82. ::-webkit-scrollbar-thumb:vertical {
  83. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  84.  
  85.  
  86. /* --- BODY ---*/
  87.  
  88. body {
  89. background:{color:background};
  90. margin:0px;
  91. color:{color:text};
  92. font-family:'Libre Baskerville';
  93. font-size:9px;
  94. line-height:100%;
  95. }
  96.  
  97. a {
  98. text-decoration:none;
  99. outline:none;
  100. -moz-outline-style:none;
  101. color:{color:link};
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108. blockquote {
  109. padding-left:5px;
  110. border-left:2px solid;
  111. }
  112.  
  113. blockquote blockquote {
  114. padding-left:5px;
  115. border-left:2px solid;
  116. }
  117.  
  118. h1 {
  119. font-size:9px;
  120. text-transform:uppercase;
  121. }
  122.  
  123. a:hover {
  124. opacity:10;
  125. color:{color:hover};
  126. -webkit-transition: all 0.7s ease;
  127. -moz-transition: all 0.7s ease;
  128. -o-transition: all 0.7s ease
  129. }
  130.  
  131. /* --- POST ENTRIES ---*/
  132.  
  133.  
  134. #entries {
  135. padding:10px;
  136. width:500px;
  137. margin-left:500px;
  138. margin-top:40px;
  139. font-size:11px;
  140. }
  141.  
  142. /* --- BODY: POSTS ---*/
  143.  
  144.  
  145. #post {
  146. width:500px;
  147. padding-bottom:20px;
  148. padding:10px;
  149. margin-top:15px;
  150. background-color:{color:Post};
  151. }
  152.  
  153. /* --- SIDEBAR IMAGE ---*/
  154.  
  155.  
  156. #sidebar {
  157. width:250px;
  158. height: 200px;
  159. position:fixed;
  160. margin-left:170px;
  161. margin-top:170px;
  162. opacity:1;
  163. border: solid 1px;
  164. border-color: {color:border};
  165. background-color:{color:Background};
  166. }
  167.  
  168. #sidebarimage {
  169. width 100px;
  170. }
  171.  
  172. #sidebarimage img {
  173. width:150px;
  174. height: 190px;
  175. margin-left: 5px;
  176. margin-top: 5px;
  177. border-color: {color:border};
  178. background-color:#ffffff;
  179. }
  180.  
  181. /* --- TITLE --- */
  182.  
  183.  
  184. #title {
  185. width: 250px;
  186. font-size:40px;
  187. position:fixed;
  188. text-align:center;
  189. margin-left:0px;
  190. margin-top:10px;
  191. line-height: 80%;
  192. letter-spacing:1px;
  193. font-family:'kristi', cursive;
  194. text-transform:lowercase;
  195. font-style:italic;
  196. opacity: 1;
  197.  
  198.  
  199. }
  200.  
  201. /* --- SIDEBAR LINKS ---*/
  202.  
  203. .links {
  204. width:205px;
  205. height:20px;
  206. padding: 9px;
  207. font-size:5px;
  208. font-family:'calibri';
  209. text-align:center;
  210. margin-top:-185px;
  211. margin-left:-31px;
  212. text-align:center;
  213. text-transform:uppercase;
  214. word-spacing:2px;
  215. position:fixed;
  216. padding-bottom:0px;
  217. opacity: 1;
  218.  
  219. }
  220.  
  221. .links a {
  222. display: inline-block;
  223. font-size: 8px;
  224. padding: 3px;
  225. width: 77px;
  226. padding-bottom: 2.5px;
  227. margin-bottom: 00px;
  228. background-color: {color:linksbg};;
  229. border: solid 0px;
  230. border-color: {color:border};
  231.  
  232. }
  233.  
  234. .links a:hover {
  235. color:{color:Hover};
  236. }
  237.  
  238.  
  239. /* --- DESCRIPTION ---*/
  240.  
  241. #description {
  242. position:fixed;
  243. font-family:'libre baskerville';
  244. line-height:150%;
  245. font-size:9px;
  246. font-style:italic;
  247. width:75px;
  248. height: 181px;
  249. margin-top:-191px;
  250. padding:4px;
  251. margin-left:160px;
  252. border: solid 1px;
  253. border-color: {color:border};
  254. text-align:center;
  255. color:{color:text};
  256. }
  257.  
  258. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  259. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  260.  
  261. /* --- PAGINATION---*/
  262.  
  263.  
  264. #pagination {
  265. width:240px;
  266. height: 5px;
  267. padding: 20px;
  268. font-size:10px;
  269. text-align:center;
  270. margin-left:240px;
  271. margin-top: 135px;
  272. position:fixed;
  273. font-family:'libre baskerville';
  274. letter-spacing:1px;
  275. }
  276.  
  277. /* --- POST INFO ---*/
  278.  
  279.  
  280. #info {
  281. text-align:left;
  282. margin-top:10px;
  283. text-transform:uppercase;
  284. font-size:8px;
  285. font-style:none;
  286. border-top:1px solid {color:border}
  287. }
  288.  
  289. /* --- POST TAGS---*/
  290.  
  291.  
  292. #tags {
  293. font-family:'libre baskerville';
  294. letter-spacing:1px;
  295. text-transform:lowercase;
  296. font-size:10px;
  297. font-style:italic;
  298. margin-top:4px;
  299. text-align:left;
  300. }
  301.  
  302. #tags
  303. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. -moz-transition: all 0.6s ease-in-out;
  306. -o-transition: all 0.6s ease-in-out;
  307. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  308.  
  309.  
  310. /* --- QUESTIONS ---*/
  311.  
  312. #asker {
  313. padding:11px;
  314. border:double 3px;
  315. border-color: {color:border};
  316. margin-top: 5px;
  317. font-family:calibri;
  318. letter-spacing:1px;
  319. text-align:center;
  320. font-size: 10px;
  321. font-style:normal;
  322. margin-left:0px;
  323. margin-bottom: 5px;
  324. background-color: {color:Background};
  325.  
  326. }
  327.  
  328.  
  329. {CustomCSS}</style></head><body>
  330.  
  331. <div id="fade">
  332. <div id="sidebar">
  333. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  334.  
  335. <div id="title">{Title}</div>
  336.  
  337. <div id="description">
  338. {Description}
  339. </div>
  340.  
  341. <div class="fadeon">
  342. <div class="links">
  343. <p><b><a href="/">home</a></b>
  344. <p><b><a href="/ask">ask</a></b>
  345. <p><b><a href="{text:Link 1}">{text:Link 1 Text}</a></b>
  346. <p><b><a href="{text:Link 2}">{text:Link 2 Text}</a></b>
  347. <p><b><a href="{text:Link 3}">{text:Link 3 Text}</a></b>
  348. <p><b><a href="{text:Link 4}">{text:Link 4 Text}</a></b>
  349. <p><b><a href="{text:Link 5}">{text:Link 5 Text}</a></b>
  350. <p><b><a href="{text:Link 6}">{text:Link 6 Text}</a></b>
  351. </div></div></div>
  352.  
  353. <div class="fadeon">
  354. {block:Pagination}<div id="pagination">
  355. {block:PreviousPage}<a href="{PreviousPage}">&#8602 prev</a>{/block:PreviousPage}
  356. {block:NextPage}<a href="{NextPage}">next &#8603;</a>{/block:NextPage}
  357. </div>{/block:Pagination}</div>
  358.  
  359. </div>
  360.  
  361. <div id="entries">{block:Posts}<div id="post">
  362.  
  363. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  364.  
  365. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  366.  
  367. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  368.  
  369. {block:Quote}{Quote}{/block:Quote}
  370.  
  371. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  374.  
  375. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  376. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  377. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  379. {/block:Audio}
  380.  
  381. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  382.  
  383. {block:Answer}
  384. <div id="asker"><span style="font-family:calibri;font-size:9px;font-style:normal; text-transform:uppercase;"> <big><big><b>{Asker}:</b></big></big></span><br /> <i>{Question}</i></div><left><font face="libre baskerville">{Answer}</font>
  385. {/block:Answer}
  386.  
  387. <div id="info">
  388. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  389. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  390. {/block:Posts}
  391. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  392. {/block:Posts}</div></div></div>
  393.  
  394.  
  395. <div style="position:fixed;bottom:5px; right:5px; font-size:8px; letter-spacing:2px; font-family:calibri;"><a href="http://oswhims.tumblr.com/">©OSWHIMS</a></center></div>
  396.  
  397.  
  398. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement