Advertisement
dannyfenton

Untitled

Feb 23rd, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5.  
  6. <!---
  7. Shipping Wall 002: Deck of Cards
  8. Created by blessedbutterflies @ tumblr!
  9. Don't remove this comment.
  10. --->
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15. background-image: url('http://media.tumblr.com/tumblr_m1vp9sv9ld1r9ly5j.png');
  16. font-family: 'Arial';
  17. font-size: 11px;
  18. }
  19.  
  20. a {
  21. text-decoration: none;
  22. color: #201f1f;
  23. }
  24.  
  25. #wrap {
  26. margin-left: auto;
  27. margin-right:auto;
  28. width: 815px;
  29. }
  30. #wrop {
  31. width: 815px;
  32. position: relative;
  33. top: 50px;
  34. padding-top: 90px;
  35. height: 545px;
  36. border: 2px solid #280505;
  37. background: url('http://media.tumblr.com/tumblr_lo9641HVIn1qapbyt.png') #fff;
  38. overflow: auto;
  39. }
  40.  
  41. /*Begin Quadrants*/
  42.  
  43. /*MATESPRITSHIP*/
  44. #matesprit {
  45. font-size: 250px;
  46. color: #EC1E1E;
  47. margin-top: -150px;
  48. margin-left: 25px;
  49. }
  50.  
  51. #box {
  52. width: 180px;
  53. height: 100px;
  54. margin-left: 10px;
  55. margin-top: -55px;
  56. overflow-y: auto;
  57. padding: 7px;
  58. text-align: center;
  59. z-index: 1000;
  60. background-color: #ccc;
  61. border-top: 10px solid #aaa;
  62. border-bottom: 10px solid #aaa;
  63. }
  64.  
  65. /*MOIRALLEGIANCE*/
  66. #moirail {
  67. font-size: 250px;
  68. color: #ECB6CB;
  69. margin-left: 237px;
  70. margin-top: -370px;
  71. }
  72.  
  73. #box2 {
  74. position: relative;
  75. width: 180px;
  76. top: -3px;
  77. height: 100px;
  78. margin-left: 210px;
  79. margin-top: -50px;
  80. overflow-y: auto;
  81. padding: 7px;
  82. text-align: center;
  83. z-index: 1000;
  84. background-color: #ccc;
  85. border-top: 10px solid #aaa;
  86. border-bottom: 10px solid #aaa;
  87. }
  88.  
  89. /*AUSPISTICISM*/
  90. #auspistice {
  91. color: #544A4A;
  92. font-size: 250px;
  93. margin-left: 425px;
  94. margin-top: -371px;
  95. }
  96.  
  97. #box3 {
  98. position: relative;
  99. width: 180px;
  100. height: 100px;
  101. margin-left: 410px;
  102. margin-top: -55px;
  103. overflow-y: auto;
  104. padding: 7px;
  105. text-align: center;
  106. z-index: 1000;
  107. background-color: #ccc;
  108. border-top: 10px solid #aaa;
  109. border-bottom: 10px solid #aaa;
  110. }
  111.  
  112. /*KISMESISSITUDE*/
  113. #kismesis {
  114. color: #000000;
  115. font-size: 250px;
  116. margin-left: 640px;
  117. margin-top: -368px;
  118. }
  119.  
  120. #box4 {
  121. position: relative;
  122. width: 180px;
  123. height: 100px;
  124. margin-left: 610px;
  125. margin-top: -55px;
  126. overflow-y: auto;
  127. padding: 7px;
  128. text-align: center;
  129. z-index: 1000;
  130. background-color: #ccc;
  131. border-top: 10px solid #aaa;
  132. border-bottom: 10px solid #aaa;
  133. }
  134.  
  135. #back a{
  136. top: 0px;
  137. left: 0px;
  138. font-size: 11px;
  139. position: fixed;
  140. }
  141.  
  142. #credit a {
  143. position: fixed;
  144. bottom: 0px;
  145. right: 0px;
  146. font-size: 12px;
  147. color: #aaa;
  148. z-index: 1001;
  149. -webkit-transition: all 1s ease-in-out;
  150. -moz-transition: all 1s ease-in-out;
  151. -o-transition: all 1s ease-in-out;
  152. transition: all 1s ease-in-out;
  153. }
  154.  
  155. #credit a:hover {
  156. color: #000;
  157. }
  158.  
  159. /*Begin 2 Quadrants*/
  160.  
  161. /*MATESPRITSHIP*/
  162. #matesprit2 {
  163. font-size: 250px;
  164. color: #EC1E1E;
  165. margin-top: -60px;
  166. margin-left: 25px;
  167. }
  168.  
  169. #box5 {
  170. width: 180px;
  171. height: 100px;
  172. margin-left: 10px;
  173. margin-top: -55px;
  174. overflow-y: auto;
  175. padding: 7px;
  176. text-align: center;
  177. z-index: 1000;
  178. background-color: #ccc;
  179. border-top: 10px solid #aaa;
  180. border-bottom: 10px solid #aaa;
  181. }
  182.  
  183. /*MOIRALLEGIANCE*/
  184. #moirail2 {
  185. font-size: 250px;
  186. color: #ECB6CB;
  187. margin-left: 237px;
  188. margin-top: -370px;
  189. }
  190.  
  191. #box6 {
  192. position: relative;
  193. width: 180px;
  194. top: -3px;
  195. height: 100px;
  196. margin-left: 210px;
  197. margin-top: -50px;
  198. overflow-y: auto;
  199. padding: 7px;
  200. text-align: center;
  201. z-index: 1000;
  202. background-color: #ccc;
  203. border-top: 10px solid #aaa;
  204. border-bottom: 10px solid #aaa;
  205. }
  206.  
  207. /*AUSPISTICISM*/
  208. #auspistice2 {
  209. color: #544A4A;
  210. font-size: 250px;
  211. margin-left: 425px;
  212. margin-top: -371px;
  213. }
  214.  
  215. #box7 {
  216. position: relative;
  217. width: 180px;
  218. height: 100px;
  219. margin-left: 410px;
  220. margin-top: -55px;
  221. overflow-y: auto;
  222. padding: 7px;
  223. text-align: center;
  224. z-index: 1000;
  225. background-color: #ccc;
  226. border-top: 10px solid #aaa;
  227. border-bottom: 10px solid #aaa;
  228. }
  229.  
  230. /*KISMESISSITUDE*/
  231. #kismesis2 {
  232. color: #000000;
  233. font-size: 250px;
  234. margin-left: 640px;
  235. margin-top: -368px;
  236. }
  237.  
  238. #box8 {
  239. position: relative;
  240. width: 180px;
  241. height: 100px;
  242. margin-left: 610px;
  243. margin-top: -55px;
  244. overflow-y: auto;
  245. padding: 7px;
  246. text-align: center;
  247. z-index: 1000;
  248. background-color: #ccc;
  249. border-top: 10px solid #aaa;
  250. border-bottom: 10px solid #aaa;
  251. }
  252.  
  253. </style>
  254. </head><body>
  255. <div id="wrap">
  256.  
  257. <div id="wrop">
  258. <div id="matesprit">♥</div>
  259. <div id="box"> <!--Edit below for Matespritship-->
  260. ship one<br>
  261. ship two<br>
  262. ship three<br>
  263. ship four<br>
  264. ship five<br>
  265. ship six<br>
  266. ship seven<br>
  267. ship eight<br>
  268. ship nine<br>
  269. ship ten<br>
  270. </div>
  271.  
  272.  
  273. <div id="moirail">♦</div>
  274. <div id="box2"> <!--Edit below for Moirallegiance-->
  275. ship one<br>
  276. ship two<br>
  277. ship three<br>
  278. ship four<br>
  279. ship five<br>
  280. ship six<br>
  281. ship seven<br>
  282. ship eight<br>
  283. ship nine<br>
  284. ship ten<br>
  285. </div>
  286.  
  287.  
  288. <div id="auspistice">♣</div>
  289. <div id="box3"> <!--Edit below for Auspisticism-->
  290. ship one<br>
  291. ship two<br>
  292. ship three<br>
  293. ship four<br>
  294. ship five<br>
  295. ship six<br>
  296. ship seven<br>
  297. ship eight<br>
  298. ship nine<br>
  299. ship ten<br>
  300. </div>
  301.  
  302.  
  303. <div id="kismesis">♠</div>
  304. <div id="box4"> <!--Edit below for Kismesissitude-->
  305. ship one<br>
  306. ship two<br>
  307. ship three<br>
  308. ship four<br>
  309. ship five<br>
  310. ship six<br>
  311. ship seven<br>
  312. ship eight<br>
  313. ship nine<br>
  314. ship ten<br>
  315. </div>
  316.  
  317. <div id="matesprit2">♥</div>
  318. <div id="box5"> <!--Edit below for Matespritship-->
  319. ship one<br>
  320. ship two<br>
  321. ship three<br>
  322. ship four<br>
  323. ship five<br>
  324. ship six<br>
  325. ship seven<br>
  326. ship eight<br>
  327. ship nine<br>
  328. ship ten<br>
  329. </div>
  330.  
  331.  
  332. <div id="moirail2">♦</div>
  333. <div id="box6"> <!--Edit below for Moirallegiance-->
  334. ship one<br>
  335. ship two<br>
  336. ship three<br>
  337. ship four<br>
  338. ship five<br>
  339. ship six<br>
  340. ship seven<br>
  341. ship eight<br>
  342. ship nine<br>
  343. ship ten<br>
  344. </div>
  345.  
  346.  
  347. <div id="auspistice2">♣</div>
  348. <div id="box7"> <!--Edit below for Auspisticism-->
  349. ship one<br>
  350. ship two<br>
  351. ship three<br>
  352. ship four<br>
  353. ship five<br>
  354. ship six<br>
  355. ship seven<br>
  356. ship eight<br>
  357. ship nine<br>
  358. ship ten<br>
  359. </div>
  360.  
  361.  
  362. <div id="kismesis2">♠</div>
  363. <div id="box8"> <!--Edit below for Kismesissitude-->
  364. ship one<br>
  365. ship two<br>
  366. ship three<br>
  367. ship four<br>
  368. ship five<br>
  369. ship six<br>
  370. ship seven<br>
  371. ship eight<br>
  372. ship nine<br>
  373. ship ten<br>
  374. </div>
  375. </div></div>
  376.  
  377. <div id="credit"><a href="http://blessedbutterflies.tumblr.com/" target="_blank">♑</a></div>
  378.  
  379. <div id="back"><a href="/">← Back to blog</a></div>
  380.  
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement