MediaWiki:Monaco.css

From LEGO Batman Wiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Ubuntu:400,400i,700,700i'|Roboto:400,
400i);

/* set up colors */

.color1,
.color1 a,
.yui-panel .hd {
  background-color: #00BCD4;
  color: #fff;
}


/* wiki components */


/* header */

#header {
  background: #00BCD4;
  height: 50px;
  border-bottom: 0;
}


/* header - create wiki button */

a.bigButton {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 1.5em;
  font-family: inherit;
  text-transform: uppercase;
  padding: .5em 1em;
}

a.bigButton span,
a.bigButton small {
  background-image: none;
}

a.bigButton span {
  color: #fff;
  padding: 0;
}

a.bigButton small {
  display: none;
}


/* header - user menu */

#userData li a {
  line-height: 25px;
  font-size: 16px;
  color: #fff !important;
}


/* background strip */

#background_strip {
  background: transparent;
  border: 0;
}


/* site notice */

#siteNotice {
  font-size: 16px;
}

.mw-dismissable-notice-close {
  color: transparent;
}

.mw-dismissable-notice-close a {
  text-transform: uppercase;
}


/* modules */

.widget {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0 !important;
}

.widget dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  padding: .5em;
}

#navigation em {
  margin: .25em 0;
  font-size: 2em;
}

#navigation .menu-item {
  font-family: inherit;
  border-bottom: 0;
}

#navigation a {
  padding: .75em 1.5em;
}

#navigation a:hover {
  background: #B3E5FC;
}

#link_box,
.WidgetCommunity .community_details,
.widget dd {
  font-size: 14px;
}

/* search */

#search_box {
  background-image: none;
  height: 47px;
}

#searchInput {
  border: 0;
  width: 89%;
  padding: .8em .5em .8em .5em;
  font-size: 1em;
}

#search_button {
  display: none;
}

.suggestions {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 1.25em !important;
}

.suggestions-special {
  background: #fff;
  border: 0;
}

.suggestions-special:hover,
.suggestions-results a div:hover {
  background: #00BCD4;
}

.suggestions-results {
  border: 0;
  border-bottom: 1px solid #eee;
}

.suggestions-results a div {
  padding: .25em;
  transition: .1s ease-in-out;
}

/* page */

#page {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-top: 2.25em;
  font-family: inherit;
}

/* page - page bar */

#page_bar {
  background-image: none;
  margin: 0;
}

#page_controls {
  margin: .75em;
}


/* page - page tabs */

#page_tabs li {
  background: transparent;
  margin-top: 0;
  height: auto;
  padding: 15px;
  font-family: inherit;
  text-transform: uppercase;
}

#page_tabs li.selected {
  background: none;
  border-bottom: 2px solid #fff;
}

#page_tabs li.selected a {
  color: #fff;
}


/* table of contents */

#toc {
  background: transparent;
  border: 0;
  border-left: 5px solid #00BCD4;
  padding-left: 20px;
  margin: 1em;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
  text-align: left;
}

#toc h2,
.toc h2 {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 16px;
  padding-bottom: 12px;
  margin: 0;
}

#toc ul {
  list-style: none;
  padding-left: 0;
}

#toc ul li {
  font-size: 15px;
  line-height: 1.75;
  padding: 0;
  margin: 0;
}

#toc a {
  color: #00BCD4;
}


/* categories */

#catlinks {
  background: #eceff1;
  border: 0;
  border-radius: .125em;
  padding: 1em;
}

#mw-normal-catlinks > a {
  color: #263238;
  font-weight: 700;
  font-size: 1em;
}

.mw-normal-catlinks ul li {
  border-left: 0;
  margin: 0;
  padding: 0 .25em;
}

.mw-normal-catlinks ul li a {
  background: #00BCD4;
  border-radius: 1.25em;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  padding: .5em 1em;
  transition: .1s ease-in-out;
}

#mw-normal-catlinks ul li a:hover {
  background: #0288D1;
  text-decoration: none;
}