Advertisement
arizounas

04. cold but bold.

Sep 13th, 2014
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- CODES BY @CALLIEARGENT | #4
  10.  
  11. NAME: COLD BUT BOLD.
  12.  
  13. hey there, this coding is not made
  14. for others to steal. use at your
  15. own free will, but don't redistribute
  16. as your own!
  17.  
  18. --->
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#b3b3b3"/>
  23. <meta name="color:Links" content="#adadad"/>
  24. <meta name="color:Border" content="#f8f8f8"/>
  25. <meta name="color:Bold" content="#e89e8c"/>
  26. <meta name="color:Post" content="#eaeaea"/>
  27.  
  28. <meta name="image:Sidebar" content=""/>
  29. <meta name="image:Background" content=""/>
  30.  
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37.  
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="if:Show Link 3" content="1" />
  41.  
  42. <style type="text/css">
  43.  
  44. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  45.  
  46.  
  47. ::-webkit-scrollbar-thumb{
  48. background-color: {color:border};
  49. border: 2px solid {color:background};
  50. height:auto;
  51. }
  52.  
  53. ::-webkit-scrollbar {
  54. height:2px;
  55. width:9px;
  56. background-color: {color:border};
  57. border: 4px solid {color:background};
  58. }
  59.  
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:calibri;
  66. font-size:9px;
  67. letter-spacing:0px;
  68. text-align:justify;
  69. }
  70.  
  71. small, sub, sup {font-size:10px;}
  72.  
  73. pre {
  74. font-family:calibri;
  75. font-size:8px;
  76. text-transform:uppercase;
  77. letter-spacing:2px;
  78. text-align:left;
  79. padding:5px;
  80. background-color:{color:border};
  81. }
  82.  
  83. code {
  84. font-family:arial;
  85. font-size:7px;
  86. background-color:{color:border};
  87. width:auto;
  88. padding:3px;
  89. text-align:left;
  90. letter-spacing:1px;
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:text};
  98. }
  99.  
  100. b, strong {
  101. color:{color:bold};
  102. font-family:calibri;
  103. font-size:9px!important;
  104. text-transform:uppercase;
  105. letter-spacing:1px;
  106. }
  107.  
  108. a:hover {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:hover};
  113. -moz-transition-duration:0.3s;
  114. -webkit-transition-duration:0.3s;
  115. -o-transition-duration:0.3s;
  116. }
  117.  
  118.  
  119. blockquote {
  120. padding:5px;
  121. background-color:{color:border};
  122. width:470px;
  123. margin-left:10px;
  124. padding-left:5px;
  125. border-left:2px solid {color:bold};
  126. }
  127.  
  128.  
  129. h1 {
  130. font-family:helvetica;
  131. font-size:18;
  132. font-style:bold;
  133. letter-spacing:2px;
  134. text-align:left;
  135. text-transform:lowercase;
  136. letter-spacing:-1px;
  137. }
  138.  
  139. h3 {
  140. font-size:7px!important;
  141. font-family:arial;
  142. text-transform:uppercase;
  143. font-weight:100;
  144. letter-spacing:3px;
  145. text-align:left;
  146. }
  147.  
  148. /*ENTRIES*/
  149.  
  150. #entries {
  151. padding:15px;
  152. width:515px;
  153. margin-left:475px;
  154. margin-top:-10px;
  155. font-size:10px;
  156. letter-spacing:0px;
  157. }
  158.  
  159. #post {
  160. outline-offset:4px;
  161. margin-left:15px;
  162. margin-top:30px;
  163. width:500px;
  164. padding:10px;
  165. }
  166.  
  167. #post img {
  168. width:auto;
  169. }
  170.  
  171. /*SIDEBAR*/
  172.  
  173. #sidebar {
  174. background-color:{color:background};
  175. width:245px;
  176. position:fixed;
  177. margin-left:5px;
  178. border-right:1px solid {color:border};
  179. }
  180.  
  181. #sidebarimage {
  182. position:fixed;
  183. width 245px;
  184. }
  185.  
  186. #sidebarimage img {
  187. width:245px;
  188. margin-top:290px;
  189. padding:3px;
  190. margin-left:125px;
  191. }
  192.  
  193. #description {
  194. position:fixed;
  195. text-align:justify;
  196. font-family:calibri;
  197. line-height:140%;
  198. width:245px;
  199. padding:5px;
  200. margin-left:125px;
  201. margin-top:440px;
  202. font-size:10px;
  203. text-transform:none;
  204. color:{color:text};
  205. }
  206.  
  207. #pagi {
  208. width:500px;
  209. font-family:arial;
  210. font-size:14px;
  211. font-style:italic;
  212. text-align:center;
  213. margin-left:25px;
  214. position:absolute;
  215. }
  216.  
  217. #pagi a {
  218. display:inline-block;
  219. padding:5px;
  220. font-size: 14px;
  221. color:{color:text};
  222. text-align:center;
  223. }
  224.  
  225. .links {
  226. width:245px;
  227. margin-top:500px;
  228. margin-left:126px;
  229. padding:3px 0 3px 0;
  230. text-align:left;
  231. text-transform:uppercase;
  232. position:fixed;
  233. border-top:1px solid {color:border};
  234. }
  235.  
  236. .links a {
  237. margin:1px;
  238. display:inline-block;
  239. font-family:arial;
  240. padding:1px;
  241. font-size:7px;
  242. letter-spacing:1px;
  243. color:{color:links};
  244. }
  245.  
  246. .links a:hover {
  247. color:{color:bold};
  248. background-color:{color:background};
  249. -moz-transition-duration:0.3s;
  250. -webkit-transition-duration:0.3s;
  251. -o-transition-duration:0.3s;
  252. }
  253.  
  254. /*POST INFO*/
  255.  
  256. #info {
  257. width:500px;
  258. text-align:left;
  259. padding:4px;
  260. line-height:10px;
  261. border-top:1px solid {color:border};
  262. padding-top:5px;
  263. text-transform:uppercase;
  264. font-size:8px;
  265. }
  266.  
  267. #info a {
  268. text-align:center;
  269. color:{color:Post Links};
  270. }
  271.  
  272. #info a:hover {
  273. -moz-transition-duration:0.8s;
  274. -webkit-transition-duration:0.8s;
  275. -o-transition-duration:0.8s;
  276. opacity:.4;
  277. }
  278.  
  279. #notes {
  280. margin-top:-17px;
  281. text-align:right;
  282. width:500px;
  283. padding:4px;
  284. font-size:7px;
  285. font-family:arial;
  286. text-transform:uppercase;
  287. letter-spacing:2px;
  288. }
  289.  
  290. #notes a:hover {
  291. -moz-transition-duration:0.8s;
  292. -webkit-transition-duration:0.8s;
  293. -o-transition-duration:0.8s;
  294. opacity:.4;
  295. }
  296.  
  297. #tags {
  298. letter-spacing:1px;
  299. float:left;
  300. width:500px;
  301. text-align:left;
  302. margin-left:0px;
  303. margin-top:0px;
  304. font-size:10px;
  305. padding:4px;
  306. opacity:.0;
  307. transition-duration: 0.5s;
  308. -moz-transition-duration: 0.5s;
  309. -webkit-transition-duration: 0.5s;
  310. -o-transition-duration: 0.5s
  311. }
  312.  
  313. #tags a {
  314. text-align:center;
  315. font-family:calibri;
  316. text-transform:lowercase;
  317. font-style:italic;
  318. text-decoration:none;
  319. display:inline-block;
  320. }
  321.  
  322. #tags a:hover {
  323. -moz-transition-duration:0.8s;
  324. -webkit-transition-duration:0.8s;
  325. -o-transition-duration:0.8s;
  326. }
  327.  
  328. #post:hover #tags {
  329. opacity:1;
  330. -moz-transition:all 0.8s;
  331. -ms-transition:all 0.8s;
  332. -o-transition:all 0.8s;
  333. transition:all 0.8s;
  334. margin-right:15px;
  335. }
  336.  
  337. /*QUESTION*/
  338.  
  339. #question {
  340. color:{color:bold};
  341. width:500px;
  342. padding:10px;
  343. padding-top:10px;
  344. padding-bottom:10px;
  345. text-transform:lowercase;
  346. text-align:left;
  347. }
  348.  
  349. #q {
  350. width:490px;
  351. background-color:{color:border};
  352. font-family:arial;
  353. font-size:9px;
  354. margin-top:-30px;
  355. padding:10px;
  356. line-height:150%;
  357. }
  358.  
  359.  
  360. {CustomCSS}</style></head><body>
  361.  
  362. <div id="sidebar">
  363.  
  364. <div id="sidebarimage">
  365. <img src="{image:sidebar}"/>
  366. </div>
  367.  
  368. <div id="description">
  369. {Description}
  370. </div><br>
  371.  
  372. <div class="links">
  373. <a href="/">home</a>
  374. <a href="/ask">ask</a>
  375. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  376. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  377. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  378. <a href="http://callieargent.tumblr.com/">credit</a>
  379.  
  380. </div></ul></li></div>
  381.  
  382. </div>
  383.  
  384. <div id="entries">
  385. {block:Posts}
  386. <div id="post">
  387.  
  388. {block:Text}
  389. <div class="text">
  390. {block:Title}<h1>{Title}.</a></h1>{/block:Title}
  391. {Body}
  392. </div>
  393. {/block:Text}
  394.  
  395. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  396. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  397.  
  398. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  399. {/block:Caption}{/block:Photoset}
  400.  
  401. {block:Quote}<h1>"{Quote}"</h1>
  402. {block:Source}<h3> from {Source}</h3>
  403. {/block:Source}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}
  408. {block:Title}{Title}{/block:Title}
  409.  
  410. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  411.  
  412. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-top:5px;margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  413. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  414. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  415. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  416. {/block:Audio}<br>
  417.  
  418.  
  419. {block:Answer}
  420.  
  421. <div id="question"><h1>{Asker} inquired: </h1></div>
  422.  
  423. <div id="q"> {Question}</div>
  424.  
  425. {Answer}
  426.  
  427. {/block:Answer}
  428.  
  429. <div id="info">
  430. <code><a href="{Permalink}">{MonthNumberWithZero} . {DayofMonth} . {ShortYear}</a></code>
  431. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  432. </div>
  433.  
  434. <div id="notes">
  435. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  436. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  437. + {NoteCountWithLabel}</a> </div>
  438. {block:HasTags}
  439.  
  440. <div id="tags">
  441. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  442. </div>{block:HasTags}
  443. </div>
  444.  
  445. {/block:Posts}
  446. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  447. {/block:Posts}
  448.  
  449. {block:Pagination}<div id="pagi">
  450. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &bull; {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  451.  
  452.  
  453. </div></div></div>
  454. <br><br><br><br>
  455.  
  456. </div>
  457.  
  458.  
  459.  
  460. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement