Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2015
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. .gr-box * {
  2. background:transparent;
  3. padding:10;
  4. color:#acae93;
  5. text-shadow:#25261f 2px 2px 2px;
  6. font-family:Palatino Linotype;}
  7.  
  8. blockquote {
  9. margin-left:5%;
  10. margin-top:0px;
  11. margin-bottom:0px;
  12. border-left:2px solid #000;
  13. padding-left:10px;
  14. padding-top:5px; }
  15.  
  16. .gr, .gr-body, .gr-top, .text {border:0px;}
  17.  
  18. hr {
  19. border-top:1px solid #000;
  20. border-left:2px solid #000;
  21. border-right:2px solid #000;
  22. border-bottom:1px solid #000;
  23. margin: 10px 15% 10px 15%;
  24. width:80%;}
  25.  
  26. .gr-top h2 img, .gr1, .gr2, .gr3, .tri, .gr3.gb, .gr2.gb, .gr1.gb, .commentslink {display:none;}
  27.  
  28. .gr-box {
  29. background: url(http://fc09.deviantart.net/fs71/f/2014/326/f/9/skin_by_tophat_queen-d87aw8j.png);
  30. background-repeat: no-repeat;
  31. background-position: top-left;}
  32.  
  33. .gr-top {
  34. padding-top:120px;
  35. width:680px;
  36. text-align:center;}
  37.  
  38. .gr-body {
  39. width:650px;
  40. height:730px;}
  41.  
  42. .text {
  43. text-align:center;
  44. max-width:500px;
  45. max-height:520px;
  46. overflow:auto;
  47. margin-left:40px;
  48. margin-top:45px;}
  49.  
  50. .navbutton1 {
  51. margin-left:132px;
  52. margin-top:-30px;
  53. background-color:#3c3f35;
  54. font-size: 13px;
  55. height:23px;
  56. width: 110px;
  57. cursor:pointer;
  58. text-align:center;
  59. padding-top:1px;
  60. border-radius:15px;
  61. border-top:1px solid #25261f;
  62. border-left:1px solid #25261f;
  63. border-right:1px solid #25261f;
  64. border-bottom:1px solid #25261f;
  65. float:left;}
  66. .navbutton1:hover {background: #646958; border: 1px solid #3e4034;}
  67. .navbutton1:active {background: #bfc1aa; border: 1px solid #9c9e82;}
  68.  
  69. .navbutton2 {
  70. margin-left:246px;
  71. margin-top:-30px;
  72. background-color:#3c3f35;
  73. font-size: 13px;
  74. text-align:center;
  75. height:23px;
  76. width: 110px;
  77. cursor:pointer;
  78. padding-top:1px;
  79. border-radius:15px;
  80. border-top:1px solid #25261f;
  81. border-left:1px solid #25261f;
  82. border-right:1px solid #25261f;
  83. border-bottom:1px solid #25261f;
  84. float:left;}
  85. .navbutton2:hover {background: #646958; border: 1px solid #3e4034;}
  86. .navbutton2:active {background: #bfc1aa; border: 1px solid #9c9e82;}
  87.  
  88. h1{font-size: 22px;}
  89. h2{font-size: 20px;}
  90. h3{font-size: 18px;}
  91. h4{font-size: 16px;}
  92. h5{font-size: 14px;}
  93.  
  94. .gr-box .text .pp a { text-decoration: none }
  95. .gr-box .text .pp a:hover { text-decoration: underline !important; color: #000 !important; }
  96.  
  97. div.text div[class*="navbutton"] a:hover { color: #000 !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement