User:Nousernamesleft/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
#searchInput,#wpSummary {
             opacity:0.8;
             background:#ffeeff;
             border:none;
             }
#searchInput:focus,#wpSummary:focus {
                   border:thin solid gray;
                   opacity:0.9;
                   }
#searchInput:blur,#wpSummary:blur {
                  opacity:0.8;
                  border:none;
                  }
.searchButton {
              background:lime;
              }
textarea {
             opacity:0.8;
             background:#ffeeff;
             border:thin dashed black;
         }
#wpSave,#wpPreview,#wpDiff {
                   background:lime;
                   }

div.pBody a,a:link,a:hover,a:visited,a:active {
                           color:black;
                           }

#p-personal .pBody li a,a:link,a:hover,a:visited,a:active {
              color:black;
              font-weight:bold;
              }
.portlet h5 {
            font-size:larger;
            font-weight:bold; 
           }
.wikitable,.userboxes {
            background:url(http://www.artofproblemsolving.com/Forum/latexrender/pictures/c/7/5/c757ef43b4336f33e0d379cfa59bf392c94b1506.png);
           }
body {
     background-image:url(http://i23.tinypic.com/2s16hp0.jpg);
     background-color:#7ff3ff;
     opacity:0.5;
     }
#p-logo a {
        background-image:url(http://i22.tinypic.com/2i71t6q.png) !important;

        }
#p-search {
          position:absolute;
          top:30px;
          right:0px;
          }
#p-search h5 {
             display:none;
             }
.new {
     color:blue !important;
     }
*/