Advertisement
Guest User

User stylesheet for WordPress.Stackexchange.com

a guest
Feb 15th, 2011
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1. /* User Stylesheet for wordpress.stackexchange
  2.  * @author toscho http://wordpress.stackexchange.com/users/73/toscho
  3.  * @version 1.1
  4.  */
  5. .post-text, .comments
  6. {
  7.     font-family:        Georgia     !important;
  8.     font-size:          16px        !important;
  9. }
  10. /* Post comments */
  11. tr.comment > td
  12. {
  13.     font-size:          15px        !important;
  14. }
  15. /* Unfortunately, there are many fixed line-heights. :( */
  16. .post-text,
  17. .comments,
  18. tr.comment > td,
  19. ol li,
  20. ul li
  21. {
  22.     line-height:        1.4         !important;
  23. }
  24. /* Reduce header height. */
  25. #hmenus
  26. {
  27.     margin-top:         10px        !important;
  28. }
  29. #hlogo
  30. {
  31.     margin-top:         30px        !important;
  32. }
  33.  
  34. h4
  35. {
  36.     text-transform:     none        !important;
  37. }
  38. input
  39. {
  40.     box-shadow:         none        !important;
  41. }
  42. /* Remove the <brackets> */
  43. .post-tag::before,
  44. .post-tag::after
  45. {
  46.     content:            ''          !important;
  47. }
  48. /* I don’t use Facebook … */
  49. .fb-share
  50. {
  51.     display:            none        !important;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement