User:Soxra/monaco.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 96: Line 96:
#p-Navigation .pBody a:hover, #p-Interaction .pBody a:hover, #p-search .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
#p-Navigation .pBody a:hover, #p-Interaction .pBody a:hover, #p-search .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
   color:#3f61ad !important;
   color:#3f61ad !important;
}
/* Default stuff that is not installed */
#p-navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
  width:205px;
  margin:1em 0 1em 7px !important;
}
#p-navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
  list-style:none;
  font-weight:bold;
  font-size:110%;
  border:1px solid white;
  display:block;
  margin:0;
}
#p-navigation ul, #p-Interaction ul, #p-search ul, #p-tb ul, #p-lang ul {
  margin:0;
  padding:0;
}
.pBody {
  padding:0 !important;
  margin:0;
}
}

Revision as of 02:28, 25 February 2011

body {
  background:white url(http://img135.imageshack.us/img135/5849/bluetintbg.png);
}
#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
  background:none !important;
  background:#3c607f !important;
}
#p-Navigation > h5, #p-Interaction > h5, #p-search > h5, #p-tb > h5, #p-lang > h5 {
  padding:2px 0 4px 8px !important;
  background:none !important;
  position:static !important;
  font-family:'Gotham Book' !important;
  font-size:110% !important;
  color:white !important;
  width:auto !important;
}
#p-Navigation > div.pBody, #p-Interaction > div.pBody, #p-search > div.pBody, #p-tb > div.pBody, #p-lang > div.pBody {
  border:1px solid #3c607f !important;
}
#p-Navigation > div.pBody > ul > li, #p-Interaction > div.pBody > ul > li, #p-search > div.pBody > ul > li, #p-tb > div.pBody > ul > li, #p-lang > div.pBody > ul > li {
  border-bottom:1px solid #e0e0e0 !important;
  font-family:'Segoe UI' !important;
  padding:3px 6px !important;
}
#p-Navigation > div.pBody > ul > li:last-child, #p-Interaction > div.pBody > ul > li:last-child, #p-search > div.pBody > ul > li:last-child, #p-tb > div.pBody > ul > li:last-child, #p-lang > div.pBody > ul > li:last-child {
  border-bottom:0 !important;
}
#p-Navigation > div.pBody > ul > li > a, #p-Interaction > div.pBody > ul > li > a, #p-search > div.pBody > ul > li > a, #p-tb > div.pBody > ul > li > a, #p-lang > div.pBody > ul > li > a {
  display:inline-block !important;
  width:100% !important;
}
#searchInput {
  margin:7px 3px !important;
  width:8em !important;
}
#p-logo {
  margin:0 auto !important;
  width:205px !important;
}
#p-logo a, #p-logo a:hover {
  background-position:70% 50% !important;
  width:auto !important;
}
#p-cactions {
  padding:1px 20px 5px 5px !important;
  margin-left:5px !important;
  background:#3c607f !important;
  height:20px;
  width:auto !important;
}
#p-cactions li {
  margin:0 !important;
  border:0 !important;
  padding:3px !important;
  background:transparent !important;
}
#p-cactions li > a {
  margin:0 10px !important;
  padding:3px 13px 4px !important;
  background:#e3e9ef !important;
  border:0 !important;
  text-shadow:1px 1px 3px #6f8faa;
  text-transform:uppercase;
}
#p-cactions li.selected, #p-cactions li.selected > a {
  padding-top:3px !important;
  padding-bottom:7px !important;
}
#p-cactions li:hover {
  text-decoration:underline;
}
#p-personal li > a:hover {
  background:transparent;
  color:#6f8faa;
  border:0 !important;
}
#p-personal ul {
  border:0 !important;
  font-weight:bold !important;
  background:transparent !important;
}
#column-content {
  pointer-events:none;
}
#content {
  margin-top:40px !important;
  border:1px solid #3c607f !important;
}
#content > * {
  pointer-events:auto !important;
}
#feedlinks, #p-personal h5, #p-cactions h5 {
  display:none !important;
}

#p-Navigation .pBody a:hover, #p-Interaction .pBody a:hover, #p-search .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
  color:#3f61ad !important;
}

/* Default stuff that is not installed */
#p-navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
  width:205px;
  margin:1em 0 1em 7px !important;
}
#p-navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
  list-style:none;
  font-weight:bold;
  font-size:110%;
  border:1px solid white;
  display:block;
  margin:0;
}
#p-navigation ul, #p-Interaction ul, #p-search ul, #p-tb ul, #p-lang ul {
  margin:0;
  padding:0;
}
.pBody {
  padding:0 !important;
  margin:0;
}