Advertisement
stephanieofrp

unholy page by stephanieofrp

Jul 7th, 2019
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 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.  
  8. <!---- unholy page by stephanieofrp
  9.  
  10.  
  11. >> don't remove the credit
  12. >> if u need help mssg me
  13. >> don't steal it
  14. >> don't use as a base
  15. >> edit for personal use only (do not redistribute)
  16.  
  17.  
  18. --->
  19.  
  20. <head>
  21.  
  22. <link href="https://fonts.googleapis.com/css?family=Cabin|Righteous&display=swap" rel="stylesheet">
  23.  
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  27.  
  28. ::-webkit-scrollbar-corner {background:#ffffff}
  29.  
  30. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  31.  
  32. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  33. }
  34.  
  35.  
  36. body {
  37. margin:0px;
  38. background-color:#ededed;
  39. font-size:10px;
  40. padding:5px;
  41. line-height:100%;
  42. }
  43.  
  44. a {
  45. font-family: 'Righteous', cursive;
  46. color:#3f3f3f;
  47. text-decoration:none;
  48. outline:none;
  49. opacity:1 ;
  50. -webkit-transition: all 0.8s;
  51. -moz-transition: all 0.8s;
  52. transition: all 0.8s;
  53.  
  54. }
  55.  
  56. a:hover {
  57. color:#1d1d1d;
  58. -webkit-transition: all 0.8s;
  59. -moz-transition: all 0.8s;
  60. transition: all 0.8s;
  61. }
  62.  
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. border-left:2px solid;
  71. }
  72.  
  73.  
  74. h1 {
  75. font-size:15px;
  76. font-family: 'Cabin', sans-serif;
  77. }
  78.  
  79.  
  80. /* IMAGES */
  81.  
  82.  
  83.  
  84. #name1{
  85. margin-top:67px;
  86. margin-left:-53.5%;
  87. color:#6fabd1;
  88. font-size:15px;
  89. font-family: 'Righteous', cursive;
  90. text-align:center;
  91. opacity:.5;
  92. }
  93.  
  94. #theme1 {
  95. position:fixed;
  96. margin-top:15px;
  97. margin-left:15%;
  98.  
  99. }
  100.  
  101. #theme1 img {
  102. width:250px;
  103. height:128px;
  104. opacity:1;
  105. border-radius:10px 10px 10px 10px;
  106. filter: blur(4px);
  107. -webkit-filter: blur(4px);
  108.  
  109. }
  110.  
  111.  
  112. #theme1 img:hover {
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. -ms-transition: all 0.5s ease;
  117. transition: all 0.5s ease;
  118. filter: blur(0px);
  119. -webkit-filter: blur(0px);
  120.  
  121. }
  122.  
  123.  
  124.  
  125.  
  126.  
  127. #name2{
  128. margin-top:-10px;
  129. margin-left:58.5%;
  130. color:#6fabd1;
  131. font-size:15px;
  132. font-family: 'Righteous', cursive;
  133. text-align:center;
  134. opacity:.5;
  135. }
  136.  
  137.  
  138. #theme2 {
  139. position:fixed;
  140. margin-top:16px;
  141. margin-left:70.5%;
  142.  
  143. }
  144.  
  145. #theme2 img {
  146. width:250px;
  147. height:128px;
  148. opacity:1;
  149. border-radius:10px 10px 10px 10px;
  150. filter: blur(4px);
  151. -webkit-filter: blur(4px);
  152.  
  153. }
  154.  
  155.  
  156. #theme2 img:hover {
  157. -webkit-transition: all 0.5s ease;
  158. -moz-transition: all 0.5s ease;
  159. -o-transition: all 0.5s ease;
  160. -ms-transition: all 0.5s ease;
  161. transition: all 0.5s ease;
  162. filter: blur(0px);
  163. -webkit-filter: blur(0px);
  164.  
  165. }
  166.  
  167.  
  168.  
  169.  
  170. #name3{
  171. font-family: 'Righteous', cursive;
  172. margin-top:232px;
  173. margin-left:-53.5%;
  174. color:#6fabd1;
  175. font-size:15px;
  176. text-align:center;
  177. opacity:.5;
  178. }
  179.  
  180.  
  181.  
  182. #theme3 {
  183. position:fixed;
  184. margin-top:90px;
  185. margin-left:15%;
  186.  
  187.  
  188. }
  189.  
  190. #theme3 img {
  191. width:250px;
  192. height:128px;
  193. opacity:1;
  194. border-radius:10px 10px 10px 10px;
  195. filter: blur(4px);
  196. -webkit-filter: blur(4px);
  197.  
  198. }
  199.  
  200.  
  201. #theme3 img:hover {
  202. -webkit-transition: all 0.5s ease;
  203. -moz-transition: all 0.5s ease;
  204. -o-transition: all 0.5s ease;
  205. -ms-transition: all 0.5s ease;
  206. transition: all 0.5s ease;
  207. filter: blur(0px);
  208. -webkit-filter: blur(0px);
  209.  
  210. }
  211.  
  212.  
  213. #name4{
  214. font-family: 'Righteous', cursive;
  215. margin-top:-13px;
  216. margin-left:58.5%;
  217. color:#6fabd1;
  218. font-size:15px;
  219. text-align:center;
  220. opacity:.5;
  221. }
  222.  
  223.  
  224. #theme4 {
  225. position:fixed;
  226. margin-top:-158px;
  227. margin-left:70.5%;
  228.  
  229.  
  230. }
  231.  
  232. #theme4 img {
  233. width:250px;
  234. height:128px;
  235. opacity:1;
  236. border-radius:10px 10px 10px 10px;
  237. filter: blur(4px);
  238. -webkit-filter: blur(4px);
  239.  
  240. }
  241.  
  242.  
  243. #theme4 img:hover {
  244. -webkit-transition: all 0.5s ease;
  245. -moz-transition: all 0.5s ease;
  246. -o-transition: all 0.5s ease;
  247. -ms-transition: all 0.5s ease;
  248. transition: all 0.5s ease;
  249. filter: blur(0px);
  250. -webkit-filter: blur(0px);
  251.  
  252. }
  253.  
  254.  
  255. /* BOX */
  256.  
  257.  
  258. #title1{
  259. font-family: 'Righteous', cursive;
  260. margin-top:10%;
  261. margin-left:45.2%;
  262. color:#6fabd1;
  263. font-size:20px;
  264. text-transform:uppercase;
  265. font-size:25px;
  266. }
  267.  
  268.  
  269.  
  270.  
  271. #box1{
  272. margin-bottom:20px;
  273. margin-top:25px;
  274. margin-left:37%;
  275. background:#fafafa;
  276. height:210px;
  277. width:420px;
  278. color:#3f3f3f;
  279. border-radius:10px 10px 10px 10px;
  280.  
  281.  
  282. }
  283.  
  284.  
  285.  
  286.  
  287. .style1{
  288. font-family: 'Cabin', sans-serif;
  289. margin-bottom:25px;
  290. color:#3f3f3f;
  291. text-align:center;
  292. width:400px;
  293. padding:20px;
  294. padding-top:40px;
  295. padding-left:15px;
  296. letter-spacing: 2px;
  297.  
  298. }
  299.  
  300. #themeslink{
  301. margin-left:46.4%;
  302. margin-top:-80px;
  303. }
  304.  
  305. #themeslink a{
  306. -webkit-transition: all 0.5s;
  307. -moz-transition: all 0.5s;
  308. transition: all 0.5s;
  309. display: inline-block;
  310. text-transform: lowercase;
  311. letter-spacing: 2px;
  312. color:#ffffff;
  313. background:#6fabd1;
  314. text-align:center;
  315. margin-top:7px;
  316. width:60px;
  317. padding:5px 2px 5px 2px;
  318. font-family: 'Righteous', cursive;
  319. }
  320.  
  321. #themeslink a:hover{
  322. background:#eeeeee;
  323. color:#6fabd1;
  324. -webkit-transition: all 0.5s;
  325. -moz-transition: all 0.5s;
  326. transition: all 0.5s;
  327.  
  328.  
  329. }
  330.  
  331.  
  332. /* CREDIT ! DO NOT TOUCH ! */
  333.  
  334.  
  335. #cred{
  336. position:fixed;
  337. display:block;
  338. bottom: 14px;
  339. right: 12px;
  340. text-align:center;
  341. background-color:transparent;
  342. color:black;
  343. width:35px;
  344. font-weight:bold;
  345. font-size:10px;
  346. letter-spacing:2px;
  347. }
  348.  
  349.  
  350.  
  351. {CustomCSS}</style>
  352.  
  353.  
  354. </head>
  355. <body>
  356.  
  357. <div id="name1">
  358.  
  359. narcissist
  360.  
  361. </div>
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. <div id="theme1">
  369.  
  370. <img src="https://66.media.tumblr.com/9b0fb65a5dd0e1b9560986a95e2ae7b6/05934c58b98343bd-8b/s540x810/5c0d7d2070759d84915e394dbff3c3ba9b89f2d1.png"> <!-- top left theme preview -->
  371.  
  372. </div>
  373.  
  374.  
  375. <div id="name2">
  376.  
  377. lunar
  378.  
  379. </div>
  380.  
  381. <div id="theme2">
  382.  
  383. <img src="https://66.media.tumblr.com/401b87db5f28e443548f2ad0fa9aacf0/05934c58b98343bd-97/s540x810/9cd381b6feff7e4876226048e6cc690a76c5d769.png"> <!-- top right theme preview -->
  384.  
  385. </div>
  386.  
  387.  
  388.  
  389.  
  390. <div id="title1">
  391.  
  392. Theme Rules
  393.  
  394. </div>
  395. <div id="box1">
  396.  
  397. <div class="style1">
  398.  
  399. Don't change or remove the credit in any way.
  400. <p>
  401. <p>If you need help, message me through Tumblr IM.
  402. <p>
  403. <p>Don't steal anything from the codes.
  404. <p>
  405. <p>Don't use them as a base for your own codes.
  406. <p>
  407. <p>Edit for personal use only. Do not redistribute.</p></div>
  408.  
  409. <center>
  410. </div>
  411. <div id="themeslink">
  412. <a href="LINK TO YOUR THEMES HERE">accept</a>&nbsp;
  413. <a href="http://www.tumblr.com/dashboard">decline</a></div>
  414.  
  415. </div>
  416.  
  417.  
  418.  
  419.  
  420. <div id="theme3">
  421.  
  422. <img src="https://66.media.tumblr.com/041717a73c7db98c2aa6621befb3ff22/05934c58b98343bd-f9/s540x810/26be68fd7d379bb07d3e90e96fca140ecc681279.png"> <!-- bottom left -->
  423.  
  424. </div>
  425.  
  426. <div id="name3">
  427.  
  428. make happy
  429.  
  430. </div>
  431.  
  432.  
  433. <div id="theme4">
  434.  
  435. <img src="https://66.media.tumblr.com/a7438c1cacb42ca1772c652a4aefdd10/05934c58b98343bd-64/s540x810/09e2ae091c1c4d9294fd9f6d6953355a4011941b.png"> <!-- bottom right -->
  436.  
  437. </div>
  438.  
  439. <div id="name4">
  440.  
  441. bubblegum babe
  442.  
  443. </div>
  444.  
  445. </div>
  446. </div>
  447.  
  448. </body>
  449.  
  450. <div id="cred"><a href="http://stephanieofrp.tumblr.com/tagged/mine:%20theme">☆彡</a></div>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement