The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "MediaWiki:Monobook.css"

From Arthur Wiki
Jump to navigationJump to search
(Fix footer)
(Search bar up top)
 
Line 34: Line 34:
}
}


/* put search bar up top */
#sidebar {
    display: flex;
    flex-direction: column;
}
#p-search {
    order: -1;
}
/* footer */
#footer, .mw-body, textarea, fieldset {
#footer, .mw-body, textarea, fieldset {
   border: 1px solid #db2929;
   border: 1px solid #db2929;
Line 43: Line 53:
   border-right:none;
   border-right:none;
}
}
/* other */


body.skin--responsive .pBody {
body.skin--responsive .pBody {

Latest revision as of 18:02, 10 March 2022

/* CSS placed here will affect users of the MonoBook skin */

div#globalWrapper, body {
  background:#edc79a;
}

/* Tabs */
body.skin--responsive #p-cactions ul li, #p-cactions ul li a {
  background-color: #F8F5B1;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}

.editOptions {
  background:#fbfad5;
  border: 1px solid #db2929;
  border-top: 0 !important;
}

/* search button */
input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid gray; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid gray;
}

/* put search bar up top */
#sidebar {
    display: flex;
    flex-direction: column;
}
#p-search {
    order: -1;
}

/* footer */
#footer, .mw-body, textarea, fieldset {
  border: 1px solid #db2929;
}

#footer {
  background:#FBFAD5;
  border-left:none;
  border-right:none;
}

/* other */

body.skin--responsive .pBody {
  background-color:#fbfad5;
  border: 1px solid #db2929;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;

}

body.skin--responsive #p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

body.skin--responsive #p-cactions li.selected {
   border-color:#db2929;
}

select {
	border: 1px solid #2f6fab;
	color: black;
}

.mw-changeslist-legend {
  background-color:#fbfad5;
  border: 1px solid #db2929;
}

body.skin--responsive .portlet {
	width: 11.8em;
}

body.skin--responsive #p-personal .pBody ul {
    background: white;
    border-bottom: 1px solid #DB2929;
    border-left: 1px solid #DB2929;
    border-bottom-left-radius: 0.5em;
    float: right;
    padding-left: 5px;
    height: 1.55em;
}

#mw-indicator-shortcut {
    padding-top: 14px;
}