Advertisement
networkingthemes

Network Themes: Theme 1 - Idle Curiousity

Jul 26th, 2012
1,650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!--
  5. DO NOT remove credit.
  6. idle curiousity theme by
  7.  
  8. se-afoam.tumblr.com aka:
  9.  
  10. `888
  11. 888
  12. 888
  13. .oo8888o. .o888oo. `8888888o. 888o88oo.
  14. ooob d88' `88b 888 `88b 888 `88b
  15. .ooo888ob. d88 88b 888 88b 888 88b
  16. .ooob d88 88b 888 88b 888 88b
  17. .oo8888o. `Y8bod8P' 888bod88P' o888o o888o
  18. 888
  19. 888
  20. o888o
  21.  
  22. -->
  23.  
  24. <html lang="en">
  25. <head>
  26.  
  27.  
  28. <meta name="if:Italic Title" content="1"/>
  29.  
  30. <meta name="color:Background" content="#FFFFFF"/>
  31. <meta name="color:Title" content="#0c0c0c"/>
  32. <meta name="color:Borders" content="#DDDDDD"/>
  33. <meta name="color:Text" content="#444444"/>
  34. <meta name="color:Link" content="#005bff"/>
  35. <meta name="color:Chat" content="#00b5ff"/>
  36.  
  37. <meta name="font:Body" content="Trebuchet MS"/>
  38.  
  39. <meta name="text:Title font size" content="24"/>
  40. <meta name="text:Post title font size" content="16"/>
  41. <meta name="text:Body font size" content="10"/>
  42.  
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <title>
  46.  
  47. {PostSummary} - {/block:PostSummary}{Title}</title>
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. iframe#tumblr_controls{
  53. top: 1px !important;
  54. margin: 0 0 0 0;
  55. right: 6px !important;
  56. position: fixed !important;
  57. }
  58.  
  59. body{
  60. margin: 0px;
  61. background-color: {color:Background};
  62. font-size: {text:Body font size}px;
  63. font-family: {font:Body};
  64. line-height: 16px;
  65. color: {color:Text};
  66. }
  67.  
  68. .page{
  69. display: block;
  70. font-family: Trebuchet MS;
  71. margin-top: 9px;
  72. font-size: 10px;
  73. font-weight: bold;
  74. letter-spacing: 1px;
  75. }
  76.  
  77. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  78.  
  79. ::-webkit-scrollbar-thumb:vertical{
  80. background-color: {color:Borders};
  81. height: 100px;
  82. -webkit-border-radius: 3px;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal{
  86. background-color: {color:Borders};
  87. height: 10px;
  88. -webkit-border-radius: 3px;
  89. }
  90.  
  91. ::-webkit-scrollbar{
  92. height: 10px;
  93. width: 8px;
  94. background-color: {color:Background};
  95. }
  96.  
  97. a.nav{
  98. display: block;
  99. color: {color:Title};
  100. text-transform: lowercase;
  101. margin-top: 5px;
  102. padding-bottom: 5px;
  103. border-bottom: 1px solid {color:Borders};
  104. }
  105.  
  106. div#content{
  107. {block:IndexPage}margin: 100px 0px 0px 220px;{/block:IndexPage}
  108. {block:PermalinkPage}width: 500; margin:auto; margin-left:220px; padding: 20px;{/block:PermalinkPage}
  109. }
  110.  
  111. div#side{
  112. text-align: center;
  113. background-color: {color:Background};
  114. width: 180px;
  115. height: 100%;
  116. position: fixed;
  117. top: 0px;
  118. padding: 120px 20px 20px 20px;
  119. opacity: 0.8;
  120. filter: alpha(opacity = 80);
  121. z-index: 1;
  122. }
  123.  
  124. .title{
  125. font-size: {text:title font size}px;
  126. {block:IfItalicTitle}font-style: italic;{/block:IfItalicTitle}
  127. color: {color:Title};
  128. margin: 10px 0px 20px 0px;
  129. }
  130.  
  131. .info{padding-bottom: 20px; border-bottom: 1px solid {color:Borders};}
  132.  
  133.  
  134. .entry {max-width: 1000px; min-width: 250px;{block:IndexPage}margin-right: 25px; height: 400px;{/block:IndexPage}}
  135.  
  136. .entry img {{block:IndexPage}max-width: 1000px; max-height: 400px;{/block:IndexPage}}
  137.  
  138. .photo img {{block:IndexPage}max-width: 1000px; height: 400px;{/block:IndexPage}}
  139.  
  140.  
  141. blockquote{
  142. padding: 0px 0px 0px 5px;
  143. margin: 0px 0px 2px 1px;
  144. border-left: 2px solid {color:Borders};
  145. }
  146.  
  147. .post_title{
  148. font-size: {text:Post title font size}px;
  149. color: {color:Post title};
  150. line-height: 20px;
  151. }
  152.  
  153. div#chat li {padding: 4px; background-color: {color:Chat}; margin-top: 2px;}
  154.  
  155. div#chat ul{
  156. list-style: none;
  157. padding: 0px;
  158. margin-top: 5px;
  159. margin-bottom: 10px;
  160. {block:IndexPage}width: 400px;{/block:IndexPage}
  161. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  162. }
  163.  
  164. .audio{
  165. background-color: #000000;
  166. height: 27px;
  167. {block:IndexPage}width: 400px;{/block:IndexPage}
  168. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  169. }
  170.  
  171. .permaborder{display: block; padding-top: 15px; border-bottom: 1px solid {color:Borders};}
  172.  
  173. .permalink{
  174. display: block;
  175. margin-top: -9px;
  176. text-align: center;
  177. opacity: 1;
  178. filter: alpha(opacity = 0);
  179. -webkit-transition: 0.2s ease-in;
  180. -o-transition: 0.2s ease-in;
  181. transition: 0.2s ease-in;
  182. }
  183.  
  184. .permalink a{background-color: {color:Background}; padding: 5px;}
  185.  
  186. .entry:hover .permalink{
  187. opacity: 1;
  188. filter: alpha(opacity = 100);
  189. -webkit-transition: 0.2s ease-in;
  190. -o-transition: 0.2s ease-in;
  191. transition: 0.2s ease-in;
  192. }
  193.  
  194. div#postnotes{width: 500px; {block:IndexPage}display: none;{/block:IndexPage}}
  195.  
  196. ol.notes{
  197. padding: 0px;
  198. margin: 25px 0px;
  199. list-style-type: none;
  200. border-bottom: solid 1px {color:Borders};
  201. }
  202.  
  203. ol.notes li.note{border-top: solid 1px {color:Borders}; padding: 4px;}
  204.  
  205. ol.notes li.note img.avatar{
  206. vertical-align: -4px;
  207. margin-right: 10px;
  208. width: 16px;
  209. height: 16px;
  210. }
  211.  
  212. ol.notes li.note span.action{font-weight: normal;}
  213.  
  214. ol.notes li.note .answer_content{font-weight: normal;}
  215.  
  216. ol.notes li.note blockquote{
  217. padding: 0px 0px 0px 5px;
  218. margin: 0px 0px 2px 35px;
  219. border-left: 2px solid {color:Borders};
  220. }
  221.  
  222. ol.notes li.note blockquote a{text-decoration: none; font-size:10px;}
  223.  
  224. .navigation{display:none;}
  225.  
  226.  
  227. {CustomCSS}
  228. </style>
  229. <link rel="shortcut icon" href="{Favicon}">
  230. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  231. <meta name="viewport" content="width=820" />
  232.  
  233.  
  234. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
  235.  
  236. <script type="text/javascript">
  237. $(document).ready(function() {
  238. $("body").css("display", "none");
  239. $("body").fadeIn(800);
  240. $("a.transition").click(function(event){
  241. event.preventDefault();
  242. linkLocation = this.href;
  243. $("body").fadeOut(1000, redirectPage);
  244. });
  245. function redirectPage() {
  246. window.location = linkLocation;
  247. }
  248. });
  249. </script>
  250.  
  251. {block:IndexPage}
  252.  
  253. <script src="http://static.tumblr.com/fiton9k/T5Mlg92fv/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script>
  254.  
  255. <script src="http://static.tumblr.com/fiton9k/D0Plgbx3t/hscroll.js" type="text/javascript" charset="utf-8"></script>
  256.  
  257. <script type="text/javascript" charset="utf-8">
  258. $(function(){
  259. $(".horizontal").wrapInner("<table><tr>");
  260. $(".entry").wrap("<td>");
  261. });
  262. </script>
  263.  
  264. {/block:IndexPage}
  265.  
  266. </head>
  267. <body>
  268.  
  269.  
  270. <div id="side">
  271. <div class="title">{Title}</div>
  272. {block:Description}<div class="info">{Description}</div>{/block:Description}
  273. <a href="/" class="nav">Home</a>
  274. {block:AskEnabled}<a href= "/ask" class="nav">{AskLabel}</a>{/block:AskEnabled}
  275. {block:HasPages}{block:Pages}<a href="{URL}" class="nav">{Label}</A>{/block:Pages}{/block:HasPages}
  276. {block:SubmissionsEnabled}<a href="/submit" class="nav">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  277. <a href="http://se-afoam.tumblr.com" class="nav">Theme Credit</a>
  278. <div class="page">{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big> <small><small>/</small></small> </a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}"><big>&raquo;</big></a>{/block:nextPage}</div>
  279. </div>
  280.  
  281.  
  282. <div id="content" class="horizontal">
  283.  
  284. <div style="float: right; position: fixed; bottom: 8px; right: 8px; text-transform:uppercase; font-family:tinytots; font-size:34px;"> <a href="http://www.se-afoam.tumblr.com" target="_blank"><img src="http://static.tumblr.com/d5kgy48/m2Om7juew/imgres.jpeg"></a></div>
  285.  
  286. {block:Posts}
  287.  
  288.  
  289. {block:Text}
  290. <div class="entry">
  291. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  292. {Body}
  293. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  294. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  295. </div>
  296. {/block:Text}
  297.  
  298. {block:Photo}
  299. <div class="entry">
  300. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  301. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  302. {block:IndexPage}<div class="photo">{/block:IndexPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IndexPage}</div>{/block:IndexPage}<p>
  303. {block:IndexPage}</a>{/block:IndexPage}
  304. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  305. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  306. </div>
  307. {/block:Photo}
  308.  
  309. {block:Photoset}
  310. <div class="entry">
  311. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  312. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  313. <p>
  314. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  315. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  316. </div>
  317. {/block:Photoset}
  318.  
  319. {block:Quote}
  320. <div class="entry">
  321. <div class="post_title">&#10077;&nbsp;{Quote}</div>
  322. {block:Source}<p>&#8212;&nbsp;{Source}</p>{/block:Source}
  323. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  324. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  325. </div>
  326. {/block:Quote}
  327.  
  328. {block:Link}
  329. <div class="entry">
  330. <div class="post_title"><a href="{URL}">{Name}</a></div>
  331. {block:Description}{Description}{/block:Description}
  332. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  333. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  334. </div>
  335. {/block:Link}
  336.  
  337. {block:Chat}
  338. <div class="entry">
  339. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  340. <div id="chat">
  341. <ul>{block:Lines}<li>
  342. {block:Label}<b>{Label}</b>{/block:Label}
  343. {Line}
  344. </li>{/block:Lines}</ul>
  345. </div>
  346. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  347. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  348. </div>
  349. {/block:Chat}
  350.  
  351. {block:Audio}
  352. <div class="entry">
  353. {block:AlbumArt}<img src="{AlbumArtURL}" width="200"/><p>{/block:AlbumArt}
  354. <div class="audio">{AudioPlayerBlack}</div>
  355. {block:IndexPage}{block:Caption}{Caption}
  356. <small>{PlayCount} listens</small> {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}{/block:IndexPage}
  357. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  358. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  359. </div>
  360. {/block:Audio}
  361.  
  362. {block:Video}
  363. <div class="entry">
  364. {Video-500}<p>
  365. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  366. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  367. </div>
  368. {/block:Video}
  369.  
  370. {block:Answer}
  371. <div class="entry">
  372. <b>{Asker} : {Question}</b>
  373. <i>{Answer}</i>
  374. {block:IndexPage}<div class="permaborder"></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{TimeAgo}</a></div>{/block:IndexPage}
  375. {block:PermalinkPage}Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  376. </div>
  377. {/block:answer}
  378.  
  379.  
  380. <div id="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  381.  
  382. {/block:Posts}
  383.  
  384. </div>
  385. <div style="float: right; position: fixed; bottom: 8px; right: 8px; text-transform:uppercase; font-family:tinytots; font-size:34px;"> <a href="http://www.se-afoam.tumblr.com" target="_blank"><img src="http://static.tumblr.com/d5kgy48/m2Om7juew/imgres.jpeg"></a></div>
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement