Advertisement
d-iscolight

Theme #12

Oct 25th, 2013
6,584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.  
  7. <title>{Title}</title>
  8. {block:Description}<meta name="description"content="{MetaDescription}" />{/block:Description}
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11.  
  12.  
  13.  
  14. <!--
  15.  
  16. THEME MADE BY ---- KEVINSMCKIDD.TUMBLR ---- DO NOT REMOVE THE CREDIT
  17.  
  18. -->
  19.  
  20.  
  21.  
  22. <head>
  23.  
  24.  
  25. <meta name="color:bg" content="#FFFFFF">
  26. <meta name="color:link" content="#b9b9b9">
  27. <meta name="color:hover" content="#f9f2f2">
  28. <meta name="color:sblinksbg" content="#fcfcfc">
  29. <meta name="color:text" content="#aaaaaa">
  30. <meta name="color:tags" content="#bebebe">
  31. <meta name="color:scrollbar" content="#d6d5d5">
  32. <meta name="color:border" content="#f0f0f0">
  33. <meta name="color:audio" content="#e9f5f0">
  34.  
  35.  
  36. <meta name="image:sidebar" content=""/>
  37.  
  38. <meta name="text:linkone" content="">
  39. <meta name="text:linkone url" content="/">
  40. <meta name="text:linktwo" content="">
  41. <meta name="text:linktwo url" content="/">
  42. <meta name="text:linkthree" content="">
  43. <meta name="text:linkthree url" content="/">
  44.  
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. @font-face{font-family: WebSymbolsRegular; src: url(http://static.tumblr.com/xgofl0y/yqZm3m5if/websymbols-regular-webfont.ttf);}
  51.  
  52.  
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:hover};
  64. text-decoration:none;
  65. -moz-transition-duration:0.5s;
  66. -webkit-transition-duration:0.5s;
  67. -o-transition-duration:0.5s;
  68. }
  69.  
  70.  
  71. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  72. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  73. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  74.  
  75. body {
  76. background-color:{color:bg};
  77. font-family:Calibri;
  78. font-weight:normal;
  79. }
  80.  
  81.  
  82.  
  83.  
  84. h1 {
  85. font-weight:normal;
  86. font-size:10px;
  87. text-align:center;
  88. font-style:normal;
  89. line-height:80%;
  90. letter-spacing:1px;
  91. text-transform:uppercase;
  92. color:{color:text};
  93. }
  94.  
  95. h3 {
  96. font-weight:normal;
  97. font-size:10px;
  98. text-align:right;
  99. font-style:normal;
  100. line-height:80%;
  101. letter-spacing:1px;
  102. text-transform:uppercase;
  103. color:{color:text};
  104. }
  105.  
  106.  
  107. h2 {
  108. font-size:15px;
  109. text-align:center;
  110. line-height:100%;
  111. letter-spacing:-0.5px;
  112. color:{color:text};
  113. font-weight:normal;
  114. padding:5px;
  115. padding-bottom:2px;
  116. }
  117.  
  118. h4 {
  119. font-weight:normal;
  120. font-size:11px;
  121. text-align:left;
  122. font-style:normal;
  123. line-height:90%;
  124. letter-spacing:0px;
  125. text-transform:lowercase;
  126. color:{color:text};
  127. }
  128.  
  129. blockquote {
  130. border-left:2px solid {color:text};
  131. padding-left:5px;
  132. margin:5px;
  133. }
  134.  
  135. #theme {
  136. background-color:{color:bg};
  137. width:700px;
  138. margin: 0 auto -12px auto;
  139. text-align: center;
  140. }
  141.  
  142.  
  143.  
  144. #barre1 {
  145. border-bottom:1px solid {color:border};
  146. background-color:{color:bg};
  147. text-align:center;
  148.  
  149. }
  150.  
  151. #barre2 {
  152. border-top:1px solid {color:border};
  153. margin-top:5px;
  154. background-color:{color:bg};
  155. text-align:center;
  156. }
  157.  
  158. #sidebar img {
  159. width:210px;
  160. margin-bottom:0px;
  161. }
  162.  
  163. #sidebar {
  164. margin-left:-70px;
  165. color:{color:text};
  166. position:fixed;
  167. width:210px;
  168. height:auto;
  169. margin-top:180px;
  170. text-align:left;
  171. }
  172.  
  173. .liens{
  174. width:200px;
  175. background:{color:sblinksbg};
  176. padding:5px;
  177. word-spacing:5px;
  178. text-align:center;
  179. font-family:arial;
  180. -webkit-transition: all 0.6s ease-in-out;
  181. -moz-transition: all 0.6s ease-in-out;
  182. -o-transition: all 0.6s ease-in-out;
  183. -ms-transition: all 0.6s ease-in-out;
  184. transition: all 0.6s ease-in-out; margin-bottom:3px;
  185. }
  186.  
  187. .liens a {
  188. font-size:9px;
  189. padding:2px;
  190. color:{color:link}
  191. }
  192.  
  193. .liens a:hover {
  194. color:#e9f5f0;
  195. -webkit-transition: all 0.6s ease-in-out;
  196. -moz-transition: all 0.6s ease-in-out;
  197. -o-transition: all 0.6s ease-in-out;
  198. -ms-transition: all 0.6s ease-in-out;
  199. transition: all 0.6s ease-in-out; opacity:0;
  200. }
  201.  
  202. .ledesc {
  203. margin-top:5px;
  204. text-align:justify;
  205. font-size:11px;
  206. color:{color:text};
  207. line-height:150%;
  208. }
  209.  
  210. .ledesc a {
  211. color:{color:link};
  212. }
  213.  
  214. .pagi {
  215. font-size:10px;
  216. background: #fafafa;
  217. padding:5px;
  218. margin-top:3px;
  219. text-transform:lowercase;
  220. font-style:normal;
  221. text-align:center;
  222. }
  223.  
  224. .pagi a {
  225. color:{color:link};
  226. }
  227.  
  228.  
  229. #contenant {
  230. float:left;
  231. margin-left:180px;
  232. margin-top:-10px;
  233. text-align:justify;
  234. background-color:{color:bg};
  235. color:{color:text};
  236. margin-bottom: 35px;
  237. }
  238.  
  239.  
  240. #contenu {
  241. width:500px;
  242. margin-top:50px;
  243. text-align:justify;
  244. font-size:11px;
  245. line-height:100%;
  246. letter-spacing:0x;
  247. color:{color:text};
  248. }
  249.  
  250. .caption {
  251. width:500px;
  252. text-align:justify;
  253. line-height:120%;
  254. }
  255.  
  256. .ask {
  257. font-size:12px;
  258. padding:10px;
  259. text-align:left;
  260. color:{color:text};
  261. padding-bottom:14px;
  262. background-color:#e9f5f0;
  263. border-bottom:1px solid {color:border};
  264. }
  265.  
  266. .answer {
  267. text-align:left;
  268. padding:10px;
  269. color:{color:text};
  270. }
  271.  
  272. .audio {
  273. width:500px;
  274. padding-bottom:10px;
  275. background-color:{color:infobg};
  276. }
  277.  
  278. .albumart {
  279. float:left;
  280. padding:0px 15px 10px 0px;
  281. }
  282.  
  283. .albumart img {
  284. width:30px;
  285. height:30px;
  286. border-radius:100px;
  287. }
  288.  
  289. .playercontainer {
  290. text-align:left;
  291. padding:10px;
  292. background-color:{color:audio};
  293. width:480px;
  294. }
  295.  
  296. .audioinfo {
  297. padding:10px;
  298. color:{color:text};
  299. }
  300.  
  301. #informations {
  302. width:490px;
  303. padding:5px;
  304. margin-top:10px;
  305. font-size:8px;
  306. color:{color:link};
  307. text-transform:uppercase;
  308. font-style:normal;
  309. letter-spacing:0px;
  310. text-align:left;
  311. border-top:3px double {color:border};
  312. -moz-transition-duration:0.6s;
  313. -webkit-transition-duration:0.6s;
  314. -o-transition-duration:0.6s;
  315. }
  316.  
  317. #informations a {
  318.  
  319. color:{color:link};
  320. text-align:center;
  321. letter-spacing:1px;
  322. font-style:normal;
  323. }
  324.  
  325. #informations a:hover {
  326. color:{color:hover};
  327. }
  328.  
  329. .tags {
  330. font-style:normal;
  331. width:500px;
  332. text-transform:uppercase;
  333. font-style:normal;
  334. color:{color:tags};
  335. margin-top:5px;
  336. letter-spacing:0px;
  337. line-height:120%;
  338. font-size:8px;
  339. text-align:left;
  340. padding:2px;
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. }
  345.  
  346. .tags a {
  347. color:{color:tags};
  348. background-color:#fafafa;
  349. padding:4px;
  350. letter-spacing:0px;
  351. }
  352.  
  353. .tags a:hover {
  354. color:{color:link};
  355. }
  356.  
  357.  
  358. .note {
  359. width:400px;
  360. font-family:arial;
  361. list-style:none;
  362. text-transform:lowercase;
  363. font-style:normal;
  364. letter-spacing:0px;
  365. font-size:10px;
  366. text-align:left;
  367. line-height:180%;
  368. margin-left:-40px;
  369. }
  370.  
  371. ul.chat, .chat ol, .chat li {
  372. list-style:none;
  373. margin:0px;
  374. padding:2px;
  375. }
  376.  
  377. .label {
  378. text-decoration:underline;
  379. font-weight:700;
  380. margin-right:5px;
  381. }
  382.  
  383.  
  384. .note img {
  385. width:20px;
  386. height:20px;
  387. border-radius:30px; }
  388.  
  389. .note li {
  390. text-align:left;
  391. margin:0px;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397.  
  398.  
  399. #credd {
  400. position:fixed;
  401. text-align:left;
  402. font-family:arial;
  403. font-size:8px;
  404. bottom:8px;
  405. right:10px;
  406. -moz-transition-duration:0.5s;
  407. -webkit-transition-duration:0.5s;
  408. -o-transition-duration:0.5s;
  409. }
  410.  
  411. {CustomCSS}
  412.  
  413. </style></head>
  414.  
  415.  
  416.  
  417. <body>
  418.  
  419. <div id="theme">
  420. <div id="sidebar">
  421. <img src="{image:sidebar}">
  422. <div id="barre1">
  423. <div class="liens">
  424. <a href="/">home</a>
  425. <a href="/ask">askbox</a>
  426. {block:IfLinkone}
  427. <a href="{text:linkone url}">{text:linkone}</a>
  428. {/block:IfLinkone}
  429. {block:IfLinktwo}
  430. <a href="{text:linktwo url}">{text:linktwo}</a>
  431. {/block:IfLinktwo}
  432. {block:IfLinkthree}
  433. <a href="{text:linkthree url}">{text:linkthree}</a>
  434. {/block:IfLinkthree}
  435. </div>
  436. </div>
  437. <div class="ledesc">
  438. {Description}
  439. </div>
  440. <div id="barre2">
  441. {block:Pagination}
  442. <div class="pagi">
  443. {block:PreviousPage}
  444. <a href="{PreviousPage}">prev</a>
  445. {/block:PreviousPage}
  446. {block:NextPage}
  447. <a href="{NextPage}">- next</a>
  448. {/block:NextPage}
  449. </div>
  450. {/block:Pagination}
  451. </div>
  452. </div>
  453.  
  454. <div id="contenant">
  455.  
  456. {block:Posts}
  457.  
  458. <div id="contenu">
  459.  
  460. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  461.  
  462. {block:Quote}<h2>“{Quote}”</h2><h3>- {Source}</h3>{/block:Quote}
  463.  
  464. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  465. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  466.  
  467. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468.  
  469. {block:Photoset}<center>{Photoset-500}</center>
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  473.  
  474. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}<div class="ask">&nbsp;&nbsp;<img align="right" width="0px" radius="30px" margin="10px;"src="{AskerPortraitURL-40}">&nbsp;&nbsp;<br><big><b><i>{Asker} :</b></i></big> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  477.  
  478. {block:Audio}<div class="audio">
  479. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  480. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  481.  
  482.  
  483.  
  484. <div id="informations">
  485. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}<span style="float:right; padding:2px; left:2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" title="via"></a>&nbsp;<a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" title="source"></a></span>{/block:RebloggedFrom}&nbsp;&nbsp;{block:NoteCount}&nbsp;<a href="{Permalink}">({NoteCount})</a>{/block:NoteCount}&nbsp;&nbsp <a href="{ReblogURL}" target="_blank"><span class="symbols" style="font-size:8px; font-family:WebSymbolsRegular;"> &nbspV</span></a></div>{/block:Date}{block:HasTags}<div class="tags">
  486. {block:Tags}<a href="{TagURL}"><span class="symbols" style="font-size:8px; font-family:WebSymbolsRegular;"></span>&nbsp;{Tag}&nbsp;&nbsp;</a>&nbsp;{/block:Tags}</div>{/block:HasTags}<div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  487. {/block:Posts}
  488.  
  489.  
  490.  
  491. </div></div></div></div>
  492.  
  493. <div id="credd"><br><a href="http://kevinsmckidd.tumblr.com/">THEME</a></div>
  494.  
  495.  
  496. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement