KaylaAnneCovert

Cream Cut

Jan 18th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 KB | None | 0 0
  1. <!--
  2. cream cut by damntomlinson
  3. 1. Please don't remove credit. Like Ever.
  4. 2. Edit as you'd like, and feel free to message me for help.-->
  5.  
  6. <head>
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:Background" content="#FFFFF0"/>
  11. <meta name="color:Text" content="#808080"/>
  12. <meta name="color:description" content="#FFFAFA">
  13. <meta name="color:info" content="#FFFAFA"/>
  14. <meta name="color:Link" content="#A9A9A9"/>
  15. <meta name="color:Link Hover" content="#808080"/>
  16. <meta name="color:Border" content="#808080"/>
  17. <meta name="color:entries"content="#FFFAFA"/>
  18. <meta name="color:post" content="#FFFFF0"/>
  19. <meta name="color:box" content="#fafafa"/>
  20. <meta name="color:scrollbar" content="#808080"/>
  21.  
  22.  
  23. <!--Links-->
  24. <meta name="text:second title" content="" />
  25. <meta name="text:link 1" content="">
  26. <meta name="text:link 1 url" content="/">
  27. <meta name="text:link 2" content="">
  28. <meta name="text:link 2 url" content="/">
  29. <meta name="text:link 3" content="">
  30. <meta name="text:link 3 url" content="/">
  31. <meta name="text:link 4" content="">
  32. <meta name="text:link 4 url" content="/">
  33.  
  34.  
  35. <meta name="if:Show Link 1 Url" content="1" />
  36. <meta name="if:Show Link 2 Url" content="1" />
  37. <meta name="if:Show Link 3 Url" content="1" />
  38. <meta name="if:Show Link 4 Url" content="1">
  39.  
  40.  
  41.  
  42. <!--Images-->
  43. <meta name="image:Background" content""/>
  44. <meta name="image:Sidebar" content""/>
  45.  
  46. <!--Options-->
  47. <meta name="if:Infinite Scrolling" content=""/>
  48.  
  49. {block:ifInfiniteScrolling}
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. {/block:ifInfiniteScrolling}
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <title>
  56. {block:PostSummary}
  57. {PostSummary} - {/block:PostSummary}{Title}</title>
  58. </style>
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>{Title}</title>
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62. <link rel="shortcut icon" href="{Favicon}" /><link rel="alternate" type="application/rss+xml" href="{RSS}" /><link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'>
  63. <style type="text/css"><style type="text/css">
  64.  
  65.  
  66. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background}}
  67. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  68. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  69. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 5px; display: block; background:{color:scrollbar}}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  71. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  72. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  73.  
  74.  
  75.  
  76.  
  77. body{
  78. background-color: {color:Background};
  79. background-image: url({image:Background});
  80. background-attachment: fixed;
  81. background-repeat: repeat;
  82. background-position: center;
  83. font-family:'century gothic';
  84. font-size:12px;
  85. line-height:12px;
  86. color:{color:Text};
  87. }
  88.  
  89. a:link, a:active, a:visited{
  90. color: {color:Link};
  91. text-decoration:none;
  92. }
  93.  
  94. a:hover{
  95. color: {color:Link Hover};
  96. }
  97.  
  98.  
  99. #container{
  100. font-family: 'century gothic';
  101. padding:10px 10px 10px 10px;
  102. border: 1px solid #f8f8f8;
  103. width:535px;
  104. margin-left:500px;
  105. margin-top:40px;
  106. font-weight: normal;
  107. line-height:11px;
  108. background-color:{color:entries};
  109. border-right: 1px solid #f8f8f8;}
  110.  
  111. #entry {
  112. width:500px;
  113. padding:15px;
  114. padding-bottom: 20px;
  115. border: 1px solid #f8f8f8;
  116. margin-top:0px;
  117. margin-bottom:15px;
  118. font-weight: normal;
  119. line-height:11px;
  120. font-size:9px;
  121. background-color:{color:post};
  122. font-family: 'century gothic';
  123. }
  124.  
  125. #entry:hover .tags { opacity: 1; display: block; margin-left:530px;
  126. -webkit-transition: opacity 0.5s linear;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;}
  130.  
  131. .tags {
  132. float: left;
  133. position:absolute;
  134. padding-left: 2px;
  135. width: 200px;
  136. opacity: 0;
  137. font-family: 'century gothic';
  138. text-transform:uppercase;
  139. font-size:8px;
  140. color:{color:text};
  141. margin-left:400px;
  142. margin-top:0px;
  143. padding: 5px;
  144. line-height:11px;
  145. -webkit-transition: opacity 0.5s linear;
  146. -webkit-transition: all 0.5s ease-in-out;
  147. -moz-transition: all 0.5s ease-in-out;
  148. -o-transition: all 0.5s ease-in-out;
  149. }
  150.  
  151. .tags a {
  152. color:{color:link};
  153. }
  154.  
  155. .tags a:hover {
  156. background-color:{color:link hover};
  157. }
  158.  
  159.  
  160. .symbols {
  161. font-family: 'Englebert', sans-serif;
  162. font-size: 9px;
  163. }
  164.  
  165. #permalink{
  166. position:relative;
  167. text-align:right;
  168. text-transform:uppercase;
  169. font-family:'century gothic';
  170. margin-top:5px;
  171. padding:2px;
  172. font-size:7px;
  173. text-transform:uppercase;
  174. border-top: 1px dashed #eee;
  175. }
  176.  
  177. #side {
  178. text-align:justify;
  179. position:fixed;
  180. width:140px;
  181. margin-top:80px;
  182. margin-left:-250px;
  183. z-index:1;
  184. padding:4px;
  185. }
  186.  
  187.  
  188. #sidebarimage img{
  189. max-width:130px;
  190. border:1px solid {color:Border};
  191. padding:5px; }
  192.  
  193. #sidebarimage img:hover {
  194. opacity:0.7;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; }
  195.  
  196. .desc {
  197. text-align:center;
  198. font-style:none;
  199. width:130px;
  200. font-family:'century gothic';
  201. margin-top:5px;
  202. background-color: {color:description};
  203. border-top:1px solid{color:border};
  204. border-bottom:1px solid{color:border};
  205. padding:5px;
  206. font-size:9px;
  207. line-height:90%;
  208. letter-spacing:0px;
  209. }
  210.  
  211. .navigate{
  212. font-size:8px;
  213. text-align:center;
  214. text-transform:uppercase;
  215. font-family:'century gothic';
  216. margin-top:4px;
  217. margin-bottom:4px;
  218. letter-spacing:1px; }
  219.  
  220. .title {
  221. font-family:'century gothic';
  222. width:140px;
  223. margin-top:80px;
  224. margin-left: 0px;
  225. font-style:italic;
  226. font-size:15px;
  227. text-align:center;
  228. text-transform:none; }
  229.  
  230. .title2 {
  231. font-family:'century gothic';
  232. font-size:11px;
  233. font-style:italic;
  234. text-transform:none;
  235. text-align:center;
  236. color:{color:text};
  237. width:130px;
  238. margin-left:0px;
  239. margin-top:-2px;
  240. z-index:200;
  241. margin-bottom:5px; }
  242.  
  243. .posttitle{
  244. font-size: 5px;
  245. line-height: 20px;
  246. }
  247.  
  248. blockquote{
  249. margin-left:10px;
  250. padding-left:4px;
  251. border-left: 3px solid {color:Text};
  252. }
  253.  
  254. .p { padding-top: 5px; }
  255. .ol, ul { margin-left: 10px; padding: 5px; }
  256. .ul { list-style-type: square; }
  257.  
  258.  
  259.  
  260. .pagination {
  261. width:140px;
  262. margin-top:5px;
  263. margin-left:0px;
  264. position:fixed;
  265. text-align:center;
  266. font-family:'century gothic';
  267. font-size:8px;
  268. letter-spacing:1px;
  269. text-transform:uppercase;
  270. font-style:normal;
  271. z-index:10000;
  272. color:{color:text};
  273. }
  274.  
  275. .pagination a {
  276. color:{color:text};
  277. }
  278.  
  279.  
  280.  
  281. #info {
  282. text-align:center;
  283. font-family:'century gothic';
  284. background: {color:info};
  285. font-size: 8px;
  286. line-height:8px;
  287. font-style: italic;
  288. margin-top:10px;
  289. border: 1px solid #f8f8f8;
  290. padding:3px;
  291. text-transform:uppercase;}
  292.  
  293.  
  294.  
  295. #quote {
  296. width: 450px!Important;
  297. font-family: 'century gothic';
  298. font-size: 16px;
  299. font-style: italic;
  300. text-transform: none;
  301. line-height:16px;}
  302.  
  303. #question {
  304. font-family: 'century gothic';
  305. text-transform:uppercase;
  306. font-size: 8px;
  307. padding:15px;
  308. background-color: {color:box};
  309. position: relative;}
  310.  
  311. #question:after, #demo:before { border: solid transparent;
  312. content: ' ';
  313. height: 0; left: 100%;
  314. position: absolute;
  315. width: 0;}
  316.  
  317. #question:after { border-width: 9px;
  318. border-left-color: {color:box};
  319. top: 15px;}
  320.  
  321. #question:before { border-width: 14px;
  322. border-left-color: {color:box};
  323. top: 10px;}
  324.  
  325.  
  326. blockquote{
  327. color: {color:text};
  328. background-color: #fcfcfc;
  329. border: 1px solid #f8f8f8;
  330. font-family: cambria;
  331. font-size: 10px;
  332. font-style: italic;
  333. margin-left:20px;
  334. margin:5px;
  335. padding:5px;
  336. max-width: 490px;
  337. border-radius: 5px;}
  338. blockquote img, blockquote a img {max-width: 490px;}
  339.  
  340. .audio {
  341. height:60px;
  342. padding:5px;
  343. margin-bottom:5px; }
  344. .audio-album {
  345. position:absolute;
  346. width:60px; }
  347. .audio-player {
  348. opacity:0.6;
  349. filter:alpha(opacity=60);
  350. border:2px solid {color:border};
  351. width:25px;
  352. height:25px;
  353. overflow:hidden;
  354. position:absolute;
  355. z-index:2;
  356. margin-left:15px;
  357. margin-top:15px; }
  358. .audio-info {
  359. margin-top:-10px;
  360. position:relative;
  361. margin-left:70px;
  362. padding:5px; }
  363. .space { height:{text:entry space};}
  364.  
  365.  
  366. ol {
  367. list-style-type: none;
  368. font-size:8px;
  369. font-family: 'century gothic';
  370. text-transform: uppercase;
  371. margin: 0; }
  372.  
  373. ol.notes li {
  374. width: 500px;
  375. padding: 3px;
  376. margin: 0 0 10px -35px;
  377. border-bottom: 1px solid {color:border}; }
  378.  
  379. ol.notes li:hover {
  380. border-bottom: 1px solid {color:border}; }
  381.  
  382. ol.notes li img {
  383. width:16px;
  384. padding-right: 10px;
  385. margin-bottom: 0px;
  386. opacity: 0.85;
  387. filter:alpha(opacity=85); }
  388.  
  389.  
  390. {CustomCSS}
  391. </style>
  392.  
  393. <link rel="shortcut icon" href="{Favicon}">
  394. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  395.  
  396. </head>
  397. <body>
  398.  
  399. <div id="container">
  400. <div id="side">
  401. <div class="title"><a href="/">{Title}</a></div>
  402. <div class="title2">{text:second title}</div>
  403.  
  404. <div id="sidebarimage"><img src="{image:Sidebar}" ></div>
  405. <div class="navigate">
  406. <a href="/">home •</a>
  407. <a href="/ask">mssg •</a>
  408. {block:IfShowlink1url}<a href="{text:link 1 url}">{text:link 1}</a> {/block:IfShowlink1url}
  409. {block:IfShowlink2url}<a href="{text:link 2 url}">• {text:link 2}</a>{/block:IfShowlink2url}
  410. {block:IfShowlink3url}<a href="{text:link 3 url}">• {text:link 3}</a>{/block:IfShowlink3url}
  411. {block:IfShowlink4url}<a href="{text:link 4 url}">• {text:link 4}</a>{/block:IfShowlink4url}
  412. </div>
  413. <div class="desc">
  414. {Description}<br>
  415. </div>
  416.  
  417. <div class="pagination">{block:ifNotInfiniteScrolling}
  418. {block:Pagination}
  419. {block:PreviousPage}<a style="font-size:11px;" class="current_page" href="{PreviousPage}"><small>←</small></a>{/block:PreviousPage}
  420. {CurrentPage} of {TotalPages}
  421. {block:NextPage}<a style="font-size:11px;" class="jump_page" href="{NextPage}"><small>→</small></a>{/block:NextPage}
  422. {/block:Pagination}
  423. {/block:ifNotInfiniteScrolling}</div>
  424. </div>
  425.  
  426. {block:Posts}
  427. <div id="entry">
  428. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"><span class="symbols"> , </span> {Tag}<br></a>{/block:Tags}{/block:HasTags}</div>
  429.  
  430. {block:ContentSource}
  431. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  432. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  433. {/block:SourceLogo}
  434. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  435. {/block:ContentSource}
  436.  
  437. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  438.  
  439. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  440.  
  441. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  442.  
  443. {block:Quote}<div id="quote"><big>❝&nbsp;</big>{Quote}</div><div id="s">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  444.  
  445. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  446.  
  447. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  448.  
  449.  
  450. {block:Audio}
  451. <div class="audio">
  452. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  453. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  454. <div class="audio-info">
  455. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  456. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  457. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  458. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  459. </div></div>
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}
  465. <img align="right" src="{AskerPortraitURL-40}"style="border-radius:160px;"> <div id="question" style="width:420px;"<big><big><big><big>❝</big></big></big>&nbsp;&nbsp;<big><b>{Asker} said:</b></big> {Question}</div> <BR>
  466. {Answer}
  467. {/block:Answer}
  468.  
  469.  
  470. <div id="info">
  471. {block:Date}posted {TimeAgo}{/block:Date}
  472. with <a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a>
  473. {block:RebloggedFrom}<br><b>via:</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  474. <b>source:&nbsp;</b><a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br></div>
  475. </div>
  476. </p>
  477. {block:PostNotes}{PostNotes}{/block:PostNotes}
  478. {/block:Posts}</div>
  479. {block:Text}
  480. {block:Title}
  481. <div class="posttitle">{Title}</div>
  482. {/block:Title}
  483. {Body}
  484. {/block:Text}
  485.  
  486.  
  487. <div style="position:fixed; color:{color:font}; font-size:12px;font-style:italic; bottom:3px; right:5px;">
  488. <a href="http://damntomlinsonthemes.tumblr.com/">©</a></div>
  489.  
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment