Advertisement
maryaciolli

ooh baby i theme

Oct 1st, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11.  
  12. <!--- THEME MADE BY CLEVELLAND.TUMBLR.COM | DON'T COPY, PLEASE --->
  13.  
  14.  
  15.  
  16. <meta name="color:Background" content="#f0f3f7"/>
  17. <meta name="color:Text" content="#99999e"/>
  18. <meta name="color:Sidebar Links" content="#f0f3f7"/>
  19. <meta name="color:DescriptionText" content="#99999e"/>
  20. <meta name="color:Border" content="#d2dde9"/>
  21. <meta name="color:Hover" content="#cdd8e2"/>
  22. <meta name="color:Scrollbar" content="#8f9fb4"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#8f9fb4"/>
  25. <meta name="color:Questions Bg" content="#dbdee2"/>
  26. <meta name="color:Pagination Bg" content="#cdd8e2"/>
  27. <meta name="image:Sidebar" content="http://media.tumblr.com/63fc90d9447249415d386c15201b84b7/tumblr_inline_mu04xqRsIO1ryvu25.png"/>
  28. <meta name="image:Header" content="http://media.tumblr.com/375653d19ca08951e9117ff44458217c/tumblr_inline_mtx0c6OPAf1rp8kpz.png"/>
  29. <meta name="image:Background" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Link 3" content="1" />
  39. <meta name="text:Title Sidebar" content="klaroline love" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar-thumb {
  45. height:auto;
  46. background-color:{color:Scrollbar};
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height:9px;
  51. width:4px;
  52. background-color:{color:ScrollbarBg};
  53. }
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:calibri;
  60. font-size:10px;
  61. line-height:100%;
  62. letter-spacing:0px;
  63. text-align:justify;
  64. background-image:url('{image:Background}');
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:Post Links};
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89. font-size:20px;
  90. letter-spacing:2px;
  91. text-transform:uppercase;
  92. font-family:'teg';
  93. font-style:none;
  94. line-height:10px;
  95. text-align:left;
  96. padding:0px;
  97. }
  98.  
  99. a:hover {
  100. color:{color:Hover};
  101. -moz-transition-duration:0.3s;
  102. -webkit-transition-duration:0.3s;
  103. -o-transition-duration:0.3s;
  104. }
  105.  
  106.  
  107. /*BLOG ALIGN*/
  108.  
  109. .mary{
  110. margin-left:auto;
  111. margin-right:auto;
  112. width:1100px;
  113. }
  114.  
  115.  
  116. /*ENTRIES*/
  117.  
  118. #entries {
  119. padding:10px;
  120. width:500px;
  121. margin-left:302px;
  122. margin-top:245px;
  123. font-size:10px;
  124. font-family:'arial';
  125. letter-spacing:0px;
  126. }
  127.  
  128. #post {
  129. width:500px;
  130. padding-bottom:40px;
  131. padding:25px;
  132. margin-top:-5px;
  133. }
  134.  
  135.  
  136. .header{position:fixed; top:0px; padding-left:20px; width:510px; height:250px;}
  137.  
  138.  
  139. /*SIDEBAR*/
  140.  
  141. #sidebar {
  142. position:fixed;
  143. margin-left:485px;
  144. top:0px;
  145. }
  146.  
  147. .imgside {
  148. width:80px;
  149. height:80px;
  150. margin-right:3px;
  151. border:1px solid {color:Border};
  152. padding:4px;
  153. background:{color:Background};
  154. margin-bottom:5px;
  155. }
  156.  
  157. .imgside:hover {
  158. opacity:1.0;
  159. -moz-transition-duration:1.6s;
  160. -webkit-transition-duration:1.6s;
  161. -o-transition-duration:1.6s;
  162. }
  163.  
  164. .links {
  165. width:152px;
  166. background:{color:Background};
  167. font-family:'calibri';
  168. padding: 4px;
  169. text-align:center;
  170. text-transform:uppercase;
  171. position:fixed;
  172. margin-top:7px;
  173. margin-left:-66px;
  174. }
  175.  
  176. .links a {
  177. width:94px;
  178. padding:3px;
  179. font-size:8px;
  180. letter-spacing:0px;
  181. color:{color:Sidebar Links};
  182. }
  183.  
  184. .links a:hover {
  185. -moz-transition-duration:0.3s;
  186. -webkit-transition-duration:0.3s;
  187. -o-transition-duration:0.3s;
  188. color:{color:Hover};
  189. }
  190.  
  191. #description {
  192. text-align:justify;
  193. font-family:'Arial';
  194. width:90px;
  195. margin-top:7px;
  196. margin-left:-3px;
  197. font-size:9px;
  198. position:fixed;
  199. text-transform:none;
  200. color:{color:DescriptionText};
  201. background:{color:Background};
  202. padding:5px;
  203. opacity:1.0;
  204. }
  205.  
  206. #description:hover {opacity:1.0;}
  207.  
  208. #pagination {
  209. font-style:bold;
  210. padding:2px;
  211. font-family:'arial';
  212. letter-spacing:0px;
  213. font-size:9px;
  214. text-align:center;
  215. padding:2px;
  216. margin-top:10px;
  217. text-transform:lowercase;
  218. }
  219.  
  220.  
  221. /*POST INFO*/
  222.  
  223. #info {
  224. width:500px;
  225. text-align:left;
  226. font-family:'trebuchet ms';
  227. margin-top:3px;
  228. margin-left:px;
  229. letter-spacing:1px;
  230. font-size:7px;
  231. font-style:none;
  232. padding:1px;
  233. line-height:10px;
  234. text-transform:uppercase;
  235. border-top:1px solid;
  236. border-color:{color:Border};
  237. }
  238.  
  239. #info a {
  240. text-align:center;
  241. color:{color:Post Links};
  242. }
  243.  
  244. #info a:hover {
  245. -moz-transition-duration:0.3s;
  246. -webkit-transition-duration:0.3s;
  247. -o-transition-duration:0.3s;
  248. color:{color:Hover}
  249. }
  250.  
  251. #tags {
  252. float:left;
  253. width:489px;
  254. margin-top:-7px;
  255. margin-left:-5px;
  256. text-align:left;
  257. font-size:7px;
  258. padding:5px;
  259. font-size:8px;
  260. opacity:1;
  261. transition-duration: 0.5s;
  262. -moz-transition-duration: 0.5s;
  263. -webkit-transition-duration: 0.5s;
  264. -o-transition-duration: 0.5s
  265. color:{color:Post Links};
  266. }
  267.  
  268. #tags a {
  269. letter-spacing:0px;
  270. font-size:8px;
  271. text-align:center;
  272. font-family:'CALIBRI';
  273. text-decoration:none;
  274. display:inline-block;
  275. color:{color:Post Links};
  276. }
  277.  
  278. #tags a:hover {
  279. background-color:#fff;
  280. -moz-transition-duration:0.3s;
  281. -webkit-transition-duration:0.3s;
  282. -o-transition-duration:0.3s;
  283. color:{color:Hover};
  284. }
  285.  
  286. /*QUESTION*/
  287.  
  288. #asker {
  289. color:{color:Text};
  290. padding:4px;
  291. font-family:'arial';
  292. font-size:11px;
  293. letter-spacing:0px;
  294. text-align:left;
  295. margin-top:0px;
  296. text-transform:lowercase;
  297. line-height:100%;
  298. background:{color:Pagination Bg};
  299. }
  300.  
  301. #question {padding:4px; background:{color:Questions Bg}; color:{color:Text}; text-align:lowercase; font-style:italic;}
  302.  
  303. /*CREDIT*/
  304.  
  305. #cred {
  306. position:fixed;
  307. font-family:'Calibri';
  308. text-transform:uppercase;
  309. font-size:8px;
  310. right:9px;
  311. bottom:9px;
  312. padding:4px;
  313. letter-spacing:1px;
  314. }
  315.  
  316. #tielee {background:{color:Pagination Bg}; padding:5px; margin-left:20px; width:500px; position:fixed; margin-top:-10px; font-size:14px; letter-spacing:2px; color:{color:Sidebar Links}; font-family:'teg';}
  317.  
  318. #tielee a {color:{color:text};}
  319.  
  320. @font-face {font-family: "teg"; src: url('http://static.tumblr.com/nqcm3ld/IvFmczb1q/arvil.ttf');}
  321.  
  322. .love {margin-top:10px; margin-left:-24px; font-family:'teg'; font-size:20px;color:{color:Background};}
  323.  
  324. {CustomCSS}</style></head><body>
  325.  
  326. <div class="mary">
  327. <div id="entries">
  328.  
  329. <img src="{image:Header}" width="250" class="header">
  330.  
  331. <div id="tielee">
  332. <center>
  333.  
  334. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  335.  
  336. <a href="/">home ·</a>
  337. <a href="/ask">ask ·</a>
  338. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text} ·</a>{/block:IfShowLink1}
  339. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text} ·</a>{/block:IfShowLink2}
  340. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  341.  
  342. {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}
  343.  
  344. </center>
  345. </div>
  346.  
  347. <div id="sidebar">
  348.  
  349. <div id="description">
  350.  
  351. <img src="{image:Sidebar}" align="left" class="imgside">
  352.  
  353. {Description}
  354. </div>
  355.  
  356. </div>
  357.  
  358.  
  359. {block:Posts}
  360. <div id="post">
  361.  
  362. {block:Text}
  363. <h1>{block:Title}{Title}{/block:Title}</h1>
  364. {Body}{/block:Text}
  365.  
  366. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  367. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  370. {/block:Caption}{/block:Photoset}
  371.  
  372. {block:Quote}<h2>"{Quote}"</h2>
  373. {block:Source}<div class="qsource"> —{Source}</div>
  374. {/block:Source}{/block:Quote}
  375.  
  376. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  377.  
  378. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  379.  
  380. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  381. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  382. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  383. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  384. {/block:Audio}<br>
  385.  
  386. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  387.  
  388. {block:Answer}
  389. <div id="question">{Question}</div>
  390. <div id="asker"><b><i>@{Asker}</i></b><br></div>
  391. <left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  392.  
  393. <div id="info">
  394. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  395. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  396. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  397. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  398. with {NoteCountWithLabel}</a>
  399. {block:HasTags}<div id="tags">
  400.  
  401. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  402. </div>{block:HasTags}
  403. </div>
  404. </div>
  405. {/block:Posts}
  406. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  407. {/block:Posts}</div></div></div>
  408. <br><br><br><br>
  409.  
  410. <div id="cred">
  411. <a href="http://clevelland.tumblr.com/">THEME BY CVL</a>
  412. </div>
  413. </div>
  414. </div>
  415.  
  416.  
  417. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement