dylanobrienbr

New Theme 01

Dec 13th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  10. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  11. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  12. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  13. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  14. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  15.  
  16. -->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#121212"/>
  21. <meta name="color:Line" content="#7a7979"/>
  22. <meta name="color:Link" content="#7a7979"/>
  23. <meta name="color:Linkhover" content="ffffff"/>
  24. <meta name="color:Scrollbar" content="#000000"/>
  25. <meta name="color:Scrollbg" content="#ffffff"/>
  26. <meta name="color:Border" content="#f0f0f0"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="text:link 1" content="link 1" />
  32. <meta name="text:link 1 url" content="/" />
  33. <meta name="text:link 2" content="link 2" />
  34. <meta name="text:link 2 url" content="/" />
  35. <meta name="text:link 3" content="link 3" />
  36. <meta name="text:link 3 url" content="/" />
  37. <meta name="text:link 4" content="link 4" />
  38. <meta name="text:link 4 url" content="/" />
  39. <meta name="text:link 5" content="link 5" />
  40. <meta name="text:link 5 url" content="/" />
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {height: auto;width: 7px;}
  47. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  48. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Calibri;
  55. font-size:9px;
  56. line-height:100%;
  57. letter-spacing:1px;
  58. background-image:url('{image:Background}');
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. b {text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:linkhover};
  72.  
  73. }
  74.  
  75. i {text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79.  
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. h1 {
  97. font-size:20px;
  98. letter-spacing:3px;
  99. text-transform:lowercase;
  100. font-family:playfair display;
  101. font-style:italic;
  102. line-height:10px;
  103. }
  104.  
  105. a:hover {
  106. opacity:10;
  107. color:{color:hover};
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease
  111. }
  112.  
  113. #entries {
  114. padding:10px;
  115. width:500px;
  116. margin-left:432px;
  117. margin-top:-10px;
  118. font-size:10px;
  119. }
  120.  
  121. #post {
  122. width:500px;
  123. padding-bottom:20px;
  124. padding:20px;
  125. margin-top:20px;
  126. background-color:{color:Post};
  127. padding:7px;
  128. }
  129.  
  130. #sidebar {
  131. width:120px;
  132. height:1003px;
  133. position:fixed;
  134. margin-left:305px;
  135. margin-top:50px;
  136. background-color:{color:Sidebar};
  137.  
  138. }
  139.  
  140. #sidebarimage {
  141. width: 150px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:110px;
  146. margin-left:-30px;
  147. margin-top:7px;
  148. padding:3px;
  149. border:1px solid;
  150. border-color: {color:Border};
  151.  
  152. }
  153.  
  154.  
  155.  
  156. #description {
  157. padding:2px;
  158. text-align:justify;
  159. font-family:'calibria';
  160. margin-left:-28px;
  161. width:110px;
  162. margin-top:5px;
  163. font-size: 11px;
  164. text-transform:normal;
  165. position:fixed;
  166. letter-spacing:0px;
  167. background-color:#ffffff;
  168. line-height:10px;
  169. color:{color:text};
  170.  
  171. }
  172.  
  173.  
  174. #pagination {
  175. width:105px;
  176. padding:7px;
  177. position:fixed;
  178. font-size:49px;
  179. text-align:center;
  180. font-family:cambria;
  181. margin-left:938px;
  182. margin-top:209px;
  183. letter-spacing:1px;
  184. }
  185.  
  186. #info {
  187. text-align:left;
  188. font-family:'Trebuchet Ms';
  189. margin-top:10px;
  190. text-transform:uppercase;
  191. letter-spacing:1px;
  192. font-size:7px;
  193. font-style:none;
  194. padding:3px;
  195. border-top:1px solid {color:Line};
  196. background-color:#fdfdfd;
  197. line-height:92%;
  198.  
  199. }
  200.  
  201. #info a {
  202. text-align:center;
  203. letter-spacing:1px;
  204. }
  205.  
  206. #info a:hover {
  207. color:transparent;
  208. }
  209.  
  210. #tags {
  211. font-family:'Trebuchet Ms';
  212. letter-spacing:1px;
  213. text-transform:uppercase;
  214. font-size:7px;
  215. margin-top:4px;
  216. text-align:left;
  217. }
  218.  
  219. #asker {
  220. padding:7px;
  221. font-family:'Trebuchet Ms';
  222. font-size:7px;
  223. letter-spacing:1px;
  224. text-align:left;
  225. text-transform:uppercase;
  226. border:1px solid;
  227. border-color: {color:Border};
  228. border-radius:5px;
  229. background-color:{color:Answer}
  230. }
  231.  
  232. #menu { padding:0px; margin-top:-90px; width:100px; margin-left:-107px; letter-spacing:-0.5px; }
  233. #menu:hover {padding:0px; margin-top:-90px; width:100px; margin-left:-107px; letter-spacing:-0.5px; opacity: 1.0; -webkit-transition: all 1.0s ease-in-out;
  234. -moz-transition: all 1.0s ease-in-out;
  235. -o-transition: all 1.0s ease-in-out;
  236. -ms-transition: all 1.0s ease-in-out;
  237. transition: all 1.0s ease-in-out;}
  238.  
  239. #menu a {display:block; font-family:cambria; margin-bottom:2px; padding:5px;font-style:italic; font-size:10px; letter-spacing:1px; text-align:center; text-transform:uppercase; width:60px; background-color:{color:Linkbg}; padding:4px; height: 5px; color: {color:Link};}
  240.  
  241. #menu a:hover { color:{color:Linkhover}; width:80px; }
  242. .credit {
  243. position:fixed;
  244. right:5px;
  245. bottom:5px;
  246. }
  247.  
  248. .credit a {
  249. font-size:10px;
  250. font-family: consolas;
  251. color:#0e0e0e;
  252. }
  253.  
  254. .titulo {
  255. font-family:cambria;
  256. font-size:30px;
  257. text-transform:uppercase;
  258. color: #000;
  259. font-style: bold;
  260. margin-top:90px; width:300px; margin-left:-157px;
  261. }
  262.  
  263. {CustomCSS}</style></head><body>
  264. </div></div>
  265. <div id="sidebar">
  266. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  267. <div id="description">{Description}</div>
  268.  
  269. <div id="menu">
  270. <a href="{text:link 1 url}">{text:link 1} <font color="red"><small><small>♥</small></small></font> </a>
  271. <a href="{text:link 2 url}">{text:link 2} <font color="red"><small><small>♥</small></small></font> </a>
  272. <a href="{text:link 3 url}">{text:link 3} <font color="red"><small><small>♥</small></small></font> </a>
  273. <a href="{text:link 4 url}">{text:link 4} <font color="red"><small><small>♥</small></small></font> </a>
  274. <a href="{text:link 5 url}">{text:link 5} <font color="red"><small><small>♥</small></small></font> </a>
  275. </div>
  276.  
  277.  
  278. </div>
  279.  
  280. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  281.  
  282.  
  283.  
  284. </div>
  285.  
  286. <div id="entries">{block:Posts}<div id="post">
  287.  
  288. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  289.  
  290. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  291.  
  292. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  293.  
  294. {block:Quote}{Quote}{/block:Quote}
  295.  
  296. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  297.  
  298. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  299.  
  300. {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>
  301. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  302. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  303. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  304. {/block:Audio}
  305.  
  306. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  307.  
  308. {block:Answer}<div id="asker"><span style="font-style:bold;font-family:'Trebuchet Ms';font-size:7px;font-style:italic;"><b>{Asker}:</b></span> {Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  309.  
  310. <div id="info">
  311. &nbsp;&nbsp;<a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}| <a href="{Permalink}">{NoteCountWithLabel}</a>
  312. </div></div>
  313. {/block:Posts}
  314. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  315. {/block:Posts}</div></div>
  316. <div class="credit"><a href="http://gifs-icons.tumblr.com">© GIFS-ICONS</a></div></div>
  317.  
  318. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment