ru2

My Light

ru2
Oct 21st, 2012
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.36 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 >> My Light
  5. By >> Ruba [http://ru2.tumblr.com/]
  6.  
  7. >> Free to use, to share and alter
  8.  
  9. >> Please give credit.
  10.  
  11. -->
  12. <head>
  13. <title>{Title}</title>
  14. <link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  16. <script type="text/javascript">
  17. WebFontConfig = {
  18. google: { families: [ 'Exo::latin' ] }
  19. };
  20. (function() {
  21. var wf = document.createElement('script');
  22. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  23. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  24. wf.type = 'text/javascript';
  25. wf.async = 'true';
  26. var s = document.getElementsByTagName('script')[0];
  27. s.parentNode.insertBefore(wf, s);
  28. })(); </script>
  29. <script language="JavaScript">
  30. </script>
  31. </head>
  32. <META name="color:Background" content="#fff">
  33. <META name="color:PostBackground" content="#f3f3f1">
  34. <META name="image:SideImage" content="">
  35. <META name="image:Background" content="http://static.tumblr.com/y2tgve6/Klqlz8kyh/r93hup.png">
  36. <META name="color:Text" content="#000">
  37. <META name="color:PostLink" content="#898989">
  38. <META name="color:PostHover" content="#434343">
  39. <META name="color:Navbar" content="#070400" />
  40. <META name="color:R1" content="#3f4940"/>
  41. <meta name="color:nav" content="#434343" />
  42. <meta name="color:navBG" content="#f3f3f1" />
  43. <META name="text:Link1" content="Link 1"/>
  44. <META name="text:Link1URL" content=""/>
  45. <META name="text:Link2" content="Link 2"/>
  46. <META name="text:Link2URL" content=""/>
  47. <META name="text:Link3" content="Link 3"/>
  48. <META name="text:Link3URL" content=""/>
  49. <META name="text:Link4" content="Link 4"/>
  50. <META name="text:Link4URL" content=""/>
  51. <META name="text:Link5" content="Link 5"/>
  52. <META name="text:Link5URL" content=""/>
  53. <META name="text:Link6" content="Link 6"/>
  54. <META name="text:Link6URL" content=""/>
  55. <title>{Title}</title>
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58.  
  59. <style type="text/css">
  60. @import url(http://fonts.googleapis.com/css?family=Exo);
  61. ::-webkit-scrollbar {width: 4px; height: 2px; background: #8b898c; }
  62. ::-webkit-scrollbar-thumb { background-color: #575560; }
  63. body{
  64. color:{color:Text};
  65. background-color:{color:Background};
  66. background-image:url('{image:Background}');
  67. background-repeat: repeat;
  68. background-attachment: fixed;
  69. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  70. font-size:9pt;
  71. line-height: 12px;
  72. text-align: justify;}
  73. a:link, a:visited, a:active {
  74. color: {color:PostLink};
  75. text-decoration: none;
  76. font-weight: normal;
  77. padding-bottom: 2px;}
  78. a:hover {
  79. color: {color:PostHover};
  80. text-decoration: none;
  81. font-weight: normal;}
  82. i, em {font-style:italic;}
  83. u {text-decoration:underline;}
  84. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold;}
  85. small, small a, small a:visited {font-size: 11px; line-height: 16px;}
  86. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  87. margin-top: 7px;
  88. font-family: "Yakout";
  89. font-size: 22px;
  90. line-height: 20px;
  91. margin-bottom: -5px;
  92. color:{color:PostHover};
  93. font-weight: 500;}
  94. #topnav {
  95. background-color: {color:Navbar};
  96. font-size: 9px;
  97. height: 100%;
  98. width: 75px;
  99. top: 0px;
  100. left:0px;
  101. position: fixed;}
  102. #customnav {
  103. position: fixed;
  104. padding-top:240px;
  105. padding-left: 70px;}
  106. #customnav a {
  107. display: block;
  108. border-right: 15px solid {color:Navbar};
  109. margin-left: -130px;
  110. margin-bottom: 5px;
  111. font-family: "consolas";
  112. text-align: right;
  113. font-size:9px;
  114. width:120px;
  115. color:{color:Navbar};
  116. text-decoration: none;
  117. text-transform: uppercase;
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. transition: all 0.5s ease-in-out;}
  123. #customnav a:hover {
  124. border-right: 35px solid {color:R1};
  125. color: {color:R1};
  126. width:225px;
  127. padding-left: 32px;
  128. letter-spacing: 2px;}
  129. #page {
  130. position: fixed;
  131. bottom: 17px;
  132. right: 233px;}
  133. #page a {
  134. display: inline-block;
  135. height: 50px;
  136. width: 65px;
  137. font-family:lucida sans;
  138. font-size: 38px;
  139. color: {color:PostLink};
  140. text-decoration: none;
  141. line-height: 40px;}
  142. #center{
  143. width:499px;
  144. margin-left:385px;
  145. margin-top:25px;
  146. margin-bottom:20px;}
  147. #sidebar{
  148. color:{color:Text};
  149. padding-top:9px;
  150. margin-left:200px;
  151. width:550px;
  152. position:fixed;}
  153. #portrait1 {
  154. position:fixed;
  155. width: 140px;
  156. height: 140px;
  157. margin-right:5px;}
  158. #portrait1 .profilepic{
  159. background: url('{image:SideImage}');
  160. width: 140px;
  161. height: 140px;
  162. border: 5px solid #fff;
  163. margin-bottom:;
  164. -moz-border-radius: 75px;
  165. border-radius: 75px;}
  166. #Description{
  167. top: 290px;
  168. left:190px;
  169. position:fixed;
  170. background-color:{color:PostBackground};
  171. color:{color:Text};
  172. width:170px;
  173. height: 180px;
  174. text-align: justify;
  175. overflow-x:auto;
  176. overflow-y:auto;}
  177. .sidenav a:link, .sidenav a:active, .sidenav a:visited{
  178. height: 40px;
  179. width: 40px;
  180. -moz-border-radius: 35px;
  181. border-radius: 35px;
  182. color:{color:nav};
  183. display: inline-block;
  184. text-decoration:none;
  185. text-align:center;
  186. font-family:"tahoma";
  187. font-size: 7px;
  188. letter-spacing: 1px;
  189. padding-left:2px;
  190. margin-top:3px;
  191. font-weight:500px;
  192. background-color:{color:navBG};
  193. margin-right:-18px;}
  194. .sidenav a:hover{background-color:{color:navBG};
  195. color:{color:R1};}
  196. #entry{width:440px;
  197. color:{color:Text};
  198. background-color:{color:PostBackground};
  199. padding:5px;
  200. margin-left:53px;
  201. margin-top:1px;
  202. overflow:hidden;}
  203. #date{
  204. background-color:{color:PostBackground};
  205. font-family: "tahoma";
  206. font-size:9px;
  207. padding-left:5px;
  208. padding-right:5px;
  209. padding-bottom:8px;
  210. margin-left:53px;
  211. margin-bottom:7px;
  212. border-top:1px {color:PostLink} solid;
  213. width:440px;
  214. overflow:hidden;
  215. text-transform:lowercase;}
  216. a.title, a.title:visited, a.title:link {
  217. margin-bottom: 5px;
  218. font-family: 'Rouge Script', cursive;
  219. font-weight: normal;
  220. font-style: none;
  221. font-size: 12px;
  222. letter-spacing: -1px;
  223. color: {color:PostLink};
  224. position:fixed;
  225. padding: 33px;}
  226. a.title:hover {
  227. transparent !important;
  228. text-decoration: none;
  229. color:{color:PostHover};}
  230. .photo {
  231. text-align: justify;
  232. width: 400px;
  233. opacity: .8;}
  234. .text img {
  235. max-width: 400px;
  236. opacity: .8;}
  237. #question {
  238. width: 400px;
  239. height: auto;
  240. margin: auto;
  241. font-family:"tahoma";
  242. font-size: 16px;
  243. line-height: 20px;
  244. color: {color:Text};
  245. font-weight: 500;
  246. letter-spacing: 0px;
  247. border-bottom:1px {color:PostHover} solid;}
  248. #asker {
  249. display: inline;
  250. font-family: Arial;
  251. font-size: 16px;
  252. line-height: 20px;
  253. font-weight: 500;
  254. letter-spacing: 0px;
  255. text-transform: lowercase;}
  256. #asker a:hover {
  257. color: #00000;}
  258. </style>
  259. <body>
  260. <div id="wrapper">
  261. <div id="topnav">
  262. <center><div class="sidenav">
  263. <table class="tble">
  264. <td class="sidenav"><a href="/ask"><BR/>ASK?</a></td><p></tr>
  265. </table></div>
  266. <div class="sidenav"><table class="tble">
  267. <td class="sidenav"><a href="/"><BR/>HOME</a></td><p></tr>
  268. </table></div>
  269. <div class="sidenav"><table class="tble">
  270. <td class="sidenav"><a href="archive"><br/>ARCHIVE</a></td><p>
  271. </table></div>
  272. <div class="sidenav"><table class="tble">
  273. <td class="sidenav"><a href="http://ru2themes.tumblr.com"><BR/>THEME</a></td>
  274. </div>
  275. </center>
  276. </tr>
  277. </table></div></div></p><br/></p><br/></p><br/></p><br/>
  278. <div id="customnav">
  279. <a href="{text:Link1URL}">{text:Link1}</a>
  280. <a href="{text:Link2URL}">{text:Link2}</a>
  281. <a href="{text:Link3URL}">{text:Link3}</a>
  282. <a href="{text:Link4URL}">{text:Link4}</a>
  283. <a href="{text:Link5URL}">{text:Link5}</a>
  284. <a href="{text:Link6URL}">{text:Link6}</a>
  285. </div></div>
  286. </div>
  287. </div>
  288. <div id="sidebar">
  289. <div id="portrait1">
  290. <div class="profilepic"/></div>
  291. <p/><p/><center>{CurrentPage} of {TotalPages}
  292. {block:NextPage}
  293. <a href="{NextPage}">&raquo;</div></a>
  294. {/block:NextPage}{/block:Pagination}</div></div></div>
  295. <div id="Description"><small>{Description}</small><p>
  296. </div></div></div></div></div></div>
  297. <div id="center">
  298. {block:Posts}
  299. <div id="entry">
  300. {block:Text}
  301. {block:Title}<center><div class="title"><h3>{Title}</span></h3></div></center>{/block:Title}{Body}
  302. {/block:Text}
  303.  
  304.  
  305. {block:Photo}
  306. <center><img src="{PhotoURL-400}" /></center>
  307. {block:Caption}<div style="margin:-5px 0 -10px 0">{Caption}</div>{/block:Caption}
  308. {/block:Photo}
  309.  
  310.  
  311. {block:Photoset}
  312. <center>{Photoset-400}</center>
  313. {block:Caption}{Caption}{/block:Caption}
  314. {/block:Photoset}
  315.  
  316.  
  317. {block:Quote}
  318. <div align="right"><span style=font-size:17px;>&#10077;<i>{Quote}</i>&#10077;</span>
  319. {block:Source}— {Source}{/block:Source}</div>
  320. {/block:Quote}
  321.  
  322.  
  323. {block:Link}
  324. <center><a href="{URL}" class="link" {Target}><h3><span style=font-family:{font:title font}; font-size:55px;>{Name}</span></h3></a></center>
  325. {block:Description}<p>{Description}</p>{/block:Description}
  326. {/block:Link}
  327.  
  328.  
  329. {block:Chat}
  330. <div class="conversation">
  331. {block:Title}<h3>{Title}</h3>{/block:Title}
  332. <ul type="none">
  333. {block:Lines}
  334. <li>
  335. {block:Label}<span class="person"><b>{Label}</b></span>{/block:Label}
  336. <span class="line">{Line}</span></li>
  337. {/block:Lines}
  338. </ul>
  339. </div>
  340. {/block:Chat}
  341.  
  342. {block:Audio}
  343. <center>{PlayCountWithLabel}<br /><br />
  344. {AudioPlayerBlack}</center>{block:Caption}{Caption}{/block:Caption}
  345. {/block:Audio}
  346.  
  347.  
  348. {block:Video}
  349. <center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}<ul><i>{PlayCountWithLabel}</i></ul>
  350. {/block:Video}
  351.  
  352.  
  353.  
  354. {block:Answer}
  355. <h3><img src="{AskerPortraitURL-30}" style=" -moz-border-radius: 21px; -webkit-border-radius: 21px; -o-border-radius:21px;"></img><span style=font-size:13px;> <div id="asker"> {Asker}</div> Asked; </h3></span><br/><blockquote><div id="question">{Question}</div></blockquote>
  356. <br/>{Answer}<br/>
  357. {/block:Answer}
  358.  
  359. </div>
  360.  
  361. {block:Date}<div id="date">
  362. <div align="right">
  363. <br /><a href="{Permalink}">{TimeAgo}</a> ▏{block:NoteCount}{NoteCountWithLabel} ▏{/block:NoteCount}{block:RebloggedFrom} reblogged via <a href="{ReblogParentURL}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>) ▏{/block:RebloggedFrom}{block:HasTags}{block:Tags}• <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} ▏<a href="{ReblogURL}">reblog</a><br /></div></div>{/block:Date}
  364.  
  365. {/block:Posts}
  366. {block:PostNotes}<div id="date">{PostNotes}</div>{/block:PostNotes}</div>
  367.  
  368.  
  369. </div>
  370. </body>
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment