Advertisement
emblemtres

Theme 01 by Sage

Aug 10th, 2014
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!--
  11. ...........................
  12. ............................
  13. ..............................
  14. ................................
  15. .................................
  16. ................................
  17. ...............................
  18. -->
  19.  
  20. <!-- color <meta name="color:" content=""/> -->
  21. <meta name="color:background" content="#FFF"/>
  22. <meta name="color:post background" content="#FFF"/>
  23. <meta name="color:text" content="#000"/>
  24. <meta name="color:links" content="#000"/>
  25. <meta name="color:Buttons" content="#f7f7f7"/>
  26. <meta name="color:Buttons Border" content="#dedddd"/>
  27. <meta name="color:Buttons Text" content="#000000"/>
  28. <meta name="color:Link Hover" content="#000000"/>
  29.  
  30. <!-- if <meta name="if:" content=""/> -->
  31.  
  32.  
  33.  
  34.  
  35. <!-- images <meta name="image:" content=""/> -->
  36. <meta name="image:background" content=""/>
  37.  
  38.  
  39.  
  40. <!-- text <meta name="text:" content=""/> -->
  41. <meta name="text:Link 1 URL" content="/"/>
  42. <meta name="text:Link 1 name" content=""/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 2 name" content=""/>
  45. <meta name="text:Link 3 URL" content="/"/>
  46. <meta name="text:Link 3 name" content=""/>
  47. <meta name="text:Link 4 URL" content="/"/>
  48. <meta name="text:Link 4 name" content=""/>
  49. <meta name="text:Link 5 URL" content="/"/>
  50. <meta name="text:Link 5 name" content=""/>
  51. <meta name="text:Link 6 URL" content="/"/>
  52. <meta name="text:Link 6 name" content=""/>
  53. <meta name="text:The Title" content="This is your title"/>
  54.  
  55. <meta name="color:sidebartitle " content="#1d7c8a" />
  56.  
  57.  
  58. <!-- select <meta name="select:" content="" title=""/> -->
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63. body {
  64. background: {color:background} url({image:background})top left fixed repeat;
  65. background-size: cover;
  66. /** change the fonts here **/
  67. font-size: 9px;
  68. font-family:arial;
  69. color: {color:text};
  70. letter-spacing: 1px;
  71. line-height: 12px;
  72. text-align: center;
  73. }
  74.  
  75. /** remember this only works in chrome **/
  76. /** scrollbar **/
  77. ::-webkit-scrollbar{ }
  78. ::-webkit-scrollbar-thumb { }
  79. /** edit how text looks when highlighted **/
  80. ::selection { }
  81. ::-moz-selection { }
  82. ::-webkit-selection { }
  83. a:hover{color:{color:Link Hover}}
  84. /** this holds all your posts **/
  85. #wrapper {
  86.  
  87. width: 300px;
  88.  
  89. margin: 90px auto;
  90. }
  91.  
  92. /** this is where you style your posts **/
  93. #post {
  94. width: 250px;
  95. margin-top:100px;
  96. margin-left: -37px;
  97.  
  98. padding:20px;
  99.  
  100. border: 0px solid {color:borders};
  101. background: transparent;
  102. }
  103. #post img {
  104. width:100%;
  105. }
  106. /** posts guts style **/
  107. .audio {
  108. background: black;
  109. padding: 5px;
  110. color: white;
  111. text-transform: uppercase;
  112. }
  113. .posttitle {
  114. background: transparent;
  115. padding: 10px;
  116. text-transform:none;
  117. }
  118. .body {
  119. text-align: justify;
  120. padding: 10px;
  121. }
  122. a {
  123. color: {color:links};
  124. text-decoration: none;
  125. }
  126.  
  127.  
  128. blockquote {
  129. text-align: justify;
  130. padding: 5px;
  131. margin: 0px;
  132. }
  133. ul, li {
  134. padding: 5px;
  135. margin: 10px;
  136. text-align: justify;
  137. list-style-image:url('http://i.imgur.com/Khn3RHr.png');
  138. }
  139.  
  140. #info {
  141. padding:5px;
  142. text-align:left;
  143. position:absolute;
  144. margin-left:260px;
  145. margin-top:3px;
  146. width:200px;
  147. opacity:1;
  148. font-family:arial;
  149. }
  150.  
  151. #info a {
  152. padding:2px;
  153. }
  154.  
  155.  
  156. #tag {
  157. padding:5px;
  158. font-size:8px;
  159. font-family:arial;
  160. text-align:right;
  161. opacity:0;
  162. }
  163.  
  164.  
  165. #tag a {
  166. padding:1px;
  167. display:block;
  168. }
  169.  
  170.  
  171. /** sidebar styling **/
  172. #sidebar {
  173. position:absolute;
  174. width: 250px;
  175. height:80px;
  176. padding: 15px;
  177. z-index: 999;
  178. left: 495px;
  179. margin-top: -40px;
  180. border:0px outset {color:Buttons Border};
  181. background:#fff;
  182. }
  183.  
  184. #title {
  185. font-size:18px;
  186. width:250px;
  187. text-align:center;
  188. color:{color:sidebartitle};
  189. font-weight:800;
  190. margin-bottom:7px;
  191. margin-left:0px;
  192. text-transform:none;
  193. letter-spacing:-1px;
  194. }
  195. #sidebar img {
  196. width: 400px;
  197.  
  198. margin-left: -850px;
  199. border: 0px solid {color:permalink};
  200. {block:ifnotsidebarimage} display: none; {/block:ifnotsidebarimage}
  201. }
  202. #sidebar li {
  203. list-style: none;
  204. text-transform: uppercase;
  205. padding: 10px;
  206. margin-top:;
  207. text-align: center;
  208. border: 1px solid {color:borders};
  209. background: {color:permalink};
  210. }
  211. #sidebar li:hover {
  212. background: transparent;
  213. }
  214. .navigate{margin-bottom:10px;
  215. position:top;
  216.  
  217. }
  218. .navigate a{-webkit-transition: all 0.s ease;-moz-transition: all 0.s ease;transition: all 0.s ease; background-color:#fff;padding:1px;padding-left:3px;padding-right:3px;border:1px outset {color:Buttons Border};font-size:11px;line-height:12px;margin-right:5px;color:{color:Buttons Text};text-decoration:none;display:inline-block;margin-bottom:8px;}
  219. .navigate a:hover{
  220. background-color:transparent;
  221. border:1px inset {color:Buttons Border};
  222.  
  223. }
  224.  
  225. #desc {
  226. width:100%;
  227. color:black;
  228. text-transform:none;
  229. text-align:center;
  230. font-size:9px;
  231. font-family:arial;
  232. padding-top:2px;
  233. line-height:110%;
  234. padding-bottom:108px;
  235. font-weight:lighter;
  236. }
  237.  
  238.  
  239. ol.notes {
  240. list-style-type:none;
  241. width:500px;
  242. padding:20px;
  243. margin-left:466px;
  244. margin-top:-15px;
  245. }
  246.  
  247. ol.notes li {
  248. padding:7px;
  249. }
  250.  
  251. ol.notes img.avatar {
  252. width:15px;
  253. height:15px;
  254. margin-right:10px;
  255. }
  256. .description{
  257. font-family:arial;
  258. font-size:12px;
  259. }
  260.  
  261. #credit {
  262. font-size:11px;
  263. font-family:consolas;
  264. font-style:none;
  265. letter-spacing:1px;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. #credit a {
  272. background-color:#fff;
  273. padding:7px;
  274. border:1px solid #e9e9e9;
  275. position:fixed;
  276. right:15px;
  277. bottom:10px
  278. }
  279.  
  280. #credit a:hover {
  281. color:#fff;
  282. background-color:#000;
  283. }
  284. {CustomCSS}
  285. </style>
  286. <!-- this is jquery it makes the theme work, leave this alone -->
  287. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  288. <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  289. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  290. <!-- this is a hosted font from google -->
  291. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
  292. <!-- font awesome to change the font awesome icons go to http://fontawesome.io/icons/ -->
  293. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  294. </head>
  295. <body>
  296. <div id="sidebar">
  297. <div id="title">{text:The Title};</div>
  298. <img src="{image:sidebar}"/>
  299. <div class="navigate">
  300. {block:ifLink1name} <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  301. {/block:ifLink1name}
  302. {block:ifLink2name}
  303. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  304. {/block:ifLink2name}
  305. {block:ifLink3name}
  306. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  307. {/block:ifLink3name}
  308. {block:ifLink4name}
  309. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  310. {/block:ifLink4name}
  311. {block:ifLink5name}
  312. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  313. {/block:ifLink5name}
  314. {block:ifLink6name}
  315. <a href="{text:Link 6 URL}">{text:Link 6 name}</a>
  316. {/block:ifLink6name}
  317. <div id="desc">{Description}</div>
  318.  
  319. </div>
  320. </div>
  321.  
  322.  
  323. <div id="wrapper">
  324. {block:Posts}
  325. <div id="post">
  326. <div id="info">
  327. <a style="font-size:13px; font-weight:none; letter-spacing:1px; text-transform:lowercase;" href="{permalink}">{shortmonth} {dayofmonth}</a><br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}">source</a><br>{/block:ContentSource}<a href="{Permalink}">{NoteCount}</a>
  328. {block:HasTags}
  329. <div id="tag">{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</div>
  330. {block:HasTags}</div>
  331.  
  332. {block:Text}
  333. {block:Title}<div class="posttitle">{title}</div>{/block:Title}
  334. <div class="body">{body}</div>
  335. {/block:Text}
  336.  
  337. {block:Link}
  338. <div class="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  339. {block:Description}
  340. <div class="body">{Description}</div>
  341. {/block:Description}
  342. {/block:Link}
  343.  
  344. {block:Quote}
  345. {Quote}
  346. {block:Source}
  347. <p>&mdash; {Source}</p>
  348. {/block:Source}
  349. {/block:Quote}
  350.  
  351. {block:Photo}
  352. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  353. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  354. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  355. {block:Caption}{Caption}{/block:Caption}
  356. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  357. {block:IndexPage}</a>{/block:IndexPage}
  358. {/block:Photo}
  359.  
  360. {block:Chat}
  361. <div class="body">
  362. {block:Title}
  363. {Title}
  364. {/block:Title}
  365. {block:Lines}
  366. {block:Label}
  367. <b>{Label}</b>
  368. {/block:Label}
  369. {Line}<br>
  370. {/block:Lines}
  371. </div>
  372. {/block:Chat}
  373.  
  374. {block:Video}
  375. {Video-250}
  376. {block:Caption}{Caption}{/block:Caption}
  377. {/block:Video}
  378.  
  379. {block:Photoset}
  380. {Photoset-250}
  381. {block:Caption}{Caption}{/block:Caption}
  382. {/block:Photoset}
  383.  
  384. {block:Audio}
  385. <div class="audio">
  386. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  387. {AudioPlayerBlack}
  388. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
  389. </div>
  390. {/block:Audio}
  391.  
  392. {block:PermalinkPage}
  393. <div id="permalink">
  394. <div style="margin-top:2px;text-align:right;">
  395. {block:Date}
  396. <b>Posted:</b> {TimeAgo} on
  397. {ShortMonth} {DayofMonth},{Year} at
  398. {12Hour}:{Minutes} {CapitalAmPm}
  399. {/block:Date}
  400. {block:NoteCount}<br>
  401. <b>Notes:</b>
  402. {NoteCount}
  403. {/block:NoteCount}
  404. {block:HasTags}
  405. <br>
  406. <b>Tags:</b>
  407. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  408. {/block:Tags}
  409. {/block:HasTags}
  410. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  411.  
  412. </div>
  413.  
  414. </div>
  415. </div>
  416. {/block:PermalinkPage}
  417.  
  418. </div>
  419.  
  420. {/block:Posts}
  421.  
  422. {block:PostNotes}{PostNotes}{/block:PostNotes}
  423. {/block:Posts}
  424.  
  425. <!-- this is for jquery's infinite scrolling -->
  426. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  427.  
  428. <div id="credit">
  429. <a href="http://thoturl.tumblr.com/">URL</div>
  430. </script>
  431.  
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement