Changes

Jump to navigation Jump to search

MediaWiki:Common.css

2,231 bytes added, 00:46, 29 September 2019
no edit summary
/** CSS placed here will be applied to all skins */
/* Hide : - "main page" title on front page - "main page" and "discussion" article links on front page*/.page-Main_Page.action-view .firstHeading ,.page-Main_Page.action-view #p-namespaces { display: none; }
/* Front page header */
clear: both;
width: 100%;
margin: 1px 0 20px -14px1em -1em 1em -1em;
padding: 0 24px 0 5px;
 
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
 
color: #612a01;
background: #fffbee;
*/
#siteNotice {
background: #ede2bf;
font-size: 16px;
overflow: hidden;
margin: 0 0 1em 0;
}
#localNotice {
width: 100%;
padding: 5px;
background: #ede2bf;
font-size: 16px;
margin: 0 0 15px 0;
}
#localNotice,.mw-dismissable-notice -body { padding margin: 10px1em 5em 1em 1em;
}
#siteNotice a {
.mw-dismissable-notice-close {
padding: 5px;
align-self: end;
}
color: #956520;
}
 
 
.frontpage-meta-links {
font-size: 12px;
line-height: 24px;
color: #333;
}
.frontpage-meta-links a.external,
.frontpage-meta-links a {
font-size: 12px;
line-height: 24px;
color: #333;
text-decoration: none;
}
 
 
.frontpage_col {
width: 50%;
float: left;
}
.frontpage_col .col_content {
padding: 0 20px 20px 20px;
}
 
.frontpage_box {
overflow: hidden;
padding-bottom: 30px;
clear: both;
}
.frontpage_box h2 {
padding: 0 0 5px 0;
font-size: 20px;
line-height: 25px;
border-bottom: 1px solid #ccc;
margin: 0 0 10px 0;
}
 
.frontpage_box h2,
.frontpage_box h2 a {
color: #444;
}
.frontpage_box h2 a {
text-decoration: none;
}
 
.frontpage_potm .gallerytext {
font-size: 11px;
line-height: 14px;
}
 
.frontpage_box.frontpage_news ul,
.frontpage_box.frontpage_events ul {
list-style: none;
padding: 0;
margin: 0;
}
.frontpage_box.frontpage_news ul li,
.frontpage_box.frontpage_events ul li {
padding: 0 0 10px 0;
margin: 0;
}
 
 
/**
* Table of Contents
*/
#toc {
background: #e6e6e6;
float: right;
margin: 10px 0 10px 10px;
font-size: 90%;
 
max-width: 400px;
 
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
 
box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
#toc ul {
clear: both;
margin: 5px 15px;
}
#toc,
#toc a {
color: #333;
text-decoration: none;
}
#toc a:hover,
#toc a:active {
text-decoration: underline;
}
#toc, .toc, .mw-warning {
background-color: #F9F9F9;
border: 1px solid #aaa;
padding: 5px;
}
#toc, .toc, .mw-warning {
background-color: #F9F9F9;
border: 1px solid #aaa;
padding: 5px;
}
#toc #toctitle h2 {
font-size: 15px;
line-height: 16px;
padding: 5px 5px 0 5px;
float: left;
}
#toc .toctoggle {
float: right;
padding: 5px;
}
#toc .toctoggle a {
outline: none;
}
border-collapse: separate;
clear: right;
float: right;
margin: 0 0 20px 20px;
}

Navigation menu