Advertisement
chenellestheme

Theme 05

Mar 1st, 2015
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1. <!--
  2.  
  3. [[♥ ♥ ♥ ♥ ♥ chenelle's themes ♥ ♥ ♥ ♥ ♥]]
  4.  
  5. Theme 05: Break Free
  6.  
  7. http://chenellestheme.tumblr.com
  8. http://elghteens.tumblr.com
  9.  
  10. don't remove the credit
  11. don't use as your base code
  12. don't claim it as your own
  13.  
  14. [[♥ ♥ ♥ thank you ♥ ♥ ♥]]
  15.  
  16.  
  17. -->
  18.  
  19. <html>
  20.  
  21.  
  22. <head>
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Accent" content="#f4e7f3"/>
  25. <meta name="color:Title" content="#888888"/>
  26. <meta name="color:Text" content="#848484"/>
  27. <meta name="color:Link" content="#F5A9D0"/>
  28. <meta name="color:Link Hover" content="#848484"/>
  29. <meta name="color:SidebarImg Border" content="#f2f2f2"/>
  30. <meta name="color:Scrollbar" content="#f4e7f3"/>
  31. <meta name="color:Navi" content="#414141"/>
  32. <meta name="color:Navi Hover" content="#f4e7f3"/>
  33. <meta name="color:Navi border" content="#f2f2f2"/>
  34. <meta name="color:Pagination" content="#848484"/>
  35. <meta name="color:Pagination Hover" content="#cccccc"/>
  36. <meta name="color:Permalink" content="#ffffff"/>
  37. <meta name="color:Blockquote" content="#f2f2f2"/>
  38.  
  39. <meta name="image:Sidebar" content""/>
  40. <meta name="text:Title" content=""/>
  41.  
  42. <meta name="text:Link 1 Title" content="" />
  43. <meta name="text:Link 1 Url" content="" />
  44. <meta name="text:Link 2 Title" content="" />
  45. <meta name="text:Link 2 Url" content="" />
  46. <meta name="text:Link 3 Title" content="" />
  47. <meta name="text:Link 3 Url" content="" />
  48. <meta name="text:Link 4 Title" content="" />
  49. <meta name="text:Link 4 Url" content="" />
  50. <meta name="text:Link 5 Title" content="" />
  51. <meta name="text:Link 5 Url" content="" />
  52. <meta name="text:Link 6 Title" content="" />
  53. <meta name="text:Link 6 Url" content="" />
  54.  
  55.  
  56. <title>{Title}</title>
  57.  
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63.  
  64. body{
  65. background-color: {color:Background};
  66. font-family:Helvetica;
  67. font-size:10px;
  68. color:{color:text};
  69. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;
  70. }
  71.  
  72. a:link, a:active, a:visited{
  73. color:#F5A9BC;
  74. text-decoration:none;
  75. -webkit-transition: all 0.2s linear;
  76. -moz-transition: all 0.2s linear;
  77. transition: all 0.2s linear;
  78. }
  79.  
  80. a:hover {
  81. color:{color:link hover};
  82. letter-spacing:1px;
  83. -webkit-transition: all 0.2s linear;
  84. -moz-transition: all 0.2s linear;
  85. transition: all 0.2s linear;
  86. }
  87.  
  88. big{font-size:18px;}
  89.  
  90. h1, h2, h3, h4{
  91. background-color: {color:Background};
  92. font-family:Helvetica;
  93. font-size:11px;
  94. color:{color:text};
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. height:9px;
  99. background-color: {color:scrollbar};
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. width:10px;
  104. height:4px;
  105. background:#fff;
  106. margin-right:5px;
  107. }
  108.  
  109.  
  110. #sidebar {
  111. position:fixed;
  112. margin-top:150px;
  113. margin-left:-10px;
  114. z-index:1;
  115. width:300px;
  116. padding-bottom:5px;
  117. }
  118.  
  119.  
  120. .sidebarimg img{
  121. margin-left:90px;
  122. margin-top:10px;
  123. width:80px;
  124. height:80px;
  125. border:13px solid {color:sidebarimg border};
  126. }
  127.  
  128. .sidebarimg img:hover{
  129. margin-left:90px;
  130. margin-top:10px;
  131. width:80px;
  132. height:80px;
  133. border:13px solid {color:accent};
  134. }
  135.  
  136.  
  137. .title{
  138. color:{color:title};
  139. margin-left:60px;
  140. width:150px;
  141. font-size:12px;
  142. text-align:center;
  143. letter-spacing:4px;
  144. text-transform:uppercase;
  145.  
  146. }
  147.  
  148. .description{
  149. text-align:center;
  150. font-size:10px;
  151. margin-top:10px;
  152. color:{color:text};
  153. }
  154.  
  155. .navi{
  156. width:200px;
  157. margin-left:40px;
  158. margin-top:10px;
  159. font-size:10px;
  160. text-align:center;
  161. letter-spacing:2px;
  162. text-transform:lowercase;
  163. padding:3px 3px 3px 3px;
  164. border-top:1px solid {color:navi border};
  165. border-bottom:1px solid {color:navi border};
  166. }
  167.  
  168. .navi a{
  169. display:inline-block;
  170. color:{color:Navi};
  171. padding:5px;
  172. }
  173.  
  174. .navi a:hover{
  175. color:{color:navi hover};
  176. letter-spacing:3px;
  177. }
  178.  
  179. .pagination {
  180. margin-top:10px;
  181. font-size:10px;
  182. text-align:center;
  183. }
  184.  
  185. .pagination a{
  186. display:inline-block;
  187. color:{color:Pagination};
  188. width:50px;
  189. }
  190.  
  191. .pagination a:hover{
  192. color:{color:Pagination Hover};
  193. }
  194.  
  195. #entries{
  196. padding:10px;
  197. width: 400px;
  198. margin-left:350px;
  199. }
  200.  
  201.  
  202. #post {
  203. font-size:11px;
  204. width: 400px;
  205. margin-top:35px;
  206. margin-bottom:65px;
  207. text-align:justify;
  208. }
  209.  
  210. .posttitle{
  211.  
  212. font-weight:bold;
  213. letter-spacing:-1px;
  214. font-style:italic;
  215.  
  216. line-height: 20px;
  217. }
  218.  
  219. blockquote{
  220. margin-left:10px;
  221. padding-left:4px;
  222. border-left: 2px solid {color:blockquote};
  223. }
  224.  
  225.  
  226. .p { padding-top: 5px;}
  227. .ol, ul { margin-left: 10px; padding: 5px; }
  228. .ul { list-style-type: square; }
  229.  
  230.  
  231. .ask {
  232. padding:10px;
  233. position:relative;
  234. text-align:left;
  235. }
  236.  
  237. .ask question{
  238. font-family:Helvetica;
  239. text-align:left;
  240. font-size:14px;
  241. padding:10px;
  242. }
  243.  
  244. .ask asker{
  245. font-size:10px;
  246. font-family:Georgia;
  247. font-style:italic;
  248. letter-spacing:0px;
  249. margin-left:10px;
  250. }
  251.  
  252. .askicon{
  253. float:left;
  254. padding-right:10px;
  255. }
  256.  
  257. .askicon img{
  258. width:30px;
  259. height:30px;
  260. border:5px solid {color:accent};
  261. padding:0px;
  262. }
  263.  
  264. #audiopost {
  265. width: 400px;
  266. margin-bottom:5px;
  267. height:80px
  268. }
  269.  
  270. .albumart {
  271. width:80px;
  272. height:80px;
  273. position:absolute;
  274. }
  275.  
  276. .albumart img {
  277. width:80px;
  278. height:80px;
  279. float:left;
  280. }
  281.  
  282. .player {
  283. opacity: 0.5;
  284. position:absolute;
  285. z-index:1;
  286. width:80px;
  287. height:80px;
  288. display:block;
  289. -webkit-transition: all 0.7s ease;
  290. -moz-transition: all 0.7s ease;
  291. -o-transition: all 0.7s ease;
  292. }
  293.  
  294. .player:hover {
  295. opacity:1;
  296. }
  297.  
  298. .playerr {
  299. width:25px;
  300. height:25px;
  301. margin-top:24px;
  302. margin-left:24px;
  303. overflow:hidden;
  304. padding:3px;
  305. }
  306.  
  307. .track {
  308. margin-left:100px;
  309. line-height:12px;
  310. padding-top:10px;
  311. }
  312.  
  313.  
  314. #permalink{
  315. position:relative;
  316. text-align:right;
  317. color:{color:Permalink};
  318. background:{color:Background};
  319. margin-top:8px;
  320. padding:5px;
  321. font-size:8px;
  322. text-transform:uppercase;
  323. }
  324.  
  325. #permalink a{
  326. color:{color:text};
  327. }
  328.  
  329. #permalink a:hover{
  330. color:{color:link hover};
  331. }
  332.  
  333.  
  334. /***********PLEASE DO NOT REMOVE********/
  335.  
  336. #credit {
  337. font-size:10px;
  338. position:fixed;
  339. bottom:10px;
  340. right:3px;
  341. letter-spacing:0px;
  342. z-index:9999;
  343. }
  344.  
  345. #credit a{
  346. display:block;
  347. padding-bottom:9px;
  348. padding-left:7px;
  349. padding-right:7px;
  350. padding-top:3px;
  351. line-height:120%;
  352. height:8px;
  353. width:15px;
  354. overflow:hidden;
  355. text-align:center;
  356. }
  357.  
  358. #credit a:hover{
  359. color:{color:link hover};
  360. height:8px;
  361. width:15px;}
  362.  
  363.  
  364. {CustomCSS}
  365. </style>
  366.  
  367. <link rel="shortcut icon" href="{Favicon}">
  368. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  369.  
  370.  
  371. </head>
  372.  
  373. <body>
  374.  
  375. <!---PLEASE DO NOT REMOVE :)-->
  376. <div id="credit">
  377. <a href="http://chenellestheme.tumblr.com" target:"_blank">♡</a>
  378. </div>
  379.  
  380.  
  381. <div id="sidebar">
  382. <div class="title">{text:Title}</div>
  383.  
  384. <div class="sidebarimg"><a href="/"><img src="{image:sidebar}"></a></div>
  385. <div class="navi">
  386. <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
  387. <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
  388. <a href="{text:Link 3 Url}">{text:Link 3 Title}</a>
  389. <a href="{text:Link 4 Url}">{text:Link 4 Title}</a>
  390. <a href="{text:Link 5 Url}">{text:Link 5 Title}</a>
  391. <a href="{text:Link 6 Url}">{text:Link 6 Title}</a>
  392. </div>
  393.  
  394. <div class="description">
  395. {Description}
  396. </div>
  397.  
  398.  
  399. <div class="pagination">
  400. {block:Pagination}
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">— back</a>
  403. {/block:PreviousPage}
  404. {block:NextPage}
  405. <a href="{NextPage}"> next —</a>
  406. {/block:NextPage}
  407. {/block:Pagination}
  408. </div>
  409.  
  410.  
  411. </div>
  412.  
  413.  
  414. <div id="entries">
  415. {block:Posts}
  416. <div id="post">
  417.  
  418. {block:Text}
  419. {block:Title}
  420. <div class="posttitle">{Title}</div>
  421. {/block:Title}
  422. {Body}
  423. {/block:Text}
  424.  
  425. {block:Link}
  426. <div class="posttitle">
  427. <a href="{URL}">{Name}</a>
  428. </div>
  429. {block:Description}{Description}{/block:Description}
  430. {/block:Link}
  431.  
  432. {block:Photo}
  433. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  434.  
  435. {block:Photoset}
  436. {Photoset-400}
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Photoset}
  439.  
  440. {block:Quote}
  441. <div class="posttitle">"{Quote}"</div>
  442. {block:Source}
  443. - {Source}
  444. {/block:Source}
  445. {/block:Quote}
  446.  
  447. {block:Chat}
  448. {block:Title}
  449. <div class="posttitle">
  450. {Title}
  451. </div>
  452. {/block:Title}
  453. {block:Lines}
  454. {block:Label}
  455. <b>{Label} </b>
  456. {/block:Label}
  457. {Line}
  458. <br>
  459. {/block:Lines}
  460. {/block:Chat}
  461.  
  462. {block:Audio}
  463. <div id="audiopost">
  464. <div class="albumart">
  465. {block:AlbumArt}<img src="{AlbumArtURL}" width="80px">{/block:AlbumArt}
  466. </div>
  467. <div class="player">
  468. <div class="playerr">
  469. <span id="audio">{AudioPlayerWhite}</span>
  470. </div>
  471. </div>
  472. <div class="track">
  473. <b>Title:</b> {block:TrackName}{TrackName}{/block:Trackname}<br>
  474. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  475. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  476. <b>Played:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
  477. </div></div>
  478. {block:caption}{Caption}{/block:caption}{/block:Audio}
  479.  
  480. {block:Video}
  481. {Video-400}
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:Video}
  484.  
  485. {block:Answer}
  486. <div class="ask">
  487. <div class="askicon"><img src="{AskerPortraitURL-48}" width="30px"></div>
  488. <question>“ {Question} ”</question><br>
  489. <asker>— {Asker}</asker>
  490. </div>
  491. {Answer}
  492. {/block:Answer}
  493.  
  494. {block:IndexPage}
  495. <div id="permalink">
  496. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}</a>
  497. |
  498. <a href="{Permalink}">{NoteCountWithLabel}</a>
  499. {block:RebloggedFrom}
  500. | <a href="{ReblogParentURL}" target="_blank">via</a>
  501. | <a href="{ReblogRootURL}" target="_blank">src</a>
  502. {/block:RebloggedFrom}
  503. | <a href="{ReblogURL}" target="_blank">REBLOG</a>
  504. </br>{block:HasTags} |
  505. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none; text-align:left">{Tag}</font>&nbsp;</a>
  506. {/block:Tags}
  507. {/block:HasTags}
  508. </div>
  509. {/block:IndexPage}
  510.  
  511. {block:PermalinkPage}
  512. <div id="permalink">
  513. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}</a>
  514. |
  515. <a href="{Permalink}">{NoteCountWithLabel}</a>
  516. {block:RebloggedFrom}
  517. | <a href="{ReblogParentURL}" target="_blank">via</a>
  518. x <a href="{ReblogRootURL}" target="_blank">src</a>
  519. {/block:RebloggedFrom}
  520. | <a href="{ReblogURL}" target="_blank">REBLOG</a>
  521. </br>{block:HasTags} |
  522. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none; text-align:left">{Tag}</font>&nbsp;</a>
  523. {/block:Tags}
  524. {/block:HasTags}
  525. </div>
  526. {/block:PermalinkPage}
  527.  
  528.  
  529. {block:PostNotes}
  530. {PostNotes}
  531. {/block:PostNotes}
  532. </div>
  533. {/block:Posts}
  534.  
  535. </div>
  536.  
  537. </div>
  538.  
  539. </body>
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement