Advertisement
ponderism

theme # 12

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