darnpayne

theme 53 good enough

Feb 23rd, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1.  
  2.  
  3. <meta name="color:background" content="#FFFFFF" />
  4. <meta name="color:text" content="#2e2e2e"/>
  5. <meta name="color:link" content="#2e2e2e"/>
  6. <meta name="color:linkHover" content="#85ddfa"/>
  7. <meta name="color:infobg" content="#FCFCFC">
  8. <meta name="color:scrollbar" content="#2e2e2e" />
  9. <meta name="color:textpost" content="#f8f8f8" />
  10.  
  11. <meta name="image:sidebar" content=""/>
  12. <meta name="if:400px posts" content=""/>
  13.  
  14. <meta name="text:Link 1" content="/">
  15. <meta name="text:Link 1 Title" content="/">
  16. <meta name="text:Link 2" content="/">
  17. <meta name="text:Link 2 Title" content="/">
  18.  
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <style type="text/css">
  24.  
  25. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  26. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  27. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  28. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  29. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  30. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  31. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  32.  
  33. body {
  34. background:{color:background};
  35. font-family:calibri;
  36. font-size:10px;
  37. letter-spacing:0px;
  38. color:{color:text};
  39. line-height:120%;}
  40.  
  41. a:link, a:active, a:visited{color: {color:link};}
  42. a:hover{color:{color:linkHover}; text-decoration:none;}
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.4s;
  48. -webkit-transition-duration:0.4s;
  49. -o-transition-duration:0.4s;
  50. }
  51.  
  52. a:hover {
  53. color:{color:linkHover};
  54. text-decoration:none;
  55. -moz-transition-duration:0.4s;
  56. -webkit-transition-duration:0.4s;
  57. -o-transition-duration:0.4s;
  58. }
  59.  
  60. #container {
  61. background-color:{color:background};
  62. width:700px;
  63. margin: 0 auto -12px auto;
  64. text-align: center;
  65. }
  66.  
  67. .links{
  68. margin-top:5px;
  69. word-spacing:1px;
  70. font-size:9px;
  71. text-align:center;
  72. }
  73.  
  74. .links a{
  75. padding:5px;
  76. letter-spacing:0px;
  77. color:{color:link};
  78. text-decoration:none;
  79. -moz-transition-duration:0.4s;
  80. -webkit-transition-duration:0.4s;
  81. -o-transition-duration:0.4s;
  82. }
  83.  
  84. .links a:hover{
  85. color:{color:linkHover};
  86. text-decoration:none;
  87. -moz-transition-duration:0.4s;
  88. -webkit-transition-duration:0.4s;
  89. -o-transition-duration:0.4s;
  90. }
  91.  
  92. #sidebar {
  93. margin-left:-150px;
  94. top: 200px;
  95. position:fixed;
  96. width:245px;
  97. }
  98.  
  99. #descri {
  100. background-color:#ffffff;
  101. width:245px;
  102. padding:15px;
  103. }
  104.  
  105. #descri img {
  106. width:245px;
  107. margin-bottom:5px;
  108. }
  109.  
  110. #stext {
  111. padding:5px;
  112. padding-top:15px;
  113. text-align:center;
  114. }
  115. #pagination {
  116. position:fixed;
  117. width:680px;
  118. height: 10px;
  119. font-size:8px;
  120. text-align:center;
  121. left: 480px;
  122. bottom: 0px;
  123. padding: 10px;
  124. font-family:consolas;
  125. letter-spacing:4px;
  126. opacity: 1;
  127. background-color: {color:background};
  128. }
  129.  
  130.  
  131.  
  132. /*- others -*/
  133.  
  134. #stuffcontainer {
  135. float:left;
  136. text-align:justify;
  137. background-color:{color:bg};
  138. color:{color:text};
  139. margin-bottom: 35px;
  140. }
  141.  
  142. #stuff {
  143. {block:ifNot400pxposts}
  144. width:500px;
  145. margin-left:200px;
  146. {/block:ifNot400pxposts}
  147. {block:if400pxposts}
  148. width:400px;
  149. margin-left:200px;
  150. {/block:if400pxposts}
  151. margin-top:70px;
  152. text-align:justify;
  153. font-size:10px;
  154. padding:10px;
  155. line-height:150%;
  156. letter-spacing:0px;
  157. background-color:#ffffff;
  158. color:{color:text};
  159. }
  160.  
  161. #postinfo {
  162. margin-top:5px;
  163. {block:ifNot400pxposts}
  164. width:490px;
  165. {/block:ifNot400pxposts}
  166. {block:if400pxposts}
  167. width:390px;
  168. {/block:if400pxposts}
  169. font-size:10px;
  170. text-transform:capitalize;
  171. padding-top:5px;
  172. padding-bottom:5px;
  173. border-top: 1px solid #fafafa;
  174. text-align:left;
  175. -moz-transition-duration:0.5s;
  176. -webkit-transition-duration:0.5s;
  177. -o-transition-duration:0.5s;
  178. }
  179.  
  180. #postinfo a{
  181. padding:5px;
  182. }
  183.  
  184. #postinfo a:hover {
  185. color:{color:linkHover};
  186. }
  187.  
  188. .note {
  189. color:{color:notes};
  190. margin-left:250px;
  191. {block:ifNot400pxposts}
  192. width:500px;
  193. {/block:ifNot400pxposts}
  194. {block:if400pxposts}
  195. width:400px;
  196. {/block:if400pxposts}
  197. }
  198.  
  199. .note li {
  200. {block:ifNot400pxposts}
  201. width:500px;
  202. {/block:ifNot400pxposts}
  203. {block:if400pxposts}
  204. width:400px;
  205. {/block:if400pxposts}
  206. }
  207.  
  208. .tags {
  209. {block:ifNot400pxposts}
  210. width:500px;
  211. {/block:ifNot400pxposts}
  212. {block:if400pxposts}
  213. width:400px;
  214. {/block:if400pxposts}
  215. line-height:120%;
  216. margin-top:-10px;
  217. text-align:left;
  218. padding:5px;
  219. font-size:10px;
  220. -moz-transition-duration:0.5s;
  221. -webkit-transition-duration:0.5s;
  222. -o-transition-duration:0.5s;
  223. }
  224.  
  225. .tags a{
  226. margin-right:5px;
  227. }
  228.  
  229. .tags a:hover {
  230. color:{color:linkHover};
  231. }
  232. .pagi {
  233. text-transform:lowercase;
  234. font-size:10px;
  235. text-align:center;
  236. padding:10px;
  237. }
  238.  
  239. .audio {
  240. padding-bottom:10px;
  241. background-color:{color:infobg};
  242. }
  243.  
  244. .albumart {
  245. float:left;
  246. padding:0px 10px 10px 0px;
  247. }
  248.  
  249. .albumart img {
  250. width:64px;
  251. height:64px;
  252. padding:10px;
  253. padding-bottom:15px;
  254. }
  255.  
  256. .playercontainer {
  257. text-align:left;
  258. padding:10px;
  259. background-color:#ffffff;
  260. }
  261.  
  262. .audioinfo {
  263. padding:10px;
  264. color:{color:text};
  265. }
  266.  
  267. h1 {
  268. font-weight:normal;
  269. font-size:10px;
  270. text-align:left;
  271. padding:10px;
  272. font-style:normal;
  273. line-height:120%;
  274. letter-spacing:0px;
  275. color:{color:text};
  276. border-bottom: 1px solid {color:textpost};
  277. }
  278.  
  279. h2 {
  280. font-size:10px;
  281. text-align:left;
  282. line-height:120%;
  283. letter-spacing:0px;
  284. color:{color:text};
  285. font-weight:normal;
  286. padding:10px;
  287. }
  288.  
  289. .ask {
  290. font-size:15px;
  291. font-weight:bold;
  292. text-align:right;
  293. font-style:italic;
  294. padding:10px;
  295. text-transform:capitalize;
  296. border-bottom: 1px solid #f8f8f8;
  297. }
  298.  
  299. .question {
  300. font-size:10px;
  301. letter-spacing:0px;
  302. padding:10px;
  303. text-align:right;
  304. color:{color:text};
  305. }
  306.  
  307. .ans {
  308. font-size:10px;
  309. letter-spacing:0px;
  310. text-align:left;
  311. padding:10px;
  312. color:{color:text};
  313. }
  314.  
  315. blockquote {
  316. border-left:1px solid {color:textpost};
  317. padding-left:10px;
  318. margin:5px;
  319. }
  320.  
  321. {CustomCSS}</style></head> <body>
  322.  
  323.  
  324. <div id="container">
  325.  
  326. <div id="sidebar">
  327. <div id="descri">
  328.  
  329. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  330.  
  331. <center><div class="links">
  332. <a href="/" title="home">I</a>
  333. <a href="/ask" title="askbox">II</a>
  334. <a href="{text:Link 1}" title="{text:Link 1 Title}">III</a>
  335. <a href="{text:Link 2}" title="{text:Link 2 Title}">IV</a>
  336. <a href="http://bedziam.tumblr.com/">V</a>
  337. </div></center>
  338.  
  339. <div id="stext"> {Description} </div>
  340.  
  341.  
  342. {block:Pagination}
  343. <div class="pagi">
  344. {block:PreviousPage}
  345. <a href="{PreviousPage}">prev</a>
  346. {/block:PreviousPage}
  347. {block:NextPage}
  348. <a href="{NextPage}">next</a>
  349. {/block:NextPage}
  350. </div>
  351. {/block:Pagination}
  352.  
  353. </div></div>
  354.  
  355. <div id="stuffcontainer">
  356.  
  357. {block:Posts}<div id="stuff">
  358.  
  359. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  360.  
  361. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  362.  
  363. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  364.  
  365. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  366. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  367.  
  368. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  371.  
  372. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373.  
  374. {block:Answer}<div class="ask">{Asker}</div><div class="question">{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  375.  
  376. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  377. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  379. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  380. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  381.  
  382. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonth}</a>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ContentSource}<a href="{SourceURL}">&copy;</a>
  383. {/block:ContentSource}</div></div>{/block:Date}
  384. {block:HasTags}
  385. <div class="tags">
  386. Filed Under: {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  387. {/block:HasTags}
  388. </div>
  389. {/block:Posts}
  390.  
  391. {block:ContentSource}
  392. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
Advertisement
Add Comment
Please, Sign In to add comment