Advertisement
Patttir

Soft vol 2

Apr 12th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.67 KB | None | 0 0
  1. <!-- Please don't use this! -->
  2.  
  3. <html>
  4. <head>
  5.  
  6.  
  7.  
  8.  
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11. <title>{Title}</title>
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!-- DEFAULTS, this it the area that you can add color, images, if show captions, stuff like that -->
  15.  
  16. <meta name="color:background" content="#ffffff">
  17. <meta name="color:text" content="#c0bdb8" />
  18. <meta name="color:link hover" content="#fdfdfd" />
  19. <meta name="color:link" content="#fdfdfd" />
  20. <meta name="color:Bold" content="#777777" />
  21. <meta name="color:Italic" content="#bbbbbb"/>
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Post Background" content=""/>
  25. <meta name="image:Sidebar background" content="">
  26. <meta name="image:sideimg" content="">
  27. <meta name="color:Scrollbar" content="#bbbbbb"/>
  28. <meta name="color:Posts Border" content="#c0bdb8">
  29. <meta name="color:Sidebar Border" content="#c0bdb8">
  30. <meta name="color:Sidebar background" content="#c0bdb8">
  31. <meta name="color:Posts background" content="#c0bdb8">
  32. <meta name="color:glow" content="#c0bdb8">
  33.  
  34.  
  35.  
  36. <meta name="text:link 1 url" content=""/>
  37. <meta name="text:link 1 title" content=""/>
  38. <meta name="text:link 2 url" content=""/>
  39. <meta name="text:link 2 title" content=""/>
  40. <meta name="text:link 3 url" content=""/>
  41. <meta name="text:link 3 title" content=""/>
  42. <meta name="text:link 4 url" content=""/>
  43. <meta name="text:link 4 title" content=""/>
  44. <meta name="text:updates" content=""/>
  45.  
  46. <meta name="if:Dotted Borders" content="0" />
  47. <meta name="if:Background repeated" content="0" />
  48.  
  49. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54.  
  55.  
  56. /*updates tab*/
  57.  
  58.  
  59.  
  60. #tabbox {
  61. text-align: center;
  62. font-size: 14px; /*self-explanatory*/
  63. position:fixed;
  64. left:-15px;
  65. top:-100px;
  66. -webkit-transition: all .6s ease-in-out;
  67. -moz-transition: all .6s ease-in-out;
  68. -o-transition: all .6s ease-in-out;
  69. z-index:999;
  70.  
  71. }
  72.  
  73. #tabbox:hover {top:5px;
  74. }
  75.  
  76.  
  77. #boxhover {
  78. width:185px;
  79. color:{color:text}; /*color of the box text*/
  80. height:93px; /*how tall it is*/
  81. z-index: 9999;
  82. background:{color:sidebar background};
  83. background-image:url('{image:Sidebar Background}');
  84. {block:ifdottedborders}
  85. border:3px dotted {color:sidebar border};
  86. {/block:ifdottedborders}
  87. border-radius: 15px;
  88. box-shadow: 0px 0px 10px {color:glow};
  89. padding:6px;
  90. opacity:0;
  91. -webkit-transition: all .6s ease-in-out;
  92. -moz-transition: all .6s ease-in-out;
  93. -o-transition: all .6s ease-in-out;
  94. }
  95.  
  96. #tablabel{
  97. font-size:14px;
  98. text-align: center;
  99. color:{color:text}; /*Color of the tab title*/
  100. height:20px;
  101. padding: 7px 0px 0px 0px;
  102. width: 75px;
  103. background:{color:sidebar background};
  104. background-image:url('{image:Sidebar Background}');
  105. {block:ifdottedborders}
  106. border:3px dotted {color:sidebar border};
  107. {/block:ifdottedborders}
  108. border-radius: 15px;
  109. box-shadow: 0px 0px 10px {color:glow};
  110. padding:5px;
  111. -webkit-transition: all .6s ease-in-out;
  112. -moz-transition: all .6s ease-in-out;
  113. -o-transition: all .6s ease-in-out;
  114. }
  115. #tabbox:hover #tablabel{
  116. opacity:0;
  117. margin-top:-25px;
  118. z-index:-1;
  119. }
  120. #tabbox:hover #boxhover{
  121. opacity:1;
  122. }
  123.  
  124.  
  125.  
  126.  
  127.  
  128. </style>
  129.  
  130.  
  131. </head>
  132.  
  133. <!-- from here on, you creat class and id DIV's; class looks like: .something id's being #something, you use here to stylize how your theme looks, what color, backgrounds, borders, fonts, texts, padding, margins all of that cool stuff -->
  134.  
  135. <style type="text/css">
  136.  
  137. body {
  138. color:{color:text};
  139. background-color:{color:background};
  140. background-image:url('{image:Background}');
  141. background-attachment: fixed;
  142. background-repeat: repeat;
  143. font-family:verdana;
  144. font-size:14px;
  145. line-height:17px;
  146. text-align:justify}
  147.  
  148.  
  149.  
  150. <img src=’IMAGE URL HERE’ style=’position:fixed;bottom:0px;left:0px;z-index:-999’/>
  151.  
  152. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  153. a:link {
  154. color: {color:link};
  155. }
  156.  
  157. /* visited link */
  158. a:visited {
  159. color: {color:link};
  160. }
  161.  
  162. a:hover {
  163. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  164. /* selected link */
  165. a:active {
  166. color: {color:link};
  167. }
  168.  
  169. small{font-size:auto}
  170.  
  171. big{font-size:auto}
  172.  
  173. b, strong{color:{color:bold}}
  174.  
  175. h1 {font-size:15px;}
  176.  
  177. i, em {color:{color:italic}}
  178.  
  179. p{margin-top:6px; margin-bottom:6px}
  180.  
  181. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  182.  
  183. img a{border:none; width:100%;}
  184.  
  185. #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
  186.  
  187. /* the overall entries container and position of it */
  188.  
  189. #entries {
  190. margin-left:300px;
  191. width: 435px;
  192. text-align: justify;
  193. padding: 15px;
  194. border-radius: 15px;
  195. }
  196.  
  197.  
  198. /* here are your posts to customize!! */
  199.  
  200. #posts {
  201. margin: 30px 0 0px 0;
  202. width: 400px;
  203. text-align: justify;
  204. padding: 15px;
  205. {block:ifdottedborders}
  206. border: 3px dotted {color:posts border};
  207. {/block:ifdottedborders}
  208. border-radius: 15px;
  209. background: {color:Posts background};
  210. background-image:url('{image:Post Background}');
  211. box-shadow: 0px 0px 10px {color:glow};}
  212.  
  213.  
  214.  
  215. #posts img {max-width:100%; border-radius: 15px}
  216. #posts iframe {border-radius: 15px}
  217.  
  218. #sidebar{
  219. position:fixed;
  220. width:210px;
  221. background:{color:sidebar background};
  222. background-image:url('{image:Sidebar Background}');
  223. {block:ifdottedborders}
  224. border:3px dotted {color:sidebar border};
  225. {/block:ifdottedborders}
  226. padding:10px;
  227. border-radius: 15px;
  228. overflow:hidden;
  229. left:-15px;
  230. top:180px;
  231. box-shadow: 0px 0px 20px {color:glow};
  232. }
  233.  
  234. #sideimg img{
  235.  
  236. position:fixed;
  237. bottom:1px;
  238. right:20px;
  239. z-index:-999;
  240.  
  241. }
  242.  
  243. #links{
  244. font-size:14px;
  245. position:fixed;
  246. width:150px;
  247. padding:5px;
  248. border-radius: 15px;
  249. overflow:hidden;
  250. left:-20px;
  251. top:130px;
  252. background:{color:sidebar background};
  253. background-image:url('{image:Sidebar Background}');
  254. {block:ifdottedborders}
  255. border:3px dotted {color:sidebar border};
  256. {/block:ifdottedborders}
  257. padding:3px;
  258. border-radius: 15px;
  259. box-shadow: 0px 0px 10px {color:glow};
  260. }
  261.  
  262. h2 {
  263. font-family:helvetica; font-weight:100; line-height:17px;
  264. }
  265.  
  266. #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
  267.  
  268. /*
  269. #credit{
  270. position:fixed;
  271. bottom:10px;
  272. left:10px;
  273. font-size:9px;
  274. font-family:calibri;
  275. color:{color:text};
  276. letter-spacing: 0px;
  277. font-style:normal;
  278. background:{color:sidebar background};
  279. {block:ifdottedborders}
  280. border:3px dotted{color:sidebar border};
  281. {/block:ifdottedborders};
  282. border-radius: 100px;
  283. box-shadow: 0px 0px 20px {color:glow};
  284. padding:3px;}
  285. */
  286.  
  287. #info{padding-top:5px; display:block; padding-bottom:5px; width:auto; font-size:10px; font-family:verdana; text-transform:none;}
  288.  
  289. .audio{background-color:black; display:block}
  290.  
  291. /* this is your chats, you can stylize however you want */
  292.  
  293. .user_1 .label {color:{color:link}; font-weight:bold}
  294. .user_2 .label {color:{color:text}; font-weight:italic}
  295. .user_3 .label {color:{color:link}; font-weight:text}
  296.  
  297.  
  298. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  299.  
  300. .notes img{width:10px; position:relative; top:1px}
  301. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  302.  
  303.  
  304. </style>
  305.  
  306. <style type="text/css">
  307. ::-webkit-scrollbar {
  308. width: 3px;
  309. height: 3px;
  310. }
  311. ::-webkit-scrollbar-button {
  312. width: 0px;
  313. height: 0px;
  314. }
  315. ::-webkit-scrollbar-thumb {
  316. background: {color:background};
  317. border: 4px dotted {color:scrollbar};
  318. border-radius: 100px;
  319. }
  320. ::-webkit-scrollbar-thumb:hover {
  321. background: #ffffff;
  322. }
  323. ::-webkit-scrollbar-thumb:active {
  324. background: {color:scrollbar};
  325. }
  326. ::-webkit-scrollbar-track {
  327. background: {color:background};
  328. border: 17px none #ffffff;
  329. border-radius: 100px;
  330. }
  331. ::-webkit-scrollbar-track:hover {
  332. background: {color:background};
  333. }
  334. ::-webkit-scrollbar-track:active {
  335. background: {color:background};
  336. }
  337. ::-webkit-scrollbar-corner {
  338. background: transparent;
  339. }
  340. </style>
  341.  
  342.  
  343.  
  344. <!-- this is the area where everything comes to life and you have to code all the stuff you stylized. so i already got you like 10% started. or something, maybe more. i was never good at math anyway. -->
  345.  
  346. <body>
  347.  
  348. <div id="sideimg">
  349. <img src="{image:sideimg}"> </div>
  350.  
  351.  
  352.  
  353.  
  354.  
  355. <!-- updates tab-->
  356. <!---Put this code under the body tag.--->
  357.  
  358. <div id="tabbox">
  359. <div id="boxhover">
  360. <center> <!--You can delete this if you don't want it to be centered-->
  361. {text:updates}
  362. </center> <!--You can delete this if you don't want it to be centered-->
  363. </div> <!--TABBOX END-->
  364. <div id="tablabel">Updates<img src=""></div>
  365. </div><!--TABBOX END-->
  366. <!-- updates tab end-->
  367.  
  368.  
  369.  
  370. <div id="sidebar">
  371. <center>
  372.  
  373.  
  374. <a href="/"><img src="{image:sidebar}" style="width:150px;border-radius:90px;position:inline;
  375. padding:5px;"></a>
  376. <center>
  377. {description}<p>
  378.  
  379. <center>
  380. <a href={text:link 1 url}>{text:link 1 title}</a>
  381. <a href={text:link 2 url}>{text:link 2 title}</a>
  382. <br/>
  383. <a href={text:link 3 url}>{text:link 3 title}</a>
  384. <a href={text:link 4 url}>{text:link 4 title}</a>
  385. <br/>
  386. </center>
  387. </div></div>
  388.  
  389. <div id="links">
  390. <center>
  391. <a href="/ask">✉️ Ask</a>
  392. <a href="/">🏠 Home</a>
  393. <center>
  394. </div>
  395.  
  396. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇠</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">⇢</a><br />{/block:NextPage}{/block:Pagination}</div>
  397. </div>
  398. </center>
  399.  
  400.  
  401. <!-- here is the credit, you can add your own in here! if you're not changing much to this theme, then leave it!
  402. <div id="credit"><a href="http://warm-stars.tumblr.com/" title="theme credit"><img src="http://38.media.tumblr.com/f1194c4bc435879e90726a0b075fe98a/tumblr_inline_mmzrcqV6wh1qz4rgp.gif"></div> -->
  403.  
  404. <div id="entries">
  405. {block:posts}
  406.  
  407. <div id="posts">
  408. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  409.  
  410.  
  411. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  412.  
  413. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  414. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  415.  
  416. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  417. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  418.  
  419. {block:Photoset}<center>{Photoset-400}</center>
  420. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  421.  
  422. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  423.  
  424. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  425.  
  426. {block:Answer}<img class="asker-avatar" src="{AskerPortraitURL-30}" alt="">{Asker} asked: {Question}<br>{Answer}{/block:Answer}
  427.  
  428.  
  429. {block:Audio}{AudioPlayerWhite}<br>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}
  430. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  431.  
  432. <center><div id="info">★ {block:Date}{TimeAgo}</a>{/block:Date}{block:NoteCount} <i>with</i> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} ★
  433. <br><a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details">Reblog?</a> <a href="{ReblogParentURL}"></center><p>
  434.  
  435. <center>{block:HasTags}#: {block:Tags}<a href="{TagURL}">{Tag} </a>, {/block:Tags}{/block:HasTags}
  436. <br /></div>
  437.  
  438. {/block:Posts}
  439.  
  440. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  441. </div>
  442. </div>
  443.  
  444.  
  445. </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement