fireandink

MOVED/NEW URL #3 by EVILCREATUREOFTHENIGHT

Nov 4th, 2012
4,833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head profile="http://gmpg.org/xfn/11">
  4.  
  5.  
  6.  
  7.  
  8. <!-- THEME BY EVILCREATUREOFTHENIGHT - DO NOT, UNDER ANY CIRCUMSTANCES, REMOVE THE CREDITS. DO NOT USE THIS AS A BASE WITHOUT ASKING ME FIRST. DO NOT REDISTRIBUTE. MORE LINKS ON MY THANK YOU PAGE. -->
  9.  
  10. <!-- VARIABLES -->
  11.  
  12. <meta name="color:Background" content="#eee"/>
  13. <meta name="image:Background" content="http://media.tumblr.com/tumblr_m9k8nuFzZK1rpww75.jpg"/>
  14. <meta name="image:Sidebar img" content="http://static.tumblr.com/1w07jwa/7wZmczn33/lll.png"/>
  15. <meta name="color:Title" content="#be3062"/>
  16. <meta name="color:Color 1" content="#cf839e"/>
  17. <meta name="color:Color 2" content="#be3062"/>
  18. <meta name="color:Color 3" content="#be3062"/>
  19. <meta name="color:Second Title" content="#e2477e"/>
  20. <meta name="text:Second Title" content="NOW AT ..."/>
  21. <meta name="text:New Blog URL" content="new url here"/>
  22.  
  23.  
  24. <!-- FONTS -->
  25.  
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  28.  
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  31. <script src="http://static.tumblr.com/de00tfu/Up4m81goe/jquery.easing.1.3.js" type="text/javascript"></script>
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  34. <script src="http://static.tumblr.com/de00tfu/Up4m81goe/jquery.easing.1.3.js" type="text/javascript"></script>
  35.  
  36. <!-- TTITLE -->
  37. <title>{Title}</title>
  38. <!-- Favicon -->
  39. <link rel="shortcut icon" href="{Favicon}"/>
  40.  
  41.  
  42.  
  43. <!-- CSS CODE-->
  44. <style>
  45. /*** PAGE ***/
  46. body {
  47. background-image: url('{image:Background}');
  48. background-attachment:
  49. fixed; background-repeat: repeat; font-family: tahoma; font-size: 11px;}
  50.  
  51. #page{width: 900px;}
  52. #sidebar{width: 900px; float: left; position: fixed; margin-top: 200px; margin-left: -30px; }
  53. .posts{
  54. width: 616px;
  55. float: right;
  56. padding-bottom:15px;
  57. }
  58.  
  59. @font-face { font-family: tinytots; src: url("http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf") format("truetype");}
  60.  
  61. a, a:link{ height:0px;
  62. cursor: hand;
  63. text-decoration: none; color: {color:Title};}
  64. a:hover{color: {color:Color 3};}
  65.  
  66. #title1 {
  67. width: 441px;
  68. padding-top: 0px;
  69. padding-bottom: 0px;
  70. margin-left: 125px;
  71. margin-top:0px;
  72. font-size: 40px;
  73. text-align: center;
  74. color: {color:Title};
  75. font-family: 'Petit Formal Script', cursive;
  76. font-decoation: italic;
  77. font-transform: bold;
  78. letter-spacing:-2px;
  79. background-color: #eee;
  80. line-height: 45px;
  81. padding: 0px;
  82. text-shadow: 1px 1px 2px #808080;
  83. -moz-border-radius-topright: 90px;
  84. -webkit-border-top-right-radius: 90px;
  85. border-top-right-radius: 90px;
  86. -moz-border-radius-bottomright: 90px;
  87. -webkit-border-bottom-right-radius: 90px;
  88. border-bottom-right-radius: 90px;
  89. border-left: 2px #aa3355;
  90. border-left: 6px solid #aa3355;
  91. }
  92. #title2 {
  93. width: 321px;
  94. padding-top: 10px;
  95. margin-top: 10px;
  96. font-size: 10px;
  97. margin-left: 160px;
  98. text-align: center;
  99. color: {color:Second Title};
  100. font-family: Calibri;
  101. font-decoation: italic;
  102. font-transform: uppercase;
  103. letter-spacing:4px;
  104. background-color: transparent;
  105. padding: 0px;
  106. text-transform: uppercase;
  107. text-shadow: 1px 1px 2px #C0C0C0;
  108. }
  109.  
  110.  
  111. .imagem { margin-bottom:2px;margin-top:10px; margin-left:-5px;}
  112. .imagem img {background:transparent;width:0px; height:280px;align:center;border: 0px solid #eeeeee; }
  113.  
  114.  
  115.  
  116. .imgholder{
  117. position:relative;
  118. width:120px;
  119. height:120px;
  120. border-radius:100px;
  121. float:left;
  122. margin:40px 30px;}
  123. .imgholder img{
  124. position:absolute;
  125. left:0;
  126. top:0;
  127. width:120px;
  128. height:120px;
  129. z-index:5;
  130. border-radius:100px;
  131. -moz-border-radius:100px;
  132. -webkit-border-radius:100px;
  133. opacity:0.3;
  134. filter: alpha(opacity = 30);
  135. box-shadow:0 0 5px #000;
  136. -moz-box-shadow:0 0 5px #000;
  137. -webkit-box-shadow:0 0 5px #000;
  138. transform: scale(0.5,0.5);
  139. -ms-transform: scale(0.5,0.5);
  140. -moz-transform: scale(0.5,0.5);
  141. -webkit-transform: scale(0.5,0.5);
  142. transition:
  143. opacity 1s,
  144. transform 1s ease-in-out 0.3s;
  145. -moz-transition:
  146. opacity 1s,
  147. -moz-transform 1s ease-in-out 0.3s;
  148. -webkit-transition:
  149. opacity 1s,
  150. -webkit-transform 1s ease-in-out 0.3s;}
  151. .imgholder:hover img{
  152. opacity:1;
  153. filter: alpha(opacity = 100);
  154. transform: scale(1,1);
  155. -ms-transform: scale(1,1);
  156. -moz-transform: scale(1,1);
  157. -webkit-transform: scale(1,1);}
  158.  
  159. .imgholder figcaption{
  160. position:absolute;
  161. left:-5px;
  162. top:40%;
  163. width:130px;
  164. color:{color:Color 1};
  165. font-size: 12px;
  166. font-family: 'Electrolize';
  167. font-weight:bold;
  168. text-shadow:-1px -1px 0 #fff;
  169. z-index:4;
  170. transition: top 0.5s ease-out;
  171. -moz-transition: top 0.5s ease-out;
  172. -webkit-transition: top 0.5s ease-out;}
  173.  
  174. .imgholder:hover figcaption{
  175. top:120%; color:#fff;
  176. text-shadow:-1px -1px 0 #94768c;}
  177.  
  178. .imgholder .circle{
  179. position:absolute;
  180. border-radius:100px;
  181. -moz-border-radius:100px;
  182. -webkit-border-radius:100px;}
  183.  
  184. .imgholder .outer1{
  185. top:-8px;
  186. left:-8px;
  187. width:120px;
  188. height:120px;
  189. z-index:2;
  190. border:8px solid;
  191. border-color:{color:Color 1};
  192. box-shadow:0 0 3px #af97a9;
  193. -moz-ox-shadow:0 0 3px #af97a9;
  194. -webkit-box-shadow:0 0 3px #af97a9;
  195. background: #ffffff;
  196. background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f8f1f6 100%);
  197. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f8f1f6));
  198. background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
  199. background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
  200. background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
  201. background: radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
  202. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff',GradientType=1 );
  203. transform:rotate(90deg);
  204. -ms-transform:rotate(90deg);
  205. -moz-transform:rotate(90deg);
  206. -webkit-transform:rotate(90deg);
  207. transition:
  208. transform 1.8s ease-in-out,
  209. box-shadow 1s ease-out,
  210. border-color 1.5s;
  211. -moz-transition:
  212. -moz-transform 1.8s ease-in-out,
  213. -moz-box-shadow 1s ease-out,
  214. border-color 1.5s;
  215. -webkit-transition:
  216. -webkit-transform 1.8s ease-in-out,
  217. -webkit-box-shadow 1s ease-out,
  218. border-color 1.5s;}
  219. .imgholder:hover .outer1{
  220. border-color:{color:Color 3} {color:Color 1} {color:Color 3} {color:Color 2};
  221. box-shadow:0 0 10px #ab8da4;
  222. -moz-box-shadow:0 0 10px #ab8da4;
  223. -webkit-box-shadow:0 0 10px #ab8da4;
  224. transform:rotate(-10deg);
  225. -ms-transform:rotate(-10deg);
  226. -moz-transform:rotate(-10deg);
  227. -webkit-transform:rotate(-10deg);}
  228.  
  229. .imgholder .outer2{
  230. top:-18px;
  231. left:-18px;
  232. width:136px;
  233. height:136px;
  234. z-index:1;
  235. border:10px solid;
  236. border-color: {color:Color 3} {color:Color 2} {color:Color 3} {color:Color 1};
  237. box-shadow:0 0 20px #866b7f;
  238. -moz-box-shadow:0 0 20px #866b7f;
  239. -webkit-box-shadow:0 0 20px #866b7f;
  240. opacity:0;
  241. filter: alpha(opacity = 0);
  242. transform: scale(1.3,1.3) rotate(180deg);
  243. -ms-transform: scale(1.3,1.3) rotate(180deg);
  244. -moz-transform: scale(1.3,1.3) rotate(180deg);
  245. -webkit-transform: scale(1.3,1.3) rotate(180deg);
  246. transition:
  247. opacity 0.5s,
  248. transform 0.7s ease-out;
  249. -moz-transition:
  250. opacity 0.5s,
  251. -moz-transform 0.7s ease-out;
  252. -webkit-transition:
  253. opacity 0.5s,
  254. -webkit-transform 0.7s ease-out;}
  255.  
  256. .imgholder:hover .outer2{
  257. opacity:0.9;
  258. filter: alpha(opacity = 90);
  259. transform: scale(1,1) rotate(-10deg);
  260. -ms-transform: scale(1,1) rotate(-10deg);
  261. -moz-transform: scale(1,1) rotate(-10deg);
  262. -webkit-transform: scale(1,1) rotate(-10deg);}
  263.  
  264.  
  265. </style>
  266.  
  267. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/>
  268.  
  269. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  270. </head>
  271. <body>
  272.  
  273. <!-- PAGE -->
  274. <center>
  275. <div id="page">
  276.  
  277.  
  278. <br>
  279.  
  280. <!-- SIDEBAR -->
  281. <div id="sidebar">
  282.  
  283. <div style=" position: absolute; bottom: 245px; right: 512px;">
  284.  
  285. <div class="imgholder">
  286. <div class="outer1 circle"></div>
  287. <div class="outer2 circle"></div>
  288. <figure>
  289. <a href="{text:New Blog URL}"><img src="{image:Sidebar img}"></a>
  290. <figcaption class="caption"></figcaption>
  291. </figure> </div>
  292.  
  293. </div>
  294.  
  295. <div id="banner">
  296.  
  297. <div style="background: url(''); height: 10px; width: 100%; bottom: 0px; left: 0px; position: fixed; z-index: 4;"></div>
  298.  
  299.  
  300. <div id="title1">moved</div>
  301. <div id="title2">{text:Second Title} </div>
  302. <div class="imagem"><center><img src="{image:Sidebar img}"><br>
  303.  
  304.  
  305.  
  306. </div>
  307.  
  308. </div>
  309.  
  310.  
  311. <div id="curvan"></div>
  312.  
  313.  
  314. </div>
  315. <!-- SIDEBAR -->
  316.  
  317.  
  318. </div>
  319. </div>
  320. </center>
  321. <!-- PAGE -->
  322. <div style=" position: fixed; bottom: 5px; right: 5px;"><small><a href="http://evilcreatureofthenight.tumblr.com">THEME</a></small></div>
  323. </body>
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment