Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.59 KB | None | 0 0
  1. .mp-color {
  2.     background: #f9f9f9 !important;
  3.     border-top: 10px solid #438ab5 !important;
  4.     margin-bottom: 15px !important;
  5.     -webkit-border-radius: 5px !important;
  6.     -moz-border-radius: 5px !important;
  7.     border-radius: 5px !important;
  8.     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05) !important;
  9. }
  10.  
  11. .mp-title2 {
  12.     margin-top: 30px !important;
  13.     margin-bottom: 30px !important;
  14. }
  15.  
  16. .mp-color .mp-header {
  17.     background: none !important;
  18.     color: #464646 !important;
  19.     text-align: left !important;
  20.     font-size: 125% !important;
  21.     padding: 13px 0 0 10px !important;
  22. }
  23.  
  24. .mp-color .mp-subheader {
  25.     text-align: left !important;
  26.     font-weight: bold !important;
  27.     padding: 10px 0 2px 10px !important;
  28. }
  29.  
  30. .mp-color .mp-endrow .mp-endbox {
  31.     padding: 4px 25px !important;
  32.     border-radius: 5px !important;
  33.     background-color: #f2f2f2 !important;
  34. }
  35.  
  36. .mp-color2 .mp-endrow .mp-endbox2 {
  37.     margin-top: 10px !important;
  38.     border-radius: 5px !important;
  39.     background-color: #f2f2f2 !important;
  40. }
  41.  
  42. .mp-color2 {
  43.     background: #f9f9f9 !important;
  44.     border-top: 10px solid #90c2dd !important;
  45.     margin-bottom: 15px !important;
  46.     -webkit-border-radius: 5px !important;
  47.     -moz-border-radius: 5px !important;
  48.     border-radius: 5px !important;
  49.     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05) !important;
  50. }
  51.  
  52. .mp-color2 .mp-header2 {
  53.     background: none !important;
  54.     color: #464646 !important;
  55.     padding-top: 5px !important;
  56. }
  57.  
  58. #mp-contents .mp-content, #mp-recent .mp-content, #mp-wikinews .mp-content {
  59.     margin: 0 !important;
  60.     line-height: 22px !important;
  61.     padding-left: 25px !important;
  62. }
  63.  
  64. .mp-color2 .mp-content2 {
  65.     margin: 5px 0 !important;
  66. }
  67.  
  68. #mp-footer {
  69.     background-color: #f9f9f9 !important;
  70.     border-radius: 5px !important;
  71.     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05) !important;
  72. }
  73.  
  74. #mp-poll-prev-results th {
  75.     background-color: #f2f2f2 !important;
  76.     border-radius: 5px !important;
  77. }
  78.  
  79. #mp-fimg {
  80.     padding-left: 15px !important;
  81.     padding-right: 15px !important;
  82. }
  83.  
  84. #mp-recent.mp-color {
  85.     border-top: 10px solid #45697d !important;
  86. }
  87.  
  88. #mp-recent a {
  89.     color: #45697d !important;
  90. }
  91.  
  92. .mp-color2 .ajax-poll {
  93.     padding-top: 5px !important;
  94.     padding-bottom: 0 !important;
  95. }
  96.  
  97. .mp-color2 .pollAnswerVotes {
  98.     color: white !important;
  99.     background: #b9daec !important;
  100.     border: none !important;
  101. }
  102.  
  103. .mp-color2 .pollAnswerVotes div {
  104.     background: #438ab5 !important;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement