Advertisement
sighborgz

lovey dovey theme

Oct 26th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.76 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!-------
  4. base code by rnirae. feel free to remove this part, but please like/reblog post.
  5. if you're using this as a normal theme, then please credit. thank you.
  6. <!------>
  7.  
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{FavIcon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12.  
  13. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  14.  
  15.  
  16.  
  17. <meta name="image:Icon" content=""/>
  18.  
  19.  
  20. <meta name="color:Background" content="#006eff" />
  21. <meta name="color:Desc Text" content="#ffffff"/>
  22. <meta name="color:Desc Links" content="#000000"/>
  23. <meta name="color:Post Text" content="666666"/>
  24. <meta name="color:Post Links" content="#aaaaaa"/>
  25. <meta name="color:Link Hover" content="#fffb8e"/>
  26. <meta name="color:Scrollbar" content="#ffffff"/>
  27.  
  28.  
  29.  
  30.  
  31. <meta name="select:font" content="dotum, ms gothic, arial" title="dotum">
  32. <meta name="select:font" content="Arial,Helvetica Neue,Helvetica,sans-serif" title="arial">
  33. <meta name="select:font" content="open sans,helvetica,sans-serif" title="open sans">
  34. <meta name="select:font" content="TimesNewRoman, Times New Roman,Times,Baskerville,Georgia,serif" title="times new roman">
  35.  
  36. <meta name="select:icon shape" content="100%" title="circle">
  37. <meta name="select:icon shape" content="15%" title="rounded">
  38. <meta name="select:icon shape" content="0px" title="square">
  39.  
  40. <meta name="select:post width" content="270px">
  41. <meta name="select:post width" content="300px">
  42. <meta name="select:post width" content="500px">
  43.  
  44. <meta name="if:Shadow" content="2">
  45. <meta name="if:ScrollFade" content="2">
  46. <meta name="if:TextLinks" content="2">
  47. <meta name="if:3DLinks" content="2">
  48. <meta name="if:DropdownLinks" content="2">
  49. <meta name="if:Captions" content="2">
  50.  
  51.  
  52. <meta name="text:body font size" content="12px">
  53. <meta name="text:icon height" content=""/>
  54. <meta name="text:posts padding top" content="250"/>
  55. <meta name="text:shadow opacity" content="0.5"/>
  56. <meta name="text:post padding" content="5px"/>
  57. <meta name="text:Dropdown Title" content="LINKZ"/>
  58. <meta name="text:Link 1" content="index"/>
  59. <meta name="text:Link 1 url" content="/"/>
  60. <meta name="text:Link 2" content="ask"/>
  61. <meta name="text:Link 2 url" content="/ask"/>
  62. <meta name="text:link 3" content="archive"/>
  63. <meta name="text:Link 3 url" content="/archive"/>
  64. <meta name="text:Link 4" content="link 4"/>
  65. <meta name="text:Link 4 url" content="/"/>
  66. <meta name="text:Link 5" content="link 5"/>
  67. <meta name="text:Link 5 url" content="/"/>
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. /* follow/dashboard buttons */
  75. iframe#tumblr_controls {
  76. right:2px !important;
  77. position: fixed !important;
  78. -webkit-transition: opacity 0.7s linear;
  79. opacity: 0.16;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;
  83. -webkit-filter: invert(100%);
  84. }
  85. iframe#tumblr_controls:hover {
  86. -webkit-transition: opacity 0.7s linear;
  87. opacity: 0.16;
  88. -webkit-transition: all 0.4s ease-out;
  89. -moz-transition: all 0.4s ease-out;
  90. transition: all 0.4s ease-out;
  91. -webkit-filter: invert(100%);
  92. }
  93.  
  94. /* basic styles */
  95. body {
  96. color: {color:Post Text};
  97. background-color: {color:Background};
  98. font-family: {select:font};
  99. font-size:{text:body font size};
  100. line-height: 16px;
  101. }
  102. a {
  103. text-decoration: none;
  104. color: {color:Post Links};
  105. }
  106. a:hover {
  107. color:{color:Link Hover};
  108. cursor: help;
  109. }
  110. h1 {
  111. font-size: 13px;
  112. color: {color:Title};
  113. }
  114. /* scrollbar */
  115. ::-webkit-scrollbar {
  116. width: 3px;
  117. height: 5px;
  118. background: {color:Background};
  119. }
  120. ::-webkit-scrollbar-thumb {
  121. background: {color:Scrollbar};
  122. border-radius: 16px;
  123. border-top: 5px solid {color:Background};
  124. }
  125. /* post customizations */
  126. #content { /* for the whole column of posts */
  127. {block:IndexPage}
  128. width:{select:post width};
  129. {/block:IndexPage}
  130. {block:PermalinkPage}
  131. width: 500px;
  132. padding:10px;
  133. {/block:PermalinkPage}
  134. position: relative;
  135. margin: auto;
  136. margin-top:{text:posts padding top}px;
  137. text-align:center;
  138. }
  139.  
  140.  
  141.  
  142. .entry { /* for individual posts */
  143. margin-bottom: 60px;
  144. text-align:left;
  145.  
  146. {block:ifShadow}
  147. -webkit-box-shadow: 10px 10px 5px 3px rgba(0,0,0,{text:shadow opacity});
  148. -moz-box-shadow: 10px 10px 5px 3px rgba(0,0,0,{text:shadow opacity});
  149. box-shadow: 10px 10px 5px 3px rgba(0,0,0,{text:shadow opacity});
  150. {/block:ifShadow}
  151. background:#fff;
  152. padding:{text:post padding};
  153.  
  154. {block:ifPostBorder}
  155. border:1px {select:border optons} {color:border color};
  156. {/block:ifPostBorder}
  157. }
  158.  
  159.  
  160. .entry img {
  161.  
  162. padding-bottom:-10px;
  163.  
  164. }
  165. .entry:hover #perma {
  166. opacity:1;
  167. transition:0.5s;
  168. }
  169.  
  170. #perma a {
  171. color:{color:Desc Links};
  172. }
  173.  
  174. /* permalinks */
  175. #perma {
  176. position: absolute;
  177. right: -110px;
  178. letter-spacing: .5px;
  179. text-transform: lowercase;
  180. text-align:left;
  181. opacity:0;
  182.  
  183. transition:0.5s;
  184. }
  185.  
  186. .entry:hover #perma{
  187. right: -120px;
  188. transition:0.5s;
  189. }
  190.  
  191.  
  192. /* sidebar */
  193. #side {
  194. top: 0px;
  195. padding-top:50px;
  196. position: fixed;
  197. background:{color:Background};
  198. text-align:center;
  199. width:100%;
  200.  
  201. {block:ifScrollFade}
  202.  
  203. -webkit-box-shadow: 2px 18px 29px 1px {color:background};
  204. -moz-box-shadow: 2px 18px 29px 1px {color:background};
  205. box-shadow: 2px 18px 29px 1px {color:background};
  206.  
  207.  
  208. {/block:ifScrollFade}
  209. }
  210.  
  211. #side img{
  212. padding:10px;
  213. border-radius:{select:icon shape};
  214. }
  215.  
  216.  
  217. #side a{
  218. color: {color:Desc Links};
  219. }
  220. #side a:hover {
  221. border-bottom: 1px solid transparent;
  222. color: {color:link Hover};
  223. }
  224. .head {
  225. font-size: 14px;
  226. margin-bottom: 10px;
  227. color: {color:Title};
  228. letter-spacing: 2px;
  229. text-transform:uppercase;
  230. }
  231. blockquote {
  232. border-left: 1px solid {color:Post Links};
  233. margin-left: 6px;
  234. padding-left: 10px;
  235. }
  236. /* permalink page */
  237. img.avatar {display:none; }
  238. ol.notes {
  239. margin-top: 20px;
  240. padding-bottom:10px;
  241. }
  242.  
  243. #linkz a{
  244. color:{color:Desc Links};
  245. }
  246.  
  247. #desc {
  248. color:{color:Desc Text};
  249. max-width:150px;
  250. margin:auto;
  251.  
  252. }
  253.  
  254. #desc a {
  255. color:{color:Desc Links};
  256. }
  257.  
  258. /* 3D LINKS */
  259.  
  260.  
  261.  
  262. #3d {
  263.  
  264. }
  265.  
  266. #buttons a {
  267. border-top:#ccc solid 2px;
  268. border-left:#ccc solid 2px;
  269. border-bottom:#666 solid 2px;
  270. border-right:#666 solid 2px;
  271. text-align:center;
  272. background:#fff;
  273. padding:2px;
  274. color:#000;
  275. }
  276.  
  277. #buttons a:hover {
  278.  
  279. border-top:#666 solid 2px;
  280. border-left:#666 solid 2px;
  281. border-bottom:#ccc solid 2px;
  282. border-right:#ccc solid 2px;
  283. padding:3px 1px 1px 3px;
  284. color:#ccc;
  285. }
  286.  
  287. #cr a{
  288. color:{color:desc links};
  289. }
  290.  
  291. #cr a:hover {
  292. color:#ffffff;
  293. }
  294. /*3D LINKS END*/
  295. </style>
  296.  
  297. <!---infinite scroll---><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  298.  
  299. </head>
  300.  
  301. <body>
  302.  
  303. <div id="cr" style="position:fixed; bottom:20px; right:20px;">
  304. <a href="http://sighborgz.tumblr.com">CRDT</a><br></div>
  305.  
  306.  
  307. <div id="content">
  308. {block:Posts}
  309.  
  310. <!-- {block:NoRebloggedFrom}
  311. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  312. {/block:NoRebloggedFrom} -->
  313. <div class="entry">
  314. <!--permalink-->
  315.  
  316.  
  317. {block:IndexPage}<div id="perma"> <a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year}</a><br><a href="{Permalink}">{DayofWeek}</a><br><a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
  318.  
  319.  
  320. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{/block:IndexPage}
  321.  
  322. {block:ifCaptions}{block:Caption}<div style="padding:10px">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  323.  
  324. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  325.  
  326. {/block:Photo}
  327.  
  328. {block:Photoset}{block:IndexPage}{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}
  329.  
  330.  
  331. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  332.  
  333.  
  334.  
  335.  
  336. {block:Text}
  337. <div style="padding:10px" class="post text">
  338. {block:Title}
  339. <h3><a href="{Permalink}">{Title}</a></h3>
  340. {/block:Title}{Body}
  341. </div>
  342. {/block:Text}
  343.  
  344.  
  345.  
  346.  
  347. {block:Link}
  348. <div style="padding:10px" class="post link">
  349. <a href="{URL}" class="link" {Target}>{Name}</a>
  350.  
  351. {block:Description}
  352. <div style="width:200px" class="description">{Description}</div>
  353. {/block:Description}
  354. </div>
  355. {/block:Link}
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364. {block:Quote}
  365. <div style="padding:10px" class="post quote">
  366. "{Quote}"
  367.  
  368. {block:Source}
  369. <div class="source">{Source}</div>
  370. {/block:Source}
  371. </div>
  372. {/block:Quote}
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379. {block:Chat}<div style="padding:10px">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<p><b>{Label} </b>{/block:Label}<span><i>{Line}</i></span>{/block:Lines}</div>{/block:Chat}
  380.  
  381.  
  382.  
  383. {block:Audio}<div style="padding: 10px">{AudioPlayerWhite}{block:IndexPage}<br><p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}<br><br>{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Audio}
  384.  
  385.  
  386.  
  387.  
  388. {block:Video}{block:IndexPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  389.  
  390. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  391. <!--permalink page-->
  392. {block:PermalinkPage}
  393. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}<br></center>
  394. {block:PostNotes}{PostNotes}<br>{/block:PostNotes}
  395. {/block:PermalinkPage}
  396. </div> <!---entry div--->
  397. {/block:Posts}
  398.  
  399. {block:ContentSource}<!-- {SourceURL}
  400. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  401. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  402. {/block:ContentSource}
  403. </div><!---content div--->
  404. <!--sidebar-->
  405. <div id="side"><div class="head"><a href="/">{Title}</a></div>
  406. <a href="/"><img src="{image:icon}" height="{text:icon height}"></a><br>
  407. <div id="desc">{Description}</div>
  408.  
  409.  
  410.  
  411. <!--- LINK OPTIONS: TEXT --->
  412.  
  413. {block:ifTextLinks}
  414. <div id="linkz">
  415. <p>
  416. <a href="{text:Link 1 url}">{text:Link 1}</a>
  417.  
  418. <a href="{text:Link 2 url}">{text:Link 2}</a>
  419.  
  420. <a href="{text:Link 3 url}">{text:Link 3}</a>
  421.  
  422. <a href="{text:Link 4 url}">{text:Link 4}</a>
  423.  
  424. <a href="{text:Link 5 url}">{text:Link 5}</a>
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430. {/block:ifTextLinks}
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. {block:if3DLinks}<p>
  441. <div id="buttons">
  442. <a href="{text:Link 1 url}">{text:Link 1}</a>
  443.  
  444. <a href="{text:Link 2 url}">{text:Link 2}</a>
  445.  
  446. <a href="{text:Link 3 url}">{text:Link 3}</a><br><br>
  447. </div>
  448.  
  449. {/block:if3DLinks}
  450.  
  451.  
  452. {block:ifDropdownLinks}<p>
  453. <div align="center">
  454. <select style="padding:2px;font-family: {select:font}; color:{color:post text}; border: 1px solid {color:post text}" onchange='location=this.options[this.selectedIndex].value;'>
  455.  
  456. <option>{text:Dropdown Title}</option><p>
  457. <option value="">{text:link 1}</option><p>
  458. <option value="">{text:link 2}</option><p>
  459. <option value="">{text:link 3}</option><p>
  460. <option value="">{text:link 4}</option><p>
  461. <option value="">{text:link 5}</option><p>
  462. </div>
  463. </select><br><br>
  464.  
  465. </div>
  466.  
  467. {/block:ifDropdownLinks}
  468.  
  469. </div>
  470.  
  471.  
  472.  
  473. <!----->
  474.  
  475.  
  476.  
  477.  
  478.  
  479. </body>
  480.  
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement