Advertisement
alexiasthemes

theme 14

Feb 28th, 2014
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. ayyy theme 14 by nuiall aka alexia
  6.  
  7. please no stealing of the code, removing of the credit, etc..
  8.  
  9. yea enjoy !!!
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Sidebar" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#A0CFEC"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:bg" content=""/>
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 3 Text" content="" />
  39.  
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41. <meta name="color:scrollbar" content="b8b8b8"/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  49.  
  50. ::-webkit-scrollbar {height: auto;width: 6px;}
  51. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  52. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  53.  
  54.  
  55. /* --- BODY ---*/
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:Calibri;
  62. font-size:9px;
  63. line-height:100%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:link};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:9px;
  89. text-transform:uppercase;
  90. }
  91.  
  92. a:hover {
  93. opacity:10;
  94. color:#A0CFEC;
  95. -webkit-transition: all 0.7s ease;
  96. -moz-transition: all 0.7s ease;
  97. -o-transition: all 0.7s ease
  98. }
  99.  
  100. /* --- POST ENTRIES ---*/
  101.  
  102.  
  103. #entries {
  104. padding:10px;
  105. width:500px;
  106. margin-left:450px;
  107. margin-top:40px;
  108. font-size:10px;
  109. }
  110.  
  111. /* --- BODY: POSTS ---*/
  112.  
  113.  
  114. #post {
  115. width:500px;
  116. padding-bottom:20px;
  117. padding:10px;
  118. margin-top:15px;
  119. background-color:{color:Post};
  120. }
  121.  
  122. /* --- SIDEBAR IMAGE ---*/
  123.  
  124.  
  125. #sidebar {
  126. width:100px;
  127. position:fixed;
  128. margin-left:190px;
  129. margin-top:150px;
  130. opacity:.80;
  131. background-color:{color:Sidebar};
  132. }
  133.  
  134. #sidebarimage {
  135. width 100px;
  136. margin-top: 10px;
  137. margin-left: 10px;
  138. }
  139.  
  140.  
  141. #sidebarimage img {
  142. width:100px;
  143. border:solid 1px;
  144. padding:6px;
  145. border-color: {color:border};
  146. background-color:{color:Sidebar};
  147.  
  148. }
  149.  
  150.  
  151.  
  152. /* --- SIDEBAR LINKS ---*/
  153.  
  154. .links {
  155. width:50px;
  156. height:5px;
  157. padding: 9px;
  158. font-size:8px;
  159. font-family:'calibri';
  160. text-align:center;
  161. margin-top:-120px;
  162. margin-left:120px;
  163. text-align:center;
  164. text-transform:uppercase;
  165. word-spacing:2px;
  166. position:fixed;
  167. padding-bottom:7px;
  168. }
  169.  
  170. .links a {
  171. font-size: 8px;
  172. }
  173.  
  174. .links a:hover {
  175. color:{color:Hover}
  176. }
  177.  
  178.  
  179. /* --- DESCRIPTION ---*/
  180.  
  181. #description {
  182. position:fixed;
  183. font-family:calibri;
  184. line-height:110%;
  185. font-size:10px;
  186. font-style:italic;
  187. width:110px;
  188. margin-top:0px;
  189. padding:8px;
  190. margin-left:5px;
  191. text-align:justify;
  192. color:{color:text};
  193. }
  194.  
  195. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  196. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  197.  
  198. #description a:hover { color:#A0CFEC;}
  199.  
  200. /* --- PAGINATION---*/
  201.  
  202.  
  203. #pagination {
  204. width:20px;
  205. font-size:9px;
  206. text-align:center;
  207. margin-left:180px;
  208. margin-top:-20px;
  209. position:fixed;
  210. font-family:calibri;
  211. letter-spacing:0px;
  212. text-decoration:none;
  213. font-style:italic;
  214. line-height:110%;
  215. }
  216.  
  217. /* --- POST INFO ---*/
  218.  
  219.  
  220. #info {
  221. text-align:center;
  222. margin-top:10px;
  223. text-transform:lowercase;
  224. font-size:9px;
  225. font-style:none;
  226. letter-spacing:0px;
  227. border-top:1px solid #e4e4e4;
  228. font-family:calibri;
  229. }
  230.  
  231. /* --- POST TAGS---*/
  232.  
  233.  
  234. #tags {
  235. font-family:calibri;
  236. letter-spacing:0px;
  237. text-transform:none;
  238. font-size:10px;
  239. font-style:normal;
  240. margin-top:4px;
  241. text-align:center;
  242. }
  243.  
  244. #tags
  245. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  246. -webkit-transition: all 0.6s ease-in-out;
  247. -moz-transition: all 0.6s ease-in-out;
  248. -o-transition: all 0.6s ease-in-out;
  249. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  250.  
  251.  
  252. /* --- QUESTIONS ---*/
  253.  
  254. #asker {
  255. padding:8px;
  256. font-family:calibri;
  257. letter-spacing:1px;
  258. text-align:center;
  259. font-style:normal;
  260. margin-left:10px;
  261. color:#b8b8b8;
  262. background-color:#fff;
  263. }
  264.  
  265.  
  266. #s-m-t-tooltip {/* tutorial by meem.co.vu */
  267.  
  268. max-width:300px;
  269.  
  270. padding:3px 4px 5px 4px;
  271.  
  272. margin:20px 0px 0px 20px;
  273.  
  274. background-color:#fff; /* change the background color */
  275.  
  276. border:1px solid #ddd; /* change the border color */
  277.  
  278. font-family:calibri; /* change the font */
  279.  
  280. font-size:9px; /* change the font size */
  281.  
  282. letter-spacing:2px; /* change the letter spacing */
  283.  
  284. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  285.  
  286. color:#999; /* change the text color */
  287.  
  288. z-index:999999999999999999999999999999999999;
  289.  
  290. }
  291.  
  292.  
  293.  
  294. /*--- THIS IS WHERE THE UPDATES TAB STARTS . I GOT THE CODE FROM TWERKITNARRY AND I CHANGED IT A BIT---*/
  295.  
  296. #updates {
  297.  
  298. margin-top: -40px;
  299. margin-left:0px;
  300. width: 90px;
  301. font-size: 16px;
  302. font-family:calibri;
  303. text-align:center;
  304. text-transform:uppercase;
  305. letter-spacing:2px;
  306. position:fixed;
  307. padding: 10px;
  308. color: #b8b8b8;
  309.  
  310. background-color: #fff;
  311.  
  312.  
  313.  
  314. }
  315.  
  316.  
  317. #updatescontent {
  318.  
  319. margin-top:10px;
  320. margin-left: -10px;
  321. line-height: 100%;
  322. width: 90px;
  323. height: auto;
  324. font-size: 10px;
  325. font-family:calibri;
  326. text-align:center;
  327. text-transform:lowercase;
  328. letter-spacing:0px;
  329. position:fixed;
  330. padding: 10px;
  331. opacity: 0;
  332. color: #b8b8b8;
  333.  
  334. background-color: #fff;
  335. -webkit-transition: all 0.7s ease;
  336. -moz-transition: all 0.7s ease;
  337. -o-transition: all 0.7s ease;
  338. text-shadow: none;
  339. }
  340.  
  341. #updatescontent a {
  342.  
  343. color: #b8b8b8;
  344. font-style: none;
  345. text-decoration:none;
  346. }
  347.  
  348. #updatescontent a:hover {
  349. text-decoration:underline;
  350. color: #A0CFEC;
  351. }
  352.  
  353. #updates:hover #updatescontent {
  354. margin-top: 10px;
  355. margin-left:-10px;
  356. opacity: 1;
  357. -webkit-transition: all 0.7s ease;
  358. -moz-transition: all 0.7s ease;
  359. -o-transition: all 0.7s ease;
  360. }
  361.  
  362. /*--- ENDS HERE MOMENTARILY THEN STARTS AGAIN RIGHT AFTER <BODY>---*/
  363.  
  364.  
  365. {CustomCSS}</style></head>
  366.  
  367.  
  368. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  369.  
  370. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  371. <!--tutorial by meem.co.vu-->
  372. <script>
  373.  
  374. (function($){
  375.  
  376. $(document).ready(function(){
  377.  
  378. $("a[title]").style_my_tooltips({
  379.  
  380. tip_follows_cursor:true,
  381.  
  382. tip_delay_time:90,
  383.  
  384. tip_fade_speed:600,
  385.  
  386. attribute:"title"
  387.  
  388. });
  389.  
  390. });
  391.  
  392. })(jQuery);
  393.  
  394. </script>
  395.  
  396.  
  397. <body>
  398.  
  399. <div id="updates">updates <!--TITLEE-->
  400.  
  401. <div id="updatescontent">
  402.  
  403. <!--- PUT YOUR UPDATES IN HERE & erase what i put obvs --->
  404.  
  405. <p>put</p>
  406. <p>your</p>
  407. <p>updates</p>
  408. <p>here</p>
  409. <p>:3</p>
  410.  
  411.  
  412.  
  413.  
  414. <!--- ^^PUT YOUR UPDATES IN HERE & erase what i put obvs^^ --->
  415.  
  416. </div></div>
  417.  
  418. <!-- ^^UPDATES TAB ENDS HERE^^ -->
  419.  
  420.  
  421.  
  422. <div id="sidebar">
  423. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  424.  
  425.  
  426. <div id="description">
  427. {Description}
  428. </div>
  429.  
  430.  
  431. <div class="links">
  432. <a href="/"title=home><img src="http://media.tumblr.com/166f9536375b81cb0708756f90aec5f7/tumblr_inline_mvnnoyzFuF1rqx7r2.jpg"></a>
  433. <a href="/ask"title=ask><img src="http://media.tumblr.com/95f39bc6b9db4098fda2b3076e87e5b5/tumblr_inline_mvnnot1O4T1rqx7r2.jpg"></a>
  434. <a href="{text:Link 1}"title="{text:Link 1 Text}"><img src="http://media.tumblr.com/dc8660843e28956529e3a7744bf3f41d/tumblr_inline_mvnnoggLyl1rqx7r2.jpg"></a>
  435. <a href="{text:Link 2}"title="{text:Link 2 Text}"><img src="http://media.tumblr.com/315f214d00ae85beb3b30442f878d5e6/tumblr_inline_mvnnoa944T1rqx7r2.jpg"></a>
  436. <a href="{text:Link 3}"title="{text:Link 3 Text}"><img src="http://media.tumblr.com/32a08b89f847858120cbf4ab95034fc2/tumblr_inline_mvnnomLKQ31rqx7r2.jpg"></a>
  437. </div>
  438.  
  439.  
  440. {block:Pagination}<div id="pagination">
  441.  
  442. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  443.  
  444. -
  445.  
  446. {block:PreviousPage}<a href="{PreviousPage}">back</a>&nbsp;&nbsp;{/block:PreviousPage}
  447.  
  448.  
  449. </div>{/block:Pagination}
  450.  
  451.  
  452.  
  453. </div>
  454.  
  455. <div id="entries">{block:Posts}<div id="post">
  456.  
  457. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  458.  
  459. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  460.  
  461. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  462.  
  463. {block:Quote}{Quote}{/block:Quote}
  464.  
  465. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  466.  
  467. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  468.  
  469. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  470. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  471. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  473. {/block:Audio}
  474.  
  475. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  476.  
  477. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:italic;"> {Asker}: </span>{Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  478.  
  479. <div id="info">
  480. <br><a href="{Permalink}">{TimeAgo}</a> + <a href="{Permalink}">{NoteCountWithLabel}</a>
  481. |
  482. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} + {block:ContentSource}<a href="{SourceURL}"> <a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  483.  
  484. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  485. {/block:Posts}
  486. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  487. {/block:Posts}</div></div></div>
  488.  
  489.  
  490.  
  491. <!-- DO NOT MOVE OR REMOVE THE CREDIT PLEASE-->
  492.  
  493.  
  494. <div style="position:fixed;bottom:0px; right:-0px; font-size:5px; letter-spacing:1px; font-family:cambria;"><a href="http://nuiall.tumblr.com/"><a href="http://nuiall.tumblr.com/"><img src="http://media.tumblr.com/228e0dbd1e74f84b0954e22ab864d0df/tumblr_inline_mquja4lKQ61qz4rgp.png" /></a></center></div>
  495.  
  496.  
  497. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement