Advertisement
ponderism

theme # 13 (with bw)

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