Advertisement
Amanduhh7

Simple Theme

Oct 7th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]><html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"><![endif]-->
  3. <!--[if IE 7]><html class="lt-ie10 lt-ie9 lt-ie8"><![endif]-->
  4. <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
  5. <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
  6. <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
  7. <head>
  8. {MobileAppHeaders}
  9. <meta charset="utf-8">
  10. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} β€” {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}">
  13. {/block:Description}
  14.  
  15.  
  16.  
  17.  
  18. <!--Do not remove credit-->
  19.  
  20.  
  21.  
  22.  
  23. <!-- Theme Defaults -->
  24.  
  25.  
  26. <meta name="image:sidebar" content="">
  27. <meta name="color:title" content="#bb9f77">
  28. <meta name="color:links" content="#bb9f77">
  29. <meta name="color:nav" content="#bb9f77">
  30.  
  31. <meta name="text:Link 1" content="Link 1">
  32. <meta name="text:Link 1 url" content="">
  33. <meta name="text:Link 2" content="Link 2">
  34. <meta name="text:Link 2 url" content="">
  35. <meta name="text:Link 3" content="Link 3">
  36. <meta name="text: Link 3 url" content="">
  37. <meta name="text:Link 4" content="Link 4">
  38. <meta name="text: Link 4 url" content="">
  39.  
  40.  
  41. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  42. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  43.  
  44.  
  45. <script type="text/javascript">
  46. $(window).load(function () {
  47. $('#content').masonry({
  48. itemSelector : ".posts",
  49. },
  50. function() { $('#content').masonry({ appendedContent: $(this) }); }
  51. );
  52. });
  53. </script>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. a{text-decoration:none;}
  59.  
  60.  
  61. .title{
  62. position:fixed;
  63. margin-top:5px;
  64. margin-left:10px;
  65. z-index:999;
  66. -moz-transition: all 0.8s ease-in-out;
  67. -webkit-transition: all 0.8s ease-in-out;
  68. -o-transition: all 0.8s ease-in-out;
  69. -ms-transition: all 0.8s ease-in-out;
  70. transition: all 0.8s ease-in-out;
  71.  
  72. }
  73.  
  74. .title a{text-decoration:none; color:{color:title}; font-size:50px;}
  75.  
  76. .title:hover{
  77.  
  78.  
  79. }
  80.  
  81. .title:hover .description{
  82. visibility:visible;
  83. margin-top:50px;
  84. margin-left:200px;
  85. }
  86.  
  87. .description{
  88. visibility:hidden;
  89. font-size:15px;
  90. margin-top:-40px;
  91. width:200px;
  92. text-align:justify;
  93.  
  94.  
  95. }
  96.  
  97.  
  98. #sidebar img{
  99. position:fixed;
  100. margin-top:150px;
  101. width:200px;
  102. height:300px;
  103. }
  104.  
  105. #nav{
  106. position:fixed;
  107. margin-top:470px;
  108. margin-left:70px;
  109. }
  110.  
  111. #nav a{color:{color:nav}; border:1px ridge black; width:70px; display:inline-block; text-align:center; padding-bottom:2px;}
  112.  
  113. #rightside img{
  114. position:fixed;
  115. margin-top:-10px;
  116. margin-left:650px;
  117. }
  118.  
  119. #links{
  120. position:fixed;
  121. margin-top:80px;
  122. font-family:arial;
  123.  
  124. }
  125.  
  126. #links a{color:{color:links};}
  127.  
  128. #content{
  129. position:absolute;
  130. margin-top:150px;
  131. margin-left:600px;
  132. width:700px;
  133. }
  134.  
  135. #content .posts{
  136. width:300px;
  137. padding-bottom:10px;
  138. padding-top:10px;
  139. padding-right:10px;
  140. padding-left:10px;
  141. margin:10px 10px 10px;
  142. border:2px solid black;
  143. text-align:center;
  144. float:left;
  145. }
  146.  
  147. .poststitle{
  148. font-size:30px;
  149. font-weight:bold;
  150. color:tan;
  151. border-bottom:1px solid black;
  152. }
  153.  
  154.  
  155.  
  156. .posttext{
  157. color:black;
  158. font-size:14px;
  159. }
  160.  
  161. .quote{
  162.  
  163. }
  164.  
  165. .quotesource{
  166. font-size:10px;
  167. }
  168.  
  169. .photos{
  170. opacity:.7;
  171. }
  172.  
  173. .photos:hover{
  174. opacity:1;
  175. }
  176.  
  177. .like_and_reblog_buttons {
  178.  
  179.  
  180. list-style: none;
  181. }
  182.  
  183. .like_and_reblog_buttons li {
  184.  
  185. float:left;
  186. margin-left:-25px;
  187. margin-top:-20px;
  188. padding: 7px 15px;
  189. height: 20px;
  190.  
  191.  
  192. }
  193. .like_and_reblog_buttons li:first-child {
  194.  
  195. margin-left:-40px;
  196. margin-top:-20px;
  197.  
  198.  
  199.  
  200. }
  201. .posts:hover .reblog{
  202. visibility:visible;
  203.  
  204. }
  205.  
  206. .reblog{
  207. visibility:hidden;
  208. }
  209.  
  210. .tags{
  211. position:fixed;
  212. margin-top:-20px;
  213. padding-bottom:10px;
  214. visibility:hidden;
  215. background-color:tan;
  216. width:300px;
  217. }
  218.  
  219. .posts:hover .tags{
  220. visibility:visible;
  221. opacity:.7;
  222. }
  223.  
  224. .tags a{color:black;}
  225.  
  226. #info{
  227. background-color:#fbeeda;
  228. opacity:.7;
  229. width:300px;
  230. padding-top:5px;
  231. text-align:center;
  232. }
  233.  
  234. #date a{
  235. color:#c1a86d;
  236. font-weight:bold;
  237. font-size:12px;
  238. }
  239.  
  240. .pagination{
  241. position:fixed;
  242. margin-top:600px;
  243. margin-left:60px;
  244. }
  245.  
  246. .pagination a{color:#bb9f77;}
  247.  
  248. .pagination a:hover{
  249. color:black;
  250. opacity:.5;
  251. }
  252.  
  253. /* Custom CSS */
  254. {CustomCSS}
  255. </style>
  256. </head>
  257. <body>
  258. <div class="title">
  259. <a href="/">{Title}</a>
  260.  
  261. <div class="description">
  262. {block:Description}{Description}{/block:Description}
  263. </div>
  264. </div>
  265.  
  266. <div id="sidebar">
  267. <img src="{image:sidebar}">
  268. </div>
  269.  
  270.  
  271. <div id="nav">
  272. <a href="/">Home</a>
  273. <br>
  274. <a href="/ask">Message</a>
  275. <br>
  276. <a href="/submit">Submit</a>
  277. <br>
  278. <a href="/archive">Archive</a>
  279. </div>
  280.  
  281. <div id="links">
  282. <a href="{text:Link 1 url}" style="padding-right:40px;">{text:Link 1}</a>
  283. <a href="{text:Link 2 url}" style="padding-right:40px;">{text:Link 2}</a>
  284. <a href="{text:Link 3 url}" style="padding-right:40px;">{text:Link 3}</a>
  285. <a href="{text:Link 4 url}">{text:Link 4}</a>
  286. </div>
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. <div id="content">
  298. {block:Posts}
  299. <div class="posts">
  300.  
  301. <div class="reblog"><ul class="like_and_reblog_buttons">
  302. <li>{ReblogButton color="Black"}</li>&nbsp;&nbsp;&nbsp;&nbsp;
  303. <li>{LikeButton color="Black"}</li>
  304. </ul></div>
  305.  
  306. {block:HasTags}
  307. <div class="tags">
  308. {block:Tags}
  309.  
  310. <a href="{TagURL}">#{Tag}</a>
  311.  
  312. {/block:Tags}
  313. </div>
  314. {/block:HasTags}
  315.  
  316. {block:Text}
  317. <div class="poststitle">{Title}</div>
  318. {Body}
  319. {/block:Text}
  320.  
  321. <div class="photos">
  322. {block:Photo}
  323. <img src="{PhotoURL-500}" width="300" alt="">
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:Photo}
  326. </div>
  327.  
  328. {block:Photoset}
  329. {block:Photos}
  330. <img src="{PhotoURL-500}" width="{PhotoWidth-300}">
  331. {/block:Photos}
  332. {/block:Photoset}
  333.  
  334. {block:Quote}
  335. <div class="quote">"{Quote}"</div>
  336. <br>
  337. <div class="quotesource">~{Source}</div>
  338. {/block:Quote}
  339.  
  340. {block:Chat}
  341. {block:Title}<div class="poststitle">{Title}</div>{/block:Title}
  342. <ul>
  343. <div class="chat">{block:Lines}<li>{block:Label}<strong>{Label}</strong>{/block:Label}{Line}</li>{/block:Lines}</div>
  344. </ul>
  345. {/block:Chat}
  346.  
  347. {block:Audio}
  348. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  349. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  350. {/block:Audio}
  351.  
  352. {block:Video}
  353. {VideoEmbed-250}
  354. {/block:Video}
  355.  
  356. {block:Link}
  357. <a href="{URL}"><div class="poststitle">{Name}</div></a>
  358. {block:Description}<div class="posttext">{Description}</div>{/block:Description}
  359. {/block:Link}
  360.  
  361. {block:Answer}
  362. <img src="{AskerPortraitURL-30}" alt="">{Asker} asks:
  363. <br> <b>{Question}</b>
  364. {block:Answerer}
  365. {Answerer}
  366. {Answer}
  367. <img src="{AnswererPortraitURL-96}" alt="">
  368. {/block:Answerer}
  369. {Replies}
  370. {/block:Answer}
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <div id="info"> <div id="date">
  377. {block:Date}
  378. <a href="{Permalink}"> <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{DayOfMonth} {Month} {Year}<br>{TimeAgo}</time> </a> {block:NoteCount}<div style="font-size:10px;">with {NoteCountWithLabel}</div>{/block:NoteCount}
  379. {block:PermalinkPage}
  380. {block:PostNotes}
  381. {PostNotes}
  382. {/block:PostNotes}
  383. <br>
  384. {block:HasTags}
  385. {block:Tags}
  386. <a href="{TagURL}" style="font-size:12px;">#{Tag}</a>
  387. {/block:Tags}
  388. {/block:HasTags}
  389. {/block:PermalinkPage}
  390. {/block:Date}
  391. </div>
  392. </div>
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. </div>
  403. {/block:Posts}
  404. </div>
  405.  
  406. <div class="pagination">
  407. {block:Pagination}
  408. {block:PreviousPage}
  409.  
  410.  
  411. <div style="position:fixed; margin-left:40px;"> {CurrentPage}/
  412. {TotalPages}</div>
  413. <br>
  414. <a href="{PreviousPage}" style="padding-right:10px;">Previous</a>
  415. {/block:PreviousPage}
  416.  
  417.  
  418.  
  419. {block:NextPage}
  420. <a href="{NextPage}">Next</a>
  421. {/block:NextPage}
  422. {/block:Pagination}
  423.  
  424. </div>
  425.  
  426. <div style="position:fixed; font-size:10px; margin-left:1300px; margin-top:620px;">
  427. <a href="http://www.slapdashthemes.tumblr.com"><img src="http://static.tumblr.com/knytmqx/L1Umu6jbr/sdticon2.png"></a>
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement