Advertisement
maryaciolli

theme - don't care

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