Difference between revisions of "MediaWiki:Common.css"

From 100% Orange Juice Wiki
Jump to: navigation, search
Line 15: Line 15:
 
{
 
{
 
background: none;
 
background: none;
 +
}
 +
 +
.mw-body
 +
{
 +
border: 1px solid #FFBE64;
 +
margin-right: 15px;
 +
background-color: rgba(255, 25, 255, 0.75);
 
}
 
}
  

Revision as of 16:11, 21 June 2018

body.page-100_Orange_Juice_Wiki.action-view h1.firstHeading, body.page-100_Orange_Juice_Wiki.action-submit h1.firstHeading
{
display: none;
}

body
{
background: -moz-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed;
background: -ms-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed;
background: -o-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed;
background: -webkit-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed;
}

#mw-page-base
{
background: none;
}

.mw-body
{
border: 1px solid #FFBE64;
margin-right: 15px;
background-color: rgba(255, 25, 255, 0.75);
}

.help
{
border-bottom: 1px dotted #000000;
cursor: help;
}