Advertisement
gryffindor

theme #7 warrior

Apr 28th, 2014
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.39 KB | None | 0 0
  1. <!--hello everyone, this is theme #7 by gryffndour
  2. tell me if there's something wrong bc it's my first header theme
  3. don't steal or claim as your own thanks x
  4. base code theme, by hardziam // themesbyzsu.tumblr.com-->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16.  
  17. <meta name="font:Body" content="Helvetica" />
  18. <meta name="color:Background" content="#fff" />
  19. <meta name="color:Body" content="##6b6969" />
  20. <meta name="color:title" content="#333" />
  21. <meta name="color:Link" content="#8d8c8d" />
  22. <meta name="color:Link Hover" content="#c48e8e" />
  23. <meta name="color:descrip hover" content="#3b3b3b">
  24. <meta name="color:descrip link" content="#3b3b3b">
  25. <meta name="color:post" content="#3b3b3b">
  26. <meta name="color:post hover" content="#3b3b3b">
  27. <meta name="image:Background" content="" />
  28. <meta name="text:Link1" content="link" />
  29. <meta name="text:Link1 URL" content="/" />
  30. <meta name="text:Link2" content="link" />
  31. <meta name="text:Link2 URL" content="/" />
  32. <meta name="text:Link3" content="link" />
  33. <meta name="text:Link3 URL" content="/" />
  34. <meta name="text:Link4" content="link" />
  35. <meta name="text:Link4 URL" content="/" />
  36. <meta name="text:Link5" content="link" />
  37. <meta name="text:Link5 URL" content="/" />
  38.  
  39. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Raleway:400,800,100' rel='stylesheet' type='text/css'>
  42. <link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#838282;}
  48. ::-webkit-scrollbar {background-color:#838282;height:7px;width:12px;border:5px solid #fff;}
  49.  
  50.  
  51. body {
  52. background: {color:Background};
  53. background-image: url('{image:Background}');
  54. position:absolute;
  55. font-size:12px;
  56. font-family: {font:Body};
  57. color:{color:Body};
  58. }
  59.  
  60. blockquote {
  61. border-left: 3px solid #eee;
  62. padding:5px;
  63. padding-left:10px;
  64. text-align: justify;
  65. }
  66.  
  67. blockquote img {
  68. max-width: 100%;
  69. display: block;
  70. margin-bottom: 5px;
  71. }
  72.  
  73. blockquote blockquote {
  74. margin: 10px;
  75. padding: 10px;
  76. }
  77.  
  78. a {
  79. text-decoration:none;
  80. outline:none;
  81. color:{color:Link};
  82. -webkit-transition: all 0.5s ease-in-out;
  83. -moz-transition: all 0.5s ease-in-out;
  84. -o-transition: all 0.5s ease-in-out;
  85. }
  86.  
  87. a:hover {
  88.  
  89. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  90. color:{color:Link Hover};
  91. -webkit-transition: all 0.5s ease-in-out;
  92. -moz-transition: all 0.5s ease-in-out;
  93. -o-transition: all 0.5s ease-in-out;
  94. }
  95.  
  96. h1 {
  97. font-family:{font:Body};
  98. text-align:center;
  99. }
  100.  
  101. h2 {
  102. font-family:tahoma;
  103. text-transform:uppercase;
  104. padding:5px;
  105. color:{color:Link};
  106. }
  107.  
  108. #title {
  109. width:390px;
  110. margin-left:10px;
  111. margin-bottom:-15px;
  112. margin-top:20px;
  113. font-family:times;
  114. text-transform:uppercase;
  115. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  116. color:{color:title};
  117. font-style:none;
  118. font-weight:none;
  119. font-size:18px;
  120. text-align:left;
  121. text-decoration:none;
  122. border-bottom:1px solid #d4d4d4;
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. }
  127.  
  128. #sidebar {
  129. position:relative;
  130. margin-top:50px;
  131. margin-left:500px;
  132. width:190px;
  133. padding:5px;
  134. }
  135.  
  136.  
  137.  
  138. #description {
  139. width:390px;
  140. padding:10px;
  141. color:{color:Description};
  142. font-size:11px;
  143. text-align:justify;
  144. font-family:helvetica;
  145. margin-top:0px;
  146.  
  147. }
  148. #description a {
  149. color:{color: descrip link};
  150. letter-spacing:1px;
  151. }
  152.  
  153. #description a:hover {
  154. color:{color:descrip hover};
  155. letter-spacing:1px;
  156. text-decoration:underline;
  157. }
  158.  
  159.  
  160.  
  161. #links {
  162. text-align:right;
  163. margin-top:0px;
  164. width:390px;
  165. letter-spacing:1px;
  166. }
  167.  
  168.  
  169. #links a{
  170. display:inline-block;
  171. background:white;
  172. padding:3px;
  173. color:{color:Link};
  174. -webkit-transition: all 0.2s ease-in-out;
  175. -moz-transition: all 0.2s ease-in-out;
  176. -o-transition: all 0.2s ease-in-out;
  177. }
  178.  
  179. #links a:hover{
  180. color:{color:Background};
  181. background:{color:Link Hover};
  182. -webkit-transition: all 0.5s ease-in-out;
  183. -moz-transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. }
  186.  
  187.  
  188. #entries {
  189. font-size:10px;
  190. margin-left: 500px;
  191. margin-top:70px;
  192. float: right;
  193. text-align: justify;
  194. }
  195.  
  196. #post {
  197. font-size:10px;
  198. padding: 5px;
  199. margin-bottom:35px;
  200. width: 400px;
  201. color:{color:body};
  202. text-align: left;
  203. overflow:hidden;
  204. }
  205.  
  206. #post a {
  207. color:{color: post};
  208. }
  209.  
  210. #post a:hover {
  211. color:{color:post hover};
  212. text-decoration:underline;
  213.  
  214. }
  215.  
  216.  
  217. #pagination {
  218. margin-top:80px;
  219. margin-bottom:10px;
  220. text-align:center;
  221. text-transform:uppercase;
  222. font-weight:normal;
  223. text-decoration:none;
  224. margin-left:5px;
  225. font-size:9px;
  226. letter-spacing:1px;
  227. }
  228.  
  229. .pagination a {
  230. margin-bottom:4px;
  231. -webkit-transition: all 0.5s ease-in-out;
  232. -moz-transition: all 0.5s ease-in-out;
  233. -o-transition: all 0.5s ease-in-out;
  234. -ms-transition: all 0.5s ease-in-out;
  235. transition: all 0.5s ease-in-out;
  236. }
  237.  
  238. #info {
  239. padding: 5px;
  240. border-top:1px solid black;
  241. }
  242.  
  243. div#qTip {
  244. padding: 2px;
  245. display: none;
  246. text-align: center;
  247. position: absolute;
  248. font-style:none;
  249. font-size:8px;
  250. line-height:10px;
  251. font-family:arial;
  252. text-transform:uppercase;
  253. z-index: 1000;
  254. background: white;
  255. border:1px solid;
  256. border-color:#ebebeb;
  257. color:#656565;
  258. letter-spacing: 1px;
  259. margin-top: 5px;
  260. }
  261.  
  262. #credit a{
  263. position:fixed;
  264. right:3px;
  265. bottom:3px;
  266. padding:4px;
  267. background:white;
  268. font-size:11px;
  269. color:black;
  270. -moz-transition-duration:1s;
  271. -webkit-transition-duration:1s;
  272. -o-transition-duration:1s;
  273. }
  274.  
  275. #credit a:hover {
  276. opacity:1;
  277. color:white;
  278. background:black;
  279. -moz-transition-duration:1s;
  280. -webkit-transition-duration:1s;
  281. -o-transition-duration:1s;
  282. }
  283.  
  284.  
  285. </style>
  286. <style type="text/css">{CustomCSS}</style>
  287. </head>
  288.  
  289. <body>
  290. <div id="sidebar">
  291. <div id="title">{Title}</div>
  292. <a href="/"><img src="{image:Sidebar}"/></a>
  293. <div id="description">
  294. {block:Description}{Description}{/block:Description}
  295. </div>
  296.  
  297. <center>
  298. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}</center>
  299.  
  300. <div id="links">
  301. <a href="{text:Link1 URL}">{text:Link1}</a>
  302. <a href="{text:Link2 URL}">{text:Link2}</a>
  303. <a href="{text:Link3 URL}">{text:Link3}</a>
  304. <a href="{text:Link4 URL}">{text:Link4}</a>
  305. <a href="{text:Link5 URL}">{text:Link5}</a>
  306. </div>
  307. </div>
  308.  
  309.  
  310. <div id="entries">
  311. {block:Posts}
  312. <div id="post">
  313.  
  314. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Quote}<h3>“{Quote}” </h3>
  317. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  318.  
  319. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  320. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  321.  
  322. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  323. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328.  
  329.  
  330.  
  331. {block:Audio}
  332. {block:AudioPlayer}
  333. {AudioPlayerWhite}
  334. {/block:AudioPlayer}
  335. {block:AlbumArt}
  336. <img src="{AlbumArtURL}" width="200px"/>
  337. {/block:AlbumArt}
  338. <br>
  339. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  340. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  341. {block:Album}Album: {Album}{/block:Album}<br>
  342. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  343. {block:Caption}{Caption}{/block:Caption}
  344. {/block:Audio}
  345.  
  346. {block:Answer}
  347. <img src="{AskerPortraitURL-30}">
  348. {Asker} asked: {Question}<br>
  349. {Answer}{/block:Answer}
  350.  
  351.  
  352.  
  353. <div id="info">
  354. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  355. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  356. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  357.  
  358. </div>
  359. {/block:Posts}
  360.  
  361. {block:PostNotes}{PostNotes}{/block:PostNotes}
  362.  
  363. </div>
  364.  
  365.  
  366.  
  367. <div id="credit"><a href="http://gryffndour.tumblr.com" title="gryffndour">GF</a></div>
  368. </body>
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement