Difference between revisions of "MediaWiki:Monobook.css"
From OpenKM Documentation
m |
|||
Line 30: | Line 30: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* Google Search */ | ||
+ | table.gsc-search-box { | ||
+ | width: 50%; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } |
Revision as of 13:25, 6 February 2013
/* CSS placed here will affect users of the Monobook skin */
.openkm_table {
background-color: #FFFAF0;
}
.openkm_hubtitle {
text-align: center;
background-color: #EEEEEE;
border-bottom: 1px solid #AAAAAA;
font-size: 105%;
padding: 0.4em;
}
.openkm_boxcontents, .openkm_boxcontents_small {
background: none repeat scroll 0 0 #FFFFFF;
padding: 0.2em 0.4em;
}
.openkm_boxcontents_small {
font-size: 95%;
}
.openkm_hubbox, #openkm_newscell, #openkm_downloadcell {
border: 1px solid #AAAAAA;
padding: 0;
}
.openkm_hubbox {
margin-bottom: 0;
background-color: #FFFFFF;
}
/* Google Search */
table.gsc-search-box {
width: 50%;
margin-left: auto;
margin-right: auto;
}