MediaWiki:Common.css

From Acenet Knowledgebase
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

div.mw-search-formheader{
display:none !important;
}

p.mw-search-createlink{
display:none !important;
}

div.who_are_you{
float:left;
border:1px solid #B9DFFA;
padding:.5%;
margin:0px .5%;
width:22.5%;
background-color:#E3F2FD;
font-size:1.1em;
}

div.featured_faq{
float:left;
border:1px solid #B9DFFA;
padding:10px;
margin:5px;
background-color:#E3F2FD;
font-size:1.3em;
}

span.who_are_you_title{
font-size:1.2em;
}

div.body{
  margin-left:.1em !important;
}

a,
a:link,
a:visited,
a:active{
color:#2272C2 !important;
}

a:hover{
color:#F60 !important;
}

#mw-pages div.mw-content-ltr h3{ display: none !important; }

div#p-navigation { font-size: 1.25em; }

#ca-talk { display: none !important; }

#ca-history { display: none !important; }

#ca-viewsource { display: none !important; }

#ca-watch { display: none !important; }

#ca-view { display: none !important; }

#footer-places-privacy { display: none !important; }

#footer-places-about { display: none !important; }

#footer-places-disclaimer { display: none !important; }

#p-tb { display: none !important; }

div.support_submit_ticket{
    width:146px;
    height:40px;
    margin:0px auto;
}

div.support_submit_ticket a{
    width:146px;
    height:40px;
    background:url('/images/5/5b/Submit_ticket_hover.png') no-repeat;
}

.rollover{
position: relative;
white-space: nowrap;
display: block;
margin: 0;
padding: 0;
}

.rollover {
    position: relative;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
}

.rollover a{
    display: block;
    float: left;
    text-decoration: none;
}

.rollover img{
    border: 0
}

* html a:hover{
    visibility:visible
}

.rollover a:hover img{
    visibility:hidden
}