Advertisement
lucitor

roblox oof theme

Apr 12th, 2018
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  6.  
  7. base code by animecharacter
  8.  
  9. theme by lizzy sanrieo Σd(≧ω≦*) グッ
  10.  
  11. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  12. ----->
  13.  
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{image:favicon}">
  22.  
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  25.  
  26. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  27.  
  28. <meta name="image:favicon" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:link pixel 1" content=""/>
  31. <meta name="image:link pixel 2" content=""/>
  32. <meta name="image:link pixel 3" content=""/>
  33.  
  34. <meta name="color:bg" content=""/>
  35. <meta name="color:post bg" content=""/>
  36. <meta name="color:text" content=""/>
  37. <meta name="color:link" content=""/>
  38. <meta name="color:hover" content=""/>
  39. <meta name="color:border" content=""/>
  40.  
  41. <meta name="text:border type" content=""/>
  42. <meta name="text:border size" content=""/>
  43. <meta name="text:title size" content="" />
  44.  
  45. <meta<meta name="text:link 1 URL" content="" />
  46. <meta name="text:link 1" content="" />
  47.  
  48. <meta name="if:title" content="" />
  49. <meta name="if:desc" content="" />
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. /*
  55. general text styles, fonts and colours
  56. */
  57.  
  58. body {
  59. margin:40px;
  60. background:{color:bg};
  61. font-family:arial;
  62. font-size:20px;
  63. line-height:130%;
  64. color: {color:text};
  65. }
  66.  
  67. p{
  68. margin:0 0 10px 0;
  69. padding:0;
  70. }
  71.  
  72. pre {
  73. white-space: pre-wrap;
  74. white-space: -moz-pre-wrap;
  75. white-space: -pre-wrap;
  76. white-space: -o-pre-wrap;
  77. word-wrap: break-word;
  78. }
  79.  
  80. a{
  81. color:{color:link};
  82. text-decoration:none;
  83. }
  84.  
  85. a:hover{
  86. color:{color:hover};
  87. }
  88.  
  89. li{
  90. margin-left:-15px;
  91. }
  92.  
  93. /*
  94. containers etc
  95. */
  96. #wrapper{
  97. width:600px;
  98. margin:50px auto;
  99. }
  100.  
  101. #sidebar{
  102. width:290px;
  103. position:fixed;
  104. margin-left:-190px;
  105. margin-top:0px;
  106. text-align:center;
  107. padding:5px;
  108. border:{text:border size} {text:border type} {color:border};
  109. background:{color:post bg};
  110. }
  111.  
  112. #sidebar .title {
  113. font-size: {text:title size};
  114. margin-bottom: 6px;
  115. width:290px;
  116. }
  117.  
  118. #content{
  119. width:400px;
  120. margin-left:200px;
  121. overflow:hidden;
  122. border:{text:border size} {text:border type} {color:border};
  123. padding:5px;
  124. background:{color:post bg};
  125. }
  126.  
  127. .post{
  128. width:400px;
  129. margin:0 0 25px 0;
  130. overflow:hidden;
  131. }
  132.  
  133. #sidebar img, .post img{
  134. max-width:100%;
  135. }
  136.  
  137. #nav{
  138. margin:50px 0 0 0;
  139. }
  140.  
  141.  
  142. /*
  143. content in the body of the posts - quotes, asks, etc
  144. "media" contains photos, photosets, videos, audio posts
  145. */
  146. .media{
  147. margin:0 0 10px 0;
  148. }
  149.  
  150. .title{
  151. font-weight:bold;
  152. font-size:29px;
  153. margin:0 0 10px 0;
  154. }
  155.  
  156. .quote{
  157. font-weight:normal;
  158. font-size:16px;
  159. font-style:italic;
  160. margin:0 0 10px 0;
  161. }
  162.  
  163. .question{
  164. margin-bottom:10px;
  165. }
  166.  
  167. blockquote{
  168. margin:0 0 10px 10px;
  169. padding:0 0 0 10px;
  170. border-left:solid 1px #000;
  171. }
  172.  
  173. /*
  174. post footers - date, tags, via and source
  175. */
  176. .post .footer{
  177. margin:0;
  178. text-align:center;
  179. }
  180.  
  181. /*
  182. post notes
  183. */
  184. ol.notes{
  185. list-style-type:none;
  186. padding:0;
  187. margin:0;
  188. }
  189.  
  190. ol.notes li.note img{
  191. width:16px;
  192. height:16px;
  193. }
  194.  
  195. ol.notes li.note{
  196. margin:0px;
  197. }
  198.  
  199. {CustomCSS}
  200. </style>
  201. </head>
  202.  
  203. <body>
  204. <div id="wrapper">
  205.  
  206.  
  207. <div id="sidebar">
  208. {block:iftitle}
  209. <div class="title">
  210. <b>{Title}</b>
  211. </div>
  212. {/block:iftitle}
  213. <center><img src="{image:sidebar}"></center>
  214. {block:Description}
  215. {block:ifdesc}<p>{Description}</p>{/block:ifdesc}
  216. {/block:Description}
  217.  
  218. <img src="{image:link pixel 1}"> <a href="/">home</a><br>
  219. <img src="{image:link pixel 2}"> <a href="/ask">inbox</a><br>
  220. <img src="{image:link pixel 3}"> {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1}
  221. {block:AskEnabled}
  222. {/block:AskEnabled}
  223. {block:SubmissionsEnabled}
  224. <a href="/ask">{SubmitLabel}</a><br>
  225. {/block:SubmissionsEnabled}
  226. {block:HasPages}
  227. {block:Pages}
  228. <a href="{URL}">{Label}</a><br>
  229. {/block:Pages}
  230. {/block:HasPages}
  231. </div>
  232.  
  233.  
  234.  
  235. <div id="content">
  236. {block:Posts}
  237.  
  238. <div class="post">
  239.  
  240. {block:Text}
  241. {block:Title}
  242. <div class="title">{Title}</div>
  243. {/block:Title}
  244. {Body}
  245. {/block:Text}
  246.  
  247. {block:Photo}
  248. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  249. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  250. {/block:Photo}
  251.  
  252. {block:Photoset}
  253. <div class="media">{Photoset-400}</div>
  254. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  255. {/block:Photoset}
  256.  
  257. {block:Quote}
  258. <div class="quote">"{Quote}"</div>
  259. {block:Source}
  260. <div class="quotesource">{Source}</div>
  261. {/block:Source}
  262. {/block:Quote}
  263.  
  264. {block:Link}
  265. <div class="title"><a href="{URL}">{Name}</a></div>
  266. {block:Description}
  267. <div class="description">{Description}</div>
  268. {/block:Description}
  269. {/block:Link}
  270.  
  271. {block:Chat}
  272. {block:Title}
  273. <div class="title">{Title}</div>
  274. {/block:Title}
  275.  
  276. {block:Lines}
  277. <div class="{Alt} user_{UserNumber}">
  278. {block:Label}
  279. <b>{Label}</b>{/block:Label}
  280. &nbsp;{Line}
  281. </div>
  282. {/block:Lines}
  283. {/block:Chat}
  284.  
  285. {block:Video}
  286. <div class="media">{Video-400}</div>
  287. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  288. {/block:Video}
  289.  
  290. {block:Audio}
  291. <div class="media">
  292. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  293. {AudioPlayerWhite}
  294. {block:TrackName}{TrackName}<br>{/block:TrackName}
  295. {block:Artist}{Artist}<br>{/block:Artist}
  296. {block:Album}{Album}{/block:Album}
  297. </div>
  298. {block:Caption}{Caption}{/block:Caption}
  299. {/block:Audio}
  300.  
  301. {block:Answer}
  302. <div class="question">{Asker}: {Question}</div>
  303. <div class="caption">{Answer}</div>
  304. {/block:Answer}
  305.  
  306.  
  307. {block:Date}
  308. <div class="footer">
  309. <a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  310. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  311. </div>
  312.  
  313. {block:PermalinkPage}
  314. {block:NoteCount}
  315. {block:PostNotes}{PostNotes}{/block:PostNotes}
  316. {/block:NoteCount}
  317. {/block:PermalinkPage}
  318. {/block:Date}
  319.  
  320. </div>
  321. {/block:Posts}
  322.  
  323. {block:Pagination}
  324. <div id="nav">
  325. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  326.  
  327. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  328. </div>
  329. {/block:Pagination}
  330. </div>
  331. </div>
  332.  
  333. </div>
  334.  
  335. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  336. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  337.  
  338. <div style="position:fixed;bottom:10px;opacity:1;right:20px;padding:px;font-size:19px;font-weight:normal;"><a title="theme by izzy" href="https://sanrieo.tumblr.com/">(c)</a></div> </body>
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement