Advertisement
irwxns

fangirling - theme 02

Jan 10th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 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. <!-- theme by
  4. .-./`) .-------. .--. .--. _____ __ ,---. .--. .-'''-.
  5. \ .-.')| _ _ \ | |_ | | \ _\ / / | \ | | / _ \
  6. / `-' \| ( ' ) | | _( )_ | | .-./ ). / ' | , \ | | (`' )/`--'
  7. `-'`"`|(_ o _) / |(_ o _) | | \ '_ .') .' | |\_ \| |(_ o _).
  8. .---. | (_,_).' __ | (_,_) \ | |(_ (_) _) ' | _( )_\ | (_,_). '.
  9. | | | |\ \ | || |/ \| | / \ \ | (_ o _) |.---. \ :
  10. | | | | \ `' /| ' /\ ` | `-'`-' \ | (_,_)\ |\ `-' |
  11. | | | | \ / | / \ | / / \ \ | | | | \ /
  12. '---' ''-' `'-' `---' `---`'--' '----''--' '--' `-...-'
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <meta name="color:bg" content="#ffffff">
  29. <meta name="color:link" content="#bbb8b8">
  30. <meta name="color:text" content="#9a9a9a">
  31. <meta name="color:tags" content="#b9b7b7">
  32. <meta name="color:hover" content="#eeeeee">
  33. <meta name="color:border" content="#e7e7e7">
  34. <meta name="color:scrollbar" content="#d6d5d5">
  35.  
  36.  
  37. <meta name="image:Sidebar1" content="">
  38. <meta name="image:Sidebar2" content="">
  39. <meta name="image:Sidebar3" content="">
  40. <meta name="image:Sidebar4" content="">
  41. <meta name="image:Sidebar5" content="">
  42.  
  43. <meta name="text:link 1" content="">
  44. <meta name="text:link 1 url" content="/">
  45. <meta name="text:link 2" content="">
  46. <meta name="text:link 2 url" content="/">
  47. <meta name="text:link 3" content="">
  48. <meta name="text:link 3 url" content="/">
  49. <meta name="text:link 4" content="">
  50. <meta name="text:link 4 url" content="/">
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. /*--scrollbar--*/
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  61. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  62. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  63. }
  64. /*--body--*/
  65.  
  66.  
  67. body {
  68. font-style:none;
  69. background-color:{color:bg};
  70. font-family:calibri;
  71. color:{color:text};
  72. font-size:9px;
  73. }
  74.  
  75.  
  76. a {
  77. color:{color:link};
  78. text-decoration:none;
  79. -webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;
  81. transition: all 0.5s ease-out;
  82. }
  83.  
  84. a:hover {
  85. color:{color:hover};
  86. text-decoration:none;
  87. -webkit-transition: all 0.8s ease-out;
  88. -moz-transition: all 0.8s ease-out;
  89. transition: all 0.8s ease-out;
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid {color:border};
  99. }
  100.  
  101. h1 {
  102. font-size:10px;
  103. }
  104.  
  105.  
  106. /*--sidebar--*/
  107.  
  108. #sidebar {
  109. position:fixed;
  110. width:140px;
  111. margin-left:225px;
  112. margin-top:150px;
  113. }
  114.  
  115. #sidebarimage {
  116. position:fixed;
  117. width:250px;
  118. }
  119.  
  120. #sidebarimage img {
  121. width:250px;
  122. padding:3px;
  123. }
  124.  
  125.  
  126. /*--links--*/
  127.  
  128. #links {
  129. position:fixed;
  130. margin-top:-10px;
  131. width:244px;
  132. margin-left:3px;
  133. font-family:'calibri';
  134. text-transform:uppercase;
  135. text-align:center;
  136. background-color:#000;
  137. padding:3px;
  138. }
  139.  
  140. #links a {
  141. padding:3px;
  142. font-size:9px;
  143. -webkit-transition: all 0.5s ease-out;
  144. -moz-transition: all 0.5s ease-out;
  145. transition: all 0.5s ease-out;
  146. }
  147.  
  148.  
  149.  
  150. #links a:hover {
  151. background-color:white;
  152. color:black;
  153. }
  154.  
  155.  
  156. /*--description--*/
  157.  
  158. #description {
  159. z-index:-99999;
  160. position:absolute;
  161. line-height:100%;
  162. margin-top:-10px;
  163. margin-left:10px;
  164. width:140px;
  165. font-family:'calibri';
  166. font-size:10px;
  167. text-align:center;
  168. -moz-transition-duration:0.4s;
  169. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  170. }
  171.  
  172. #description a {color:{color:text};text-align:justify -moz-transition-duration:0.4s;
  173. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  174.  
  175.  
  176. #sidebar:hover #description{
  177. margin-top:153px;
  178. -moz-transition-duration:0.8s;
  179. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  180. }
  181.  
  182.  
  183.  
  184.  
  185. /*--pagination--*/
  186.  
  187. #pagination {
  188. z-index:-99999;
  189. position:absolute;
  190. line-height:100%;
  191. margin-top:-10px;
  192. margin-left:190px;
  193. font-style:italic;
  194. text-align:center;
  195. font-size:10px;
  196. font-family:calibri;
  197. color:{color:link};
  198.  
  199. }
  200.  
  201. #pagination a {
  202. -moz-transition-duration:0.8s;
  203. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  204. }
  205. #pagination a:hover {
  206.  
  207. -moz-transition-duration:0.8s;
  208. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  209. }
  210.  
  211.  
  212. #sidebar:hover #pagination {
  213. margin-top:158px;
  214. -moz-transition-duration:0.8s;
  215. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  216. }
  217.  
  218.  
  219. /*--posts--*/
  220.  
  221. #posts {
  222. width:500px;
  223. margin-bottom:10px;
  224. padding:1px;
  225. font-size:11px;
  226. color:{color:text};
  227. line-height:90%;
  228. text-align:justify;
  229. }
  230.  
  231. #postscontainer {
  232. margin-bottom:20px;
  233. padding:1px;
  234. margin-left:550px;
  235. margin-top:55px;
  236. }
  237.  
  238.  
  239. #info {
  240. margin-bottom:10px;
  241. font-size:8px;
  242. margin-top:10px;
  243. text-align:left;
  244. padding:5px;
  245. color:{color:black};
  246. border-top:0px solid {color:black};
  247. }
  248.  
  249.  
  250. #reblog {
  251. text-transform:uppercase;
  252. font-family:trebuchet ms;
  253. margin-left:-5px;
  254. margin-top:-5px;
  255. text-align:center;
  256. color:white;
  257. background-color:#000000;
  258. width:35px;
  259. padding:3px;
  260. }
  261.  
  262. #reblog a {
  263. color:white;
  264. }
  265.  
  266. #notes {
  267. margin-left:36px;
  268. margin-top:-15px;
  269. background-color:#000000;
  270. padding:3px;
  271. }
  272.  
  273. #rightinfo {
  274. text-transform:uppercase;
  275. font-family:trebuchet ms;
  276. margin-left:370px;
  277. text-align:justify;
  278. float:right;
  279. background-color:#000000;
  280. padding:3px;
  281. margin-top:-15px;
  282. color:white;
  283. }
  284.  
  285. #rightinfo a {
  286. color:white;
  287. }
  288.  
  289. /*--tags--*/
  290.  
  291. #tags {
  292. width:490px;
  293. margin-left:-4px;
  294. margin-top:7px;
  295. font-size:9px;
  296. color:{color:tags}:
  297. }
  298.  
  299. #tags a {
  300. color:{color:tags};
  301. }
  302.  
  303. #tags a:hover {
  304. color:{color:hover}
  305. }
  306.  
  307. /*--asks--*/
  308.  
  309. #askbg {
  310. padding:12px;
  311. background-color:{color:ask};
  312. }
  313.  
  314. #ask {
  315. margin-top:-10px;
  316. font-family:calibri;
  317. text-align:left;
  318. }
  319.  
  320. #ask img {
  321. margin-top:30px;
  322. width:50px;
  323. }
  324.  
  325. /*--credit--*/
  326.  
  327. #credit {
  328. right:3px;
  329. bottom:6px;
  330. position:fixed;
  331.  
  332.  
  333. {CustomCSS}
  334.  
  335. </style></head>
  336.  
  337.  
  338. <body>
  339.  
  340. <style> body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-all/arrow38.gif'), auto }</style>
  341.  
  342.  
  343. <div id="sidebar">
  344. <div id="sidebarimage">
  345. <script language="JavaScript">
  346. <!--
  347.  
  348. /*
  349. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  350. Over 400+ free JavaScripts here!
  351. Keep this notice intact please
  352. */
  353.  
  354. function random_imglink(){
  355. var myimages=new Array()
  356. //specify random images below. You can have as many as you wish
  357. myimages[1]="{image:Sidebar1}"
  358. myimages[2]="{image:Sidebar2}"
  359. myimages[3]="{image:Sidebar3}"
  360. myimages[4]="{image:Sidebar4}"
  361. myimages[5]="{image:Sidebar5}"
  362.  
  363. var ry=Math.floor(Math.random()*myimages.length)
  364. if (ry==0)
  365. ry=1
  366. document.write('<img src="'+myimages[ry]+'" border=0>')
  367. }
  368. random_imglink()
  369. //-->
  370. </script></div>
  371.  
  372.  
  373. <div id="links">
  374. <a href="/">home</a>
  375. <a href="/ask">mssg</a>
  376. <a href="{text:link 1 url}">{text:link 1}</a>
  377. <a href="{text:link 2 url}">{text:link 2}</a>
  378. <a href="{text:link 3 url}">{text:link 3}</a>
  379. <a href="{text:link 4 url}">{text:link 4}</a>
  380. </div>
  381.  
  382. <div id="description">{description}</div>
  383.  
  384. {block:Pagination}
  385. <div id="pagination">
  386.  
  387. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  388. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  389. </div>{/block:Pagination}
  390.  
  391. </div></div>
  392.  
  393.  
  394. <div id="postscontainer">
  395.  
  396. {block:Posts}
  397.  
  398. <div id="posts">
  399.  
  400.  
  401. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  402.  
  403.  
  404. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  405.  
  406. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  407.  
  408. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  409.  
  410. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  411.  
  412. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  413.  
  414. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  415.  
  416. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  417.  
  418. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  419. {NoteCountWithLabel}</a> <a style="color:#FF0000;"> ♥ </a></div>
  420. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  421. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  422. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  423. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  424.  
  425.  
  426. </div>
  427.  
  428. {/block:Posts}
  429.  
  430. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  431. {/block:Posts}
  432.  
  433. </div>
  434.  
  435.  
  436. <div id="credit" data="credit"><a href="http://irwxns.tumblr.com"><img src="https://24.media.tumblr.com/25fdacc41c6c4abca030eb900a020a15/tumblr_my6adljDBB1sqc3bro1_500.png" width="48px" height="45px"></a></div>
  437. </body>
  438. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement