There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monobook.css"

From the Conker Wiki, the Conker encyclopedia
Jump to navigationJump to search
(restored)
 
(fixing search button (looked ugly before))
Line 32: Line 32:
border:1px solid #f7f7f7;
border:1px solid #f7f7f7;
}
}
 
/* ######################### */
/* ##      SIDEBAR      ## */
/* ######################### */
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
         background:#fff; repeat scroll 0 0 transparent !important;;
         background:#fff; repeat scroll 0 0 transparent !important;;
border:2px solid #ffa500 !important;
border:2px solid #ffa500 !important;
}
}
/* ######################### */
/* ##      PAGETABS      ## */
/* ######################### */


div#globalWrapper {
div#globalWrapper {
Line 71: Line 63:
#ca-edit a { font-weight: bold !important; }
#ca-edit a { font-weight: bold !important; }
   
   
/* ######################### */
 
/* ##      HEADER        ## */
/* ######################### */
#p-personal li a{ color:#ffa500; font-weight: bold !important; }
#p-personal li a{ color:#ffa500; font-weight: bold !important; }
#p-personal ul a:hover {
#p-personal ul a:hover {
Line 80: Line 70:
}
}


/*</pre>*/
/* search button (thanks to super mario wiki) */
 
input.searchButton {
padding: 0 0.4em !important;
cursor: pointer;
background-color: white;
border: 1px solid brown;
font-weight: normal;
}
#searchGoButton {
font-weight: normal;
}
#searchInput {
border: 1px solid brown;
}

Revision as of 16:18, March 14, 2020

body {
        background:#fff;
}
#content {
  	background:#fff;
	border:1px solid #ffa500;
	color:#000000;
	min-width:800px;
	border-right:1px solid #244d1a !important;
}
pre {
	background-color: #fff;
	border: 1px dashed #ffa500;
	color: #000;
	overflow:auto;
}
code {
	background-color: #fff;
	color: #000;
}
 
/* THUMB */
div.thumb div {
	background:#f7f7f7; repeat scroll 0 0 transparent !important;
	border-color: #f7f7f7;
	color: #000;
}
div.thumb div a img {
	border-color: #f7f7f7;
}
div.tright, div.tleft {
	border:1px solid #f7f7f7;
}

.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
        background:#fff; repeat scroll 0 0 transparent !important;;
	border:2px solid #ffa500 !important;
}

div#globalWrapper {
  background:#FFF;
}

#p-cactions li.selected a{
	background-color:#fff;
	border-bottom:1px solid #ffa500;
}
#p-cactions li a {
	background-color:transparent;
	color:#ffa500;
}
#p-cactions li.selected a:hover {background-color:#fff;}
#p-cactions li a:hover {
	background-color:transparent;
	text-decoration:underline;
}
#p-cactions li.selected {border-color:#ffa500;}
#p-cactions li {
	background:#fff; repeat scroll 0 0 transparent;
	border-style: solid solid none;
	border-color: #ffa500;
}
#ca-edit a { font-weight: bold !important; }
 

#p-personal li a{ color:#ffa500; font-weight: bold !important; }
#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

/* search button (thanks to super mario wiki) */

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