Advertisement
Lyend

Untitled

Apr 3rd, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. body,html,background,head
  2. {
  3. font-family:verdana;
  4. }
  5. Background
  6. {
  7. position:absolute;
  8. top:0px;
  9. left:0px;
  10. width:100%;
  11. height:150%;
  12. background-color:#000;
  13. background-image:url('http://images2.layoutsparks.com/1/245047/skull-bling-heart-bones.png');
  14. background-repeat:repeat-x repeat-y;
  15. }
  16. #top_container
  17. {
  18. position:relative;
  19. top:0px;
  20. left:0px;
  21. Width:40%;
  22. Hieght: auto;
  23. padding: 5px; 5px; 5px; 5px;
  24. background-color:#000;
  25. opacity:0.8;
  26. filter:alpha(opacity=80);
  27. border-style:inset;
  28. border-color:hotpink;
  29. border-size:1px;
  30. }
  31. #container_text
  32. {
  33. font-family: 'La Belle Aurore';
  34. font-size: 15px;
  35. color: white;
  36. opacity:1;
  37. filter:alpha(opacity=100);
  38. }
  39. #main_container /*Main container- Do not edit this... Unless you know what you're doing*/
  40. {
  41. Border-style:outset;
  42. border-color:hotpink;
  43. border-size:1px;
  44. Position:Absolute;
  45. height:80%;
  46. top:15%;
  47. Width:40%;
  48. left:29%;
  49. background-color:#000;
  50. font-family:'Times new roman';
  51. font-size:11px;
  52. color:#fff;
  53. padding: 5px 5px 5px 5px;
  54. overflow:auto;
  55. }
  56. #main_container_title,h1,h2,h3,h4
  57. {
  58. Font-family:'La Belle Aurore';
  59. font-size:32px;
  60. color:white;
  61. text-decoration:underline;
  62. }
  63. #copy_right/*You may remove this under the permission granted to you, but if one who uses this file/text/css/html/javascript/layout/template for commerical reasons. Charges cou;d be pressed by Adam B. and/or GNU GPL. Supported by GNU GPL. I do not own "La Belle Aurore" and, "riptape.ttf" and, "Times new roman" and, "http://images2.layoutsparks.com/1/245047/skull-bling-heart-bones.png" and, "Verdana" Thus my disclaimer.*/
  64. {
  65. color: black;
  66. border-top: 1px solid #000000;
  67. background-color: white;
  68. text-align: center;
  69. position:fixed;
  70. bottom: 0px;
  71. left: 0px;
  72. width: 100%;
  73. height: 20px;
  74. font-size:10px;
  75. text-align: center;
  76. line-height: 2em;
  77. }
  78. #DoNotDelete
  79. {
  80. text-align: center;
  81. font-size:10px;
  82. color:black;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement