Advertisement
EllenMaty

Caesar tumblr theme

Feb 18th, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 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. <head>
  4.  
  5. <meta name="if:Show Ask" content="1"/>
  6. <meta name="if:Show Archive" content="1"/>
  7. <meta name="if:Show RSS" content="0"/>
  8. <meta name="if:Show Captions" content="0"/>
  9. <meta name="if:Show Title" content="1"/>
  10. <meta name="if:Black Description" content="0"/>
  11.  
  12. <meta name="color:Post Background" content="#fcfbfa" />
  13. <meta name="color:Background" content="#fff" />
  14. <meta name="color:Text" content="#6d6d6d" />
  15. <meta name="color:Title" content="#6d6d6d" />
  16. <meta name="color:Description" content="#6d6d6d" />
  17. <meta name="color:Sidebar Links" content="#e0cec2" />
  18. <meta name="color:Sidebar Links Hover" content="#d3a794" />
  19. <meta name="color:Links" content="#e0cec2" />
  20. <meta name="color:Links Hover" content="#6d6d6d" />
  21. <meta name="color:Reblog Link" content="#fff" />
  22. <meta name="color:Tags" content="#e0cec2" />
  23. <meta name="color:Tags Hover" content="#e0cec2" />
  24. <meta name="color:Borders" content="#e8d8c8" />
  25. <meta name="color:Scrollbar 1" content="#e8d8c8" />
  26. <meta name="color:Scrollbar 2" content="#fff" />
  27. <meta name="color:Selec 1" content="#fff" />
  28. <meta name="color:Selec 2" content="#e0cec2" />
  29.  
  30. <META name="image:Sidebar Image" content="http://24.media.tumblr.com/71f5f3f2e2e6509d51872debd72b76cf/tumblr_myeqn7CEIu1s88mgko1_250.jpg">
  31. <META name="image:Background" content=" ">
  32.  
  33. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  34. <link href='http://fonts.googleapis.com/css?family=Podkova' rel='stylesheet' type='text/css'>
  35.  
  36. <meta name="text:Link 1" content="URL" />
  37. <meta name="text:Link 1 Title" content="Custom one" />
  38. <meta name="text:Link 2" content="URL" />
  39. <meta name="text:Link 2 Title" content="Custom two" />
  40. <meta name="text:Link 3" content="URL" />
  41. <meta name="text:Link 3 Title" content="Custom three" />
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50. <!--
  51. BASE HTML/CSS/TUMBLR CODE BY EXCOLO [ excolo.tumblr.com ]
  52. -->
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {
  57. right:3px !important;
  58. position: fixed !important;
  59. -webkit-filter:invert(100%);
  60. opacity: 0.5;
  61. }
  62.  
  63. .credy {
  64. position: fixed;
  65. margin-top: 10px;
  66. margin-left: 10px;
  67. }
  68.  
  69. .credy a {
  70. background-color: {color:Post Background};
  71. color: {color:Links};
  72. padding: 4px;
  73. }
  74.  
  75. .credy a:hover {
  76. background-color: {color:Links};
  77. color: {color:Post Background};
  78. padding: 4px;
  79. }
  80.  
  81. body {
  82. font-family:'Podkova', serif;
  83. font-size:12px;
  84. color: {color:Text};
  85. margin:0px;
  86. padding:0px;
  87. background-color: {color:Background};
  88. background: url({image:Background});
  89. }
  90.  
  91. a {
  92. color: {color:Links};
  93. text-decoration:none; -webkit-transition: all 0.3s ease-out;
  94. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  95. }
  96.  
  97. a:hover {
  98. color: {color:Links Hover}; -webkit-transition: all 0.3s ease-out;
  99. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  100. }
  101.  
  102. #container {
  103. width:670px;
  104. margin: auto;
  105. }
  106.  
  107. #sidebar {
  108. float:left;
  109. width:200px;
  110. margin-top: 320px;
  111. position: fixed;
  112. }
  113.  
  114. #sidebar h1 {
  115. margin:0px 0px;
  116. }
  117.  
  118. .awesome{
  119. width: 2px;
  120. position: fixed;
  121. height: 100%;
  122. background-color: {color:Borders};
  123. margin-left: 220px;
  124. }
  125.  
  126. .description {
  127. color: {color:Description};
  128. }
  129.  
  130. .links {
  131. margin-top: 5px;
  132. text-align: right;
  133. width: 200px;
  134. margin-left: 20px;
  135. line-height: 20px;
  136. }
  137.  
  138. .links a {
  139. padding-right: 5px;
  140. color: {color:Sidebar Links};
  141. border-right: 0px solid {color:Borders};
  142. -webkit-transition: all 0.3s ease-out;
  143. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  144. }
  145.  
  146. .links a:hover {
  147. border-right: 20px solid {color:Borders};
  148. color: {color:Sidebar Links Hover};
  149. padding-right: 5px;
  150. -webkit-transition: all 1s ease-out;
  151. -moz-transition: all 1s ease-out;transition: all 0.3s ease-out;
  152. }
  153.  
  154. #content {
  155. width:416px;
  156. float:right;
  157. margin-top: 30px;
  158. margin-bottom; 30px;
  159. }
  160.  
  161. #post {
  162. background: {color:Post Background};
  163. padding:8px;
  164. margin:0px 0px 20px 0px;
  165. }
  166.  
  167. #post:hover #reblog {
  168. font-family:10px cambria;
  169. margin-top: -5px;
  170. margin-left: 412px;
  171. opacity:1;-webkit-transition: all 0.3s ease-out;
  172. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  173. }
  174.  
  175. #post:hover #liness {
  176. margin-left: 408px;
  177. margin-top: 20px;
  178. opacity:1;-webkit-transition: all 0.3s ease-out;
  179. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  180. }
  181.  
  182. #reblog{
  183. width: 200px;
  184. max-width:400px;
  185. height: 100px;
  186. float:right;font-family:11px cambria;
  187. opacity:0;
  188. margin-top: -15px;
  189. margin-left: 412px;
  190. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  191. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  192. }
  193.  
  194. #liness {
  195. margin-left: 408px;
  196. margin-top: 30px;
  197. position: absolute;
  198. width: 150px;
  199. text-transform: lowercase;
  200. height: auto;
  201. opacity: 0;
  202. padding-left: 4px;
  203. padding-top: 8px;
  204. background-color: transparent;
  205. -webkit-transition: all 0.3s ease-out;
  206. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  207. border-top: 2px solid {color:Borders};
  208. }
  209.  
  210. #liness a {
  211. color: {color:tags}; -webkit-transition: all 0.3s ease-out;
  212. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  213. }
  214.  
  215. #liness a:hover {
  216. color: {color:Tags Hover}; -webkit-transition: all 0.3s ease-out;
  217. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  218. }
  219.  
  220. .reblogbox {
  221. background-color: {color:tags};
  222. padding: 3px; -webkit-transition: all 0.3s ease-out;
  223. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  224. }
  225.  
  226. .reblogbox:hover {
  227. background-color: {color:tags hover}; -webkit-transition: all 0.3s ease-out;
  228. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  229. }
  230.  
  231. .reblogbox a {
  232. color: {color:Reblog Link};
  233. }
  234.  
  235. .posty img {
  236. opacity: 0.8;
  237. -webkit-transition: all 0.3s ease-out;
  238. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  239. }
  240.  
  241. .posty img:hover {
  242. opacity: 1.0;
  243. -webkit-transition: all 0.3s ease-out;
  244. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  245. }
  246.  
  247. .post .meta {
  248. text-align:right;
  249. }
  250.  
  251. .photoset {
  252. opacity: 0.8;
  253. -webkit-transition: all 0.3s ease-out;
  254. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  255. }
  256.  
  257. .photoset:hover {
  258. opacity: 1;
  259. -webkit-transition: all 0.3s ease-out;
  260. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  261. }
  262.  
  263. #postnotes {
  264.  
  265. }
  266.  
  267. ol.notes li.note img.avatar {
  268. vertical-align: -4px;
  269. margin-right: 10px;
  270. width: 16px;
  271. height: 16px;
  272. }
  273.  
  274. #questionpam{width:390px;
  275. padding:5px;
  276. background-color: {color:tags};
  277. color: {color:Reblog Link};}
  278.  
  279. #askerpam{text-align: left;
  280. vertical-align:bottom;
  281. margin-top:-24px;
  282. margin-left:20px;
  283. font-size:14px;
  284. font-family: 'Podkova', serif;;}
  285.  
  286. #askerpam img{vertical-align:center;
  287. float:left;
  288. opacity: 0.7;
  289. max-height:20px;
  290. margin-left: 18px;
  291. margin-right: 5px;
  292. margin-top: -3px;}
  293.  
  294. #setapam {margin-top:-0px;
  295. margin-left:18px;
  296. width: 0;
  297. height: 0;
  298. border-top: 17px solid {color:tags};
  299. border-left: 17px solid transparent;}
  300.  
  301. .box1 {
  302. width: 210px;
  303. height: 140px;
  304. padding: 5px;
  305. background: url({image:Sidebar Image});
  306. }
  307.  
  308. .box1:hover .info { opacity:1; }
  309.  
  310. .info {
  311. {block:IfNotBlackDescription}
  312. background: rgba(255,255,255,0.7);
  313. {/block:IfNotBlackDescription}
  314.  
  315. {block:IfBlackDescription}
  316. background: rgba(0,0,0,0.7);
  317. {/block:IfBlackDescription}
  318.  
  319. width: 190px;
  320. height: 120px;
  321. opacity: 0;
  322. padding: 10px;
  323. -webkit-transition: all 0.8s ease;
  324. -moz-transition: all 0.8s ease;
  325. transition: all 0.8s ease;
  326. text-align: right;
  327. font-size: 12px;
  328. font-family: 'Podkova', serif;;
  329. }
  330.  
  331. .info a:hover {
  332. color: {color:Links};
  333. }
  334.  
  335. .info a {
  336. color: {color:Title};
  337. }
  338.  
  339. ::-webkit-scrollbar
  340. {width: 8px; height: 8px;}
  341. ::-webkit-scrollbar-track-piece
  342. {background-color: {color:Scrollbar 2};}
  343. ::-webkit-scrollbar-thumb:vertical
  344. {height: 8px; background-color: {color:Scrollbar 1};}
  345. ::-webkit-scrollbar-thumb:horizontal
  346. {width: 8px; background-color: {color:Scrollbar 1};}
  347.  
  348. ::-moz-selection
  349. {color: {color:Selec 1};
  350. background: {color:Selec 2};}
  351.  
  352. ::selection
  353. {color: {color:Selec 1};
  354. background: {color:Selec 2};}
  355.  
  356.  
  357. blockquote {
  358. border-left: 2px solid {color:Borders};
  359. padding-left: 5px;
  360. margin-left: 10px;
  361. }
  362.  
  363. {CustomCSS}
  364. </style>
  365.  
  366. </head>
  367.  
  368. <body>
  369. <div id="container">
  370.  
  371. <div class="awesome"></div>
  372.  
  373. <div id="sidebar"><div class="box1"><div class="info">
  374. {block:IfShowTitle}<a href="/"><h1>{Title}</h1></a>{/block:IfShowTitle}
  375.  
  376. {block:Description}
  377. <div class="description">
  378. {Description}
  379. </div>
  380. {/block:Description}
  381. </div></div>
  382.  
  383. <div class="links">
  384. {block:IfShowAsk}<a href="/ask">Ask</a><br>{/block:IfShowAsk}
  385. {block:IfShowArchive}<a href="/archive">Archive</a><br>{/block:IfShowArchive}
  386. {block:IfShowRSS}<a href="{RSS}">RSS</a><br>{/block:IfShowRSS}
  387. <a href="{text:Link 1}">{text:Link 1 Title}</a></br>
  388. <a href="{text:Link 2}">{text:Link 2 Title}</a></br>
  389. <a href="{text:Link 2}">{text:Link 3 Title}</a></br>
  390. </div>
  391.  
  392. </div>
  393.  
  394. <div id="content">
  395. {block:Posts}
  396. <div id="post"><div id="reblog">
  397. <span class="reblogbox"><a href="{reblogurl}" target="blank">Reblog</a></span> <span class="reblogbox"><a href="{Permalink}">{NoteCount} notes</a></span></div><div id="liness">{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}</div>
  398. {block:Text}
  399. {block:Title}
  400. <div style="font-size: 15px"><a href="{Permalink}">{Title}</a></div>
  401. {/block:Title}
  402.  
  403. {Body}
  404. {/block:Text}
  405.  
  406. {block:Photo}
  407. {LinkOpenTag}<div class="posty"><a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a></div>{LinkCloseTag}
  408. {block:IfShowCaptions} {block:Caption}
  409. <div class="caption">{Caption}</div>
  410. {/block:Caption} {/block:IfShowCaptions}
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. <a href="{permalink}">{Photoset-400}</a>
  415. {block:IfShowCaptions} {block:Caption}
  416. <div class="caption">{Caption}</div>
  417. {/block:Caption} {/block:IfShowCaptions}
  418. {/block:Photoset}
  419.  
  420. {block:Quote}
  421. <div style="font-size: 14px">"{Quote}"</div>
  422.  
  423. {block:Source}
  424. <div style="text-align: right"><i>{Source}</i></div>
  425. {/block:Source}
  426. {/block:Quote}
  427.  
  428. {block:Link}
  429. <div style="font-size: 15px"><a href="{URL}" class="link" {Target}>{Name} →</a></div>
  430.  
  431. {block:Description}
  432. <div class="description">{Description}</div>
  433. {/block:Description}
  434. {/block:Link}
  435.  
  436. {block:Chat}
  437. {block:Title}
  438. <div style="font-size: 15px"><a href="{Permalink}">{Title}</a></div>
  439. {/block:Title}
  440.  
  441. <ul class="chat">
  442. {block:Lines}
  443. <li class="{Alt} user_{UserNumber}">
  444. {block:Label}
  445. <span class="label">{Label}</span>
  446. {/block:Label}
  447.  
  448. {Line}
  449. </li>
  450. {/block:Lines}
  451. </ul>
  452. {/block:Chat}
  453.  
  454. {block:Video}
  455. {Video-500}
  456.  
  457. {block:IfShowCaptions} {block:Caption}
  458. <div class="caption">{Caption}</div>
  459. {/block:Caption} {/block:IfShowCaptions}
  460. {/block:Video}
  461.  
  462. {block:Answer} <div id="questionpam">{Question}</div>
  463. <div id="setapam"></div>
  464. <br>
  465. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  466. {Answer} {/block:Answer}
  467.  
  468. {block:Audio}
  469. {AudioPlayerBlack}
  470.  
  471. {block:IfShowCaptions} {block:Caption}
  472. <div class="caption">{Caption}</div>
  473. {/block:Caption} {/block:IfShowCaptions}
  474. {/block:Audio}
  475.  
  476. {block:PermalinkPage}
  477. {block:notecount}
  478. {notecountwithlabel}
  479. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  480. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  481. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  482. {/block:RebloggedFrom}
  483. <br><br>
  484. {block:PostNotes}
  485. <div id="postnotes">
  486. {PostNotes}
  487. </div>
  488. {/block:PostNotes}
  489. {/block:PermalinkPage}
  490. </div>
  491. {/block:Posts}
  492. </div>
  493.  
  494. </div>
  495. </body>
  496. <div class="credy"><a href="http://thelittledanger.tumblr.com" target="_blank">ELLY</a></div>
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement