Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Page.css 416 B

il y a 3 ans
1234567891011121314151617181920212223
  1. .paginationjs-prev{
  2. /*background: lightgrey;*/
  3. border: 1px solid;
  4. border-color: darkgray;
  5. width: 25px;
  6. height: 25px;
  7. display: inline-block;
  8. color: black;
  9. line-height: 25px;
  10. text-align: center;
  11. }
  12. #go{
  13. height: 24px;
  14. color: black;
  15. background-color: white;
  16. line-height: 20px;
  17. text-align: center;
  18. border: 1px solid;
  19. border-color: darkgray;
  20. margin-left: 20px;
  21. cursor: default;
  22. display: inline-block;
  23. }