Actions

MediaWiki

Common.css

From Recipe Box

Revision as of 17:03, 1 April 2019 by Silversunset (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* CSS placed here will be applied to all skins */
/*Formatting the TOC*/
#toc { float: right;position:relative;top: -70px;}
.tocnumber { display: none; }
div#toctitle {display:none;}

/*Fix ACTIONS button formatting*/
#actions-button.button.small.secondary {padding: 5px 10px 5px 10px!important; }

/* Hide Main Page titles */ 
body.page-Main_Page h1.title,
body.page-Main_Page h2.title,
body.page-Main_Page h3#tagline,
body.page-Main_Page_de h2.title,
body.page-Main_Page_de h3#tagline,
body.page-Main_Page_de-formal h2.title,
body.page-Main_Page_de-formal h3#tagline,
body.page-Main_Page_zh-hans h2.title,
body.page-Main_Page_zh-hans h3#tagline {
    display:none;
}
 
h3#tagline {
    display: inline;
    font-size: 0.85em;
    font-weight: normal;
    font-style: normal;
}
 
/* Custom Foreground menubar colors to go with WikiApiary theme */
.top-bar,
.top-bar .title-area,
.top-bar.expanded .title-area,
.top-bar .name h1 a,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar-section .dropdown li.title h5 a {
   background: #99cc99!important;
   color: #000000;
    text-shadow: 1px 1px 1px black;
}
 
.top-bar .toggle-topbar.menu-icon,
.top-bar .toggle-topbar.menu-icon a {
    color: #000000;
}
 
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: #99cc99!important;
}
 
/* Darker color for the hover over items */
.top-bar-section:hover,
.top-bar-section ul li:hover > a,
.top-bar-section ul li ul.dropdown li:hover > a{
    background: #4ca64c!important;
   text-shadow: 1px 1px 1px black;
}
 
/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #66b266!important;
}

/*Table styling*/
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    padding: 0px!important;
}
table.wikitable > tr > th, table.wikitable > * > tr > th, table.wikitable > caption {
    background-color: #eaecf0;
}

.frontpageHeader2 {
text-align:center;
background:#99cc99;
color:white;
text-shadow: 1px 1px 1px black;
margin:0 0 5px 0;
padding:0.2em 0.4em;
clear:both;
font-size:140%;
margin: 0 10px 0 0;
}