Advertisement
ponderism

theme # 13 (without bw)

Jan 23rd, 2014
2,752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 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. border: none;
  68. }
  69.  
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. h1 {
  82. font-size:9px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. a:hover {
  87. text-decoration: underline;
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease;
  91. }
  92.  
  93. /* --- POST ENTRIES ---*/
  94.  
  95.  
  96. #entries {
  97. padding:10px;
  98. width:500px;
  99. margin-left:480px;
  100. line-height: 110%;
  101. margin-top:00px;
  102. font-size:11px;
  103. }
  104.  
  105. /* --- BODY: POSTS ---*/
  106.  
  107.  
  108. #post {
  109. width:500px;
  110. padding-bottom:20px;
  111. padding:20px;
  112. margin-top:15px;
  113. background-color: #fff;
  114. }
  115.  
  116. #post:hover #info {
  117. opacity: 1;
  118. -webkit-transition: all 0.7s ease;
  119. -moz-transition: all 0.7s ease;
  120. -o-transition: all 0.7s ease
  121. }
  122.  
  123. /* --- TITLE --- */
  124.  
  125.  
  126. #title {
  127. width: 300px;
  128. font-size:12px;
  129. position:fixed;
  130. text-align:center;
  131. margin-left: 130px;
  132. margin-top: 185px;
  133. letter-spacing:2px;
  134. font-family:'cambria';
  135. text-transform:lowercase;
  136. font-style:italic;
  137.  
  138.  
  139. }
  140.  
  141. /* --- SIDEBAR IMAGE ---*/
  142.  
  143.  
  144. #sidebar {
  145. width:245px;
  146. height: 800px;
  147. position:fixed;
  148. padding-right: 60px;
  149. margin-left:100px;
  150. margin-top:0px;
  151. opacity:1;
  152. border-right: 1px solid {color:Line};
  153. background-color:{color:Sidebar};
  154. }
  155.  
  156. #sidebarimage {
  157. width 245px;
  158. margin-left: -20px;
  159. margin-top: 40px;
  160. height: 338;
  161. }
  162.  
  163. #sidebarimage img {
  164. width:245px;
  165. height: 338;
  166. padding:6px;
  167. opacity: 1;
  168. background-color:{color:Sidebar};
  169. -webkit-filter:none;
  170. }
  171.  
  172. /* --- PAGINATION --- */
  173.  
  174. #pagination {
  175. font-style:bold;
  176. padding:2px;
  177. font-family:'arial';
  178. letter-spacing:0px;
  179. font-size:9px;
  180. text-align:center;
  181. padding:2px;
  182. margin-top:10px;
  183. text-transform:lowercase;
  184. }
  185.  
  186. /* --- SIDEBAR LINKS ---*/
  187.  
  188. .links {
  189. width:390px;
  190. height:5px;
  191. padding: 20px 0px 20px 90px;
  192. font-family:'calibri';
  193. font-style:normal;
  194. text-align:center;
  195. margin-top:40px;
  196. margin-left:-175px;
  197. text-transform:lowercase;
  198. letter-spacing: 0px;
  199. word-spacing:0px;
  200. position:fixed;
  201. border-top: 1px solid {color:Line};
  202. }
  203.  
  204. .links a {
  205. font-size: 10px;
  206. margin-right: 13px;
  207. padding: 5px;
  208. color: {color:links};
  209. }
  210.  
  211. .links a:hover {
  212.  
  213. }
  214.  
  215.  
  216. /* --- DESCRIPTION ---*/
  217.  
  218. #description {
  219. position:fixed;
  220. font-family:arial;
  221. line-height:100%;
  222. font-size:9px;
  223. width:260px;
  224. margin-top:95px;
  225. padding:40px 70px 0px 180px;
  226. margin-left:-205px;
  227. text-align:justify;
  228. color: #000;
  229. border-top: 1px solid {color:Line};;
  230. }
  231.  
  232. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  233. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  234.  
  235.  
  236.  
  237. /* --- POST INFO ---*/
  238.  
  239.  
  240. #info {
  241. text-align:left;
  242. margin-top:10px;
  243. text-transform:uppercase;
  244. font-size:9px;
  245. font-style:normal;
  246. border-top:1px solid {color:Line};
  247. opacity: 0;
  248. -webkit-transition: all 0.7s ease;
  249. -moz-transition: all 0.7s ease;
  250. -o-transition: all 0.7s ease
  251. }
  252.  
  253. /* --- POST TAGS---*/
  254.  
  255.  
  256. #tags {
  257. font-family:calibri;
  258. letter-spacing:1px;
  259. text-transform:uppercase;
  260. font-size:8px;
  261. line-height: 90%;
  262. font-style:normal;
  263. margin-top:0px;
  264. text-align:left;
  265. }
  266.  
  267. #tags
  268. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  273.  
  274.  
  275. /* --- QUESTIONS ---*/
  276.  
  277.  
  278. #asker {
  279. padding:11px;
  280. margin-top: 5px;
  281. font-family:calibri;
  282. letter-spacing:1px;
  283. text-align:left;
  284. font-size: 10px;
  285. font-style:normal;
  286. margin-left:0px;
  287. margin-bottom: 5px;
  288. color: #fff;
  289. background-color: {color:Answer};
  290. }
  291.  
  292. #asker a{
  293. color: #fff;
  294. }
  295.  
  296. #credit {
  297. padding: 7px 4px 7px 10px;
  298. position:fixed;
  299. background: #000;
  300. margin-right: 0px;
  301. bottom:5px;
  302. right:5px;
  303. font-size:10px;
  304. letter-spacing:5px;
  305. border: 3px double;
  306. color: #ffffff;
  307. font-family:arial;
  308. }
  309.  
  310. #credit a{
  311. text-decoration:none;
  312. color: #fff;
  313. }
  314.  
  315.  
  316.  
  317. {CustomCSS}</style></head><body>
  318.  
  319. <div id="sidebar">
  320. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  321.  
  322.  
  323. <div class="links">
  324. <a href="/">home</a>
  325. <a href="/ask">ask</a>
  326. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  327. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  328. <a href="{text:Link 3}">{text:Link 3 Text}</a></div>
  329.  
  330. <div id="description">{Description}
  331.  
  332. {block:Pagination}
  333. <div id="pagination">
  334. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  335. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  336. </div>
  337. {/block:Pagination}
  338. </div>
  339. </div>
  340. </div>
  341.  
  342.  
  343. <div id="entries">{block:Posts}<div id="post">
  344.  
  345. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  346.  
  347. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  348.  
  349. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  350.  
  351. <p align=center><big><big><b>{block:Quote}{Quote}{/block:Quote}</b></big></big></p>
  352. <p align=center>{block:Source}{Source}{/block:Source}</p>
  353.  
  354. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  355.  
  356. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  357.  
  358. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  359. {block:Caption}<div class="caption">{Caption}</div>
  360. {/block:Caption}{/block:Audio}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {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}
  365.  
  366. <div id="info">
  367. <br />
  368. <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>
  369. <br />
  370. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  371. {/block:Posts}
  372. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  373. {/block:Posts}</div></div></div>
  374.  
  375.  
  376.  
  377. <div id="credit">
  378. <a href="http://benedict.tumbleh.com/">AT</a></center></div>
  379.  
  380.  
  381.  
  382. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement