Advertisement
andersonbrps

Theme #2 - The Call

Jul 19th, 2014
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. <!-- THEME 02 by andersonbrps: The Call
  2.  
  3. PLEASE DO NOT REMOVE THE CREDITS. -->
  4.  
  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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="image:Background" content="" />
  22. <meta name="color:Background" content="#ffffff" />
  23. <meta name="color:Title" content="#fb4c16"/>
  24. <meta name="color:Blockquote" content=""/>
  25. <meta name="color:Text" content=""/>
  26. <meta name="color:Border" content=""/>
  27. <meta name="color:Borders" content=""/>
  28. <meta name="color:Link" content="#8d8c8d"/>
  29. <meta name="text:Link URL" content=""/>
  30. <meta name="text:Link Text" content=""/>
  31. <meta name="text:Link URL2" content=""/>
  32. <meta name="text:Link Text2" content=""/>
  33. <meta name="text:Link URL3" content=""/>
  34. <meta name="text:Link Text3" content=""/>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  40.  
  41. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  42.  
  43. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  44.  
  45. #biter
  46.  
  47. #bite a {display:block}
  48.  
  49. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  50.  
  51. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  52.  
  53.  
  54. body {
  55. background: {color:Background};
  56. background-image: url('{image:Background}');
  57. font-family: Calibri;
  58. font-size: 12px;
  59. color: {color:Text};
  60. }
  61.  
  62. blockquote {
  63. padding-left:5px;
  64. border-left:3px solid;
  65. color: {color:Blockquote};
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75.  
  76. #sidebar {
  77. position: fixed;
  78. margin-left:50px;
  79. margin-top: 150px;
  80. width: 200px;
  81. height: 220px;
  82. padding: 20px;
  83. border: 0px solid {color:Border};
  84. }
  85.  
  86. #sidebarimage {
  87. width:150px;
  88. height:150px;
  89. border:solid 1px;
  90. padding:6px;
  91. margin-left:9px;
  92. margin-top:9px;
  93. border:1px solid {color:Border};
  94. background-color:{color:Sidebar};
  95. }
  96.  
  97.  
  98.  
  99.  
  100. #title {
  101. font-family: 'Shadows Into Light', cursive;
  102. z-index: 99999;
  103. position: fixed;
  104. margin-top: 140px;
  105. margin-left: 90px;
  106. font-size: 20px;
  107. width: 200px;
  108. text-align: center;
  109. color: {color:Title};
  110. text-shadow: -1px 0px #e42c8b, -2px -1px #e42c8b, 1px 0px #fb4c16, 2px 1px #fb4c16; color: #000;
  111. }
  112.  
  113. #description {
  114. position: relative;
  115. margin: -5px;
  116. padding: 5px;
  117. width: 200px;
  118. text-align: center;
  119. }
  120.  
  121.  
  122.  
  123. #container {
  124. margin-top: 20px;
  125. margin-bottom: 20px;
  126. margin-left: 520px;
  127. width: 500px;
  128. }
  129.  
  130. .entry {
  131. float:left;
  132. position: relative;
  133. width:500px;
  134. padding: 10px;
  135. margin-bottom:20px;
  136. border: 1px solid {color:Border};
  137. background-color: #ffffff;
  138. }
  139.  
  140. img {
  141. max-width: 100%;
  142. }
  143.  
  144. h1 {
  145. text-align: center;
  146. font-size: 15px;
  147. color: {color:Title};
  148. }
  149.  
  150. #pagination {
  151. position: relative;
  152. padding: 2px;
  153. margin-top: 10px;
  154. }
  155.  
  156. #pagination a {
  157. display: inline-block;
  158. padding: 3px 6px 3px 6px;
  159. margin: 4px;
  160. text-align: center;
  161. }
  162.  
  163. #portrait img {
  164. float: left;
  165. margin-right: 5px;
  166. }
  167.  
  168. #permalink {
  169. text-align: left;
  170. border-top: 1px solid {color:Border};
  171. position: relative;
  172. margin-top: 5px;
  173. padding-top: 5px;
  174. }
  175.  
  176. #links {
  177. font-family: 'Open Sans Condensed', sans-serif;
  178. margin-left: -15px;
  179. font-size: 13px;
  180. text-align:center;
  181. position:fixed;
  182. }
  183.  
  184. #links a {
  185. display:inline-block;
  186. width:40px;
  187. height:20px;
  188. line-height:40px;
  189. padding:3px 0;
  190. margin:2px 0 1px 0px;
  191. font-size:13px;
  192. text-decoration: uppercase;
  193. font-family:{font:Body};
  194. letter-spacing:1px;
  195. border: {color:Borders};
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203. </style>
  204.  
  205.  
  206.  
  207. </head>
  208.  
  209. <body>
  210.  
  211. <div id="title">{Title}</div>
  212.  
  213. <div id="sidebar">
  214.  
  215. <img src="{image:Sidebar}">
  216.  
  217.  
  218. <div id="bite">
  219. <h4><center>HOVER</center></h4>
  220.  
  221. <div class="death">
  222. <div align="center">
  223. <div id="description">{Description}
  224. </div>
  225. </div>
  226. </div>
  227.  
  228. <div id="links">
  229.  
  230. <br><a href="/">Home</a>
  231. <a href="/ask">Ask</a>
  232.  
  233. {block:ifLinkText} <a href="{text:Link URL}">{text:Link Text}</a>{/block:ifLinkText}
  234. {block:ifLinkText2} <a href="{text:Link URL2}">{text:Link Text2}</a>{/block:ifLinkText2}
  235. {block:ifLinkText3} <a href="{text:Link URL3}">{text:Link Text3}</a>{/block:ifLinkText3}
  236.  
  237. <div id="pagination">
  238. {block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
  239. {block:NextPage}/ <a href="{NextPage}">Next Page</a>{/block:NextPage}
  240. </div>
  241. </div>
  242. </div>
  243.  
  244. </div>
  245.  
  246. <div id="container">
  247. {block:Posts}
  248. <div class="entry">
  249.  
  250.  
  251. {block:Text}
  252. <h1>{block:Title}{Title}{/block:Title}</h1>
  253. {Body}
  254. {/block:Text}
  255.  
  256. {block:Photo}
  257. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Photo}
  260.  
  261. {block:Photoset}
  262. {Photoset-500}
  263. {block:Caption}{Caption}{/block:Caption}
  264. {/block:Photoset}
  265.  
  266. {block:Quote}
  267. {Quote}
  268. {block:Source}<br>—{Source}{/block:Source}
  269. {/block:Quote}
  270.  
  271. {block:Link}
  272. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  273. {block:Description}{Description}{/block:Description}
  274. {/block:Link}
  275.  
  276. {block:Chat}
  277. {block:Title}<h1>{Title}</h1>{/block:Title}
  278. {block:Lines}
  279. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  280. {/block:Lines}
  281. {/block:Chat}
  282.  
  283. {block:Audio}
  284. {AudioPlayerWhite}
  285. {block:Caption}{Caption}{/block:Caption}
  286. {/block:Audio}
  287.  
  288. {block:Video}
  289. {Video-500}
  290. {block:Caption}{Caption}{/block:Caption}
  291. {/block:Video}
  292.  
  293. {block:Answer}
  294. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  295. {Asker}:<br>"{Question}"<p>{Answer}
  296. {/block:Answer}
  297.  
  298.  
  299.  
  300. <div id="permalink">
  301. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  302. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  303.  
  304. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  305.  
  306. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  307. </div>
  308.  
  309.  
  310.  
  311. </div> <!-- /div entry --->
  312.  
  313. {/block:Posts}
  314.  
  315. </div><!-- /div container --->
  316.  
  317.  
  318.  
  319.  
  320.  
  321. </body>
  322.  
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement