alexiasthemes

theme 10

Aug 7th, 2013
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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. THEME 10 BY ALEXIA AKA STRIPSFORYOU
  6.  
  7. DON'T USE AS A BASE, REMOVE THE CREDIT, OR REDISTRIBUTE UNLESS YOU WANT ME TO SLICE YOUR HEAD OFF K
  8.  
  9. enjoy lil nuggets
  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="#b8b8b8"/>
  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="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40. <meta name="color:scrollbar" content="e5e4e2"/>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. /* --- SCROLLBAR ---*/
  46.  
  47. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  48.  
  49. ::-webkit-scrollbar {height: auto;width: 6px;}
  50. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  51. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  52.  
  53.  
  54. /* --- BODY ---*/
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:Calibri;
  61. font-size:9px;
  62. line-height:100%;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:9px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. a:hover {
  92. opacity:10;
  93. color:{color:hover};
  94. -webkit-transition: all 0.7s ease;
  95. -moz-transition: all 0.7s ease;
  96. -o-transition: all 0.7s ease
  97. }
  98.  
  99. /* --- POST ENTRIES ---*/
  100.  
  101.  
  102. #entries {
  103. padding:10px;
  104. width:500px;
  105. margin-left:450px;
  106. margin-top:40px;
  107. font-size:10px;
  108. }
  109.  
  110. /* --- BODY: POSTS ---*/
  111.  
  112.  
  113. #post {
  114. width:500px;
  115. padding-bottom:20px;
  116. padding:10px;
  117. margin-top:15px;
  118. background-color:{color:Post};
  119. }
  120.  
  121. /* --- SIDEBAR IMAGE ---*/
  122.  
  123.  
  124. #sidebar {
  125. width:100px;
  126. position:fixed;
  127. margin-left:200px;
  128. margin-top:150px;
  129. opacity:.80;
  130. background-color:{color:Sidebar};
  131. }
  132.  
  133. #sidebarimage {
  134. width 100px;
  135. }
  136.  
  137. #sidebarimage img {
  138. width:100px;
  139. border:solid 1px;
  140. padding:6px;
  141. border-color: {color:border};
  142. background-color:{color:Sidebar};
  143. }
  144.  
  145.  
  146. /* --- SIDEBAR LINKS ---*/
  147.  
  148. #sidebar:hover .links { opacity: .9; width:40px;position:fixed;margin-top:-85px;margin-left:27px; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;}
  149.  
  150.  
  151.  
  152. .links {
  153. width:40px;
  154. height:40px;
  155. line-height: 130%;
  156. padding: 9px;
  157. font-size:8px;
  158. font-family:'calibri';
  159. text-align:center;
  160. margin-top:-85px;
  161. margin-left:27px;
  162. text-align:center;
  163. text-transform:uppercase;
  164. word-spacing:2px;
  165. position:fixed;
  166. padding-bottom:7px;
  167. background: #fff;
  168. opacity: 0;
  169. -webkit-transition: all 0.5s ease;
  170. -moz-transition: all 0.5s ease;
  171. -o-transition: all 0.5s ease;
  172.  
  173. }
  174.  
  175. .links a {
  176. font-size: 10px;
  177.  
  178. }
  179.  
  180. .links a:hover {
  181. letter-spacing:5px;
  182. color: #b8b8b8;
  183. }
  184.  
  185. .links a:hover {-moz-transition-duration:0.4s;
  186. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  187.  
  188. /* --- DESCRIPTION ---*/
  189.  
  190. #sidebar:hover #description { opacity: 1; width:100px;position:fixed;margin-top:0px;margin-left:0px; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;}
  191.  
  192.  
  193. #description {
  194. position:fixed;
  195. font-family:cambria;
  196. line-height:100%;
  197. font-size:9px;
  198. font-style:italic;
  199. width:100px;
  200. margin-top:-50px;
  201. padding:8px;
  202. margin-left:0px;
  203. text-align:justify;
  204. color:{color:text};
  205. opacity: 0;
  206. -webkit-transition: all 0.5s ease;
  207. -moz-transition: all 0.5s ease;
  208. -o-transition: all 0.5s ease;
  209. }
  210.  
  211. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  212. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  213.  
  214. #description a:hover {-moz-transition-duration:0.4s;
  215. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  216.  
  217. /* --- PAGINATION---*/
  218.  
  219. #sidebar:hover #pagination { opacity: 1; width:100px;position:fixed;margin-top:60px;margin-left:5px; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;}
  220.  
  221. #pagination {
  222. width:100px;
  223. font-size:8px;
  224. text-align:center;
  225. margin-left:5px;
  226. margin-top:5px;
  227. position:fixed;
  228. font-family:consolas;
  229. letter-spacing:0px;
  230. opacity: 1;
  231. -webkit-transition: all 0.5s ease;
  232. -moz-transition: all 0.5s ease;
  233. -o-transition: all 0.5s ease;
  234. }
  235.  
  236. #pagination a:hover {-moz-transition-duration:0.4s;
  237. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  238.  
  239. /* --- POST INFO ---*/
  240.  
  241.  
  242. #info {
  243. text-align:center;
  244. margin-top:10px;
  245. text-transform:uppercase;
  246. font-size:8px;
  247. font-style:none;
  248. border-top:2px solid #e5e4e2;
  249. }
  250.  
  251. /* --- POST TAGS---*/
  252.  
  253.  
  254. #tags {
  255. font-family:cambria;
  256. letter-spacing:0px;
  257. text-transform:lowercase;
  258. font-size:10px;
  259. font-style:italic;
  260. margin-top:4px;
  261. text-align:center;
  262. opacity: 0;
  263. -webkit-transition: all 0.6s ease-in-out;
  264. -moz-transition: all 0.6s ease-in-out;
  265. -o-transition: all 0.6s ease-in-out;
  266. -ms-transition: all 0.6s ease-in-out;
  267. transition: all 0.6s ease-in-out;
  268. }
  269.  
  270. #tags
  271. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  272. -webkit-transition: all 0.6s ease-in-out;
  273. -moz-transition: all 0.6s ease-in-out;
  274. -o-transition: all 0.6s ease-in-out;
  275. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  276.  
  277. #post:hover #tags {
  278. opacity:1;
  279. }
  280. /* --- QUESTIONS ---*/
  281.  
  282. #asker {
  283. padding:5px;
  284. font-family:cambria;
  285. letter-spacing:1px;
  286. text-align:left;
  287. font-style:italic;
  288. margin-left:10px;
  289. border-left:2px #e5e4e2 solid;
  290. border-bottom:2px #e5e4e2 solid;
  291. background-color:{color:background}
  292. }
  293.  
  294.  
  295.  
  296. /*UPDATES TAB STARTS HERE*/
  297.  
  298. .announcement {
  299.  
  300. position:fixed;
  301.  
  302. margin-left:10px;
  303.  
  304. margin-top:-20px;
  305.  
  306. width:80px;
  307.  
  308. height:60px;
  309.  
  310. text-align:center;
  311.  
  312. padding:5px;
  313.  
  314. overflow:auto ;
  315.  
  316. color: #b8b8b8;
  317.  
  318.  
  319. font-size:8px;
  320.  
  321. font-family:calibri;
  322.  
  323. }
  324.  
  325. /*updates tab ends here momentarily then starts again after <body> */
  326.  
  327. {CustomCSS}</style></head><body>
  328.  
  329.  
  330.  
  331. <div class="announcement">
  332.  
  333. <div style="border:1px solid #e5e4e2;padding:2px;">
  334.  
  335. <!--you can put your hit counter and stuff here or a title whatever floats your boat--> hit counter <!--you can put your hit counter and stuff here or a title whatever floats your boat--><br></div>
  336.  
  337. <!--PUT UPDATES HEREEEE-->
  338.  
  339. <p>put</p>
  340. <p>your</p>
  341. <p>updates</p>
  342. <p>here</p>
  343. <p>k bye</p>
  344.  
  345. <!--^PUT UPDATES HEREEEEE ^^-->
  346.  
  347.  
  348. </div>
  349. <!--updates tab ends here-->
  350.  
  351.  
  352. <div id="sidebar">
  353. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  354.  
  355.  
  356. <div id="description">
  357. {Description}
  358. </div>
  359.  
  360.  
  361. <div class="links">
  362. <a href="/">home</a>
  363. <a href="/ask">mssg</a>
  364. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  365. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  366. </div>
  367.  
  368.  
  369. {block:Pagination}<div id="pagination">
  370.  
  371. {block:PreviousPage}
  372. <a href="{PreviousPage}">back</a>
  373. {/block:PreviousPage}
  374.  
  375.  
  376. {block:NextPage}
  377. <a href="{NextPage}">next</a>
  378. {/block:NextPage}
  379.  
  380. </div>
  381. {/block:Pagination}
  382. </div>
  383.  
  384. <div id="entries">{block:Posts}<div id="post">
  385.  
  386. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  387.  
  388. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  389.  
  390. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  391.  
  392. {block:Quote}{Quote}{/block:Quote}
  393.  
  394. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  395.  
  396. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  397.  
  398. {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>
  399. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  400. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  401. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  402. {/block:Audio}
  403.  
  404. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  405.  
  406. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">♡ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  407.  
  408. <div id="info">
  409. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  410. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  411. {/block:Posts}
  412. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  413. {/block:Posts}</div></div></div>
  414.  
  415.  
  416.  
  417. <!-- DO NOT MOVE OR REMOVE THE CREDIT PLEASE-->
  418.  
  419.  
  420. <div style="position:fixed;bottom:0px; right:-0px; font-size:5px; letter-spacing:1px; font-family:cambria;"><a href="http://stripsforyou.tumblr.com/"><a href="http://stripsforyou.tumblr.com/"><img src="http://media.tumblr.com/228e0dbd1e74f84b0954e22ab864d0df/tumblr_inline_mquja4lKQ61qz4rgp.png" /></a></center></div>
  421.  
  422.  
  423. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment