Advertisement
Mizmo

GAG Mozilla Style

Nov 10th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.86 KB | None | 0 0
  1. @-moz-document domain("www.girlsaskguys.com") {
  2. /* invite box */
  3. #invite-post-modal-container.simplemodal-container .invite-post-modal .invite-post-modal-container form .scroll-window{
  4.         max-height: 400px;
  5. }
  6.  
  7. /* navigation bar */
  8. .header-wrapper header#mainHeader {
  9.     background: #0a3668;
  10. }
  11.  
  12. /* navigation menus */
  13. .header-wrapper header#mainHeader .inner .menu-bar .main-navigation ul.sub-nav>li a, .header-wrapper header#mainHeader .inner .menu-bar .main-navigation ul.user-menu>li a {
  14.     background: rgba(28, 56, 102, 0.9) ;
  15. }
  16.  
  17. header .menu-bar .main-navigation li.profile-info ul.user-menu li {
  18.     background: rgba(28, 56, 102, 0.9) ;
  19. }
  20.  
  21. /* navigation mouseover */
  22. header .menu-bar .main-navigation>li.hover, header .menu-bar .main-navigation>li:hover {
  23.     background: #f8a42e;
  24. }
  25.  
  26. /* footer */
  27. body header#mainHeader, body footer#main-footer {
  28.     background: #0a3668;
  29. }
  30.  
  31. /* new posts font */
  32. #feed-items-new-container #feed-items-new button {
  33.     font-family: "Noto Sans", Arial, sans-serif;
  34. }
  35.  
  36. /* sidebar vote font */
  37. .sidebar .title, .sidebar h4.title, .sidebar .module-wrapper.questions .item-link {
  38.     font-size: 17px;
  39.     line-height: 22px;
  40. }
  41.  
  42. /* feed question titles */
  43. .tile-item .tile-title, h2.feed-item-title, .result-row h3.question-item-title, .result-row h3.article-item-title {
  44.     font-weight: 700;
  45.     font-stretch: normal;
  46.     font-size: 18px;
  47.     line-height: 25px;
  48.     font-family: "Noto Sans", Arial, sans-serif;
  49. }
  50.  
  51. /* single post question title */
  52. .single-post .title {
  53.     font-size: 26px;
  54. }
  55.  
  56. /* recommended questions */
  57. .main-column .gray-hdr {
  58.     font-size: 24px;
  59. }
  60.  
  61. /* alerts */
  62. .confirm {
  63.     background: #329554;
  64.     background-image: none;
  65. }
  66.  
  67. .warn {
  68.     background: #b10000;
  69.     background-image: none;
  70. }
  71.  
  72. /* ibar */
  73. .ibar.opinions {
  74.     font-family: "Noto Sans", Arial, sans-serif;
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement