Advertisement
Rita-Themes

Matlin - Theme Two

Feb 6th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!---Theme Two by lol-themesbyrita|Tumblr. Please don't take the credit---->
  6.  
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Side Background" content="#ffffff"/>
  12. <meta name="color:Entry Background" content="#aaaaaa"/>
  13. <meta name="color:Text" content="#828282"/>
  14. <meta name="color:Link" content="#8ea089"/>
  15. <meta name="color:Link Hover" content="#e8e8e8"/>
  16. <meta name="color:Border" content="#4d4949"/>
  17.  
  18. <!--Images-->
  19. <meta name="image:Background" content""/>
  20. <meta name="image:Sidebar" content""/>
  21.  
  22. <meta name="text:Link One Title" content="link one" />
  23. <meta name="text:Link One" content="" />
  24. <meta name="text:Link Two Title" content="link two" />
  25. <meta name="text:Link Two" content="" />
  26. <meta name="text:Link Three Title" content="link three" />
  27. <meta name="text:Link Three" content="" />
  28. <meta name="text:Link Four Title" content="link four" />
  29. <meta name="text:Link Four" content="" />
  30. <meta name="text:Link Five Title" content="link five" />
  31. <meta name="text:Link Five" content="" />
  32.  
  33.  
  34. <!--Options-->
  35. <meta name="if:Infinite Scrolling" content=""/>
  36.  
  37. {block:ifInfiniteScrolling}
  38. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  39. {/block:ifInfiniteScrolling}
  40.  
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <title>
  44. {block:PostSummary}
  45. {PostSummary} - {/block:PostSummary}{Title}</title>
  46. </style>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  51.  
  52. ::-webkit-scrollbar-thumb { background-color:gray; }
  53.  
  54. body{
  55. background-color: {color:Background};
  56. background-image: url({image:Background});
  57. background-attachment: fixed;
  58. background-repeat: repeat;
  59. background-position: center;
  60. font-family:helvetica;
  61. font-size:11px;
  62. line-height:12px;
  63. color:{color:Text};
  64. }
  65.  
  66. a:link, a:active, a:visited{
  67. color: {color:Link};
  68. text-decoration:none;
  69. }
  70.  
  71. a:hover{
  72. color: {color:Link Hover};
  73. }
  74.  
  75. #container {
  76. margin:auto;
  77. width:700px;
  78. }
  79.  
  80. #entry {
  81. width:500px;
  82. margin-left:180px;
  83. margin-top:25px;
  84. padding:3px;
  85. background-color:{color:Entry Background};
  86. padding-bottom:5px;
  87. border:4px solid {color:Border};
  88. }
  89.  
  90. #permalink{
  91. position:relative;
  92. margin-top:5px;
  93. padding:2px;
  94. font-size:8px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. #side {
  99. text-align:center;
  100. position:fixed;
  101. width:140px;
  102. margin-top:80px;
  103. margin-left:-20px;
  104. z-index:1;
  105. padding:4px;
  106. background-color:{color:side background};
  107. border:2px solid {color:Border};
  108. }
  109.  
  110. #links{
  111. position:fixed !important;
  112. left:-15px;
  113. padding-top:5px;
  114. margin-top:10px;
  115. margin-left:290px;
  116. padding-bottom:12px;
  117. text-align:center;
  118. height:1px;
  119. width:134px;
  120. font-family:consolas;
  121. font-size:10px;
  122. -webkit-transition: opacity 0.8s linear;
  123. -webkit-transition: all 0.8s ease-in-out;
  124. -moz-transition: all 0.8s ease-in-out;
  125. -o-transition: all 0.8s ease-in-out;
  126. background:none;
  127. z-index:9999;
  128. overflow:auto;
  129. }
  130.  
  131. #links:hover{
  132. border:1px;
  133. height:60px;
  134. width:134px;
  135. z-index:999999999;
  136. background: #fff;
  137. -webkit-transition: opacity 0.8s linear;
  138. -webkit-transition: all 0.8s ease-in-out;
  139. -moz-transition: all 0.8s ease-in-out;
  140. -o-transition: all 0.8s ease-in-out;
  141. }
  142.  
  143. #pagination {
  144. font-size:20px;
  145. text-align:center;
  146. }
  147.  
  148. .navigate{
  149. font-size:10px;
  150. text-transform:uppercase;
  151. margin-top:4px;
  152. margin-bottom:4px;
  153. }
  154.  
  155. .blogtitle{
  156. font-size:20px;
  157. line-height:20px;
  158. }
  159.  
  160. .posttitle{
  161. font-size: 18px;
  162. line-height: 20px;
  163. }
  164.  
  165. blockquote{
  166. margin-left:10px;
  167. padding-left:4px;
  168. border-left: 3px solid {color:Text};
  169. }
  170.  
  171. .p { padding-top: 5px; }
  172. .ol, ul { margin-left: 10px; padding: 5px; }
  173. .ul { list-style-type: square; }
  174.  
  175. {CustomCSS}
  176. </style>
  177.  
  178. <link rel="shortcut icon" href="{Favicon}">
  179. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  180.  
  181. </head>
  182. <body>
  183. <div id="container">
  184.  
  185. <div id="side">
  186. <div class="blogtitle"><a href="/">{Title}</a></div>
  187. <img src="{image:Sidebar}" width="130" style="border:4px solid {color:Border};">
  188.  
  189. <div class="navigate">
  190. <a href="/">home</a>
  191. <a href="/ask">ask</a>
  192. <a href="/archive">archive</a>
  193. </div>
  194.  
  195. {Description}
  196.  
  197. <br>
  198.  
  199. {block:ifNotInfiniteScrolling}
  200. <div class="navigate">
  201.  
  202.  
  203. <div id="pagination">
  204. {block:Pagination}
  205. {block:PreviousPage}
  206. <a href="{PreviousPage}">- </a>
  207. {/block:PreviousPage}
  208. {block:NextPage}
  209. <a href="{NextPage}"> +</a>
  210. {/block:NextPage}
  211. {/block:Pagination}
  212.  
  213. <div id="links">
  214. <b><big>NAVIGATE</big></b>
  215. <div class="links">
  216. <a href="{text:Link One}">{text:Link One Title}</a></span> {/block:ifLinkOneTitle}<br>
  217.  
  218. <a href="{text:Link Two}">{text:Link Two Title}</a></span> {/block:ifLinkTwoTitle}<br>
  219.  
  220. <a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:ifLinkThreeTitle}<br>
  221.  
  222. <a href="{text:Link Four}">{text:Link Four Title}</a></span> {/block:ifLinkFourTitle}<br>
  223.  
  224. <a href="{text:Link Five}">{text:Link Five Title}</a></span> {/block:ifLinkFiveTitle}</div>
  225. </div>
  226. </div>
  227. {/block:ifNotInfiniteScrolling}
  228. </div>
  229. </div>
  230.  
  231. {block:Posts}
  232. <div id="entry">
  233.  
  234. {block:Text}
  235. {block:Title}
  236. <div class="posttitle">{Title}</div>
  237. {/block:Title}
  238. {Body}
  239. {/block:Text}
  240.  
  241. {block:Link}
  242. <div class="posttitle">
  243. <a href="{URL}">{Name}</a>
  244. </div>
  245. {block:Description}{Description}{/block:Description}
  246. {/block:Link}
  247.  
  248. {block:Photo}
  249. <center>
  250. {LinkOpenTag}
  251. <a href="{permalink}">
  252. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  253. {LinkCloseTag}
  254. </center>
  255. {block:Caption}{Caption}{/block:Caption}
  256. {block:ContentSource}
  257. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  258. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  259. {/block:SourceLogo}
  260. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  261. {/block:ContentSource}
  262. {block:ReblogParentURL}
  263. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  264. {/block:ReblogParentURL}
  265. {/block:Photo}
  266.  
  267. {block:Photoset}
  268. {Photoset-500}
  269. {block:Caption}{Caption}{/block:Caption}
  270. {/block:Photoset}
  271.  
  272. {block:Quote}
  273. <div class="posttitle">"{Quote}"</div>
  274. {block:Source}
  275. - {Source}
  276. {/block:Source}
  277. {/block:Quote}
  278.  
  279. {block:Chat}
  280. {block:Title}
  281. <div class="posttitle">
  282. {Title}
  283. </div>
  284. {/block:Title}
  285. {block:Lines}
  286. {block:Label}
  287. <b>{Label} </b>
  288. {/block:Label}
  289. {Line}
  290. <br>
  291. {/block:Lines}
  292. {/block:Chat}
  293.  
  294. {block:Audio}
  295. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  296.  
  297. {block:TrackName}
  298. <b>Title</b>:{TrackName}
  299. {/block:TrackName}
  300. <br>
  301. {block:Artist}
  302. <b>Artist:</b>{Artist}
  303. {/block:Artist}
  304. <br>
  305. {PlayCountWithLabel}
  306. <br>
  307. {block:Caption}{Caption}{/block:Caption}
  308. {/block:Audio}
  309.  
  310. {block:Video}
  311. {Video-500}
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Video}
  314. <center>
  315. {block:IndexPage}
  316. <div id="permalink">
  317. posted
  318. <a href="{Permalink}"> {TimeAgo}</a>
  319. with
  320. <a href="{Permalink}">{NoteCountWithLabel}</a>
  321. {block:RebloggedFrom}
  322. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  323. <br>
  324. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  325. {/block:RebloggedFrom}
  326. <br>
  327. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  328. <br>
  329. Tags:
  330. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  331. {/block:Tags}
  332. {/block:HasTags}
  333. </div>
  334. {/block:IndexPage}
  335.  
  336. {block:PermalinkPage}
  337. <div id="permalink">
  338. posted
  339. <a href="{Permalink}"> {TimeAgo}</a>
  340. with
  341. <a href="{Permalink}">{NoteCountWithLabel}</a>
  342. <br>
  343. VIA: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>
  344. <br>
  345. Source: <a href="{ReblogRootURL}" target="_blank">{ReblogRootURL}</a>
  346. <br>
  347. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  348. <br>
  349. Tags:
  350. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  351. {/block:Tags}
  352. {/block:HasTags}
  353. </div>
  354. {/block:PermalinkPage}
  355. </center>
  356. {block:PostNotes}
  357. {PostNotes}
  358. {/block:PostNotes}
  359. </div>
  360. {/block:Posts}
  361.  
  362. </body>
  363. <div style="position:fixed; bottom:3px; left:5px; padding:5px; font-size: 10px; border:0px solid rgba(0,0,0,0.1);"><a href="http://ivealwayswantedyou.tumblr.com/">LOL-Rita</a>
  364. </div>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement