Advertisement
Guest User

CINNA'S SKETCHBOOK |

a guest
May 29th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 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>
  5. <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#a8a8a8"/>
  17. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  18. <meta name="color:Description" content="#b8b8b8"/>
  19. <meta name="color:Border" content="#dddddd"/>
  20. <meta name="color:Hover" content="#f2f2f2"/>
  21. <meta name="color:Scrollbar" content="#000000"/>
  22. <meta name="color:ScrollbarBg" content="#ffffff"/>
  23. <meta name="color:Post Links" content="#c0bfbf"/>
  24. <meta name="color:Asker Color" content="#000"/>
  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.  
  32. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400' rel='stylesheet' type='text/css'>
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. blockquote {
  38. padding-left:15px;
  39. border-left:1px solid;
  40. }
  41.  
  42. blockquote blockquote {
  43. padding-left:15px;
  44. border-left:1px solid;
  45. }
  46.  
  47. ::-webkit-scrollbar-thumb {
  48. height:auto;
  49. background-color:{color:Scrollbar};
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. width:5px;
  54. background-color:{color:ScrollbarBg};
  55. }
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:"calibri" ;
  62. font-size:13px;
  63. line-height:17px;
  64. letter-spacing:1px;
  65. text-align:justify;
  66. background-image:url('{image:Background}');
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:Post Links};
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80.  
  81. h1 {
  82. font-size:8px;
  83. letter-spacing:2px;
  84. text-transform:uppercase;
  85. font-family:"calibri" ;
  86. font-style:none;
  87. line-height:10px;
  88. text-align:left;
  89. padding:0px;
  90. }
  91.  
  92. a:hover {
  93. color:#000;
  94. -moz-transition-duration:0.4s;
  95. -webkit-transition-duration:0.4s;
  96. -o-transition-duration:0.4s;
  97. }
  98.  
  99.  
  100. /*entries and posts*/
  101.  
  102. #entries {
  103. padding:10px;
  104. left:400px;
  105. top:50px;
  106. position:fixed;
  107. background-color:transparent;
  108. width:580px;
  109. height:260px;
  110. top:360px;
  111. padding: 20px;
  112. overflow-x:hidden;
  113. scroll:left;
  114. overflow-x:hidden;
  115. }
  116.  
  117. #post {
  118. width:500px;
  119. padding-bottom:30px;
  120. padding:25px;
  121. margin-top:35px;
  122. {block:IndexPage}
  123. margin-bottom:120px;
  124. {/block:IndexPage}
  125. {block:PermalinkPage}
  126. margin-bottom:75px;
  127. {/block:PermalinkPage}
  128. }
  129. b { color: #23221d; text-shadow: 0 0 6px #ebe7e2; font-family: 'Rock Salt', cursive; font-size: 10px;}
  130.  
  131. /*sidebar*/
  132.  
  133. #sidebar {
  134. position:fixed;
  135. margin-left:200px;
  136. margin-top:80px;
  137. text-align:justify;
  138. }
  139.  
  140. #sidebarimage {
  141. width: 100px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:65px;
  146. height:65px;
  147. margin-top:140px;
  148. padding:3px;
  149. margin-left:-13px;
  150. border-radius:100px;
  151. }
  152.  
  153. .pagination {
  154. margin-left: 450px;
  155. margin-top: 170px;
  156. color: #504535;
  157. position: absolute;
  158. text-align: left;
  159. letter-spacing:1px;
  160. font-family: Georgia;
  161. font-weight:700;
  162. text-transform: uppercase;
  163. font-size: 30px;
  164. z-index: 4000;
  165.  
  166. }
  167.  
  168. .pagination a{
  169. color: #504535;
  170. font-weight:300;
  171. -webkit-transition:all .5s ease-in-out;
  172. -moz-transition:all .5s ease-in-out;
  173. transition:all .5s ease-in-out;
  174. -webkit-filter: blur(0px);
  175. }
  176. .pagination a:hover{
  177. color:#fff8d9;
  178. -webkit-transition:all .5s ease-in-out;
  179. -moz-transition:all .5s ease-in-out;
  180. transition:all .5s ease-in-out;
  181. -webkit-filter: blur(1px);
  182.  
  183.  
  184. }
  185.  
  186. .links {
  187. width:165px;
  188. font-family:"calibri" ;
  189. padding: 4px;
  190. text-align:center;
  191. text-transform:uppercase;
  192. position:fixed;
  193. margin-top:0px;
  194. margin-left:-65px;
  195. }
  196.  
  197. .links a {
  198. width:94px;
  199. padding:3px;
  200. font-size:8px;
  201. letter-spacing:0px;
  202. color:{color:Sidebar Links};
  203. -moz-transition-duration:0.4s;
  204. -webkit-transition-duration:0.4s;
  205. -o-transition-duration:0.4s;
  206. }
  207. #link a:hover{
  208. color:#f2f2f2;
  209. -moz-transition-duration:1s;
  210. -webkit-transition-duration:1s;
  211. -o-transition-duration:1s;
  212. }
  213.  
  214.  
  215.  
  216. #description {
  217. text-align:justify;
  218. font-family:'Inconsolata';
  219. width:160px;
  220. margin-top:7px;
  221. margin-left:0px;
  222. font-size:10px;
  223. letter-spacing:0px;
  224. text-transform:none;
  225. color:{color:Description};
  226. }
  227.  
  228.  
  229. /*post stuff*/
  230.  
  231. #info {
  232. width:520px;
  233. text-align:left;
  234. font-family:'arial';
  235. margin-top:3px;
  236. margin-left:px;
  237. letter-spacing:1px;
  238. font-size:8px;
  239. font-style:none;
  240. line-height:10px;
  241. text-transform:uppercase;
  242. border-top:10px solid;
  243. border-color:{color:Border};
  244. margin-top:5px;
  245. padding-top:3px;
  246. overflow:hidden;
  247. }
  248.  
  249. #info a {
  250. text-align:center;
  251. color:{color:Post Links};
  252. }
  253.  
  254. #info a:hover {
  255. -moz-transition-duration:0.3s;
  256. -webkit-transition-duration:0.3s;
  257. -o-transition-duration:0.3s;
  258. color:{color:Hover}
  259. }
  260.  
  261. #tags {
  262. float:left;
  263. width:389px;
  264. margin-top:-7px;
  265. margin-right:5px;
  266. font-size:7px;
  267. padding:5px;
  268. font-size:8px;
  269. opacity:1;
  270. transition-duration: 0.5s;
  271. -moz-transition-duration: 0.5s;
  272. -webkit-transition-duration: 0.5s;
  273. -o-transition-duration: 0.5s
  274. }
  275.  
  276. #tags a {
  277. letter-spacing:0px;
  278. font-size:7px;
  279. text-align:justify;
  280. font-family:'CALIBRI';
  281. text-decoration:none;
  282. display:inline-block;
  283. color:#ddd;
  284. }
  285.  
  286. #tags a:hover {
  287. background-color:#fff;
  288. -moz-transition-duration:0.3s;
  289. -webkit-transition-duration:0.3s;
  290. -o-transition-duration:0.3s;
  291. color:{color:Hover};
  292. }
  293.  
  294.  
  295. /*asks*/
  296. .question {
  297. margin-bottom:10px;
  298. text-align:center;
  299. padding-top:5px;
  300. padding-bottom:5px;
  301. background-color:transparent;
  302. }
  303.  
  304. .asker {
  305. font-weight:bold;
  306. text-align:center;
  307. color:{color:Asker Color};
  308. }
  309.  
  310. .answer {
  311. margin-top:10px;
  312. text-align:justify;
  313. margin-bottom:15px;
  314. }
  315.  
  316. /*credit n stuff (don't remove this lol!!! i'll find you!!! xo)*/
  317.  
  318. #stuff {
  319. position:fixed;
  320. bottom:10px;
  321. right:10px;
  322. font-size:9px;
  323. letter-spacing:1px;
  324. padding:5px;
  325. text-transform:uppercase;
  326. padding: 2px 3px 2px 3px;
  327. }
  328.  
  329. {CustomCSS}
  330.  
  331.  
  332. </style>
  333.  
  334.  
  335.  
  336.  
  337.  
  338. <div class="links">
  339. <img id="Image-Maps-Com-image-maps-2015-05-29-120628" src="http://www.image-maps.com/m/private/0/tssek0cj8q14ng5qqc0vmbf7v1_new-cinna.png" border="0" width="1383" height="801" orgWidth="1383" orgHeight="801" usemap="#image-maps-2015-05-29-120628" alt="" />
  340. <map name="image-maps-2015-05-29-120628" id="ImageMapsCom-image-maps-2015-05-29-120628">
  341. <area alt="" title="home" href="/" shape="rect" coords="793,275,834,318" style="outline:none;" target="_self" />
  342. <area alt="" title="ask" href="/message" shape="rect" coords="846,273,889,317" style="outline:none;" target="_self" />
  343. <area alt="" title="submit" href="/submit" shape="rect" coords="898,279,940,313" style="outline:none;" target="_self" />
  344. <area alt="" title="navigate" href="/navi" shape="rect" coords="948,271,988,313" style="outline:none;" target="_self" />
  345. <area alt="" title="rules" href="/rules" shape="rect" coords="1001,274,1041,316" style="outline:none;" target="_self" />
  346. <area alt="" title="verses" href="/verses" shape="rect" coords="1051,273,1094,314" style="outline:none;" target="_self" />
  347. <area shape="rect" coords="1381,799,1383,801" alt="Image Map" style="outline:none;" title="Image Map" href="http://www.image-maps.com/index.php?aff=mapped_users_0" />
  348. </map>
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356. <div id="description">{Description}
  357.  
  358. </div>
  359. </div>
  360. </div>
  361.  
  362. <div class="pagination">
  363.  
  364. <a href="/page/2"></a>
  365. </div>
  366.  
  367. <div id="entries">
  368. {block:Posts}
  369. <div id="post">
  370.  
  371. {block:Text}
  372. <h1>{block:Title}{Title}{/block:Title}</h1>
  373. {Body}{/block:Text}
  374.  
  375. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  376. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  377.  
  378. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  379. {/block:Caption}{/block:Photoset}
  380.  
  381. {block:Quote}<h2>"<small>{Quote}</small>"</h2>
  382. {block:Source}<div class="qsource"> —{Source}</div>
  383. {/block:Source}{/block:Quote}
  384.  
  385. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  386.  
  387. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  388.  
  389. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  390. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  391. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  392. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  393. {/block:Audio}<br>
  394.  
  395. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  396.  
  397. {block:Answer}
  398. <div class="question">
  399. <div class="asker" style="font-size:10px;letter-spacing:3px;text-transform:uppercase;padding:5px, 0px, 5px, 0px">{Asker}: </div>
  400. {Question}</div>
  401. <div class="answer">{Answer}</div>
  402. {/block:Answer}
  403.  
  404. <div id="info">
  405. <b><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></b>&nbsp;&nbsp;&nbsp;{NoteCount}</a> &nbsp;{block:PermalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  406. &nbsp; {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  407. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{/block:PermalinkPage}
  408. {block:HasTags}<span class="tags" style="font-size:8px">
  409.  
  410. {block:Tags}<a href="/tagged/{Tag}">&nbsp;•|{Tag}&nbsp;</a>{/block:Tags}
  411. </span>{block:HasTags}
  412.  
  413. </div>
  414. </div>
  415. {/block:Posts}
  416. <br><br>{block:PostNotes}<div id="notes"><right>{PostNotes}</div>{/block:PostNotes}
  417. {/block:Posts}</div></div></div>
  418.  
  419.  
  420. </div>
  421. </div>
  422.  
  423. <div class="pagination">
  424. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  425. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  426. </div>
  427.  
  428. </body>
  429.  
  430.  
  431. </div>
  432.  
  433. </div>
  434.  
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement