Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <style>
  2. p {
  3. text-align: center;
  4. }
  5.  
  6. .IMG {
  7. display: block;
  8. border: #CCC 1px solid;
  9. background: #F0F0F0;
  10. padding: 11px;
  11. margin-bottom: 50px;
  12. }
  13.  
  14. img.button {
  15. width: 50px;
  16. height: 50px;
  17. }
  18.  
  19. H1 {
  20. text-transform: capitalize;
  21. }
  22.  
  23. #displayer {
  24. text-align: center;
  25. }
  26.  
  27. #chapterList {
  28. display: none;
  29. background-color: #A9D0F5;
  30. color: #000;
  31. width: 40%;
  32. height: auto;
  33. max-height: 400px;
  34. position: fixed;
  35. top: 190px;
  36. z-index: 2;
  37. width: 500px;
  38. margin-left: -250px;
  39. left: 50%;
  40. overflow: scroll;
  41. border: 2px dashed #000;
  42. padding: 7px;
  43. font: bold 13px arial;
  44. }
  45.  
  46. #menu {
  47. display: none;
  48. background-color: #FF4000;
  49. width: 30%;
  50. height: 50px;
  51. position: fixed;
  52. top: 0px;
  53. z-index: 2;
  54. width: 300px;
  55. margin-left: -150px;
  56. left: 50%;
  57. border: 0px;
  58. border-bottom: 1px dashed #000;
  59. padding: 7px;
  60. text-align: center;
  61. font: bold 15px Garamond;
  62. }
  63.  
  64. a.current {
  65. color:#000;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement