Advertisement
Tander

Untitled

Oct 8th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. @-moz-document domain("plus.google.com") {
  2. /*Change font for all stream*/
  3. #contentPane{
  4.   font-family:Arial, Helvetica, sans-serif !important;
  5. }
  6.  
  7. /*Change font for comments text box*/
  8. .Lf {
  9.   font-family:Arial, Helvetica, sans-serif !important;
  10. }
  11.  
  12. /*Change font for popup window*/
  13. .wK {
  14.   font-family:Arial, Helvetica, sans-serif !important;
  15. }
  16.  
  17. /*Change width for stream*/
  18. .ox {
  19.   width: 56em !important;
  20. }
  21. .Dla, .Ebb, .nqa, .noa, .Kv, .Tc, .Nl {
  22.   width: inherit !important;
  23. }
  24.  
  25. /*Set width for add new post*/
  26. .woa {
  27.   max-width:56em !important;
  28. }
  29.  
  30. /*Change notify popup window (removing grey fields)*/
  31. .ybe, .U7b {
  32.   padding:0px !important;
  33. }
  34. .l2a {
  35.   margin: 0 !important;
  36. }
  37. .l2a, .ob, .f2a, .g8b, .wOb, .yOb {
  38.   width: 383px !important;
  39. }
  40. .Mra {
  41.   margin-top: 2px !important;
  42. }
  43.  
  44. /*Centering pictures in posts*/
  45. .uo {
  46.   width:100% !important;
  47. }
  48.  
  49. /*Fix margin-left on scrolling stream*/
  50. .ci {
  51.   margin:0px !important;
  52. }
  53.  
  54. /* No scrollbar in comments */
  55. .EB {
  56. max-height: 100% !important;
  57. }
  58.  
  59.  
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement