skyisthelimitthemes

THEME#5/ Ren

Aug 26th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. THEME Ren BY Sky Is The Limit Theme#5
  5. PLEASE DO NOT CLAIM THEME AS YOURS, TAKE OUT CREDITS OR
  6. USE THIS THEME AS A BASE CODE FOR YOUR OWN. THANK YOU AND ENJOY!
  7. -->
  8.  
  9. <meta name="color:background" content="#FCDFFF" />
  10. <meta name="color:body" content="#E6A9EC" />
  11. <meta name="color:links" content="#E6A9EC" />
  12.  
  13. <meta name="image:sidebar" content=""/>
  14. <meta name="image:sidebar2" content=""/>
  15.  
  16. <meta name="text:Link1" content=""/>
  17. <meta name="text:Link1 URL" content=""/>
  18. <meta name="text:Link2" content=""/>
  19. <meta name="text:Link2 URL" content=""/>
  20. <meta name="text:Link3" content=""/>
  21. <meta name="text:Link3 URL" content=""/>
  22. <meta name="text:Link4" content=""/>
  23. <meta name="text:Link4 URL" content=""/>
  24.  
  25.  
  26. <title>{title}</title>
  27. <link rel=”shortcut icon” href=”{Favicon}”/>
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31. <style type="text/css">
  32.  
  33. /*** HOVER DROP DOWN MENU/DESCRIPTION... ***/
  34. a {color:;text-decoration:none;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;transition: all 1s ease-out;}
  35.  
  36. .fufu {width:30px;margin-left: 30px; -webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;transition: all 1s ease-out;}
  37.  
  38. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  39.  
  40. #biter
  41.  
  42. #bite a {display:block}
  43.  
  44. #bite .death {margin-top:-45px; margin-left: 30px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 1s ease-out;-moz-transition: all 0.7s ease-out;transition: all 1s ease-out;}
  45.  
  46. #bite:hover .death {margin-top:-10px;margin-left: 30px;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;transition: all 0.1s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  47.  
  48.  
  49.  
  50.  
  51. /*** ROUND NAVIGATION BUTTON***/
  52. div.navigate a{
  53. background: #fff; color: #a8a8a8; border: 0px solid #ffffff; display:block; width: 48px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: normal; display: inline-block;
  54. }
  55. div.navigate a:hover{
  56. background: #fff; letter-spacing:1px; border: 0px solid #ffffff;-moz-border-radius:7px; -webkit-border-radius:7px;
  57. }
  58.  
  59.  
  60. /*** SIDING NAVIGATION BUTTON***/
  61. div.button a{
  62. display: inline-block;
  63. color: #a8a8a8;
  64. background-color:#ffffff;
  65. height:15px;
  66. width: 280px;
  67. padding-left:5px;
  68. padding-top:2px;
  69. border-right: 4px solid #ffffff;
  70. }
  71.  
  72. div.button a:hover{
  73. width: 132px;
  74. text-align:right;
  75. border-right: 55px solid #ffffff;
  76. padding-right:2px;
  77. color: #a8a8a8;
  78. background-color:#f1e9ec;
  79. -webkit-transition: 0.5s;
  80. -moz-border-radius:7px; -webkit-border-radius:7px;
  81. }
  82.  
  83.  
  84. /*** SIDEBAR ***/
  85.  
  86. div#sidebar2{
  87. width:300px;
  88. position:fixed;
  89. height:400px;
  90. margin-top:200px;
  91. margin-left:50px;
  92. padding:5px;
  93. top: 0px;
  94. left: 5px;
  95. border: 0px solid #ffffff;
  96. background-color: #fff;
  97. }
  98.  
  99. div#sidebar3{
  100. width:300px;
  101. position:fixed;
  102. height:400px;
  103. margin-top:200px;
  104. margin-left:50px;
  105. padding:5px;
  106. background-color:#fff;
  107. top: 0px;
  108. left: 5px;
  109. border: 0px solid #ffffff;
  110.  
  111. }
  112.  
  113.  
  114. body {
  115. text-align:left;
  116. color:{color:body};
  117. background-color:{color:background};
  118. font-family:{font:body};
  119. font-size:11px; }
  120.  
  121. b, em, bold, .question a {
  122. font-family:georgia;
  123. font-weight:normal;
  124. text-transform:lowercase;
  125. color:#666666;}
  126.  
  127. a {
  128. text-decoration: none;
  129. color:{color:links};
  130. text-decoration:none;
  131. -moz-transition:0.3s ease-in;
  132. -webkit-transition: 0.3s ease-in;
  133. -o-transition:0.3s ease-in;
  134. transition:0.3s ease-in; }
  135.  
  136. a:hover {
  137. color: {color:hover};
  138. text-decoration:none;}
  139.  
  140. #cent{
  141. width:58px;
  142. margin-left:400px;
  143. background-color:#fff;
  144. position:absolute;
  145. padding:5px;
  146. }
  147.  
  148. #post{
  149. padding:2px;
  150. background-color:#fff;
  151. width:500px;
  152. float:left;
  153. margin:2px;
  154. }
  155.  
  156. #sidebar {
  157. width:245px;
  158. float:left;
  159. left:100px;
  160. position:fixed;
  161. margin-right:5px;}
  162.  
  163. #side {
  164. padding:10px;
  165. background-color:{color:side}; }
  166.  
  167. .sideicon{
  168. border:0px solid {color:date}; }
  169.  
  170. .sideimage{
  171. margin-bottom:10px;
  172. }
  173.  
  174. #description{
  175. background-color:#fff;
  176. width:200px;
  177. margin-top:8px;
  178. margin-left:150px;
  179. position:fixed;
  180. padding:3px;
  181. }
  182.  
  183. #photo img {
  184.  
  185. max-width:380px;
  186. display:block;
  187.  
  188. </style>
  189.  
  190.  
  191. </head>
  192. <body>
  193. <!-- SIDEBAR -->
  194. <div id="bite">
  195. <h4><center>
  196. <div id="sidebar2"><br>
  197. <h5>{title}</h5><br>
  198.  
  199. <img src="{image:sidebar}" width="200px"><br><br>
  200. {description}
  201.  
  202.  
  203.  
  204. </div>
  205.  
  206. </center></h4>
  207.  
  208. <div class="death">
  209. <div align="center">
  210. <div id="sidebar3">
  211. <div class="navigate">
  212. <a href="/">HOME</a>
  213. <a href="/ask">ASK</a>
  214. <a href="/archive">ARCHIVE</a>
  215. <a href="http://cielosthemes.tumblr.com/">THEME ^_^</a>
  216. </div><br>
  217. <img src="{image:sidebar2}" width="200px"><br><br>
  218.  
  219. <div class="button">
  220. <a href="/">LINK 1</a>
  221. <a href="/">LINK 2</a>
  222. <a href="/">LINK 3</a>
  223. <a href="/">LINK 4</a>
  224. <a href="/">LINK 5</a>
  225.  
  226.  
  227. <div id=pagination>{block:Pagination}
  228. {block:PreviousPage}
  229. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  230. {/block:PreviousPage}
  231.  
  232. {block:NextPage}
  233. <a class="jump_page" href="{NextPage}">&rarr;</a>
  234. {/block:NextPage}
  235. {/block:Pagination}</div>
  236. </div><br>
  237.  
  238.  
  239.  
  240. </div>
  241. </div>
  242. </div>
  243.  
  244. <div id="header">
  245. </div>
  246.  
  247. <div id="main">
  248. <div id="container">
  249.  
  250. <div id="sidebar">
  251.  
  252.  
  253. </div>
  254.  
  255. </div>
  256.  
  257. <div id="cent">
  258. {block:Posts}
  259. <div id="post">
  260.  
  261. {block:Title}{Title}{/block:Title}
  262.  
  263. {block:Text}{Body}{/block:Text}
  264.  
  265. {block:Photo}
  266. {/block:Photo}
  267.  
  268. {block:Photoset}
  269. {Photoset-500}
  270. {/block:Photoset}
  271. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  272.  
  273. {block:Quote}
  274. {Quote}
  275. <div align="right">
  276. {block:Source}-{Source}{/block:Source}
  277. </div>
  278. {/block:Quote}
  279.  
  280.  
  281. {block:Video}
  282. {Video-500}<br>
  283. {PlayCountWithLabel}
  284. {/block:Video}
  285.  
  286.  
  287. {block:Link}
  288. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  289. {block:Description}{Description}{/block:Description}
  290. {/block:Link}
  291.  
  292. {block:Chat}
  293. {block:Lines}
  294. {block:Label}
  295. <br>{Label}
  296. {/block:Label}
  297. &nbsp;{Line}
  298. {/block:Lines}
  299. {/block:Chat}
  300.  
  301. {block:Audio}
  302. {AudioPlayerGrey}
  303. <br><div align="right">{block:Artist}
  304. Artist: {Artist}</div>
  305. {/block:Artist}<br>
  306. {block:Caption}{Caption}{/block:Caption}
  307. {/block:Audio}
  308.  
  309.  
  310. {block:Answer}
  311. {Asker} wondered <b>{Question}</b><Br>
  312. {Answer}
  313. {/block:Answer}
  314.  
  315. <table style="font-size:10px;color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  316. {block:RebloggedFrom} <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a> ♫ {/block:RebloggedFrom}
  317. {block:ContentSource} <b>source:</b> <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  318. </td>
  319.  
  320. <td style="text-align:right;">
  321. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  322. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  323. </td></tr></table>
  324. </div>
  325.  
  326. <div class="bottom"> </div>
  327.  
  328. <div class="space"> </div>
  329.  
  330. {block:PostNotes}
  331. <div class="post">
  332. {PostNotes}
  333. </div>
  334. {/block:PostNotes}
  335.  
  336. {/block:Posts}
  337. </div>
  338. </div>
  339. </div
  340.  
  341. <div class="footer">
  342.  
  343. </div>
  344. </body>
  345. </html>
Advertisement
Add Comment
Please, Sign In to add comment