Advertisement
minseobbing

Theme no.1

Aug 13th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---------------------------------------------------------------
  5. Theme 1 by MINSEOBBING.TUMBLR.COM
  6.  
  7. Icons by NINPEN
  8.  
  9. Inspired by senpiezthemes+selkasthemes
  10.  
  11. Editing is allowed AS LONG as you keep my CREDITS in place and don't publish it!
  12. As long as it's for personal use, i'm totally fine with it :)
  13.  
  14.  
  15. PLEASE DONT STEAL MY CODES OR PUBLISH WITHOUT MY PERMISSION
  16.  
  17. ------------------------------------------------------------------>
  18.  
  19. <head>
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22.  
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24.  
  25. <script>
  26.  
  27. (function($){
  28.  
  29. $(document).ready(function(){
  30.  
  31. $("a[title]").style_my_tooltips({
  32.  
  33. tip_follows_cursor:true,
  34.  
  35. tip_delay_time:0,
  36.  
  37. tip_fade_speed:0,
  38.  
  39. attribute:"title"
  40.  
  41. });
  42.  
  43. });
  44.  
  45. })(jQuery);
  46.  
  47. </script>
  48.  
  49. <title>{title}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52.  
  53. <meta name="image:Background" content="http://static.tumblr.com/ow7ogwc/whYna7pw8/gridme.png"/>
  54. <meta name="image:tinybg" content=""/>
  55. <meta name="image:Side Image" content=""/>
  56.  
  57. <meta name="color:Background" content="#bbe5b7"/>
  58.  
  59. <meta name="color:tooltips txt" content=""/>
  60. <meta name="color:tooltips bg" content="#ffffff"/>
  61. <meta name="color:tooltips border" content="#000000"/>
  62.  
  63. <meta name="color:scrollbar bg" content="#bbe5b7"/>
  64. <meta name="color:scrollbar border" content="#00000"/>
  65.  
  66. <meta name="color:links" content="#cccccc"/>
  67. <meta name="color:links hover" content="#bbe5b7"/>
  68.  
  69. <meta name="color:title" content="#000000"/>
  70. <meta name="color:title hover" content="#bbe5b7"/>
  71.  
  72. <meta name="color:nav background" content="#bbe5b7"/>
  73. <meta name="color:nav link" content="#000000"/>
  74. <meta name="color:nav link hover" content="#bbe5b7"/>
  75.  
  76. <meta name="color:sidebar background" content="#f6f6f6"/>
  77. <meta name="color:sidebar border" content="#000000"/>
  78.  
  79. <meta name="color:container background" content="#f6f6f6"/>
  80. <meta name="color:container border" content="#000000"/>
  81.  
  82. <meta name="color:post background" content="#ffffff"/>
  83. <meta name="color:post border" content="#000000"/>
  84.  
  85. <meta name="select:side image position" content="bottom:-5px;left:-10px;" title="bottom left" />
  86. <meta name="select:side image position" content="bottom:-5px;right:5px;" title="bottom right" />
  87.  
  88. <meta name="text:font" content="consolas"/>
  89. <meta name="text:link1" content="link 1" />
  90. <meta name="text:link1 url" content="/" />
  91. <meta name="text:link2" content="link 2" />
  92. <meta name="text:link2 url" content="/" />
  93. <meta name="text:link3" content="link 3" />
  94. <meta name="text:link3 url" content="/" />
  95. <meta name="text:link4" content="link 4" />
  96. <meta name="text:link4 url" content="/" />
  97. <meta name="text:link5" content="link 5" />
  98. <meta name="text:link5 url" content="/" />
  99. <meta name="text:link6" content="link 6" />
  100. <meta name="text:link6 url" content="/" />
  101.  
  102. <style type="text/css">
  103. @font-face { font-family: 'ronda'; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  104.  
  105. body{
  106. margin:0px;
  107. padding:0px;
  108. font:11px {text:font};
  109. background:{color:background} url('{image:background}') fixed;
  110. }
  111. a{
  112. color:{color:links};
  113. }
  114. a:hover{
  115. color:{color:links hover};
  116. letter-spacing:4px;
  117. }
  118. #sideimg {
  119. z-index: -1;
  120. {select:side image position}
  121. position: fixed;
  122. }
  123. #title a {
  124. font:14px {text:font};
  125. color:{color:title};
  126. }
  127. #title a:hover{
  128. color:{color:title hover};
  129. letter-spacing:4px;
  130. }
  131. #nav{
  132. font:11px;
  133. }
  134. #nav a{
  135. color:{color:nav link};
  136. }
  137. #nav a:hover{
  138. color:{color:nav link hover};
  139. letter-spacing:4px;
  140. }
  141. #sidebar{
  142. width:390px;
  143. height:auto;
  144. padding:5px;
  145. margin:0px 0 0 475px;
  146. text-align:center;
  147. background:{color:sidebar background};
  148. border:1px solid {color:sidebar border};
  149. }
  150. #container {
  151. width:300px;
  152. height:375px;
  153. overflow:auto;
  154. padding:50px;
  155. margin:50px 0 0 475px ;
  156. border:1px solid {color:container border};
  157. background:{color:container background} url('{image:tinybg}');
  158. }
  159. #post{
  160. width:250px;
  161. padding:5px;
  162. left:425px;
  163. color: {color:post text};
  164. background: {color:post background} ;
  165. border-top:1px solid {color:post border};
  166. border-left:1px solid {color:post border};
  167. border-right:1px solid {color:post border};
  168. overflow:auto;
  169. }
  170. #quote{
  171. font-size:14px;
  172. }
  173. #info{
  174. width:250px;
  175. height:auto;
  176. padding:5px;
  177. left:425px;
  178. background:{color:nav background};
  179. border-top:1px solid {color:post border};
  180. border-right:1px solid {color:post border};
  181. border-left:1px solid {color:post border};
  182. text-align:right;
  183.  
  184. }
  185. #tags {
  186. width:250px;
  187. height:auto;
  188. padding:5px;
  189. margin-top:0px;
  190. margin-bottom:30px;
  191. background:{color:post background};
  192. border-bottom:1px solid {color:post border};
  193. border-right:1px solid {color:post border};
  194. border-left:1px solid {color:post border};
  195. text-align:left;
  196. }
  197. #credit{
  198. margin-bottom:5px;
  199. margin-left:5px;
  200. background:#fff;
  201. height:auto;
  202. width:35px;
  203. font:8px ronda;
  204. padding:3px;
  205. border:1px solid #eaeaea;
  206. text-align:center;
  207. }
  208. #credit a{
  209. color:#000;
  210. }
  211. #credit a:hover{
  212. color:#ffd8e6;
  213. letter-spacing:2px;
  214. text-decoration:underline;
  215. }
  216. ::-webkit-scrollbar {
  217. height: 12px;
  218. width: 5px;
  219. background:{color:scrollbar bg};
  220. }
  221. ::-webkit-scrollbar-thumb {
  222. background-image:url(IMAGE URL HERE);
  223. border:1px solid {color:scrollbar border};
  224. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  225. }
  226. ::-webkit-scrollbar-corner {
  227. background: #transparent;
  228. }
  229. #s-m-t-tooltip {
  230. max-width:150px;
  231. padding:5px 10px 5px 10px;
  232. margin:20px 14px 7px 10px;
  233. border:1px solid {color:tooltips border}; /* change the border color */
  234. background-color:{color:tooltips bg}; /* change the background color */
  235. font-family:Consolas; /* change the font */
  236. font-style: normal;
  237. font-size:11px; /* change the font size */
  238. line-height:11px;
  239. letter-spacing:0px; /* change the letter spacing */
  240. text-transform:none; /* can be uppercase, lowercase, none*/
  241. color:{color:tooltips txt}; /* change the text color */
  242. z-index:999;
  243. }
  244. </style>
  245.  
  246. <body>
  247.  
  248. <div id="sideimg">
  249. <img src="{image:side image}" style="max-height:650px;">
  250. </div>
  251.  
  252. <div id="sidebar">
  253. <div id="title"><a href="/">{Title}</a></div>
  254. <div id="nav">
  255. {block:IfLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:IfLink1}
  256. /
  257. {block:IfLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:IfLink4}
  258. /
  259. {block:IfLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:IfLink3}
  260. /
  261. {block:IfLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:IfLink4}
  262. /
  263. {block:IfLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:IfLink5}
  264. /
  265. {block:IfLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:IfLink6}
  266.  
  267. </div>
  268.  
  269. {block:Description}{Description}{/block:Description}
  270.  
  271. </div>
  272.  
  273. <div id="container">
  274.  
  275. {block:Posts}
  276. <div id="info">
  277. <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/ow7ogwc/yq8na9b8r/1335651577_edit.gif" style="none"></a>
  278. <a href="{permalink}" title="{NoteCount} notes"><img src="http://static.tumblr.com/ow7ogwc/siXna5nho/1335651580_heart.gif" style="none"></a>
  279. <a href="{permalink}" title="{TimeAgo}"><img src="http://static.tumblr.com/ow7ogwc/77zna5o7h/1335651649_reload.gif" style="none"></a>
  280. </div>
  281. <div id="post">
  282.  
  283. {block:Text}
  284. {block:Title}<h1>{Title}</h1>{/block:Title}
  285. {Body}
  286. {/block:Text}
  287.  
  288. {block:Photo}
  289. <img src="{PhotoURL-250}" />
  290. {block:caption}<span class="caption">{caption}</span>{/block:caption}
  291. {/block:Photo}
  292.  
  293. {block:Photoset}
  294. {Photoset-250}
  295. {block:caption}<span class="caption">{caption}</span>{/block:caption}
  296. {/block:Photoset}
  297.  
  298. {block:Quote}
  299. <div id="quote">{Quote}</div>
  300. {block:Source}<div align="center">- {Source}</div>{/block:Source}
  301. {/block:Quote}
  302.  
  303. {block:Link}
  304. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  305. {block:Description}{Description}{/block:Description}
  306. {/block:Link}
  307.  
  308. {block:Chat}
  309. <h1>{block:Title}{Title}{/block:Title}</h1>
  310. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  311. {/block:Chat}
  312.  
  313. {block:Audio}
  314. <div id="audio">{AudioPlayerBlack}</div>
  315. {block:caption}<span class="caption">{caption}</span>{/block:caption}
  316. {/block:Audio}
  317.  
  318. {block:Video}
  319. {Video-250}
  320. {block:caption}<span class="caption">{caption}</span>{/block:caption}
  321. {/block:Video}
  322.  
  323. {block:Answer}
  324. {Asker} asked: {Question}
  325. <p>{Answer}</p>
  326. {/block:Answer}
  327. </div>
  328.  
  329. {block:PermalinkPage}
  330. {block:PostNotes}
  331. <div id="note">{PostNotes}</div>
  332. {/block:PostNotes}
  333. {/block:permalinkpage}
  334.  
  335. <div id="tags">
  336. {block:RebloggedFrom}
  337. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  338. <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>
  339. {/block:RebloggedFrom} <br>
  340. {block:HasTags}{block:Tags} <a href="{TagURL}" title="#{Tag}"><img src=http://static.tumblr.com/ow7ogwc/okRna5npb/1335651583_add.gif></a> {/block:Tags}{/block:HasTags}
  341. </div>
  342.  
  343. {/block:Posts}
  344.  
  345. {block:Pagination}
  346. <div id="pagination">
  347. {block:PreviousPage}
  348. <a href="{PreviousPage}">Previous</a>
  349. {/block:PreviousPage}
  350.  
  351. {block:JumpPagination length="5"}
  352. {block:CurrentPage}
  353. <span class="current_page">{PageNumber}</span>
  354. {/block:CurrentPage}
  355.  
  356. {block:JumpPage}
  357. <a class="jump_page" href="{URL}">{PageNumber}</a>
  358. {/block:JumpPage}
  359. {/block:JumpPagination}
  360.  
  361. {block:NextPage}
  362. <a href="{NextPage}">Next</a>
  363. {/block:NextPage}
  364. </div>
  365. {/block:Pagination}
  366.  
  367. </div>
  368. </div>
  369. </div>
  370. <div id="credit">
  371. <a href="http://minseobbing.tumblr.com">M N S B</a>
  372. </div>
  373.  
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement