User:Shadowcrest/monaco.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

Note: After publishing, 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: Press Ctrl-F5.
/* 
<pre> */

#search_box {
   background-color: transparent;
}

/* </pre>

==== Size tweaking ====
<pre> */

div#navigation_widget, dl.widget {
  border-left: none;
  margin-bottom: 5px !important;
  padding: 0px !important;
}
div#navigation_widget div#navigation a {
  padding-top: 0;
  padding-bottom: 0;
}
div#navigation em {
  font-size: 8pt;
  line-height: normal;
  font-weight: normal;
}

#search_box {
  height: 22px;
}
#search_button {
  height: 22px;
  top: 0px;
  right: -5px;
  left: auto;
}
#search_field {
  padding-top: 0px;
  top: 2px;
  height: 14px;
}

#link_box {
  padding: 0px;
}
#link_box table td {
  float:left;
  clear:both;
}
#link_box a {
  font-weight: normal;
}
#search_field {
  font-size: 8pt;
}

div#navigation .menu-item {
  font-weight: normal;
}
.widget .menu-item {
  font-size: 8pt;
}
.widget dt, .widget dd {
  font-size: 8pt;
  font-weight: normal;
}
.widget dd {
  padding-left:2px;
  padding-right:2px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget form input {
  width: 100px;
}

div#sidebar_l {
  height: auto !important;
  position: relative;
}


dl.WidgetLanguages dd {
  padding: 0;
}
.WidgetRecentChanges {
  white-space: nowrap;
  overflow: auto;
}

.WidgetShoutBoxChat h5 a {
  font-weight: normal !important;
  text-transform: lowercase;
}
.WidgetShoutBoxChat form input[type="text"] {
  padding: 1px;
  width: 95%;
}
.WidgetAdvertiser dd {
  padding: 0px;
}


/* </pre> */

/*
== [[MediaWiki:Monaco-common.css/Higher-content|Higher content]] ==
<pre> */

div#wiki_logo {
  top: 10px;
  left: 3px;
}

#widget_sidebar {
  top: 0px;
}

#page_bar {
  font-size: 8pt;
  margin: 0px;
}

body.wikiaSkinMonaco #page_bar ul li {
  line-height: 16px;
}
body.wikiaSkinMonaco #page_controls li {
  margin-right: 8px;
  padding-left: 26px;
  padding-right: 8px;
}
body.wikiaSkinMonaco #page_controls li div {
  margin-top: 0px;
  margin-left: 8px;
}
body.wikiaSkinMonaco #page_tabs li {
  height: auto;
  margin-top: 0px;
  margin-left: 8px;
}

#article {
  padding:0pt 5px 5px;
}

.firstHeading {
  padding-top: 5px;
}
#contentSub {
  margin-bottom: 0px;
}



/* </pre> */

/*
== [[MediaWiki:Monaco-common.css/Monobookization|Monobookization]] ==
<pre> */ 
#background_strip {  
  height: 121px;
}

/* </pre>
=== Right side ===
<pre> */

#page_bar {
  background: #3e2a18;
}
/* </pre> */

/* </pre>
==== [[MediaWiki:Monaco-common.css/Tabification|Tabification]] ====
<pre> */

#page_bar ul li {
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #AAAAAA;
  background: #EFEFEF;
}

#page_bar ul li a {
  color: black;
}

#page_bar ul li.selected {
  border: 1px solid #AAAAAA;
  border-bottom: 1px solid white;
  z-index: 1;
  position:relative;
  background: white;
  font-weight: bold;
}

#page_controls {
  float:right;
}
#page_tabs {
  float:left;
}

#article {
  margin-top: -1px;
}

#article, #articleFooter {
  border: 1px solid #AAAAAA;
  border-right: none;
}

#articleFooter {
  border-top:1px dashed #CCCCCC;
  margin-top: -1px;
  position: relative;
}

/* </pre> */


/*

=== Left side ===
<pre> */
div#navigation_widget {
  background: transparent;
  border: none;
}

div#navigation_widget > div {
  margin-bottom: 5px;
}

div#navigation:before {
  content: 'Navigation';
  font-weight:bold;
  font-size: 8pt;
  color: #000;
}
div#navigation_widget div#navigation > div {
  border-right: 1px solid silver;
  background: white;
}
div#navigation_widget div#navigation > div#menu-item_1 {
  border-top: 1px solid silver;
}
div#navigation_widget div#navigation > div.border-fix {
  border-bottom: 1px solid silver !important;
}

div#link_box:before {
  font-size: 8pt;
  font-weight:bold;
  content: 'Toolbox';
  color: #000;
}

div#link_box {
  background: none;
  border: none;
}
div#link_box > table {
  background: white;
  position:relative;
  border: 1px solid silver;
  border-left: 0;
}

div#widget_sidebar dl.widget {
  background: none;
  border: none;
}
div#widget_sidebar dt.widget_title {
  color: black;
  font-weight: bold;
  background: none;
  padding: 0;
}
.widget dd {
  background: white;
  position:relative;
  border: 1px solid silver;
  border-left: 0;
}
.widget .widgetToolbox div {
  margin: 0;
  margin-left: 1px;
}
div#widget_sidebar .widgetToolbox div span {
  margin-top: 0;
}

/* </pre> */

/*
== [[MediaWiki:Monaco-common.css/Misc-tweaks|Misc-tweaks]] ==
<pre> */

#editform textarea {
  margin-left: -0.2em;
}

/* </pre> */

/* 
== [[MediaWiki:Monaco-common.css/GuildWiki-theming|GuildWiki-theming]] ==
<pre> */
div#wiki_logo {
  top: 5;
  left: 35px;
  width: 135px;
  height: 135px;
}
#wiki_logo a {
  height: 135px;
  width: 135px;
}

#widget_sidebar {
  top: 0px;
}

#background_strip {   
  height: 146px;
}

#wikia_page {
  margin-top: 5px;
  border: none;
  margin-right: 0px;
}
/* </pre> */

#talkPageText { display:none; }

#edit_enhancements_toolbar { position:static !important; }

#new_edit_page_preview_notice { display:none; } 
#wikiPreview > :first-child { 
#display: block; 
} 
div.previewnote { display:block !important; }