Advertisement
Guest User

css

a guest
May 28th, 2020
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. #siki-page-number { background-color:#00aeef;
  2. text-align: center;
  3. height: 60px;
  4. line-height: 60px;
  5. color: #fff;
  6. font-size: 25px;
  7. border-radius: 3px;
  8. }
  9.  
  10. .siki-body {
  11. display: none;
  12. background-image: url('http://semantic-solutions.net/0.png');
  13. }
  14.  
  15. #siki_next, #siki_prev {
  16. background: #fff;
  17. height: 60px;
  18. display: inline-block;
  19. padding: 0px 10px;
  20. text-align: center;
  21. }
  22.  
  23. #siki_next {
  24. float:left;
  25. border-right: 5px solid #242424;
  26. border-radius: 3px 0 0 3px;
  27. }
  28.  
  29. #siki_prev {
  30. float:right;
  31. border-left: 5px solid #242424;
  32. border-radius: 0 3px 3px 0;
  33. }
  34.  
  35. .siki-next-prev a {
  36. display: block;
  37. }
  38.  
  39. .siki-next-prev span {
  40. font-size: 30px;
  41. color: #444444;
  42. }
  43.  
  44. #siki_next span:nth-child(1) {
  45. float: left;
  46. line-height: 56px;
  47. font-size: 18px;
  48. font-weight: bold;
  49. margin-left: 5px;
  50. }
  51.  
  52. #siki_next span:nth-child(2) {
  53. float: left;
  54. line-height: 60px;
  55. }
  56.  
  57.  
  58. #siki_prev span:nth-child(1) {
  59. float: right;
  60. line-height: 56px;
  61. font-size: 18px;
  62. font-weight: bold;
  63. margin-right: 5px;
  64. }
  65.  
  66. #siki_prev span:nth-child(2) {
  67. float: right;
  68. line-height: 60px;
  69. }
  70.  
  71. .siki-message {
  72. text-align: center;
  73. padding: 10px 0 5px;
  74. color: #000;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement