User:Dendodge/modern.css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

#searchBody {
   position: absolute;
   right:0px;
   top:0px;
   width: 300px;
}

#searchInput {
   position: absolute;
   right:5px;
   top:1px;
}

#searchGoButton {
   display: none;
}


#mw-searchButton {
   display: none;
}

#p-search h5 {
   display: none;
}

#mw_header {
    background: #003366;
    background: -moz-linear-gradient(top, #003366, #001144);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#003366), to(#001144));
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#003366', EndColorStr='#001144', GradientType=0);
}

#mw_portlets {
    background: #F0F0F0;
    background: -moz-linear-gradient(top, #E0E0FF, #F0F0F0);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#E0E0FF), to(#F0F0F0));
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#E0E0FF', EndColorStr='#F0F0F0', GradientType=0);
}

.portlet h5 {
    background-color: #BBBBBB;
    color: white;
    border-bottom: #303030;
}

.catlinks {
    background: #F9F9F9;
    border-color: #848484;
}

#p-cactions {
    background: #F0F0F0;
    background: -moz-linear-gradient(top, #F0F0FF, #D0D0D0);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#F0F0FF), to(#D0D0D0));
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#F0F0FF', EndColorStr='#D0D0D0', GradientType=0);
    border-left: 1px solid #BBBBBB;
    border-bottom: none;
}

#p-cactions li.selected {
    background: #BBBBBB;
    background: -moz-linear-gradient(top, #BBBBBB, #909090);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#BBBBBB), to(#909090));
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#BBBBBB', EndColorStr='#909090', GradientType=0);
    border-bottom: 1px solid #909090;
}

#p-cactions li a {
   text-decoration: none;
}

#preftoc li a {
   text-decoration: none;
}

#firstHeading {
   display: inline !important;
}

.mw-topbox {
   border-bottom: 1px solid #909090;
}