Advertisement
mal_de_coucou

base code 01

Mar 14th, 2015
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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. base code 01 by seeroflights
  6.  
  7. please give credit
  8. please edit
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <meta name="color:Text" content="#bbbbbb"/>
  23. <meta name="color:Link" content="#aaaaaa"/>
  24. <meta name="color:Tags" content="#cccccc"/>
  25. <meta name="color:Hover" content="#f1f1f1"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Border" content="#eeeeee"/>
  28. <meta name="color:scrollbarbg" content="ffffff"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32.  
  33. <meta name="text:linkA" content="">
  34. <meta name="text:linkA url" content="/">
  35. <meta name="text:linkB" content="">
  36. <meta name="text:linkB url" content="/">
  37. <meta name="text:linkC" content="">
  38. <meta name="text:linkC url" content="/">
  39. <meta name="text:linkD" content="">
  40. <meta name="text:linkD url" content="/">
  41. <meta name="text:stats" content="/">
  42. <meta name="if:Stats" content="0" />
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color:#fff;}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color:#000;border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57. ::-webkit-scrollbar-thumb:horizontal {height:9px;background-color:#000;}
  58.  
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Arial, Helvetica;
  65. font-size:11px;
  66. line-height:100%;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -webkit-transition:all 0.5s ease-in-out;
  74. -moz-transition:all 0.5s ease-in-out;
  75. -o-transition:all 0.5s ease-in-out;
  76. -ms-transition:all 0.5s ease-in-out;
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83.  
  84. h1 {
  85. font-size:12px;
  86. text-transform:uppercase;
  87. }
  88.  
  89. blockquote {
  90. margin-left:5px;
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. blockquote blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. a:hover {
  101. color:{color:hover};
  102. }
  103.  
  104. #sidebar {
  105. position:fixed;
  106. width:200px;
  107. height:350px;
  108. margin-top:150px;
  109. margin-left:150px;
  110. opacity:1;
  111. -webkit-transition:all 0.5s ease-in-out;
  112. -moz-transition:all 0.5s ease-in-out;
  113. -o-transition:all 0.5s ease-in-out;
  114. -ms-transition:all 0.5s ease-in-out;
  115. }
  116.  
  117. #sidebar img {
  118. width:200px;
  119. height:200px;
  120. }
  121.  
  122. #title {
  123. line-height:100%;
  124. font-family:helvetica;
  125. font-size:25px;
  126. font-weight:50;
  127. width:200px;
  128. height:30px;
  129. text-align:center;
  130. letter-spacing:-3px;
  131. -webkit-transition:all 0.8s ease-in-out;
  132. transition:all 0.8s ease-in-out;
  133. }
  134.  
  135. #links {
  136. margin:10px 0px;
  137. width:200px;
  138. font-family:Arial, Helvetica;
  139. text-align:center;
  140. text-transform:uppercase;
  141. -webkit-transition:all 0.5s ease-in-out;
  142. -moz-transition:all 0.5s ease-in-out;
  143. -o-transition:all 0.5s ease-in-out;
  144. -ms-transition:all 0.5s ease-in-out;
  145. }
  146.  
  147. #links a {
  148. height:10px;
  149. display:inline-block;
  150. letter-spacing:2px;
  151. color:#000;
  152. }
  153.  
  154. #links a:hover {
  155. color:{color:Hover};
  156. }
  157.  
  158. #desc {
  159. width:200px;
  160. color:{color:text};
  161. text-align:center;
  162. }
  163.  
  164. #pagi {
  165. width:200px;
  166. text-align:center;
  167. padding:10px;
  168. -webkit-transition:all 0.5s ease-in-out;
  169. transition:all 0.5s ease-in-out;
  170. }
  171.  
  172. #all {
  173. padding:10px;
  174. width:500px;
  175. margin-left:500px;
  176. margin-top:50px;
  177. font-size:10px;
  178. }
  179.  
  180. #posts {
  181. width:500px;
  182. padding-bottom:20px;
  183. padding:10px;
  184. margin-top:30px;
  185. background-color:{color:Post};
  186. }
  187.  
  188. #source {
  189. text-align:right;
  190. }
  191.  
  192. .bubble {
  193. align:right;
  194. background: #eee;
  195. margin:7px 0px 5px 66px;
  196. padding:10px;
  197. position: relative;
  198. -moz-border-radius:5px;
  199. -webkit-border-radius:5px;
  200. border-radius:5px;
  201. }
  202.  
  203. .bubble p {
  204. margin:1px 0px;
  205. }
  206.  
  207. .bubble span {
  208. display:block;
  209. position:absolute;
  210. width:1px;
  211. height:1px;
  212. font-size: 0;
  213. line-height: 1px;
  214. left:-10px;
  215. top:10px;
  216. border-top:7px solid transparent;
  217. border-bottom:7px solid transparent;
  218. border-right:10px solid #eee;
  219. }
  220.  
  221. .askborder {
  222. float: left;
  223. margin: 1px 4px 0 0;
  224. padding: 2px;
  225. background: #eee
  226. }
  227.  
  228. #line {
  229. width:500px;
  230. height:5px;
  231. border-bottom:1px solid #f2f2f2;
  232. }
  233.  
  234. #stuffz {
  235. position:relative;
  236. z-index:10;
  237. width:480px;
  238. margin-left:20px;
  239. margin-top:5px;
  240. text-align:center;
  241. text-transform:uppercase;
  242. font-size:10px;
  243. }
  244.  
  245. #tags {
  246. font-family:cambria;
  247. letter-spacing:0px;
  248. text-transform:lowercase;
  249. font-size:10px;
  250. font-style:italic;
  251. margin-top:10px;
  252. text-align:center;
  253. }
  254.  
  255. #tags a {
  256. display:inline-block;
  257. padding:-3px;
  258. color:{color:tags};
  259. }
  260.  
  261. .buttons {
  262. position:absolute;
  263. z-index:2;
  264. width:460px;
  265. height:20px;
  266. }
  267.  
  268. .buttons li {
  269. float:right;
  270. margin:5px;
  271. list-style:none;
  272. cursor:pointer;
  273. }
  274.  
  275. .buttons li:first-child {
  276. float:left;
  277. margin-left:-35px;
  278. cursor:pointer;
  279. }
  280.  
  281. #statsbox {
  282. position:fixed;
  283. bottom:2px;
  284. right:-82px;
  285. font-size:9px;
  286. letter-spacing:1px;
  287. font-family:calibri;
  288. text-transform:uppercase;
  289. padding:4px;
  290. -webkit-transition: all 0.7s ease-in-out;
  291. -moz-transition: all 0.7s ease-in-out;
  292. -o-transition: all 0.7s ease-in-out;
  293. -ms-transition: all 0.7s ease-in-out;
  294. }
  295.  
  296. {block:ifStats}
  297. #statsbox {
  298. position:fixed;
  299. bottom:2px;
  300. right:-105px;
  301. font-size:9px;
  302. letter-spacing:1px;
  303. font-family:calibri;
  304. text-transform:uppercase;
  305. padding:4px;
  306. -webkit-transition: all 0.7s ease-in-out;
  307. -moz-transition: all 0.7s ease-in-out;
  308. -o-transition: all 0.7s ease-in-out;
  309. -ms-transition: all 0.7s ease-in-out;
  310. }
  311. {/block:ifStats}
  312.  
  313. #statsbox:hover {right:0px;}
  314.  
  315. #cred {
  316. display:inline-block;
  317. border:1px solid;
  318. padding:4px;
  319. -webkit-transition: all 0.7s ease-in-out;
  320. -moz-transition: all 0.7s ease-in-out;
  321. -o-transition: all 0.7s ease-in-out;
  322. -ms-transition: all 0.7s ease-in-out;
  323. }
  324.  
  325. #cred:hover{
  326. background:#000;
  327. color:#fff;
  328. }
  329.  
  330. #stats {
  331. display:inline-block;
  332. right:0px;
  333. border:1px solid;
  334. padding:4px;
  335. -webkit-transition: all 0.7s ease-in-out;
  336. -moz-transition: all 0.7s ease-in-out;
  337. -o-transition: all 0.7s ease-in-out;
  338. -ms-transition: all 0.7s ease-in-out;
  339. }
  340.  
  341. #stats:hover{
  342. background:#000;
  343. color:#fff;
  344. }
  345.  
  346.  
  347. {CustomCSS}</style></head><body>
  348.  
  349. <div id="sidebar">
  350. <div id="title">{Title}</div>
  351. <img src="http://41.media.tumblr.com/94344a4ff2349cea1355c530226bd0f8/tumblr_mvnx69PpbY1qf2um7o6_250.png">
  352. <div id="links">
  353. {block:IfLinkA}
  354. <a href="{text:linkA url}">{text:linkA}</a>
  355. {/block:IfLinkA}
  356. {block:IfLinkB}
  357. <a href="{text:linkB url}">{text:linkB}</a>
  358. {/block:IfLinkB}
  359. {block:IfLinkC}
  360. <a href="{text:linkC url}">{text:linkC}</a>
  361. {/block:IfLinkC}
  362. {block:IfLinkD}
  363. <a href="{text:linkD url}">{text:linkD}</a>
  364. {/block:IfLinkD}
  365. </div>
  366. <div id="desc">
  367. {Description}
  368. <br>
  369. </div>
  370. <div id="pagi">
  371. {block:Pagination}
  372. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  373. {block:JumpPagination length="5"}
  374. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  375. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  376. {/block:JumpPagination}
  377. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  378. {/block:Pagination}
  379. {block:PermalinkPagination}
  380. {block:NextPost}
  381. <a href="{NextPost}">&larr;</a>
  382. {/block:NextPost}
  383. {block:PreviousPost}
  384. <a href="{PreviousPost}">&rarr;</a>
  385. {/block:PreviousPost}
  386. {/block:PermalinkPagination}
  387. </div>
  388. </div>
  389.  
  390. <div id="all">{block:Posts}<div id="posts">
  391.  
  392. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  393.  
  394. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  395.  
  396. {block:Photoset}{Photoset-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  397.  
  398. {block:Video}{Video-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  399.  
  400. {block:Audio}<left>{AudioPlayerWhite}
  401. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  402. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  403. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</left>
  404. {/block:Audio}
  405.  
  406. {block:Link}<a href="{URL}"{Target}>{Name}→</a>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Quote}<i>{Quote}</i><div id="source">{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  409.  
  410. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  411.  
  412. {block:Answer}
  413. <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span>{Asker} asked: {Question}&nbsp;</div>{Answer}
  414. {/block:Answer}
  415.  
  416. <div id="line"></div>
  417. <ul class="buttons">
  418. <li>{ReblogButton size="14"}</li>
  419. <li><div style="cursor:pointer;">{LikeButton size="15"}</div></li>
  420. </ul>
  421. <div id="stuffz">
  422. <br><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a> // <a href="{Permalink}">{12Hour}:{Minutes} </a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© {SourceLink}</a> {/block:ContentSource} // <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  423. {block:HasTags}<div id="tags">{block:Tags} -<a href="{TagURL}">{Tag}</a> {/block:Tags}-</div>{/block:HasTags}</div></div>
  424. {/block:Posts}
  425. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  426. </div></div>
  427.  
  428.  
  429. <div id="statsbox">{block:ifStats}<div id="stats">{text:stats}</div>{/block:ifStats}&nbsp; &nbsp; &nbsp;<div id="cred"><a href="http://seeroflights.tumblr.com/">seeroflights<font color="red">&hearts;</font></a></center></div></div>
  430.  
  431.  
  432. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement