Advertisement
Alliecatisallama

Theme #12 Don't Hesitate

Jan 15th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- DON'T HESITATE THEME #12 BY FERNANDOSSPECTACLES/SEEDE-R/ALLIECATISALLAMA.
  6. Do not use as a base code or claim as your own.-->
  7.  
  8.  
  9. <meta name="color:background" content="#ffffff"/>
  10. <meta name="color:text" content="#bababa"/>
  11. <meta name="color:descriptiontext" content="#0e0d0d"/>
  12. <meta name="color:link" content="#999999"/>
  13. <meta name="color:sbcolor" content="#ffffff"/>
  14. <meta name="color:title" content="#999999">
  15. <meta name="color:border" content="#e8e8e8 " />
  16. <meta name="color:hover" content="#555555"/>
  17. <meta name="color:scrollbar" content="#bababa"/>
  18. <meta name="color:scrollbarback" content="#ffffff"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:Link1" content="/" />
  23. <meta name="text:Link1 Title" content="/" />
  24. <meta name="text:Link2" content="/" />
  25. <meta name="text:Link2 Title" content="/" />
  26. <meta name="text:Link3" content="/" />
  27. <meta name="text:Link3 Title" content="/" />
  28.  
  29.  
  30. <head><title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. ::-webkit-scrollbar {height: auto;width: 7px;}
  41. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  42. ::-webkit-scrollbar-track{background-color:{color:scrollbarback};}
  43.  
  44.  
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px; color:{color:text};
  49. font-family:calibri;
  50. font-size:9px;
  51. line-height:9px;
  52. background-color:{color:background};
  53. }
  54.  
  55. a {text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;color:{color:link};
  58. -webkit-transition: all 0.5s ease;}
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. }
  63.  
  64.  
  65. blockquote {
  66. padding-left:5px;
  67. border-left:1px solid {color:border};
  68. }
  69.  
  70. blockquote blockquote {
  71. padding-left:5px;
  72. border-left:1px solid {color:border};
  73. }
  74.  
  75. h1 {
  76. font-size:8px;
  77. font-style: none;
  78. font-weight: none;
  79. text-transform:uppercase;
  80. font-family: courier new;
  81. letter-spacing:1px;
  82. text-align:center;
  83. color:{color:text};
  84. padding:4px;
  85. border-bottom:0px solid #e8e8e8;
  86. }
  87.  
  88.  
  89. #entries {
  90. padding:5px;
  91. width:500px;
  92. margin-left:450px;
  93. margin-top:30px;
  94. padding-right:100px;
  95. }
  96.  
  97. #post {
  98. width:500px;
  99. padding-bottom:25px;
  100. }
  101.  
  102.  
  103. .tags {
  104. width:500px;
  105. background-color:{color:bg};
  106. font-family:consolas;
  107. font-style:italic;
  108. letter-spacing:0px;
  109. font-size: 8px;
  110. margin-top:-10px;
  111. text-align:center;
  112. line-height:120%;
  113. color:{color:tags};
  114. padding:4px;
  115. opacity:0.6;
  116. }
  117.  
  118. #info {
  119. width:496px;
  120. text-align:center;
  121. margin-top:2px;
  122. margin-bottom:2px;
  123. border:1px solid {color:border};
  124. font-style:none;
  125. text-transform: uppercase;
  126. font-family:courier new;
  127. font-size:8px;
  128. -webkit-transition: all 0.5s ease;
  129. padding:2px;}
  130.  
  131.  
  132. #sidebar {
  133. position:fixed;
  134. width:200px;
  135. margin-left:200px;
  136. margin-top:250px;
  137. height:auto;
  138. }
  139.  
  140. #sideimg {
  141. width: 150px;
  142. text-align:center;
  143. }
  144.  
  145. #sideimg img{
  146. margin-left:46px;
  147. opacity:1;
  148. -webkit-transition: all 1s ease;
  149. border:1px solid {color:border};
  150. padding:2px;
  151. }
  152.  
  153. #sideimg img:hover{
  154. -webkit-transition: all 2s ease;
  155. opacity:0.3;
  156. border:1px solid {color:border};
  157. padding:2px;
  158. }
  159.  
  160. #sidebar:hover #sideimg img {
  161. opacity:0.4;
  162. }
  163.  
  164. #links{
  165. text-align:right;
  166. font-family:consolas;
  167. font-size:9px;
  168. margin-top:-90px;
  169. opacity:1;
  170. margin-left:10px; line-height:10px;
  171. letter-spacing:0px;
  172. position:fixed;
  173. -webkit-transition: all .6s ease;
  174. }
  175.  
  176. #links a {
  177. display:block;
  178. text-transform:lowercase;
  179. padding:2px;
  180. margin-top:0px;
  181. font-style:none;
  182. color:{color:link};
  183. -webkit-transition: all 1s ease;
  184. }
  185.  
  186. #description {
  187. position:fixed;
  188. text-align:center;
  189. margin-left:55px;
  190. width:80px;
  191. height:80px;
  192. font-size:9px;
  193. font-family:'courier new';
  194. margin-top:-105px;
  195. letter-spacing:0px;
  196. opacity:0;
  197. text-transform:none;
  198. -webkit-transition: all .6s ease-in;
  199. color:{color:descriptiontext};
  200. padding:3px;}
  201.  
  202. #sidebar:hover #description {
  203. opacity:1;
  204. -webkit-transition: all .6s ease-in;
  205. margin-top:-105px;}
  206.  
  207. #title {
  208. position:fixed;
  209. font-family:'calibri';
  210. font-style:italic;
  211. text-transform:lowercase;
  212. font-size:12px;
  213. letter-spacing:-1px;
  214. color:{color:title};
  215. width:100px;
  216. height:auto;
  217. text-align:center;
  218. line-height:10px;
  219. margin-top:2px;
  220. margin-left:47px;
  221. opacity:1;
  222. -webkit-transition: all .5s ease;
  223. background:transparent;
  224. }
  225.  
  226.  
  227. #pagination {
  228. position:fixed;
  229. margin-top:-100px;
  230. font-family:consolas;
  231. font-size:10px;
  232. font-style:italic;
  233. text-transform:uppercase;
  234. letter-spacing:1px;
  235. width:520px;
  236. margin-left:-125px;
  237. text-align:center;}
  238.  
  239. .audio {
  240. width:500px;
  241. height:160px;
  242. }
  243.  
  244. .albumart {
  245. width:100px;
  246. height:100px;
  247. position:absolute;
  248. }
  249.  
  250. .albumart img {
  251. width:100px;
  252. height:100px;
  253. float:left;
  254. }
  255.  
  256. .playercontainer {
  257. display:block;
  258. width:130px;
  259. height:130px;
  260. background-color:#ffffff;
  261. position:absolute;
  262. }
  263.  
  264. .player {
  265. margin-left:36px;
  266. margin-top:36px;
  267. width:25px;
  268. height:25px;
  269. overflow:hidden;
  270. background-color:white;
  271. }
  272.  
  273. .audioinfo {
  274. margin-left:160px;
  275. float:left;
  276. width:200px;
  277. padding:2px;
  278. margin-top:3px;
  279. }
  280.  
  281. #questions{
  282. text-align:center;
  283. }
  284.  
  285. #quote {
  286. text-align:center;
  287. font-size:12px;
  288. letter-spacing:0px;
  289. font-family:calibri;
  290. font-style:italic;
  291. }
  292.  
  293. #source {
  294. text-align:right;
  295. }
  296.  
  297. #theme {
  298. position: fixed;
  299. bottom: 0px;
  300. right: 0px;
  301. font-family: Arial;
  302. font-size: 8px;
  303. text-transform: uppercase;
  304. text-align: right;
  305. letter-spacing: 1px;
  306. }
  307.  
  308. {CustomCSS}</style></head>
  309.  
  310. <body>
  311.  
  312. <div id="sidebar">
  313. <div id="sideimg"><img src="{image:sidebar}" style="width:100px; height:100px;"/></div>
  314. <div id="title">{title}</div>
  315. <div id="links">
  316. <a href="/">home </a>
  317. <a href="/ask">ask </a>
  318. <a href="{text:Link1}">{text:Link1 Title}</a>
  319. <a href="{text:Link2}">{text:Link2 Title}</a>
  320. <a href="{text:Link3}">{text:Link3 Title}</a>
  321.  
  322.  
  323.  
  324. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div>
  325. </div>
  326.  
  327. <br>
  328. <div id="description">{Description}</div>
  329. </div>
  330. </div>
  331. <br>
  332. </div>
  333. </div>
  334.  
  335. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">rewind</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}{/block:Pagination}</div>
  336.  
  337.  
  338.  
  339. <div id="entries">{block:Posts}<p>
  340. <div id="post">
  341.  
  342. <div class="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  343.  
  344. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  345.  
  346. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  347.  
  348. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}<div id="quote">"{Quote}"</div><div id="source">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  351.  
  352. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  353.  
  354. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  355.  
  356. {block:Audio}<div class="info">{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  357. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  358. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  359. {/block:ExternalAudio}
  360. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div id="questions"><div style="position:center;"><big><big><em>{Asker} said:</big><br>{Question}</em></big><br>{Answer}</div>{/block:Answer}
  365.  
  366.  
  367. <div id="info">
  368. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  369. {NoteCountWithLabel}</a></div>
  370.  
  371. </p>
  372. </div>
  373.  
  374. {/block:Posts}
  375.  
  376. {block:PostNotes}{PostNotes}{/block:PostNotes}
  377. {/block:Posts}</div>
  378.  
  379. <div id="theme"></a><a href="http://fernandosspectacles.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  380.  
  381. </body>
  382.  
  383.  
  384.  
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement