Advertisement
Guest User

oi

a guest
Aug 20th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- PLEASE DO NOT REMOVE THE CREDIT NOR USE THIS THEME AS A BASE
  4.  
  5. IT WOULD BE VERY VERY COOL IF YOU LIKED/REBLOGGED
  6. THE THEME POST, SO I KNOW PEOPLE LIKED THIS THEME
  7. SO I KEEP MAKING MORE THEMES, GOT IT? THANKS
  8.  
  9. THIS THEME WERE MADE BY NOTANALCOOLIQUE.TUMBLR.COM -->
  10.  
  11.  
  12. <html>
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:GeneralText" content="#2b2b2b"/>
  25. <meta name="color:BlogTitle" content="#e5e5e5"/>
  26. <meta name="color:SidebarBackground" content="#fafafa"/>
  27. <meta name="color:SidebarBorder" content="#dcecf5"/>
  28. <meta name="color:SidebarLinks" content="#7bd4e7"/>
  29. <meta name="color:SidebarLinksHover" content="#48a1b4"/>
  30. <meta name="color:Pagination" content="#dce7f8"/>
  31. <meta name="color:PaginationHover" content="#75a1e2"/>
  32. <meta name="color:PostBorder" content="#dcecf5"/>
  33. <meta name="color:Post" content="#fafafa"/>
  34. <meta name="color:GeneralLink" content="#1d1d1d"/>
  35. <meta name="color:GeneralLinkBackground" content="#f1f1f1"/>
  36. <meta name="color:GeneralLinkHover" content="#75b1d6"/>
  37.  
  38.  
  39. <meta name="image:Sidebar" content="https://38.media.tumblr.com/a02369c75e285486791098d67aa12cfb/tumblr_nakczrt1cH1rv6643o1_500.png" />
  40.  
  41. <meta name="if:Show link 1" content="1"/>
  42. <meta name="if:Show link 2" content="1"/>
  43. <meta name="if:Show link 3" content="1"/>
  44. <meta name="if:Show link 4" content="0"/>
  45. <meta name="if:Show link 5" content="0"/>
  46. <meta name="if:Show link 6" content="0"/>
  47.  
  48.  
  49. <meta name="text:Link1URL" content="URL"/>
  50. <meta name="text:Link1" content="Link1"/>
  51. <meta name="text:Link2URL" content="URL"/>
  52. <meta name="text:Link2" content="Link2"/>
  53. <meta name="text:Link3URL" content="URL"/>
  54. <meta name="text:Link3" content="Link3"/>
  55. <meta name="text:Link4URL" content="URL"/>
  56. <meta name="text:Link4" content="Link4"/>
  57. <meta name="text:Link5URL" content="URL"/>
  58. <meta name="text:Link5" content="Link5"/>
  59. <meta name="text:Link6URL" content="URL"/>
  60. <meta name="text:Link6" content="Link6"/>
  61.  
  62.  
  63.  
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  66. <script>
  67. $(document).ready(function(){
  68. $(".about").click(function(){
  69. $(".desc").slideToggle("slow");
  70. });
  71. });
  72.  
  73. $(document).ready(function(){
  74. $(".menu").click(function(){
  75. $(".links").slideToggle("slow");
  76. });
  77. });
  78.  
  79. </script>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. body { background-color:{color:Background}; font-family:cambria; font-size:10px; text-align:justify; color:{color:GeneralText}; }
  85.  
  86. small { font-size:10px; }
  87.  
  88. #side { background-color:{color:SidebarBackground}; margin-top:-15px; margin-left:-15px; height:2000px; width:400px; position:fixed; border-style:none solid none none; border-width:1px; border-color:{color:SidebarBorder}; float:left; }
  89. #side img { max-width:245px; border:solid 1px {color:SidebarBorder}; margin-left:90px; }
  90.  
  91. .nav { margin-top:68px; width:248px; margin-left:90px; margin-bottom:4px; text-align:center; }
  92.  
  93. .nav p { display:inline; padding:5px; font-family:impact; font-size:12px; text-transform:lowercase; border-style:solid solid none solid; border-width:1px; border-color:{color:SidebarBorder}; color:{color:SidebarLinks}; }
  94. .nav p a { color:{color:SidebarLinks}; background-color:transparent; }
  95.  
  96. .about { cursor:pointer; }
  97.  
  98. .desc { width:205px; height:auto; margin-left:91px; font-size:12px; font-family:Cambria; text-align:justify; padding:20px; background-color:{color:SidebarBackground}; margin-top:1px; display:none; position:fixed; color:{GeneralText}; }
  99.  
  100. .menu { cursor:pointer; }
  101.  
  102. .links { width:205px; height:auto; margin-left:91px; font-size:10px; font-family:Calibri; text-align:center; padding:20px; background-color:{color:SidebarBackground}; margin-top:1px; display:none; position:fixed; text-transform:uppercase; letter-spacing:5px; }
  103. .links a { text-decoration:none; background-color:{color:SidebarLinks}; padding:5px; color:{color:SidebarBackground}; }
  104. .links a:hover { background-color:{color:SidebarLinksHover}; font-weight:bold; }
  105. ul.links { list-style:none; }
  106.  
  107. .blogt { font-family:georgia; font-size:10px; margin:-26px 120px; background-color:{color:BlogTitle}; padding:5px; width:207px; text-align:center; font-weight:bold; font-style:italic; letter-spacing:1px; }
  108. .blogt a { color:{color:SidebarLinks}; text-decoration:none; background-color:{color:BlogTitle}; }
  109. .blogt :hover { color:{color:SidebarLinksHover}; }
  110.  
  111. .pag { margin-left: 90px; width:246px; font-family:impact; font-size:12px; text-align:center; }
  112. .pag a { background-color:transparent; color:{color:Pagination}; text-decoration:none; padding:5px; }
  113. .pag a:hover { background-color:#e2e2e2; padding:5px; color:{color:PaginationHover}; }
  114.  
  115. .pages { color:#c7c7c7; }
  116.  
  117. .drt { margin-left:90px; width:246px; font-family:georgia; font-size:10px; text-align:center; letter-spacing:2px; font-weight:bold; font-style:italic; position:fixed; }
  118. .drt a { background-color:transparent; text-decoration:none; color:#e6e6e6; border:dotted 1px #e7e7e7; padding:3px; }
  119. .drt a:hover { color:#F08080; border-color:#F08080; }
  120.  
  121.  
  122.  
  123. #posts { float:right; width:550px; margin-right:350px; }
  124.  
  125. .each { margin-bottom:50px; border-style:none none solid none; border-width:1px; border-color:{color:PostBorder}; background-color:{color:Post}; margin:auto; padding:25px; margin:auto; }
  126.  
  127.  
  128. #posts h2 { font-family:georgia; text-align:center; font-weight:bold; font-style:italic; margin-top:-5px; text-shadow:2px 3px #e5e5e5}; }
  129. #posts h2 a { background-color:transparent; }
  130.  
  131. a { text-decoration:none; color:{color:GeneralLink}; background-color:{color:GeneralLinkBackground}; }
  132. a:hover { color:{color:GeneralLinkHover}; background-color:transparent; }
  133.  
  134.  
  135. #posts h1 { font-family:georgia; text-align:center; font-weight:bold; font-style:italic; margin-top:-5px; text-shadow:2px 3px #e5e5e5; }
  136.  
  137. .chat { list-style:none; }
  138. .label { font-weight:bold; }
  139.  
  140. .user_1 { background-color:#f1f1f1; padding:2px; margin-left:-35px; }
  141. .user_2 { background-color:#f6f6f6; padding:2px; margin-left:-35px; }
  142. .user_3 { background-color:#e9e9e9; padding:2px; margin-left:-35px; }
  143.  
  144. #info { margin-left:553px; position:absolute; border:solid 1px {color:PostBorder}; padding:5px; text-align:center; }
  145. #info a { background-color:transparent; }
  146. #info a:hover { color:{color:GeneralText}; }
  147.  
  148.  
  149. ol.notes { }
  150.  
  151. ol.notes li.note { border-style:none none solid none; border-width:1px; border-color:{color:PostBorder}; padding:3px; list-style:none; color:{color:GeneralLinkHover}; }
  152. ol.notes a { background-color:transparent; }
  153. ol.notes li.note img.avatar { padding:0px 7px 0px 0px; }
  154.  
  155.  
  156.  
  157. .fuck_you { display:none; }
  158.  
  159. .tags { display:inline; }
  160. .tags a { background-color:transparent; }
  161.  
  162. </style>
  163.  
  164. </head>
  165.  
  166. <body>
  167.  
  168. <div id="side"> <div class="nav"> <p class="about">about</p> <p><a href="/ask">message</a></p> <p class="menu">menu</p> </div>
  169.  
  170. <p class="desc">{Description}</p>
  171.  
  172. <ul class="links">
  173. {block:IfShowLink1}<li> <a href="{text:Link1URL}"> {text:Link1} </a> </li> <br> {/block:IfShowLink1}
  174. {block:IfShowLink2}<li> <a href="{text:Link2URL}"> {text:Link2} </a> </li> <br> {/block:IfShowLink2}
  175. {block:IfShowLink3}<li> <a href="{text:Link3URL}"> {text:Link3} </a> </li> <br> {/block:IfShowLink3}
  176. {block:IfShowLink4}<li> <a href="{text:Link4URL}"> {text:Link4} </a> </li> <br> {/block:IfShowLink4}
  177. {block:IfShowLink5}<li> <a href="{text:Link5URL}"> {text:Link5} </a> </li> <br> {/block:IfShowLink5}
  178. {block:IfShowLink6}<li> <a href="{text:Link6URL}"> {text:Link6} </a> </li> <br> {/block:IfShowLink6}
  179. </ul>
  180.  
  181. <img src="{image:Sidebar}"> <br><br><br><br>
  182.  
  183. <div class="pag"> {block:PreviousPage} <a href="{PreviousPage}"> go back </a> {/block:PreviousPage}
  184.  
  185. <span class="pages"> {CurrentPage} of {TotalPages} </span>
  186.  
  187. {block:NextPage} <a href="{NextPage}"> go further </a> {/block:NextPage}
  188. </div>
  189.  
  190. <br><br><br>
  191. <img src="{PortraitURL-24}"> <p class="blogt"> <a href="/"> {Title} </a> </p>
  192.  
  193. <!-- If you remove this you are a giant asshole, just saying --->
  194.  
  195.  
  196. <br><br><br><br><br>
  197. <p class="drt"> <a href=http://notanalcoolique.tumblr.com> theme source </a> </p>
  198.  
  199. </div>
  200.  
  201. <div id="posts"> {block:posts}
  202.  
  203.  
  204. <div id="info"> <a href="{Permalink}"> {block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date} <br>
  205. {NoteCountWithLabel} <br><br>
  206. {block:RebloggedFrom} <a href="{ReblogParentURL}"> <img src="{ReblogParentPortraitURL-24}" alt="reblogged from" /> </a>
  207. <a href="{ReblogRootURL}"> <img src="{ReblogRootPortraitURL-24}" alt="source" /> </a> {/block:RebloggedFrom} </a>
  208. </div>
  209.  
  210.  
  211. {block:photo}<div class="each">
  212. <img src="{PhotoURL-500}">
  213. {block:caption} <div class="caption"> {caption} </div> {/block:caption}
  214. </div> {/block:photo}
  215.  
  216.  
  217. {block:Photoset} <div class="each">
  218. {Photoset-500} {block:Caption} <div class="caption"> {caption} </div> {/block:Caption}
  219. </div> {/block:Photoset}
  220.  
  221.  
  222. {block:quote} <div class="each">
  223. <h1> {Quote} </h1>
  224. {block:Source} {source} {/block:Source}
  225. </div> {/block:quote}
  226.  
  227.  
  228. {block:text} <div class="each">
  229. {block:Title} <h2> {Title} </h2> {/block:Title} {Body}
  230. </div> {/block:text}
  231.  
  232.  
  233. {block:link} <div class="each">
  234. <h2> <a href="{URL}" class="link" {Target}> {Name} </a> </h2> {block:Description} {Description} {/block:Description}
  235. </div> {/block:link}
  236.  
  237.  
  238. {block:Panorama} <div class="each">
  239. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag} {block:Caption} <div class="caption"> {caption} </div> {/block:Caption}
  240. </div> {/block:Panorama}
  241.  
  242.  
  243. {block:Chat} <div class="each">
  244. {block:Title} <h3> <a href="{Permalink}">{Title} </a> </h3> {/block:Title}
  245. <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul> </li>
  246. </div> {/block:Chat}
  247.  
  248.  
  249. {block:Video} <div class="each">
  250. {Video-500} {block:Caption} <div class="caption"> {caption} </div> {/block:Caption}
  251. </div> {/block:Video}
  252.  
  253.  
  254. {block:Audio} <div class="each">
  255. {block:AudioEmbed} {AudioEmbed-500} {/block:AudioEmbed} {block:Caption} <div class="caption"> {caption} </div> {/block:Caption}
  256. </div> {/block:Audio}
  257.  
  258. <div class="fuck_you"> {block:ContentSource} {SourceURL} {block:NoSourceLogo} {/block:NoSourceLogo} {/block:ContentSource} </div>
  259.  
  260. {block:HasTags} <div class="tags"> <span class="tagged"> tagged as: </span> {block:Tags} <a href="{TagURL}"> {Tag} </a> {/block:Tags} </div> {/block:HasTags} <br><br> <br><br>
  261.  
  262.  
  263. {block:PostNotes} <span class="notes">{PostNotes-16}</span> {/block:PostNotes}
  264.  
  265.  
  266. {/block:posts} </div>
  267.  
  268.  
  269. </body>
  270.  
  271. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement