Advertisement
mleyscyrsthemes

theme #04 // don't give a f*ck

Dec 4th, 2013
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- THEME #04 BY MLEYSCYRS - DON'T GIVE A F*CK -->
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Background" content="#FFFFFF"/>
  14. <meta name="color:Font" content="#919191"/>
  15. <meta name="color:Link" content="#666666"/>
  16. <meta name="color:Link Hover" content="#777777"/>
  17. <meta name="color:Topbar Font" content="#919191"/>
  18. <meta name="color:Topbar Link" content="#585858"/>
  19. <meta name="color:Topbar Link Hover" content="#777777"/>
  20. <meta name="color:Topbar" content="#2e2e2e"/>
  21. <meta name="color:Border" content="#6f6f6f"/>
  22. <meta name="color:Post Info" content="#f7f7f7"/>
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="text:Link 4" content="" />
  30. <meta name="text:Link 4 Text" content="" />
  31. <meta name="image:Sidebar" content="" />
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34. <meta name="if:Show Link 3" content="1" />
  35. <meta name="if:Show Link 4" content="1" />
  36. </head>
  37.  
  38. <body>
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43. background-color: {color:Background};
  44. fixed no-repeat;
  45. background-position: bottom right;
  46. background-repeat: no-repeat;
  47. background-attachment: fixed;
  48. font-family: arial;
  49. font-size: 9px;
  50. line-height: 14px;
  51. font-color: {color:Font};
  52. }
  53.  
  54. a:link, a:visited, a:active {
  55. color: {color:Link};
  56. text-decoration: none;
  57. font-weight: normal;
  58. -webkit-transition:all 0.5s ease-out;
  59. -moz-transition:all 0.5s ease-out;
  60. transition:all 0.5s ease-out;}
  61.  
  62. a:hover {
  63. color: {color:Link Hover};
  64. text-decoration: none;
  65. font-weight: normal;
  66. -webkit-transition: all 0.3s ease-out;
  67. -moz-transition: all 0.3s ease-out;
  68. transition: all 0.3s ease-out;
  69. }
  70.  
  71. i, em {font-style:normal;}
  72. u {text-decoration:underline;}
  73. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  74. small, small a, small a:visited {font-size: 9px; line-height: 16px;}
  75.  
  76. ul {
  77. list-style-type: square;
  78. }
  79.  
  80. img { border:0px; max-width: 500px; height: auto;}
  81. img:hover { border:0px;}
  82. a.img, a.img:visited { border:0px;}
  83. a.img:hover { border:0px;}
  84.  
  85. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  86. font-size: 9px;
  87. padding-bottom: 0px;
  88. color: {color:Font};
  89. font-weight: 500;
  90. letter-spacing: 0px;
  91. text-transform: lowercase;
  92. }
  93.  
  94. h1 a:hover, h3 a:hover {
  95. text-decoration: none;
  96. color: {color:link hover};
  97. }
  98.  
  99.  
  100. h3, h3 a, h3 a:link, h3 a:link {
  101. font-size: 9px;
  102. padding-bottom: 0px;
  103. color: {color:Font};
  104. letter-spacing: 0px;
  105. text-transform: lowercase;
  106. }
  107.  
  108. h3 a:hover {
  109. text-decoration: none;
  110. color: {color:link hover};
  111. }
  112.  
  113.  
  114. #sidebar {
  115. width: 100%;
  116. letter-spacing:-1;
  117. border: 1px solid #ebe9e9;
  118. position: fixed;
  119. color: {color:Topbar font};
  120. line-height:8px;
  121. background-color:#ffffff;
  122. margin-top:-90px;
  123. padding:9px;
  124. margin-left:-10px;
  125. }
  126.  
  127. .sidebar {
  128. width: 630px;
  129. }
  130.  
  131. .sidebar a {
  132. color: {color:Topbar Link};
  133. }
  134.  
  135. .sidebar a:hover {
  136. color: {color:Topbar Link Hover};
  137. }
  138.  
  139. .description {
  140. font-size: 9px;
  141. font-family:'arial';
  142. letter-spacing:0;
  143. line-height: 12px;
  144. }
  145.  
  146. .description a {
  147. color: {color:Topbar Link};
  148. }
  149.  
  150. .description img {
  151. border: 1px solid #ebe9e9;
  152. padding: 6px;
  153. margin-right: -250px;
  154. margin-left:170px
  155. }
  156.  
  157. .sidenav {
  158. padding: 0px;
  159. width: 60px;
  160. margin-top: 165px;
  161. position: fixed;
  162. color: {color:Font};
  163. margin-left: 665px;
  164. line-height: 0px;
  165. text-transform: lowercase;
  166. text-align: left;
  167. letter-spacing:-0;
  168. }
  169.  
  170. .sidenav a {
  171. color: {color:Font};
  172. font-size: 9px;
  173. }
  174.  
  175. .sidenav a:hover {
  176. color: {color:Link};
  177. }
  178.  
  179. .pagination {
  180. margin-top: 5px;
  181. margin-left:40px;
  182. text-align: center;
  183. }
  184.  
  185. #container {
  186. width: 500px;
  187. margin: auto;
  188. margin-bottom: 70px;
  189. }
  190.  
  191.  
  192. #posts {
  193. width:center;
  194. margin-top: 100px;
  195. }
  196.  
  197. .post {
  198. margin: auto;
  199. margin-top: -0px;
  200. width: 500px;
  201. padding: 0px;
  202. padding-top: 10px;
  203. margin-bottom: 0px;
  204. background-color: {color:Background};
  205. font-size: 9px;
  206. line-height: 14px;
  207. color: {color:Font};
  208. }
  209.  
  210. .caption {
  211. line-height: 9px;
  212. color: {color:Font};
  213. }
  214.  
  215. .post text {
  216. margin-top: 0px;
  217. }
  218.  
  219. .photo img:hover {
  220. filter: alpha(opacity=100);}
  221. .photo img {
  222. max-width: 500px;
  223. border:0px;}
  224. .photo img:hover {
  225. max-width: 500px;
  226. }
  227.  
  228. .centeredImage {
  229. display: block;
  230. text-align:center;
  231. margin-top:0px;
  232. margin-bottom:5px;
  233. padding:0px;
  234. }
  235.  
  236. ol.notes {
  237. display : block;
  238. background-repeat : no-repeat;
  239. vertical-align : middle;
  240. text-decoration : none;
  241. margin-bottom : 1px;
  242. font-color: {color:font};
  243. list-style-type: none;
  244. margin-left: -40px;
  245. }
  246. ol.notes li.note {
  247. padding: 2px;}
  248. ol.notes li.note img.avatar {display: none; font-color: {color:font};}
  249. ol.notes li.note span.action {font-color: {color:font};}
  250. ol.notes li.note .answer_content {font-weight: normal;font-color: {color:font};}
  251. ol.notes li.note blockquote {border-color: {color:post info};padding: 2px 2px;margin: 10px 0px 0px 25px;font-color: {color:font};}
  252. .quote {
  253. width: 500px;
  254. color: {color:Quote};
  255. }
  256.  
  257. blockquote {
  258. display: block;
  259. margin: 10px;
  260. font-size: 9px;
  261. padding-left: 5px;
  262. padding-right: 5px;
  263. color: {color:font};
  264. border-left: 1px solid{color:post info};
  265. font-style: none;
  266. width: 450px;
  267. }
  268.  
  269. span {
  270. color: {color:link};
  271. }
  272.  
  273. .chat ul {
  274. list-style-type: none;
  275. width: 500px;
  276. display: block;
  277. margin: auto;
  278. padding: 0px;
  279. font-spacing: 1px;
  280. text-transform: lowercase;
  281. }
  282.  
  283. .odd {
  284. padding: 3px;
  285. color: {color:font};
  286. background-color: {color:post info};
  287. font-size: 9px;
  288. }
  289.  
  290. .even {
  291. padding: 3px;
  292. color: {color:link};
  293. font-size: 9px;
  294. }
  295.  
  296. .source {
  297. font-size: 9px;
  298. line-height: 14px;
  299. color: {color:font};
  300. font-style: normal;
  301. padding-top: 10px;
  302. text-align: right;
  303. }
  304. .date {
  305. font-size: 9px;
  306. text-transform: lowercase;
  307. color: {color:font};
  308. letter-spacing: 0px;
  309. }
  310.  
  311. .lehits a {
  312. color: #ffffff;
  313. }
  314.  
  315. .lehits a:hover {
  316. color: #ffffff;
  317. }
  318.  
  319. .lehits {
  320. color: #ffffff;
  321. }
  322.  
  323. .date a {
  324. color: {color:link};
  325. text-decoration: none;
  326. font-weight: normal;
  327. -webkit-transition:all 0.5s ease-out;
  328. -moz-transition:all 0.5s ease-out;
  329. transition:all 0.5s ease-out;
  330. }
  331.  
  332. .date a:hover {
  333. color: {color:link hover};
  334. text-decoration: none;
  335. font-weight: normal;
  336. -webkit-transition: all 0.3s ease-out;
  337. -moz-transition: all 0.3s ease-out;
  338. transition: all 0.3s ease-out;
  339. }
  340.  
  341. .stats {
  342. text-transform: lowercase;
  343. color: {color:font};
  344. letter-spacing: 0px;
  345. font-style: none;
  346. padding: 2px;
  347. text-align: left;
  348. margin-top: 5px;}
  349.  
  350.  
  351. .fnotes {
  352. text-align: right;
  353. text-transform: lowercase;
  354. margin-bottom:-15px;
  355. }
  356.  
  357.  
  358. .meta a {
  359. color: {color:link};
  360. text-transform: lowercase;
  361. text-decoration: none;
  362. font-weight: normal;
  363. -webkit-transition: all 0.3s ease-out;
  364. -moz-transition: all 0.3s ease-out;
  365. transition: all 0.3s ease-out;
  366. }
  367.  
  368. .meta a:hover {
  369. color: {color:link hover};
  370. text-decoration: none;
  371. font-weight: normal;
  372. -webkit-transition: all 0.3s ease-out;
  373. -moz-transition: all 0.3s ease-out;
  374. transition: all 0.3s ease-out;
  375. }
  376.  
  377. .meta {
  378. color: #deea27;
  379. margin-bottom: 5px;
  380. text-transform: lowercase;
  381. background-color: {color:post info};
  382. padding: 5px;
  383. }
  384.  
  385. .albumart img {
  386. float: left;
  387. margin-right: 20px;
  388. width: 26px;
  389. height: 26px;
  390. }
  391.  
  392. .audioback {
  393. background-color: White;
  394. display:block;
  395. margin-left:30px;
  396. }
  397.  
  398. #question {
  399. background-color: {color:Background};
  400. width: 500px;
  401. height: auto;
  402. margin: auto;
  403. font-size: 9px;
  404. line-height: 22px;
  405. color: #a99d95;
  406. font-weight: 500;
  407. letter-spacing: 0px;
  408. font-style: normal;
  409. }
  410.  
  411.  
  412. hr {
  413. display: none;
  414. }
  415.  
  416. .askerb {
  417. font-size: 9px;
  418. text-transform: lowercase;
  419. padding: 5px;
  420. background-color: {color:post info};
  421. letter-spacing: 1px;
  422. }
  423.  
  424. .askerb a {
  425. color: {color:link};
  426. letter-spacing: 1px;
  427. }
  428.  
  429. .askerb2 {
  430. font-size: 9px;
  431. text-transform: lowercase;
  432. color: {color:font};
  433. padding-left: 10px;
  434. padding-right: 10px;
  435. }
  436.  
  437. .answerb {
  438. font-size: 9px;
  439. text-transform: lowercase;
  440. color: {color:font};
  441. margin-top: -5px;
  442. }
  443. .askerb a {
  444. color: {color:link};
  445. }
  446.  
  447. .askbox {
  448. background: {color:background};
  449. margin:0px 0px 0px 0px;
  450. text-align: left;
  451. font-size: 9px;
  452. text-transform: lowercase;
  453. }
  454.  
  455. .lenote {
  456. color: {color:font};
  457. font-style: none;
  458. }
  459.  
  460. .titlee a{
  461. color: {color:link};
  462. font-family: arial;
  463. font-size: 9px;
  464. }
  465.  
  466.  
  467. .menu {
  468. -webkit-transition:all 0.2s ease-out;
  469. -moz-transition:all 0.2s ease-out;
  470. transition:all 0.2s ease-out;
  471. margin-bottom: 3px;
  472. color: {color:background};
  473. }
  474.  
  475. .menu a {
  476. color: {color:header link};
  477. margin-bottom: -10px;
  478. text-transform: lowercase;
  479. opacity: 1;
  480. padding-top: 1px;
  481. padding-bottom: 1px;
  482. padding-left: 1px;
  483. padding-right: 1px;
  484. height: 14.5px;
  485. font-size: 9px;
  486. letter-spacing: 0px;
  487. }
  488.  
  489. .menu a:hover {
  490. color: {color:header link hover};
  491. }
  492.  
  493. .taggie {
  494. margin-top: -3px;
  495. color: {color:font};
  496. margin-left: 15px;
  497. }
  498.  
  499. .taggie a {
  500. color: {color:link};
  501. margin-bottom: -10px;
  502. text-transform: lowercase;
  503. opacity: 1;
  504. font-size: 9px;
  505. margin-right: 3px;
  506. margin-left: 2px;
  507. }
  508.  
  509. .taggie a:hover {
  510. color: {color:link hover};
  511. }
  512.  
  513. @font-face {
  514. font-family: 'coneria_script_demo';
  515. src: url('http://static.tumblr.com/py6tjph/gkRmbykuc/demo_coneriascript.ttf') format('truetype');
  516. font-style: normal;
  517. }
  518.  
  519. ::-webkit-scrollbar { width: 4px; height: 5px; }
  520. ::-webkit-scrollbar-button:start:decrement,
  521. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  522. ::-webkit-scrollbar-track-piece { background: #fff; }
  523. ::-webkit-scrollbar-thumb { height: 50px; background-color: #E2E0E1; }
  524. ::-webkit-scrollbar-thumb:hover { background: #E2E0E1; }
  525.  
  526.  
  527. </style>
  528. </head>
  529.  
  530. <body oncontextmenu="return false" onkeydown="return false">
  531.  
  532. <div id="sidebar">
  533. <center><div class="sidebar">
  534.  
  535.  
  536. <div class="description">
  537. <a href="http://scrollicons.tumblr.com"><img src="{image:Sidebar}" align="left" width="40"></a>
  538.  
  539. <div class="menu">{block:IfShowLink1}<a href="{text:Link 1}"> {text:Link 1 Text}</a>{/block:IfShowLink1}{block:IfShowLink2}<a href="{text:Link 2}"> {text:Link 2 Text}</a>{/block:IfShowLink2}{block:IfShowLink3}<a href="{text:Link 3}"> {text:Link 3 Text}</a>{/block:IfShowLink3}{block:IfShowLink4}<a href="{text:Link 4}"> {text:Link 4 Text}</a>{/block:IfShowLink4}
  540. </div>
  541. {Description}
  542.  
  543. <div class="pagination">
  544. {block:Pagination}
  545. {block:PreviousPage}
  546. <a href="{PreviousPage}"> << </a>
  547. {/block:PreviousPage}
  548. /
  549. {block:NextPage}
  550. <a href="{NextPage}"> >> </a>
  551. {/block:NextPage}
  552. {/block:Pagination}
  553. </div>
  554. {/block:IfNotEndlessScroll}
  555.  
  556. </div>
  557.  
  558. </div>
  559. </div>
  560. </center>
  561. </div>
  562.  
  563. <div id="container">
  564.  
  565. <div id="posts">
  566.  
  567. {block:Posts}
  568.  
  569. {block:Text}
  570. <div class="post text">
  571. {block:Title}
  572. <h3><a href="{Permalink}">{Title}</a></h3>
  573. {/block:Title}
  574.  
  575. {Body}
  576. </div>
  577. {/block:Text}
  578.  
  579.  
  580.  
  581. {block:Photo}
  582. <div class="post photo">
  583. <img src="{PhotoURL-500}">
  584. {block:Caption}
  585. <div class="caption">{Caption}</div>
  586. {/block:Caption}
  587. </div>
  588. {/block:Photo}
  589.  
  590.  
  591. {block:Photoset}
  592. <div class="post photoset">
  593. <div style="margin-bottom: 5px;">
  594. {Photoset-500}
  595. {block:Caption}
  596. <div class="caption">{Caption}</div>
  597. {/block:Caption}
  598. </div></div>
  599. {/block:Photoset}
  600.  
  601.  
  602. {block:Quote}
  603. <div class="post quote">
  604. <div style="margin-bottom: 5px;">
  605. <div style="color: {color:font}; font-size: 13px;
  606. font-style: normal; font-family: arial;">"{Quote}"</div>
  607. {block:Source}
  608. <div class="source">- {Source}</div>
  609. {/block:Source}
  610. </div>
  611. </div>
  612. {/block:Quote}
  613.  
  614.  
  615. {block:Link}
  616. <div class="post link">
  617. <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
  618. {block:Description}
  619. <div class="description">{Description}</div>
  620. {/block:Description}
  621. </div>
  622. {/block:Link}
  623.  
  624.  
  625. {block:Chat}
  626. <div class="post chat">
  627. <div style="margin-bottom: 5px;">
  628. {block:Title}
  629. <h3><a href="{Permalink}">{Title}</a></h3>
  630. {/block:Title}
  631. <ul class="chat">
  632. {block:Lines}
  633. <li class="{Alt} user_{UserNumber}">
  634. {block:Label}
  635. <span class="label">{Label}</span>
  636. {/block:Label}
  637. {Line}
  638. </li>
  639. {/block:Lines}
  640. </ul>
  641. </div>
  642. </div>
  643. {/block:Chat}
  644.  
  645.  
  646. {block:Video}
  647. <div class="post video">
  648. <div style="margin-top: 0px;">
  649. <center>{Video-500}</center>
  650. {block:Caption}
  651. <div class="caption">{Caption}</div>
  652. {/block:Caption}
  653. </div></div>
  654. {/block:Video}
  655.  
  656.  
  657. {block:Audio}
  658. <div class="post audio">
  659. <div style="margin-top: 0px;">
  660. {block:AlbumArt}
  661. <div class="albumart"><img src="{AlbumArtURL}"></div>
  662. {/block:AlbumArt}
  663. <span class="audioback"><center>
  664. {AudioPlayerWhite}</center></span>
  665. {block:Caption}
  666. <div class="caption">{Caption}</div>
  667. {/block:Caption}
  668. </div></div>
  669. {/block:Audio}
  670.  
  671. {block:Answer}
  672. <div class="post answer">
  673. <div class="askbox"><div class="askerb">{Asker}: {Question}</div>
  674. <div class="answerb">{Answer}</div>
  675. </div>
  676. {/block:Answer}
  677.  
  678.  
  679.  
  680. <div class="meta">{block:Date}<div class="date"><center>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source<a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  681. {block:HasTags}<div class="taggie">{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}</center>
  682.  
  683.  
  684. </div>
  685. </div>
  686.  
  687. <div class="lenote">
  688. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  689. </div>
  690.  
  691. {/block:Date}
  692. {/block:Posts}
  693.  
  694.  
  695. </div>
  696. </div>
  697.  
  698. <div style="position:fixed;bottom:3px; right:3px;"><a href="http://mleyscyrs.tumblr.com">theme</a></div></div>
  699.  
  700.  
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement