Advertisement
alexiasthemes

theme 11

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