Advertisement
rachaelsux

(7) ultraviolent

Apr 28th, 2014
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. <!--theme 7, ultraviolent by dimplekink do not be a punk and remove the credit-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:sblinks" content="#fff"/>
  19. <meta name="color:linkbg" content="#000"/>
  20.  
  21. <meta name="image:Sidebar Image" content=""/>
  22. <meta name="text:SBTitle" content=""/>
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27.  
  28.  
  29.  
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37.  
  38. <script>
  39.  
  40. (function($){
  41.  
  42. $(document).ready(function(){
  43.  
  44. $("a[title]").style_my_tooltips({
  45.  
  46. tip_follows_cursor:true,
  47.  
  48. tip_delay_time:30,
  49.  
  50. tip_fade_speed:300,
  51.  
  52. attribute:"title"
  53.  
  54. });
  55.  
  56. });
  57.  
  58. })(jQuery);
  59.  
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71. #credit {
  72. bottom:10px;
  73. font-style:none;
  74. font-size:10px;
  75. right:35px;
  76. position:fixed;
  77. font-weight:bold;
  78. }
  79.  
  80.  
  81. #s-m-t-tooltip{
  82. position:absolute;
  83. margin-top: 15px;
  84. z-index:9999;
  85. background:{color:background};
  86. }
  87.  
  88.  
  89.  
  90. /*basics*/
  91. blockquote {padding:0px 0 0px 20px;
  92. border-left:1px solid #eee;
  93. margin-left:10px;
  94. }
  95.  
  96. body {
  97. background:{color:background};
  98. font-family:arial;
  99. font-size:9px;
  100. text-align:justify;
  101. margin:0;
  102. line-height:11px;}
  103.  
  104.  
  105.  
  106. a {
  107. color:{color:link};
  108. text-decoration:none;
  109. }
  110.  
  111. a:hover {
  112. text-decoration:underline;}
  113.  
  114. img{opacity:1;
  115. border:none;
  116. text-decoration:none}
  117.  
  118.  
  119. small {
  120. font-size:9px;}
  121.  
  122. big {
  123. font-size:12px;}
  124.  
  125.  
  126. #title {font-size:12px;
  127. line-height:18px;
  128. font-weight:bold;
  129. margin-bottom:10px;
  130. text-transform:uppercase;
  131. text-align:left;}
  132.  
  133.  
  134. /*sidebar*/
  135. #sidebar {
  136. position:fixed;
  137. width:110px;
  138. margin-top:250px;
  139. margin-left:-200px;
  140. }
  141.  
  142. #sidebarim {
  143. width:100px;
  144. }
  145.  
  146. #sidebarim img {
  147. width:90px;
  148. height:90px;
  149. margin-bottom:-80px;
  150. margin-left:-105px;
  151. border: 1px solid #fff;
  152. border-radius:80px;
  153. width:90px
  154. }
  155.  
  156. #blogt {font-size:18px;
  157. font-weight:bold;
  158. margin-bottom:5px;
  159. margin-top:-2px;
  160. }
  161.  
  162. #links {
  163. text-transform:lowercase;
  164. margin-left:0px;
  165. height:10px;
  166. margin-top:-1px;
  167. background:{color:linkbg};
  168. color:{color:sblinks};
  169. width:115px;
  170. position:fixed;
  171.  
  172. }
  173.  
  174.  
  175. #links a {
  176. margin-right:5px;
  177. display:inline-block;
  178. margin-bottom:5px;
  179. color:{color:sblinks};
  180. text-decoration:none;
  181.  
  182. }
  183.  
  184. #desc {
  185. width:100px;
  186. font-size:8px;
  187. height:10px;
  188. text-align:none;
  189. margin-top:-1px;
  190. padding:1px;
  191.  
  192.  
  193. }
  194.  
  195.  
  196.  
  197. /*pagination*/
  198. #pagination {
  199. margin:50px 0;
  200. text-transform:lowercase;
  201. text-align:center;
  202. font-style:italic;
  203. font-size:12px;
  204. }
  205. #pagination a {
  206. padding:0 15px;
  207. }
  208.  
  209. /*container*/
  210. #con {
  211. left:50%;
  212. margin-left:-150px;
  213. position:absolute;
  214. }
  215.  
  216.  
  217.  
  218. /*posts*/
  219.  
  220. #entries {
  221. margin-top:75px;
  222. width:400px;
  223. }
  224.  
  225.  
  226.  
  227. #posts {
  228. width:400px;
  229. {block:IndexPage}
  230. margin-bottom:75px;
  231. {/block:IndexPage}
  232. {block:PermalinkPage}
  233. margin-bottom:50px;
  234. {/block:PermalinkPage}
  235.  
  236. }
  237. #posts img {
  238. max-width:400px;
  239. }
  240.  
  241. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  242. .caption {width:100%;
  243. margin-top:10px;
  244.  
  245. }
  246.  
  247. /*quote*/
  248.  
  249. #titlequote{text-align:left;
  250. font-size:18px;
  251. line-height:18px;
  252. font-weight:bold;
  253. font-style:italic;
  254. }
  255. #source {
  256. margin-top:15px;
  257. margin-left:190px;
  258. font-size:9px;
  259. }
  260.  
  261. /*audio*/
  262.  
  263. .player {
  264. width:25px;
  265. height:25px;
  266. overflow:hidden;
  267. position:absolute;
  268. background:white;}
  269.  
  270. .audioinfo {
  271. margin-left:50px;
  272. }
  273.  
  274.  
  275. /*asks*/
  276. #q {
  277. -webkit-transition: all 0.3s linear;
  278. -moz-transition: all 0.3s linear;
  279. transition: all 0.3s linear;
  280. background-color:transparent;
  281. color: {color:text};
  282. margin-left:0px;
  283. padding:0px;
  284. margin-top:-10px;
  285. margin-bottom:5px;
  286. font-size:10px;
  287. font-style:italic;
  288. text-align:left;
  289. }
  290. #q img{
  291. border: 1px solid #fff;
  292. border-radius:30px;
  293. width:50px;
  294. -webkit-transition: all 1s ease-in-out;
  295. -moz-transition: all 0.6s ease-in-out;
  296. -o-transition: all 0.6s ease-in-out;
  297. -ms-transition: all 0.6s ease-in-out;
  298. }
  299. #q:hover img{
  300. -webkit-transition: all 1s ease-in-out;
  301. -moz-transition: all 0.6s ease-in-out;
  302. -o-transition: all 0.6s ease-in-out;
  303. -ms-transition: all 0.6s ease-in-out;
  304. -webkit-transform: rotate(360deg);
  305. -moz-transform: rotate(0deg);
  306. -o-transform: rotate(360deg);
  307. }
  308.  
  309.  
  310. /*chat*/
  311.  
  312. .chat ol {
  313. padding:0;
  314. list-style:none;
  315. }
  316. .line {padding:5px 0;}
  317.  
  318. .label {font-weight:bold;
  319. }
  320.  
  321.  
  322.  
  323.  
  324.  
  325. /*permalink and notes*/
  326.  
  327. #permalink {
  328. margin-top:3px;
  329. font-size:9px;
  330. text-transform:lowercase;
  331. text-align:center;
  332. }
  333. #permalink a {margin-right:10px;
  334. }
  335.  
  336.  
  337. .tags { word-break:break-all; font-size:9px; opacity:0; -webkit-transition: opacity 0.5s linear; }
  338. #posts:hover .tags{ opacity:1; }
  339.  
  340. .pagenotes {
  341. {block:IndexPage}
  342. display: none!important;
  343. {/block:IndexPage}
  344. width:400px;
  345. text-align:left;
  346.  
  347. }
  348. .pagenotes img {
  349. display:none!important;}
  350. .pagenotes li {
  351. list-style-type:none;
  352. padding:5px 0px;
  353. text-align:left;
  354. margin:0 0 0 -40px;
  355. }
  356.  
  357.  
  358.  
  359.  
  360. {CustomCSS}
  361.  
  362.  
  363. </style>
  364.  
  365.  
  366.  
  367. </head>
  368.  
  369. <body>
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378. <div id="con">
  379.  
  380. <div id="sidebar">
  381. <div id="sidebarim"><img src="{image:sidebar image}"></div>
  382. <div id="blogt">{text:SBTitle}</div><p>
  383. <div id="description">{Description}</div><p>
  384. <div id="links">
  385. <a href="/">home</a>
  386. <a href="/ask">ask</a>
  387. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  388. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  389.  
  390. </div>
  391.  
  392.  
  393.  
  394.  
  395. </div>
  396.  
  397.  
  398.  
  399.  
  400. <div id="entries">
  401.  
  402. {block:Posts}
  403. <div id="posts">
  404.  
  405.  
  406. {block:Quote}
  407.  
  408.  
  409. <div id="titlequote">“{Quote}”</div>
  410. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  411. {/block:Quote}
  412.  
  413.  
  414.  
  415. {block:Text}
  416.  
  417. {block:Title}
  418. <div id="title">{Title}</div>{/block:Title}
  419. {Body}
  420. {/block:Text}
  421.  
  422. {block:Link}
  423. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  424. {/block:Link}
  425.  
  426. {block:Chat}
  427. {block:Title}
  428. <h1>{Title}</h1>
  429. {/block:Title}
  430. <div class="chat">
  431. <ol>{block:Lines}
  432. <li class="line {Alt}">
  433. {block:Label}
  434. <span class="label">
  435. {Label}</span>
  436. {/block:Label}{Line}</li>
  437. {/block:Lines}
  438. </ol></div>
  439. {/block:Chat}
  440.  
  441. {block:Photo}
  442. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  443. {/block:Photo}
  444.  
  445. {block:Photoset}
  446. {Photoset-400}
  447. {/block:Photoset}
  448.  
  449. {block:Video}
  450. {Video-400}
  451. {/block:Video}
  452.  
  453. {block:Audio}
  454. <div class="player">{AudioPlayerWhite}</div>
  455. <div class="audioinfo">
  456. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  457. </div>
  458. {/block:Audio}
  459.  
  460. {block:Answer}<div id="q"><img src="{AskerPortraitURL-64}"/> {Asker}: {Question}</div>
  461. <div id="answer"> {Answer}</div>{/block:answer}
  462.  
  463. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  464.  
  465. {block:Date}
  466. <div id="permalink">
  467. <a href="{Permalink}">{block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">♡</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>{/block:ContentSource}{/block:RebloggedFrom}
  468. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  469. </div>
  470. {/block:Date}
  471.  
  472.  
  473.  
  474. </div>
  475.  
  476.  
  477. {block:PostNotes}
  478. <div class="pagenotes">
  479. {PostNotes}
  480. </div>
  481. {/block:PostNotes}
  482.  
  483.  
  484. {/block:Posts}
  485.  
  486. <div id="pagination">
  487. {block:Pagination}
  488. {block:PreviousPage}
  489. <a href="{PreviousPage}">&larr; previous </a>
  490. {/block:PreviousPage}
  491.  
  492.  
  493. {block:NextPage}
  494. <a href="{NextPage}">next &rarr;</a>
  495. {/block:NextPage}
  496. {/block:Pagination}
  497. </div>
  498.  
  499.  
  500.  
  501. </div>
  502.  
  503. </div>
  504.  
  505.  
  506. {block:ContentSource}
  507. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  508. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  509. {/block:SourceLogo}
  510. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  511. {/block:ContentSource}<!---DONT TOUCH THIS ---> <div id="credit"><a href="http://dimplekink.tumblr.com">©</a></div>
  512.  
  513. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement