Advertisement
manda3232

theme: beta

Mar 19th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.30 KB | None | 0 0
  1. <meta name="color:Background" content="#ffffff"/>
  2. <meta name="color:Accent" content="#ddddee"/>
  3. <meta name="color:Link" content="#99ccff"/>
  4. <meta name="color:Link Hover" content="#888899"/>
  5. <meta name="color:Text" content="#443344"/>
  6.  
  7. <meta name="text:link1 url" content="/">
  8. <meta name="text:link2 url" content="/ask">
  9. <meta name="text:link3 url" content="/">
  10. <meta name="text:link4 url" content="/">
  11. <meta name="text:link5 url" content="/">
  12.  
  13.  
  14. <meta name="text:link1" content="home">
  15. <meta name="text:link2" content="ask">
  16. <meta name="text:link3" content="link">
  17. <meta name="text:link4" content="link">
  18. <meta name="text:link5" content="link">
  19.  
  20.  
  21. <meta name="font:body" content="" />
  22.  
  23. <meta name="if:Center Postinfo" content="1"/>
  24. <meta name="if:Tags" content="1"/>
  25.  
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="http://static.tumblr.com/sfgqnka/Z9Tn0halb/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips();
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <html>
  38. <head>
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <style type="text/css">
  42. body{
  43. background: {color:background};
  44. color:{color:text};
  45. font-family:{font:body};
  46. font-size: 12px;
  47. line-height: 12px;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb { background-color:{color:accent}; border:3px solid {color:background};}
  51. ::-webkit-scrollbar {height:10px; width:10px;}
  52.  
  53. ::selection{
  54. background:{color:link hover};
  55. color:{color:background};
  56. }
  57.  
  58. #s-m-t-tooltip{
  59. background: {color:accent};
  60. font-size: 10px;
  61. letter-spacing: 1px;
  62. font-family:"Consolas";
  63. text-transform:uppercase;
  64. color: {color:text};
  65. text-align: center;
  66. padding:4px;
  67. margin-left:25px;
  68. min-width: 40px;
  69. max-width: 200px;
  70. z-index: 99;
  71. }
  72.  
  73. li {
  74. list-style-type:square;
  75. }
  76.  
  77. a{
  78. text-decoration: none;
  79. color: {color:link};
  80. letter-spacing:1px;
  81. -webkit-transition: all 1s ease-in-out;
  82. -moz-transition: all 1s ease-in-out;
  83. -o-transition: all 1s ease-in-out;
  84. }
  85.  
  86. a:hover {
  87. text-decoration: underline;
  88. color: {color:link hover};
  89. -webkit-transition: all 1s ease-in-out;
  90. -moz-transition: all 1s ease-in-out;
  91. -o-transition: all 1s ease-in-out;
  92. }
  93.  
  94. blockquote{
  95. border-left:3px solid {color:accent};
  96. padding-left:5px;
  97. }
  98.  
  99. #content{
  100. width: 400px;
  101. float:left;
  102. margin-left:400px;
  103. padding-bottom:180px;
  104. }
  105.  
  106. #posts{
  107. background: {color:background};
  108. padding: 15px;
  109. margin-bottom: 15px;
  110. width:400px;
  111. overflow:none;
  112. -webkit-transition: all 1s ease-in-out;
  113. -moz-transition: all 1s ease-in-out;
  114. -o-transition: all 1s ease-in-out;
  115. }
  116.  
  117. #postinfo{
  118. {block:IfNotCenterPostinfo}
  119. text-align:left;
  120. {/block:IfNotCenterPostinfo}
  121. {block:IfCenterPostinfo}
  122. text-align:center;
  123. {/block:IfCenterPostinfo}
  124. background:{color:link};
  125. color:{color:background};
  126. padding:5px;
  127. margin-top:20px;
  128. font-size:9px;
  129. font-family:"Consolas";
  130. text-transform:uppercase;
  131. -webkit-transition: all 1s ease-in-out;
  132. -moz-transition: all 1s ease-in-out;
  133. -o-transition: all 1s ease-in-out;
  134. }
  135.  
  136. #postinfo a{
  137. color:{color:background};
  138. -webkit-transition: all 1s ease-in-out;
  139. -moz-transition: all 1s ease-in-out;
  140. -o-transition: all 1s ease-in-out;
  141. }
  142.  
  143. .tag{
  144. {block:IfNotCenterPostinfo}
  145. text-align:right;
  146. {/block:IfNotCenterPostinfo}
  147. {block:IfCenterPostinfo}
  148. text-align:center;
  149. {/block:IfCenterPostinfo}
  150. }
  151.  
  152. {block:IndexPage}
  153.  
  154. #postinfo{
  155. background:{color:background};
  156. border-bottom:1px solid {color:accent};
  157. color:transparent;
  158. margin-top:0px;
  159. }
  160.  
  161. #postinfo a{
  162. color:transparent;
  163. -webkit-filter:blur(1px);
  164. -webkit-transition: all 1s ease-in-out;
  165. -moz-transition: all 1s ease-in-out;
  166. -o-transition: all 1s ease-in-out;
  167. }
  168.  
  169. #posts:hover #postinfo{
  170. color:{color:text};
  171. -webkit-transition: all 1s ease-in-out;
  172. -moz-transition: all 1s ease-in-out;
  173. -o-transition: all 1s ease-in-out;
  174. }
  175.  
  176. #posts:hover #postinfo a{
  177. color:{color:text};
  178. -webkit-filter:blur(0px);
  179. -webkit-transition: all 1s ease-in-out;
  180. -moz-transition: all 1s ease-in-out;
  181. -o-transition: all 1s ease-in-out;
  182. }
  183.  
  184. {/block:IndexPage}
  185.  
  186. .quest{
  187. background-color:{color:background};
  188. padding:25px;
  189. text-align:center;
  190. font-size:11px;
  191. }
  192.  
  193. .quest k{
  194. font-size:20px;
  195. letter-spacing:3px;
  196. font-family:"Consolas";
  197. text-transform:uppercase;
  198. }
  199.  
  200. .quest img{
  201. -webkit-filter:Grayscale(1);
  202. }
  203.  
  204. .ans{
  205. padding:10px;
  206. }
  207.  
  208. .link{
  209. color:{color:link};
  210. font-family:"Consolas";
  211. text-transform:uppercase;
  212. font-size:15px;
  213. padding:10px;
  214. }
  215.  
  216. .link:hover{
  217. color:{color:link hover};
  218. }
  219.  
  220. .quote{
  221. font-size:18px;
  222. padding:2px;
  223. line-height:100%;
  224. }
  225.  
  226. .quote:before{
  227. content:"❝";
  228. font-size:20px;
  229. color:{color:link};
  230. padding:3px;
  231. }
  232.  
  233. .quote:after{
  234. content:"❞";
  235. font-size:20px;
  236. color:{color:link};
  237. padding:3px;
  238. }
  239.  
  240. .source{
  241. font-family:"Consolas";
  242. text-transform:uppercase;
  243. text-align:right;
  244. }
  245.  
  246. .odd{
  247. font-size:12px;
  248. color:{color:link};
  249. letter-spacing:none;
  250. font-family:"Consolas";
  251. text-transform:uppercase;
  252. }
  253. .even{
  254. font-size:12px;
  255. color:{color:link hover};
  256. letter-spacing:none;
  257. font-family:"Consolas";
  258. text-transform:uppercase;
  259. }
  260.  
  261. #sidebar{
  262. left:407px;
  263. bottom:0px;
  264. position:fixed;
  265. width:405px;
  266. padding:10px;
  267. overflow-x:hidden;
  268. text-align:center;
  269. border-bottom:20px solid {color:background};
  270. z-index:9;
  271. background:{color:accent};
  272. }
  273.  
  274. #sidebar h1{
  275. font-size:20px;
  276. font-family:"Consolas";
  277. text-transform:uppercase;
  278. letter-spacing:3px;
  279. }
  280.  
  281. #desc{
  282. height:50px;
  283. padding:5px;
  284. overflow-x:none;
  285. overflow:auto;
  286. }
  287.  
  288. .icon{
  289. margin-top:-48px;
  290. margin-left:-300px;
  291. -webkit-filter:Grayscale(1);
  292. }
  293.  
  294. #desc::-webkit-scrollbar-thumb { background:{color:background};}
  295. #desc::-webkit-scrollbar {width:4px; }
  296.  
  297. #page{
  298. text-align:center;
  299. font-family:"Consolas";
  300. text-transform:uppercase;
  301. font-size:10px;
  302. }
  303.  
  304. .notes{
  305. height:100px;
  306. overflow:hidden;
  307. padding:10px;
  308. text-align:center;
  309. }
  310.  
  311. .notes img{
  312. width:0px;
  313. }
  314.  
  315. .notes li{
  316. list-style-type:none;
  317. }
  318.  
  319. #audio {
  320. width:25px;
  321. height:25px;
  322. outline:10px solid {color:accent};
  323. overflow:hidden;
  324. z-index:9;
  325. }
  326.  
  327. .auimg{
  328. width:400px;
  329. height:45px;
  330. margin-top:-30px;
  331. overflow:hidden;
  332. }
  333.  
  334. .auimg img{
  335. height:45px;
  336. width:45px;
  337. margin-left:-100px;
  338. -webkit-filter:Grayscale(1);
  339. }
  340.  
  341. .auinfo{
  342. margin-left:150px;
  343. margin-top:-30px;
  344. font-family:"Consolas";
  345. text-transform:uppercase;
  346. font-size:10px;
  347. }
  348.  
  349. </style>
  350. <!--SCRIPTS GO HERE-->
  351. </head>
  352. <body>
  353. <!--EXTRA STUFF IE: SIDEBAR, HOVER TABS, ETC-->
  354. </div>
  355. </div>
  356.  
  357. <div id="sidebar"><h1>{title}</h1>
  358. <div id="links">
  359. <a href="{text:link1 url}" title="{text:link1}" class="ab">{text:link1}</a>
  360. <a href="{text:link2 url}" title="{text:link2}" class="ab">{text:link2}</a>
  361. <a href="{text:link3 url}" title="{text:link3}" class="ab">{text:link3}</a>
  362. <a href="{text:link4 url}" title="{text:link4}" class="ab">{text:link4}</a>
  363. <a href="{text:link5 url}" title="{text:link5}" class="ab">{text:link5}</a>
  364. </div>
  365. <div class="icon"><img src="{PortraitURL-48}"></div>
  366. <br>
  367. <div id="desc"> {description}</div>
  368. <div id="page"><a>yes?</a>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  369. </div></div>
  370.  
  371.  
  372. <div id="content">
  373. {block:Posts}
  374. <div id="posts">
  375.  
  376. {block:Answer}
  377. <div class="quest">
  378. <k>{Asker}</k><img src="{AskerPortraitURL-16}">
  379. <hr size="1" color="{color:accent}">
  380. {Question}</div>
  381. {block:Answerer}{Answerer}{/block:Answerer}
  382. <div class="ans">{Answer}</div>
  383.  
  384. {/block:Answer}
  385.  
  386.  
  387. {block:Text}
  388. {block:Title}<big><center>{Title}</center></big>{/block:Title}
  389. {Body}
  390.  
  391. {/block:Text}
  392.  
  393. {block:Photo}
  394. {LinkOpenTag}
  395. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  396. {block:Caption}
  397. {Caption}
  398. {/block:Caption}
  399. {/block:Photo}
  400.  
  401. {block:Photoset}
  402. {Photoset-400}
  403. {block:Caption}
  404. {Caption}
  405. {/block:Caption}
  406. {/block:Photoset}
  407.  
  408. {block:Quote}
  409. <div class="quote">{Quote}</div>
  410. <div class="source">-{block:Source}{Source}{/block:Source}</div>
  411.  
  412. {/block:Quote}
  413.  
  414. {block:Link} <div align="center">
  415. <a href="{URL}" class="link">{Name} ➨</a></div><p>
  416. {block:Description}{Description} {/block:Description}
  417.  
  418. {/block:Link}
  419.  
  420. {block:Chat}
  421. {block:Title}{Title}{/block:Title}
  422. {block:Lines}{block:Label}<a class="{Alt}">{Label}</a>{/block:Label} {Line}<br>{/block:Lines}
  423.  
  424. {/block:Chat}
  425.  
  426. {block:Audio}
  427. <div align="center">
  428. <div id="audio">{block:AudioPlayer} {AudioPlayerWhite}{/block:AudioPlayer}</div>
  429. <div class="auinfo">{block:TrackName}
  430. {TrackName}
  431. {/block:TrackName}<br>
  432. {block:Artist}
  433. {Artist}
  434. {/block:Artist}</div>
  435. {block:AlbumArt}
  436. <div class="auimg"><img src="{AlbumArtURL}"></div>
  437. {/block:AlbumArt}
  438.  
  439. </div>
  440. {block:Caption}
  441. {Caption}
  442. {/block:Caption}
  443. {/block:Audio}
  444.  
  445. {block:Video}
  446. {Video-400}
  447. {block:Caption}{Caption}{/block:Caption}
  448. {/block:Video}
  449.  
  450. <div id="postinfo"><a href="{Permalink}">{monthNumber}/{DayOfMonth}/{year}</a> <a>{NoteCount}♥</a> <a href="{ReblogURL}" target=" _blank" >reblog</a><br>{block:IfTags}<div class="tag">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:IfTags}</div>
  451.  
  452. {block:PostNotes} <div class="notes">{PostNotes-16}</div>{/block:PostNotes}
  453. </div> {/block:Posts}</div>
  454.  
  455. </div>
  456.  
  457. </body>
  458. </html> <div style="position:fixed; text-align:right; bottom:0; right:0; padding:10px; font-size:20px; font-weight:400; letter-spacing:1px; text-transform:uppercase;"><a href="http://megstiely.tumblr.com/">+</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement