ru2

Andalusia

ru2
Apr 29th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!--
  4. Theme >> Andalusia
  5.  
  6. By >> Ruba [http://ru2.tumblr.com/]
  7.  
  8. >> Free to use, to share and alter
  9.  
  10. >> Please give credit.
  11.  
  12. -->
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  14. <head>
  15. <meta name="color:text" content="#434343"/>
  16. <meta name="color:Link" content="#ed4c20"/>
  17. <meta name="color:Hover" content="#fca38e"/>
  18. <meta name="color:background color" content="#e7dfc0"/>
  19. <meta name="color:permalink" content="#434343"/>
  20. <meta name="image:background image" content=""/>
  21. <META name="image:Sidebar Image" content="http://media.tumblr.com/tumblr_m3905bpfD91qan8h1.png"/>
  22. <META name="color:Description" content="#000">
  23. <META name="color:Post Background" content="#ece4c6">
  24. <meta name="color:title" content="#3fbea3"/>
  25. <meta name="color:NavBackground" content="#fcf2cd">
  26. <meta name="color:Nav Link Background" content="#812f00">
  27. <meta name="color:Nav Link Text" content="#74e1c6">
  28. <meta name="color:Nav Link Background Hover" content="#B2A980">
  29. <meta name="color:Nav Link Text Hover" content="#857097">
  30. <META name="text:Link1" content="Enlace1">
  31. <META name="text:URL1" content="">
  32. <META name="text:Link2" content="Enlace2">
  33. <META name="text:URL2" content="">
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {width: 6px; height: 4px; background: #fff; }
  39. ::-webkit-scrollbar-thumb { background-color: #000; -webkit-border-radius: 1ex; }
  40.  
  41. body{
  42. background-attachment: fixed;
  43. background-repeat: repeat-y;
  44. background-position:right bottom;
  45. background-image: url({image:background image});
  46. background-color: {color:background color};
  47. color:{color:text};
  48. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  49. font-size: 13px;
  50. text-align: justify;}
  51.  
  52. a:link, a:active, a:visited{
  53. color: {color:Link};
  54. text-decoration: none;}
  55.  
  56. a:hover{
  57. color: {color:Hover};
  58. -webkit-transition-duration: 0.5s;}
  59.  
  60.  
  61. #wast{
  62. position: fixed !important;
  63. width: auto;
  64. height: auto;
  65. right: 3px;
  66. top: 16px;}
  67.  
  68. .entry {
  69. float: left;
  70. background-color:{color:Post Background};border:3px;{color:Post Background};
  71. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  72. font-size: 13px;
  73. text-align: justify;
  74. margin: 2px;
  75. {block:indexpage}
  76. width: 420px;
  77. {/block:indexpage}
  78. {block:permalinkpage}
  79. width: 1100px;
  80. {/block:permalinkpage}
  81. overflow:hidden;
  82. {block:indexpage}
  83. }
  84.  
  85. .entry img {
  86. background-color:{color:Post Background};border:11px;{color:Post Background};
  87. {block:indexpage}
  88. width: 420px;
  89. {/block:indexpage}
  90. {block:permalinkpage}
  91. width: 1100px;
  92. {/block:permalinkpage}
  93. }
  94. #entry:hover #infos {
  95. opacity:0.9;
  96. filter: alpha(opacity=90);
  97. -moz-opacity:0.9;}
  98. #entry #infos #details {
  99. margin-top:50px;}
  100. a.notecount {
  101. color: {color:permalink};
  102. font-size: 8px;
  103. line-height: 10px;
  104. font-family: Lucida Console;
  105. font-weight:normal;
  106. text-transform: uppercase;
  107. letter-spacing: 2px;
  108. margin-left:0px;}
  109. a.notecount:hover {
  110. color: #888888;}
  111. a.reblog {
  112. color: {color:permalink};
  113. font-size: 9px;
  114. line-height: 12px;
  115. font-family: Lucida Console;
  116. font-weight:normal;
  117. text-transform: normal;
  118. letter-spacing: 2px;}
  119. a.reblog:hover {
  120. color: #888888;}
  121. .ask {
  122. width:420px;
  123. border-bottom:1px dotted {color:Link};
  124. font-style:none;
  125. font-size:13px;
  126. font-family: tahoma;}
  127.  
  128. .ask a{
  129. color:{color:Link};
  130. font-style:none;
  131. font-size:13px;
  132. font-family: tahoma;}
  133.  
  134. .answer{
  135. padding-bottom:4px;}
  136.  
  137. #pages{
  138. position: fixed;
  139. bottom: 427px;
  140. right: 150px;}
  141. }
  142.  
  143. .perma{
  144. opacity: 0.0;
  145. filter: alpha(opacity = 0);
  146. position: absolute;
  147. margin-top: 0px;
  148. margin-left: 5px;
  149. width: 30px;
  150. height: 30px;
  151. line-height: 30px;
  152. font-size: 9px;
  153. text-align: center;
  154. z-index:9999991;
  155. color: {color:permalink};}
  156.  
  157.  
  158. #nav {
  159. width: 290px;
  160. opacity:0.4;
  161. filter:alpha(opacity=40);
  162. background-color: {color:NavBackground};
  163. margin-top: 0px;
  164. font-family: lucida sans unicode;
  165. font-size: 10px;
  166. font-weight: normal;
  167. text-transform: uppercase;
  168. text-align: center;
  169. letter-spacing: 4px;
  170. color: {color:Title Text};
  171. padding-top: 0px;
  172. margin-left: 0px;
  173. padding-right: 0px;
  174. padding-bottom: 15px;
  175. top: 0;
  176. left:50px;
  177. position: fixed;
  178. -moz-border-radius: 0px 0px 10px 10px;
  179. -webkit-border-radius: 0px 0px 10px 10px;
  180. border-radius: 0px 0px 10px 10px;
  181. -webkit-transition: all 1.5s ease;
  182. -moz-transition: all 1.5s ease;
  183. -o-transition: all 1.5s ease;
  184. margin-top: -190px;
  185. }
  186. #nav:hover {
  187. opacity:1.0;
  188. filter:alpha(opacity=100);
  189. padding-top: 300px;
  190. }
  191. #nav a {
  192. width: 80px;
  193. background-color: {color:Nav Link Background};
  194. display: block;
  195. line-height: 15px;
  196. font-family: lucida sans unicode;
  197. font-size: 9px;
  198. color: {color:Nav Link Text};
  199. text-transform: uppercase;
  200. text-decoration: none;
  201. letter-spacing: 4px;
  202. text-align: center;
  203. margin-bottom: 1px;
  204. -webkit-transition: all 0.5s ease;
  205. -moz-transition: all 0.5s ease;
  206. -o-transition: all 0.5s ease;
  207. }
  208. #nav a:hover {
  209. background-color: {color:Nav Link Background Hover};
  210. color: {color:Nav Link Text Hover};
  211. }
  212. #portrait .profilepic{
  213. background: url('{image:Sidebar Image}');
  214. width: 220px;
  215. height:220px;
  216. border: 5px solid #fff;
  217. -webkit-border-radius: 110px;
  218. -moz-border-radius: 110px;
  219. border-radius: 110px;
  220. -webkit-transition: 0.7s ease-in-out;
  221. -moz-transition: 0.7s ease-in-out;
  222. -o-transition: 0.7s ease-in-out;
  223. }
  224. #Description{
  225. color: {color:Description}
  226. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  227. font-size: 13px;
  228. text-align: justify;}
  229.  
  230. {CustomCSS}
  231. </style>
  232. </head>
  233. <body>
  234. <div id="nav">
  235. <div id="descrip">{description}</div><p>
  236. <center>
  237. <p><a href="http://ru2themes.tumblr.com/">Tema</a>&nbsp;&nbsp <a href="/archive">archivo</a><br/>
  238. <a href="{text:URL1}">{text:Link1}</a>&nbsp;&nbsp <a href="{text:URL2}">{text:Link2}</a><br/>
  239. <a href="/ask">Pedir</a>&nbsp;&nbsp<a href="/">Casa</a><br/><p/>
  240. <center>
  241. <div id="portrait"><div class="profilepic"></div><br/>
  242. <font color="{color:title}"font size="4px"font family="Lucida Grande">{title}</font></a>
  243. </div></div></div>
  244. </div></div>
  245. <br><br><br><br>
  246.  
  247. <div style="max-width: 1000px;margin-left:auto;margin-right:auto;">
  248. <center>
  249. {block:Posts}
  250.  
  251. <div class="entry">
  252. {block:IndexPage}
  253. <center><div id="infos">
  254. <div id="details">
  255. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" class="reblog">Este Reblog</a> | {block:HasTags} <font size="1px"font family="Lucida Console">· E&nbsp;t&nbsp;i&nbsp;q&nbsp;u&nbsp;e&nbsp;t&nbsp;a&nbsp;s&nbsp;:<br/></font> {block:Tags}<small><a href="{TagURL}">#{Tag} </a></small>{/block:Tags}{/block:HasTags}
  256. </div>
  257. </div></center>
  258. {/block:IndexPage}
  259. {block:Text}
  260. {block:IndexPage}<div class="text">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}{Body}</div>
  261. {/block:IndexPage}{/block:Text}
  262.  
  263. {block:Photo}{block:IndexPage}
  264. {LinkOpenTag}<a href="{Permalink}"><center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/><br/></center></a>{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=1100px/></center>{LinkCloseTag}{/block:permalinkpage}
  265. {/block:Photo}
  266.  
  267. {block:Photoset}
  268. {block:IndexPage}
  269. <div class="photoset"><center>{Photoset-400}<br/></center></div>{/block:IndexPage}
  270. {block:permalinkpage}<div class="photoset">{Photoset-500}</div>{/block:permalinkpage}
  271. {/block:Photoset}
  272.  
  273. {block:Quote}
  274. {block:IndexPage}<div class="text">&#10077;{Quote}{block:Source}<div class="source">_{Source}</div>{/block:Source}</div>{/block:IndexPage}{/block:Quote}
  275.  
  276. {block:Link}{block:IndexPage}<div class="text"><a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
  277. {/block:IndexPage}{/block:Link}
  278.  
  279. {block:Chat}{block:IndexPage}<div class="text">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</div>
  280. {/block:IndexPage}{/block:Chat}
  281.  
  282. {block:Video}{block:IndexPage}<center><br/>{Video-400}</center><br/>{/block:IndexPage}{/block:Video}
  283. {block:Audio}{block:IndexPage}<br/>{AudioPlayerWhite}<br/><div class="text">{block:Caption}{Caption}{/block:Caption}</div>
  284. {/block:IndexPage}{/block:Audio}
  285. {block:Answer}
  286. {block:IndexPage}<div class="ask">{Asker} asked: {Question}</div>
  287. <div class="answer"> {Answer}</div>
  288. {/block:IndexPage}{/block:Answer}
  289.  
  290.  
  291. <div class="permal">{block:PermalinkPage}
  292. <center><br><br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Etiquetas: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center><br><br><br>
  293. {/block:PermalinkPage}</div>
  294.  
  295. </div>
  296. <br><br>
  297. {/block:Posts}
  298. <p id="footer">
  299. {block:Pagination}<div id="page"><div id="pages">{block:PreviousPage}<a href="{PreviousPage}"><img src="http://media.tumblr.com/tumblr_m394bceWOV1qan8h1.png" /></a> &nbsp;&nbsp;&nbsp; {block:PreviousPage}{block:NextPage}<a href="{NextPage}"><img src="http://media.tumblr.com/tumblr_m394biUQEG1qan8h1.png" /></a>{block:NextPage}
  300. </div></div></div>
  301. </div>
  302. </body>
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment