Advertisement
Erry

Monobook.css

May 7th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.60 KB | None | 0 0
  1. /* CSS placed here will affect users of the Monobook skin */
  2.  
  3. body {
  4.     background: #682a9c url() no-repeat;
  5. }
  6.  
  7. #siteNotice {
  8.     padding: 2px;
  9.     margin: 10px 0 -5px 0;
  10.     border-top: 2px solid #ccc;
  11.     border-bottom: 2px solid #ccc;
  12. }
  13.  
  14. #p-cactions li.selected a {
  15.     border-bottom: 2px solid #FFFFFF;
  16.     padding-bottom: 1px !important;
  17. }
  18.  
  19. /* Display text below main article header, located at MediaWiki:tagline */
  20. #siteSub {
  21.     display: inline;
  22.     font-size: 80%;
  23.     font-weight: normal;
  24. }
  25.  
  26. /* usericon */
  27.  
  28. li#pt-userpage {
  29.     background-image: url(/images/keyblade.png) !important;
  30.     padding-left: 14px;
  31. }
  32.  
  33. /* round edges and stuff */
  34. #content {
  35.     -moz-border-radius-topleft: 1em;
  36.     -moz-border-radius-topright: 1em;
  37.     -moz-border-radius-bottomleft: 1em;
  38.     -moz-border-radius-bottomright: 1em;
  39.     border: 2px solid silver;
  40. }
  41.  
  42. #p-cactions ul li, #p-cactions ul li a {  
  43.     -moz-border-radius-topleft: 1em;
  44.     -moz-border-radius-topright: 1em;
  45. }
  46.  
  47. div.pBody {
  48.     -moz-border-radius-topright: 1em;
  49.     -moz-border-radius-bottomright: 1em;
  50. }
  51.  
  52. div.pBody {
  53.     border-radius-topright: 1em;
  54.     border-radius-bottomright: 1em;
  55. }
  56.  
  57. /* bold edit this page link */
  58. #ca-edit a { font-weight: bold !important; }
  59.  
  60. #p-cactions li a {
  61.     color: #002bb8;
  62.     background-color: #fbfbfb;
  63. }
  64. #p-cactions li a:hover {
  65.     color: #002bb8;
  66.     background-color: #ffffff;
  67. }
  68.  
  69. #p-cactions li.selected a {
  70.    color: #002bb8;
  71.    background-color:#ffffff;
  72. }
  73.  
  74. #p-cactions li.new a {
  75.    color:#ba0000;
  76. }
  77.  
  78.  
  79. #searchGoButton {
  80.     font-weight: normal;
  81. }
  82.  
  83. #footer {
  84.    border-top:1px solid #aaaaaa;
  85.    border-bottom:1px solid #aaaaaa;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement