Advertisement
Alliecatisallama

Theme #19 - Fear

Apr 28th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.59 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. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!-- FEAR - THEME #19 By Ygritties/Alliecatisallama
  10. Please do not use as a base for your own theme or take the code as your own as I worked hard on it and if you steal if you are therefore a peasant and I will hunt you down and force feed you rotten catfood.-->
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
  13.  
  14. <meta name="color:bg" content="#ffffff"/>
  15. <meta name="color:text" content="#838282"/>
  16. <meta name="color:link" content="#757171"/>
  17. <meta name="color:linkhover" content="#000000"/>
  18. <meta name="color:border" content="#585858"/>
  19. <meta name="color:Scrollbar" content="#000000">
  20. <meta name="color:sbbbg" content="#ffffff">
  21. <meta name="color:triangles" content="#ffffff">
  22. <meta name="color:trianglemid" content="#000000">
  23.  
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:link 1 name" content="link 1" />
  28. <meta name="text:link 1 url" content="/" />
  29. <meta name="text:link 2 name" content="link 2" />
  30. <meta name="text:link 2 url" content="/ask" />
  31. <meta name="text:link 3 name" content="link 3" />
  32. <meta name="text:link 3 url" content="/" />
  33. <meta name="text:link 4 name" content="link 4" />
  34. <meta name="text:link 4 url" content="/" />
  35.  
  36. <meta name="text:description2" content="this is where your second description under the third triangle is" />
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  46. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  47. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  48.  
  49. body {
  50. background:{color:bg};
  51. margin:2px;
  52. color:{color:text};
  53. font-family:calibri;
  54. font-size:10px;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:link};
  63. padding:2px;
  64. -webkit-transition: all 0.7s ease;
  65. -moz-transition: all 0.7s ease;
  66. -o-transition: all 0.7s ease;
  67. }
  68.  
  69. a:hover{
  70. -webkit-transition: all 0.4s ease-in-out;
  71. -moz-transition: all 0.4s ease-in-out;
  72. -o-transition: all 0.4s ease-in-out;
  73. -ms-transition: all 0.4s ease-in-out;
  74. transition: all 0.4s ease-in-out;
  75. color: {color:linkhover};
  76. }
  77.  
  78.  
  79. blockquote {
  80. padding-left:6px;
  81. border-left:1px solid;
  82. margin:0px 2px 0px 5px;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:4px;
  87. border-left:3px solid;
  88. margin:0px 2px 0px 5px;
  89. }
  90.  
  91. h1 {
  92. font-size:13px;
  93. }
  94.  
  95.  
  96.  
  97. .quote {
  98. font-size:10px;
  99. font-style:italic;
  100. }
  101.  
  102. .source {
  103. font-size:8px;
  104. padding:2px;
  105. letter-spacing: 1px;
  106. font-style:normal;
  107. text-transform:uppercase;}
  108.  
  109. .chat{
  110. font-size:10px;
  111. text-transform:uppercase;
  112. line-height:12px;
  113. letter-spacing:1px;
  114. }
  115.  
  116. .entries {
  117. padding:10px;
  118. margin-left:450px;
  119. margin-top:10px;
  120. margin-bottom:20px;
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease;
  124. }
  125.  
  126.  
  127. #info {
  128. font-size:8px;
  129. line-height:11px;
  130. letter-spacing:0px;
  131. text-align:right;
  132. padding-top: 3px;
  133. margin-bottom:1px;
  134. }
  135.  
  136. .question{
  137. padding:4px;
  138. }
  139.  
  140. .post {
  141. width:500px;
  142. padding-bottom:0px;
  143. padding-top: 27px;
  144. margin-bottom:14px;
  145. }
  146.  
  147. #sidebar {
  148. width:130px;
  149. position:fixed;
  150. margin-left:150px;
  151. margin-top:200px;
  152. }
  153.  
  154. #ii {
  155. margin-left:60px;
  156. width: 25px;
  157. font-size:20px;
  158. color:{color:trianglemid};
  159. margin-top:1px;
  160. text-align:center;
  161. opacity:1;
  162. -webkit-transition: all 0.7s ease;
  163. -moz-transition: all 0.7s ease;
  164. -o-transition: all 0.7s ease;
  165. }
  166.  
  167. #ii:hover {opacity:1;
  168. -webkit-transition: all 0.9s ease;
  169. -moz-transition: all 0.9s ease;
  170. -o-transition: all 0.9s ease;
  171. }
  172. #ii:hover .links{
  173. background-color:{color:sbbbg};
  174. color:{color:text};
  175. opacity:1;
  176. -webkit-transition: all 0.9s ease;
  177. -moz-transition: all 0.9s ease;
  178. -o-transition: all 0.9s ease;
  179. margin-top:5px;
  180. }
  181.  
  182. #ii img {
  183. width:25px;
  184. -webkit-transition: all 0.7s ease;
  185. -moz-transition: all 0.7s ease;
  186. -o-transition: all 0.7s ease;
  187. }
  188.  
  189. #ii img:hover {
  190. -webkit-transition: all 0.9s ease;
  191. -moz-transition: all 0.9s ease;
  192. -o-transition: all 0.9s ease;
  193. }
  194. #ii:hover img{
  195. opacity:0.1;
  196. -webkit-transition: all 0.9s ease;
  197. -moz-transition: all 0.9s ease;
  198. -o-transition: all 0.9s ease
  199. }
  200.  
  201. .links {
  202. padding:5px;
  203. width:140px;
  204. font-size: 8px;
  205. font-style:normal;
  206. font-family:'consolas';
  207. line-height:100%;
  208. background-color:{color:sbbbg};
  209. color:{color:text};
  210. text-align:center;
  211. opacity:0;
  212. letter-spacing:1px;
  213. background: transparent;
  214. margin-left:-60px;
  215. margin-bottom:3%;
  216. margin-top: -5px;
  217. text-transform: uppercase;
  218. -webkit-transition: all 0.9s ease;
  219. -moz-transition: all 0.9s ease;
  220. -o-transition: all 0.9s ease
  221. }
  222.  
  223.  
  224. #sidebarimage {
  225. max-width: 150px;
  226. max-height:250px;
  227. text-align:center;
  228. opacity:1;
  229. -webkit-transition: all 0.7s ease;
  230. -moz-transition: all 0.7s ease;
  231. -o-transition: all 0.7s ease;
  232. }
  233.  
  234. #i {
  235. margin-left:10px;
  236. margin-top:-16px;
  237. width: 25px;
  238. font-size:20px;
  239. color:{color:triangles};
  240. text-align:center;
  241. opacity:1;
  242. -webkit-transition: all 0.7s ease;
  243. -moz-transition: all 0.7s ease;
  244. -o-transition: all 0.7s ease;
  245. }
  246.  
  247. #i:hover {opacity:1;
  248. -webkit-transition: all 0.9s ease;
  249. -moz-transition: all 0.9s ease;
  250. -o-transition: all 0.9s ease;
  251. }
  252. #i:hover .description{
  253. background-color:{color:sbbbg};
  254. color:{color:text};opacity:1;
  255. -webkit-transition: all 0.9s ease;
  256. -moz-transition: all 0.9s ease;
  257. -o-transition: all 0.9s ease;
  258. top:350px;
  259. }
  260.  
  261. #i img {
  262. width:25px;
  263. -webkit-transition: all 0.7s ease;
  264. -moz-transition: all 0.7s ease;
  265. -o-transition: all 0.7s ease;
  266. }
  267.  
  268. #i img:hover {
  269. -webkit-transition: all 0.9s ease;
  270. -moz-transition: all 0.9s ease;
  271. -o-transition: all 0.9s ease;
  272. }
  273. #i:hover img{
  274. opacity:0.1;
  275. -webkit-transition: all 0.9s ease;
  276. -moz-transition: all 0.9s ease;
  277. -o-transition: all 0.9s ease
  278. }
  279.  
  280. .description {
  281. padding:5px;
  282. padding:0px 1px 0px 2px;
  283. text-align:justify;
  284. background-color:{color:sbbbg};
  285. color:{color:text};
  286. margin-left:-5px;
  287. width:137px;
  288. opacity:0;
  289. top:410px;
  290. position:fixed;
  291. line-height:10px;
  292. font-family:'consolas';
  293. font-size:8px;
  294. text-transform:uppercase;
  295. -webkit-transition: all 0.7s ease;
  296. -moz-transition: all 0.7s ease;
  297. -o-transition: all 0.7s ease;
  298. }
  299.  
  300. #iii {
  301. margin-left:260px;
  302. width: 25px;
  303. color:{color:triangles};
  304. margin-top:435px;
  305. font-size:20px;
  306. text-align:center;
  307. opacity:1;
  308. position:fixed;
  309. -webkit-transition: all 0.7s ease;
  310. -moz-transition: all 0.7s ease;
  311. -o-transition: all 0.7s ease;
  312. }
  313.  
  314. #iii:hover {opacity:1;
  315. -webkit-transition: all 0.9s ease;
  316. -moz-transition: all 0.9s ease;
  317. -o-transition: all 0.9s ease;
  318. }
  319. #iii:hover .description2{
  320. background-color:{color:sbbbg};
  321. color:{color:text};
  322. opacity:1;
  323. -webkit-transition: all 0.9s ease;
  324. -moz-transition: all 0.9s ease;
  325. -o-transition: all 0.9s ease;
  326. top:360px;
  327. }
  328.  
  329. #iii img {
  330. width:25px;
  331. -webkit-transition: all 0.7s ease;
  332. -moz-transition: all 0.7s ease;
  333. -o-transition: all 0.7s ease;
  334. }
  335.  
  336. #iii img:hover {
  337. -webkit-transition: all 0.9s ease;
  338. -moz-transition: all 0.9s ease;
  339. -o-transition: all 0.9s ease;
  340. }
  341. #iii:hover img{
  342. opacity:0.1;
  343. -webkit-transition: all 0.9s ease;
  344. -moz-transition: all 0.9s ease;
  345. -o-transition: all 0.9s ease
  346. }
  347.  
  348. .description2 {
  349. padding:5px;
  350. background-color:{color:sbbbg};
  351. color:{color:text};
  352. padding:0px 1px 0px 2px;
  353. text-align:right;
  354. margin-left:-105px;
  355. width:137px;
  356. opacity:0;
  357. top:420px;
  358. position:fixed;
  359. line-height:10px;
  360. font-family:'consolas';
  361. font-size:8px;
  362. text-transform:uppercase;
  363. -webkit-transition: all 0.7s ease;
  364. -moz-transition: all 0.7s ease;
  365. -o-transition: all 0.7s ease;
  366. }
  367.  
  368. .pagination{
  369. font-size:9px;
  370. text-align:right;
  371. }
  372.  
  373.  
  374. .notes img{
  375. width:15px;
  376. }
  377.  
  378. .notes ol, .notes li{
  379. list-style:none;
  380. }
  381.  
  382. #theme {
  383. position: fixed;
  384. bottom: 0px;
  385. right: 0px;
  386. font-family: Arial;
  387. font-size: 8px;
  388. text-transform: uppercase;
  389. text-align: right;
  390. letter-spacing: 1px;
  391. }
  392.  
  393.  
  394. iframe#tumblr_controls {
  395. top: 0% !important;
  396. right:0% !important;
  397. opacity:0.3;
  398. position: fixed !important;
  399. filter:alpha(opacity=30);
  400. -webkit-transition: all 0.7s ease;
  401. -moz-transition: all 0.7s ease;
  402. -o-transition: all 0.7s ease;
  403. }
  404. iframe#tumblr_controls:hover{
  405. top: 0% !important;
  406. right:0% !important;
  407. opacity:0.8;
  408. position: fixed !important;
  409. filter:alpha(opacity=80);
  410. -webkit-transition: all 0.7s ease;
  411. -moz-transition: all 0.7s ease;
  412. -o-transition: all 0.7s ease;
  413. }
  414.  
  415. {CustomCSS}</style>
  416. </head><body>
  417.  
  418. <div id="sidebar">
  419.  
  420. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&#9668;</big></a>{/block:PreviousPage}{CurrentPage} OF {TotalPages}{block:NextPage}<a href="{NextPage}"><big>&#9658;</big></a>{/block:NextPage}{/block:Pagination}</big></div>
  421.  
  422. <div id="sidebarimage"><img src="{image:sidebar}">
  423. <div id="i"><div style="max-width:20px"><big><big><big>&#x25B2;</big></big></big> </div>
  424. <div class="description">{Description}</div></div>
  425.  
  426.  
  427. <div id="ii"><div style="max-width:20px"><big><big><big>&#x25BC;</big></big></big> </div>
  428. <div class="links">
  429. <em><a href="/">home</a>
  430. <a href="/ask">ask</a>
  431. <a href="{text:link 1 url}">{text:link 1 name}</a>
  432. <a href="{text:link 2 url}">{text:link 2 name}</a>
  433. <a href="{text:link 3 url}">{text:link 3 name}</a>
  434. <a href="{text:link 4 url}">{text:link 4 name}</a>
  435. </em> </div></div></div></div>
  436.  
  437.  
  438. <div id="iii"><div style="max-width:20px"><big><big><big>&#x25B2;</big></big></big> </div>
  439. <div class="description2">{text:description2}</div></div></div>
  440.  
  441.  
  442.  
  443.  
  444. <div class="entries">{block:Posts}<div class="post">
  445.  
  446. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  447.  
  448. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Quote}<div class="quote">{Quote}<br>{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  453.  
  454. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  455.  
  456. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  457.  
  458. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  459.  
  460. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer} <div class="post"><center>
  463. <div class="question"><img src="{AskerPortraitURL-16}"> <big><big><u>{Asker}asked:</u></big></big> {Question}</div>{Answer}</center>{/block:Answer}
  464.  
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471.  
  472. <div id="info">
  473. <a href="{Permalink}">{NoteCount}</a>{block:Date} | {timeago} | {DayOfMonthWithZero}-{MonthNumberWithZero}-{ShortYear}{/block:Date}
  474. {block:RebloggedFrom}| via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}"> {ReblogParentName}</a><a href="{ReblogRootURL}"title="{ReblogRoottitle}">&copy</a>{/block:RebloggedFrom}
  475. <br>{block:HasTags}{block:Tags} #<u><a href="{TagURL}">{Tag}</a></u>{/block:Tags}{/block:HasTags}</div></div>
  476. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  477. {/block:Posts}</div>
  478.  
  479. <div id="theme"></a><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  480.  
  481.  
  482.  
  483. </body>
  484.  
  485.  
  486. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement