Advertisement
narruldthemes

theme 12

Jun 27th, 2013
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- THEME BY NARRULD do not copy or remove credit -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:border" content="#FAFAFA">
  21. <meta name="color:hover bg" content= "#cccccc">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:sidebar2" content=""/>
  25.  
  26. <meta name="text:linkA" content="">
  27. <meta name="text:linkA url" content="/">
  28. <meta name="text:linkB" content="">
  29. <meta name="text:linkB url" content="/">
  30. <meta name="text:linkC" content="">
  31. <meta name="text:linkC url" content="/">
  32. <meta name="text:linkD" content="">
  33. <meta name="text:linkD url" content="/">
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46. a {
  47. color:{color:link};
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. a:hover {
  55. color:{color:hover};
  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.  
  63. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  64. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  65. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  66.  
  67. body {
  68. background-color:{color:bg};
  69. font-family:Baskerville;
  70. font-weight:normal;
  71. }
  72.  
  73.  
  74.  
  75.  
  76. h1 {
  77. font-weight:normal;
  78. font-size:10px;
  79. text-align:center;
  80. font-style:normal;
  81. line-height:80%;
  82. letter-spacing:1px;
  83. text-transform:uppercase;
  84. color:{color:text};
  85. }
  86.  
  87. h2 {
  88. font-size:15px;
  89. text-align:center;
  90. line-height:100%;
  91. letter-spacing:-0.5px;
  92. color:{color:text};
  93. font-weight:normal;
  94. padding:5px;
  95. padding-bottom:2px;
  96. }
  97.  
  98.  
  99. blockquote {
  100. border-left:2px solid {color:text};
  101. padding-left:5px;
  102. margin:5px;
  103. }
  104.  
  105. #theme {
  106. background-color:{color:bg};
  107. width:700px;
  108. margin: 0 auto -12px auto;
  109. text-align: center;
  110. }
  111.  
  112. #sidebar {
  113. color:{color:text};
  114. position:fixed;
  115. width:150px;
  116. height:auto;
  117. margin-top:180px;
  118. text-align:left;
  119. }
  120.  
  121. #sidebar img {
  122. border: 1px solid #ccc;
  123. padding: 5px;
  124. width:130px;
  125. height:130px;
  126. margin-left:-30px;
  127. margin-bottom: 15px;
  128. border-radius: 90px;
  129. -moz-transition-duration:1s;
  130. -webkit-transition-duration:1s;
  131. -o-transition-duration:1s;
  132. }
  133.  
  134. #sidebar2 img{
  135. width:120px;
  136. height:120px;
  137. margin-bottom:10px;
  138. border-radius: 90px;
  139. -moz-transition-duration:1s;
  140. -webkit-transition-duration:1s;
  141. -o-transition-duration:1s;
  142. }
  143.  
  144. #sidebar .links {
  145. opacity:0;
  146. -moz-transition-duration:0.5s;
  147. -webkit-transition-duration:0.5s;
  148. -o-transition-duration:0.5s;
  149. }
  150.  
  151. #sidebar:hover .links {
  152. opacity:0.9;
  153. -moz-transition-duration:0.5s;
  154. -webkit-transition-duration:0.5s;
  155. -o-transition-duration:0.5s;
  156. }
  157.  
  158. #sidebar .pagi {
  159. opacity:0;
  160. -moz-transition-duration:0.5s;
  161. -webkit-transition-duration:0.5s;
  162. -o-transition-duration:0.5s;
  163. }
  164.  
  165. #sidebar:hover .pagi {
  166. opacity:0.9;
  167. -moz-transition-duration:0.5s;
  168. -webkit-transition-duration:0.5s;
  169. -o-transition-duration:0.5s;
  170. }
  171.  
  172. .links {
  173. margin-left:-11px;
  174. margin-top: -129px;
  175. font-size:8px;
  176. text-transform:uppercase;
  177. text-align:center;
  178. letter-spacing:2px;
  179. line-height:170%;
  180. }
  181.  
  182. .links a{
  183. background-color: #fff;
  184. width: 100px;
  185. display: block;
  186. padding:3px;
  187. color:{color:link};
  188. letter-spacing:0px;
  189. text-decoration:none;
  190. -moz-transition-duration:1s;
  191. -webkit-transition-duration:1s;
  192. -o-transition-duration:1s;
  193. border-radius: 90px;
  194. -moz-transition-duration:1s;
  195. -webkit-transition-duration:1s;
  196. -o-transition-duration:1s;
  197. }
  198.  
  199. .links a:hover{
  200. letter-spacing: 3px;
  201. text-decoration: italic;
  202. background-color: {color:hover bg};
  203. color:{color:hover};
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. border-radius: 90px;
  208. -moz-transition-duration:1s;
  209. -webkit-transition-duration:1s;
  210. -o-transition-duration:1s;
  211. }
  212.  
  213. #sidebar .desc {
  214. opacity: 0;
  215. -webkit-transition: all .7s ease;
  216. -moz-transition: all .7s ease;
  217. -o-transition: all .7s ease;
  218. transition: all .7s ease;
  219. margin-left:-70px;
  220. width: 80px;
  221. margin-top:-300px;
  222. -webkit-transition:.6s ease-out;
  223. -webkit-transition: all .6s ease-out;
  224. -moz-transition: all .6s ease-out;
  225. transition: all .6s ease-out;
  226. }
  227.  
  228.  
  229. #sidebar:hover .desc{
  230. opacity: 0.9;
  231. width: 80px;
  232. margin-top:-265px;
  233. margin-left:-29px;
  234. z-index:10;
  235. -webkit-animation:flip 1s;
  236. -moz-animation:flip 1s;
  237. -ms-animation:flip 1s;
  238. }
  239.  
  240. .desc {
  241. background-color: #fff;
  242. margin-left:-28px;
  243. margin-top: -268px;
  244. width:80px;
  245. height:70px;
  246. padding: 30px;
  247. border-radius: 90px;
  248. -moz-transition-duration:1s;
  249. -webkit-transition-duration:1s;
  250. -o-transition-duration:1s;
  251. text-align:justify;
  252. font-size:10px;
  253. color:{color:text};
  254. letter-spacing:1px;
  255. line-height:150%
  256. }
  257.  
  258. .desc a {
  259. color:{color:link};
  260. }
  261.  
  262. .pagi {
  263. margin-top: 180px;
  264. margin-left: -65px;
  265. font-size:8px;
  266. text-transform:uppercase;
  267. letter-spacing:3px;
  268. font-style:normal;
  269. text-align:center;
  270. }
  271.  
  272. .pagi a {
  273. color:{color:link};
  274. }
  275.  
  276. .pagi a:hover {
  277. color: {color:hover};
  278. }
  279.  
  280. #stuffcontainer {
  281. float:left;
  282. margin-left:200px;
  283. margin-top:75px;
  284. text-align:justify;
  285. background-color:{color:bg};
  286. color:{color:text};
  287. margin-bottom: 35px;
  288. }
  289.  
  290.  
  291. #stuff {
  292. width:500px;
  293. margin-top:45px;
  294. text-align:justify;
  295. font-size:11px;
  296. line-height:90%;
  297. letter-spacing:0x;
  298. color:{color:text};
  299. }
  300.  
  301. .caption {
  302. width:500px;
  303. text-align:justify;
  304. line-height:120%;
  305. }
  306.  
  307. .ask {
  308. padding:10px;
  309. text-align:left;
  310. color:{color:text};
  311. background-color:{color:infobg};
  312. border-bottom:1px solid {color:border};
  313. border-right:1px solid {color:border};
  314. }
  315.  
  316. .ans {
  317. text-align:left;
  318. padding:10px;
  319. color:{color:text};
  320. }
  321.  
  322. .audio {
  323. width:500px;
  324. padding-bottom:10px;
  325. background-color:{color:infobg};
  326. }
  327.  
  328. .albumart {
  329. float:left;
  330. padding:0px 10px 10px 0px;
  331. }
  332.  
  333. .albumart img {
  334. width:45px;
  335. height:45px;
  336. }
  337.  
  338. .playercontainer {
  339. text-align:left;
  340. padding:10px;
  341. background-color:#ffffff;
  342. width:480px;
  343. }
  344.  
  345. .audioinfo {
  346. padding:10px;
  347. color:{color:text};
  348. }
  349.  
  350. #postinfo {
  351. width:490px;
  352. padding:2px;
  353. font-size:8px;
  354. color:{color:link};
  355. text-transform:uppercase;
  356. font-style:normal;
  357. letter-spacing:2px;
  358. text-align:left;
  359. border-top:1px solid {color:border};
  360. -moz-transition-duration:0.5s;
  361. -webkit-transition-duration:0.5s;
  362. -o-transition-duration:0.5s;
  363. }
  364.  
  365. #postinfo a {
  366. color:{color:link};
  367. text-align:center;
  368. letter-spacing:1px;
  369. font-style:normal;
  370. }
  371.  
  372. #postinfo a:hover {
  373. color:{color:hover};
  374. }
  375.  
  376. .note {
  377. text-transform:uppercase;
  378. font-style:normal;
  379. letter-spacing:0px;
  380. font-size: 9px;
  381. text-align:left;
  382. line-height:90%;
  383. margin-left:-40px;
  384. }
  385.  
  386. .note li {
  387. list-style-type:none;
  388. border-bottom:1px solid {color:border};
  389. padding:10px 25px 10px 25px;
  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. .tags {
  398. font-style:normal;
  399. width:500px;
  400. text-transform:uppercase;
  401. font-style:normal;
  402. color:{color:tags};
  403. letter-spacing:2px;
  404. line-height:120%;
  405. font-size:8px;
  406. text-align:left;
  407. padding:1px;
  408. -moz-transition-duration:0.5s;
  409. -webkit-transition-duration:0.5s;
  410. -o-transition-duration:0.5s;
  411. }
  412.  
  413. .tags a {
  414. color:{color:tags};
  415. letter-spacing:1px;
  416. padding:1px;
  417. }
  418.  
  419. .tags a:hover {
  420. color:{color:link};
  421. }
  422.  
  423. ul.chat, .chat ol, .chat li {
  424. list-style:none;
  425. margin:0px;
  426. padding:2px;
  427. }
  428.  
  429. .label {
  430. text-decoration:underline;
  431. font-weight:700;
  432. background-color:{color:infobg};
  433. margin-right:5px;
  434. }
  435.  
  436. #cred {
  437. position:fixed;
  438. font-size:8px;
  439. font-weight:normal;
  440. line-height:150%;
  441. letter-spacing:2px;
  442. right:10px;
  443. bottom:10px;
  444. text-transform:uppercase;
  445. text-align:center;
  446. }
  447.  
  448. #cred a {
  449. padding:3px;
  450. color:{color:bg};
  451. background-color:{color:link};
  452. -moz-transition-duration:0.5s;
  453. -webkit-transition-duration:0.5s;
  454. -o-transition-duration:0.5s;
  455. }
  456.  
  457. {CustomCSS}
  458.  
  459.  
  460.  
  461. #yellow {
  462. text-align: center;
  463. font-size: 11px;
  464. position:fixed;
  465. margin-left:50px;
  466. top:-311px;
  467. -webkit-transition: all .5s ease-in-out;
  468. -moz-transition: all .5s ease-in-out;
  469. -o-transition: all .5s ease-in-out;
  470. z-index:999;
  471. }
  472.  
  473. #yellow:hover {top:0px;}
  474.  
  475. #blue {
  476. color: {color:text};
  477. text-align: center;
  478. font-size: 11px;
  479. position:fixed;
  480. left:566px;
  481. top:-140px;
  482. -webkit-transition: all .5s ease-in-out;
  483. -moz-transition: all .5s ease-in-out;
  484. -o-transition: all .5s ease-in-out;
  485. z-index:999;
  486. }
  487.  
  488. #blue:hover {top:0px;}
  489.  
  490. #pink {
  491. border-width:1px;
  492. border-color:#ccc;
  493. padding:35px 0 5px 0;
  494. background: #fff;
  495. width:500px;
  496. height:140px;
  497. z-index: 9999;
  498. }
  499.  
  500.  
  501. #pinktab {
  502. font-family: "satisfy";
  503. font-size: 16px;
  504. color: #8d8d8d;
  505. border-bottom-style:solid;
  506. border-width:1px;
  507. border-color:#ccc;
  508. text-align: center;
  509. height:25px;
  510. padding: -5px 0 5px 0;
  511. background:#fff;
  512. width: 500px;
  513. }
  514.  
  515.  
  516. </style></head>
  517.  
  518. <body>
  519.  
  520.  
  521. <div id="blue">
  522. <div id="pink"> <center>
  523.  
  524. you can put anything that you want here :)
  525. <p>
  526. <b>to edit this section, go into the html code and find what i wrote here (should be near the bottom) and edit to what you want</b>
  527. <p>
  528. to skip a line put < br > or for a bigger gap like this put < p > both with no spaces
  529.  
  530.  
  531. </center></div>
  532. <div id="pinktab"><big>here's your title</big></div>
  533. </div>
  534.  
  535. <div id="yellow">
  536. </div>
  537.  
  538.  
  539. <div id="theme">
  540. <div id="sidebar">
  541. <img src="{image:sidebar}">
  542. <img src="{image:sidebar2}">
  543. <div class="links">
  544. {block:IfLinkA}
  545. <a href="{text:linkA url}">{text:linkA}</a>
  546. {/block:IfLinkA}
  547. {block:IfLinkB}
  548. <a href="{text:linkB url}">{text:linkB}</a>
  549. {/block:IfLinkB}
  550. {block:IfLinkC}
  551. <a href="{text:linkC url}">{text:linkC}</a>
  552. {/block:IfLinkC}
  553. {block:IfLinkD}
  554. <a href="{text:linkD url}">{text:linkD}</a>
  555. {/block:IfLinkD}
  556. </div>
  557. <div class="desc">
  558. {Description}
  559. </div>
  560. {block:Pagination}
  561. <div class="pagi">
  562. {block:PreviousPage}
  563. <a href="{PreviousPage}">last</a>
  564. {/block:PreviousPage}
  565. {block:NextPage}
  566. <a href="{NextPage}">next</a>
  567. {/block:NextPage}
  568. </div>
  569. {/block:Pagination}
  570. </div>
  571.  
  572. <div id="stuffcontainer">
  573.  
  574. {block:Posts}
  575.  
  576. <div id="stuff">
  577.  
  578. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  579.  
  580. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  581.  
  582. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  583. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  584.  
  585. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  586.  
  587. {block:Photoset}<center>{Photoset-500}</center>
  588. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  589.  
  590. {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}
  591.  
  592. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  593.  
  594. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  595.  
  596. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  597. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  598. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  599. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  600. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  601.  
  602.  
  603.  
  604. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  605. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  606. {block:HasTags}
  607. <div class="tags">
  608. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  609. {/block:HasTags}
  610. <div class="note">
  611. {block:PostNotes}{PostNotes}{/block:PostNotes}
  612. </div>
  613. </div>
  614. {/block:Posts}
  615.  
  616.  
  617. </div>
  618.  
  619. <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
  620.  
  621. </div>
  622. </div>
  623. </div>
  624. </body>
  625. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement