Advertisement
chenellestheme

Theme 01

Nov 26th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.03 KB | None | 0 0
  1. <!--
  2.  
  3. [[♥ ♥ ♥ ♥ ♥ chenelle's themes ♥ ♥ ♥ ♥ ♥]]
  4.  
  5. Theme 01: Let Me
  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. <!DOCTYPE html><html><head>
  20.  
  21. <meta name="color:background" content="#fcfcfc">
  22. <meta name="color:posts background" content="#fcfcfc">
  23. <meta name="color:links" content="#6E6E6E">
  24. <meta name="color:links hover" content="#D8D8D8">
  25. <meta name="color:description" content="#585858">
  26. <meta name="color:text" content="#D8D8D8">
  27. <meta name="color:sidebar background" content="#fcfcfc">
  28. <meta name="color:buttons" content="#FAFAFA">
  29.  
  30.  
  31. <meta name="text:Link 1 Title" content="" />
  32. <meta name="text:Link 1 Url" content="" />
  33. <meta name="text:Link 2 Title" content="" />
  34. <meta name="text:Link 2 Url" content="" />
  35. <meta name="text:Link 3 Title" content="" />
  36. <meta name="text:Link 3 Url" content="" />
  37. <meta name="text:Link 4 Title" content="" />
  38. <meta name="text:Link 4 Url" content="" />
  39.  
  40. <meta name="if:webkit scroll bar" content="1">
  41.  
  42. <meta name="image:sidebar" content="">
  43.  
  44.  
  45. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:TagPage} | {Tag}{/block:TagPage}</title>
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. body {
  54. background-color:{color:background};
  55. font-family:Helvetica;
  56. font-weight:normal;
  57. margin:0px;
  58. top:0;
  59. left:0;
  60. word-wrap:break-word;
  61. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;
  62. }
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. height:auto;
  67. background-color: #a4a4a4;
  68. border:2px solid {color:background};
  69. }
  70. ::-webkit-scrollbar {
  71. height:9px;
  72. width:9px;
  73. background-color: {color:background};
  74. }
  75.  
  76.  
  77. a {
  78. color:#6e6e6e;
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85. a:hover {
  86. color:#d8d8d8;
  87. text-decoration:none;
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. }
  92.  
  93.  
  94.  
  95. }
  96.  
  97. h1 {
  98. font-size:18px;
  99. font-weight:bold;
  100. font-family:Times New Roman;
  101. color:#2E2E2E;
  102. text-transform:uppercase;
  103. letter-spacing:0px;
  104. text-align:center;
  105. line-height:30px;
  106. }
  107.  
  108. h1 a{
  109. color:#a4a4a4;
  110. }
  111.  
  112. h1 a:hover {
  113. color:#6e6e6e;
  114. }
  115.  
  116. h2 {
  117. text-decoration:none;
  118. font-size:16px;
  119. text-align:center;
  120. line-height:110%;
  121. color:#a4a4a4;
  122. padding:5px;
  123. padding-bottom:2px;
  124. text-transform:uppercase;
  125. font-family:Times New Roman;
  126. font-weight:normal;
  127. letter-spacing:0px;
  128. }
  129.  
  130. h3 {
  131. font-weight:normal;
  132. font-family:Times New Roman;
  133. font-size:15px;
  134. text-align:center;
  135. font-style:normal;
  136. color:#a4a4a4;
  137. text-transform:normal;
  138. }
  139.  
  140.  
  141. blockquote {
  142. border-left:3px solid #a4a4a4;
  143. padding-left:4px;
  144. margin:5px;
  145. padding-top:1px;
  146. padding-bottom:1px;
  147. }
  148.  
  149.  
  150. #theme {
  151. margin:auto;
  152. text-align: center;
  153. background-color:{color:background};
  154. margin:0 auto -12px auto;
  155. }
  156.  
  157.  
  158. #sidewrap {
  159. width:150px;
  160. height:100%;
  161. display:table;
  162. position:fixed;
  163. margin-left:10px;
  164. }
  165.  
  166. #sidebar {
  167. display:table-cell;
  168. vertical-align:middle;
  169. color: #a4a4a4;
  170.  
  171. }
  172.  
  173. #sidebar img {
  174. width:100px;
  175. height:100px;
  176. border-style: double;
  177. color:#E6E6E6;
  178. border-top-right-radius:0px;
  179. border-bottom-right-radius:0px;
  180. border-top-left-radius:0px;
  181. border-bottom-left-radius:0px;
  182. -webkit-transition-duration: .6s;
  183.  
  184. }
  185.  
  186. #sidebar img:hover {
  187. width:90px;
  188. height:90px;
  189. opacity:1;
  190. border-style: 2px double #E6E6E6;
  191. -webkit-border-radius: 60px;
  192. -moz-border-radius: 60px;
  193. border-radius: 90px;
  194. -moz-transition: all .6s ease-in-out;
  195. -o-transition: all .6s ease-in-out;
  196. transition: all .6s ease-in-out;
  197. -webkit-transition: all .6s ease-in-out;
  198. box-shadow: 0 0 8px #fff;
  199. -webkit-box-shadow: 0 0 8px #fff;
  200. -moz-box-shadow: 0 0 8px #fff;
  201. overflow:hidden;
  202.  
  203. }
  204.  
  205.  
  206. #description {
  207. padding:2px 30px 2px 30px;
  208. background-color:{color:background};
  209. }
  210.  
  211.  
  212. #description {
  213. text-align:center;
  214. font-size:12px;
  215. color:#585858;
  216. font-family:Times New Roman;
  217. text-transform: lowercase;
  218. padding:12px;
  219. }
  220.  
  221.  
  222. .links {
  223. width:150px;
  224. position:relative;
  225. line-height:15px;
  226. font-size:8px;
  227. margin-top:0px;
  228. text-align:center;
  229. letter-spacing:2px;
  230. text-transform: uppercase;
  231. font-style:Helvetica;
  232. font-size:9px;
  233. }
  234.  
  235. .links a {
  236. display:inline-block;
  237. font-size:8px;
  238. font-family:Helvetica;
  239. margin-left:2px;
  240. padding:2px 60px 2px 60px;
  241. border:2px solid {color:background};
  242. height:15px;
  243. text-align:center;
  244. color:#6e6e6e;
  245. -moz-transition-duration:0.5s;
  246. -webkit-transition-duration:0.5s;
  247. -o-transition-duration:0.5s;
  248. }
  249. .links a:hover {
  250. font-style:bold;
  251. font-family:Helvetica;
  252. height:15px;
  253. text-align:center;
  254. padding:2px 60px 2px 60px;
  255. letter-spacing:5px;
  256. background-color:#d8d8d8;
  257. -moz-transition-duration:0.5s;
  258. -webkit-transition-duration:0.5s;
  259. -o-transition-duration:0.5s;
  260. }
  261.  
  262. #pagi {
  263. font-size:16px;
  264. width:500px;
  265. font-weight:normal;
  266. font-style:normal;
  267. text-align:center;
  268. margin-bottom:50px;
  269. color:#6e6e6e;
  270. letter-spacing:0px;
  271. }
  272.  
  273. #pagi a {
  274. display:inline-block;
  275. color:#6e6e6e;
  276. }
  277.  
  278. #pagi a:hover {
  279. color:#d8d8d8;
  280. }
  281.  
  282.  
  283. #postscontainer {
  284. margin-left:450px;
  285. padding:10px;
  286. width:500px;
  287. position:auto;
  288. text-align:justify;
  289. background-color:{color:posts background};
  290. color:#a4a4a4;
  291. z-index:999;
  292. }
  293.  
  294.  
  295. .posts {
  296. background-color:{color:posts background};
  297. padding:15px 0px 15px 0px;
  298. width:500px;
  299. margin-bottom:70px;
  300. margin-top:40px;
  301. text-align:justify;
  302. font-size:13px;
  303. font-family:Helvetica;
  304. line-height:100%;
  305. letter-spacing:0px;
  306. color:#a4a4a4;
  307. }
  308.  
  309.  
  310. .caption {
  311. width:500px;
  312. font-size:15px
  313. text-align:justify;
  314. line-height:120%;
  315. font-family:Helvetica;
  316. }
  317.  
  318.  
  319. .postinfo {
  320. width:490px;
  321. margin-top:5px;
  322. padding:0px 0px 2px 10px;
  323. text-align:left;
  324. font-family:Helvetica;
  325. font-size:9px;
  326. line-height:100%;
  327. display:inline-block;
  328. background-color:#FAFAFA;
  329. }
  330.  
  331. .postinfo a {
  332. font-style:normal;
  333. text-align:left;
  334. font-family:Helvetica;
  335. font-size:9px
  336. }
  337.  
  338. .postinfo a:hover {
  339. color:#d8d8d8;
  340. }
  341.  
  342. .dates {
  343. display:inline-block;
  344. font-size:12px;
  345. font-family:Helvetica;
  346. text-transform:none;
  347. font-weight:normal;
  348. letter-spacing:0px;
  349. }
  350.  
  351. .notesetc {
  352. margin-top:8px;
  353. display:inline-block;
  354. }
  355.  
  356. .tags {
  357. text-transform:none;
  358. font-size:10px;
  359. font-family:Times New Roman;
  360. text-align:left;
  361. margin-top:2px;
  362. }
  363.  
  364. .buttonss {
  365. width:40px;
  366. display:inline-block;
  367. float:right;
  368. padding:5px 5px 0px 0px;
  369. }
  370.  
  371. .likee {
  372. opacity:0.7;
  373. display:inline-block;
  374. color:#fafafa;
  375. }
  376.  
  377. .likee:hover {
  378. opacity:1;
  379. }
  380.  
  381. .reblogg {
  382. padding-left:4px;
  383. padding-right:5px;
  384. opacity:0.7;
  385. display:inline-block;
  386. }
  387.  
  388. .reblogg:hover {
  389. opacity:1;
  390. }
  391.  
  392.  
  393. .chat ol {
  394. line-height:170%;
  395. list-style:none;
  396. width:500px;
  397. margin-left:-40px;
  398. font-family:times New Roman;
  399. font-size:11px;
  400. }
  401.  
  402. .line.odd {
  403. background:#f6f6f6;
  404. margin-bottom:0px;
  405. padding:4px;
  406. }
  407.  
  408. .line.even {
  409. background:#fafafa;
  410. margin-bottom:0px;
  411. padding:4px;
  412. }
  413.  
  414. .label {
  415. padding-right:2px;
  416. text-transform:normal;
  417. font-weight:bold;
  418. color:;
  419. }
  420.  
  421.  
  422. .note {
  423. text-transform:uppercase;
  424. font-style:normal;
  425. letter-spacing:0px;
  426. font-size: 9px;
  427. text-align:left;
  428. line-height:90%;
  429. margin-left:-40px;
  430. }
  431.  
  432. .note li {
  433. list-style-type:none;
  434. padding:10px 25px 10px 25px;
  435. text-align:left;
  436. margin:0px;
  437. -moz-transition-duration:0.5s;
  438. -webkit-transition-duration:0.5s;
  439. -o-transition-duration:0.5s;
  440. }
  441.  
  442.  
  443. .question {
  444. background-color:#E6E6E6;
  445. padding:5px;
  446. font-family:Helvetica;
  447. font-size:13px;
  448. font-style:normal;
  449. }
  450.  
  451. .question img {
  452. border:7px solid #E6E6E6;
  453. width:40px;
  454. float:left;
  455. display:block;
  456. }
  457.  
  458.  
  459.  
  460. /***********PLEASE DO NOT REMOVE********/
  461.  
  462. #credit {
  463. font-family:calibri;
  464. font-weight:bold;
  465. font-size:12px;
  466. position:fixed;
  467. bottom:10px;
  468. right:3px;
  469. letter-spacing:0px;
  470. z-index:9999;
  471. }
  472.  
  473. #credit a{
  474. display:block;
  475. color:#a0a0a0;
  476. background:{color:background};
  477. padding-bottom:9px;
  478. padding-left:7px;
  479. padding-right:7px;
  480. padding-top:3px;
  481. line-height:120%;
  482. height:8px;
  483. width:15px;
  484. overflow:hidden;
  485. text-align:center;
  486. }
  487.  
  488. #credit a:hover{
  489. color:{color:background};
  490. background:#a0a0a0;
  491. height:8px;
  492. width:15px;}
  493.  
  494. {CustomCSS}
  495.  
  496. </style></head>
  497.  
  498. <body>
  499.  
  500.  
  501. <div id="theme">
  502. <!------- DO NOT REMOVE --------->
  503. <div id="credit">
  504. <a href="http://chenellestheme.tumblr.com" target:"_blank">CT</a>
  505. </div>
  506.  
  507.  
  508. <div id="sidewrap">
  509. <div id="sidebar">
  510. <a href="/"><img src="{image:sidebar}"></a>
  511. <div id="description">
  512. {block:Description}<div id="description">{description}</div>{/block:Description}
  513.  
  514. <div class="links">
  515. <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
  516. <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
  517. <a href="{text:Link 3 Url}">{text:Link 3 Title}</a>
  518. <a href="{text:Link 4 Url}">{text:Link 4 Title}</a>
  519. </div>
  520. </div>
  521. </div></div>
  522.  
  523. <div id="postscontainer">
  524.  
  525. {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  526.  
  527.  
  528. {block:Posts}
  529. <div class="posts">
  530.  
  531. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  532.  
  533. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  534.  
  535. {block:Link}<a href="{URL}"><h2 style="padding:18px; background-color:{color:ask and link post background}">{Name} →</h2></a>
  536. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  537.  
  538. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  539.  
  540. {block:Panorama}
  541. {LinkOpenTag}
  542. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  543. {LinkCloseTag}
  544. {block:Caption}{Caption}{/block:Caption}
  545. {/block:Panorama}
  546.  
  547. {block:Photoset}<center>{Photoset-500}</center>
  548. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  549.  
  550. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  551.  
  552. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  553.  
  554. {block:Answer}
  555. <div class="question"><img src="{AskerPortraitURL-40}"><b>{Asker} asked:</b> {Question}</div>
  556. {Answer}
  557. {/block:Answer}
  558.  
  559. {block:Audio}
  560. {block:AlbumArt}
  561. <img src="{AlbumArtURL}" width="120px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  562. <span class="audio">{AudioPlayerGrey}<br></span>
  563. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  564. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  565. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  566. </p>{block:Caption}{Caption}{/block:Caption}
  567. {/block:Audio}
  568.  
  569. {block:date}
  570. <div class="postinfo"><div class="buttonss"><div class="reblogg">{ReblogButton color="white" size="13"}</div><div class="likee">{LikeButton color="white" size="14"}</div></div>
  571. <div class="dates"><a href="{Permalink}">{ShortMonth} {MonthNumber}</a> ▪ </div><div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}">▪ via | </a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">&nbsp;source </a>{/block:ContentSource}
  572. </div>
  573. </div>
  574. {/block:date}
  575.  
  576. {block:HasTags}<div class="tags">
  577. {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  578. {/block:HasTags}
  579.  
  580.  
  581. {block:PostNotes}<div class="note">
  582. {PostNotes}</div>{/block:PostNotes}
  583.  
  584. </div>
  585. {/block:posts}
  586.  
  587.  
  588. {block:Pagination}
  589. <div id="pagi">
  590. {block:PreviousPage}<a href="{PreviousPage}">back&nbsp;</a>
  591. {/block:PreviousPage}
  592. {block:NextPage}<a href="{NextPage}">&nbsp;next</a>
  593. {/block:NextPage}
  594. </div>
  595. {/block:Pagination}
  596.  
  597.  
  598. </div>
  599. </div>
  600.  
  601. </div>
  602. <!--- YOU IS BEAUTIFUL PLEASE DONT FORGET THAT <3 ----->
  603.  
  604. </body>
  605. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement