Please refer to Copyright Policy as well as the Media Upload Policy for Chrono Wiki. If there are any questions, please direct them into the discussion page. As always, please refer to the Manual of Style when editing.

User:SilverCrono/bluecloud.css

From Chrono Wiki, a database for the Chrono series that anyone can edit
< User:SilverCrono
Revision as of 01:00, 7 August 2011 by SilverCrono (talk | contribs) (That failed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
body { background: Black; }

div.pBody {
	background-color: #1A1A1A;
	border:3px solid #333333;
}

#p-personal a {
	color: #E5821F !important;
	background-color: transparent;
        font-weight: bold;
}

.portlet a {
	color: #E5821F;
	background: none;
}

#footer {	 
background-color: #000000;	 
color: #E5821F;	 
}

h5 { color: #E5821F; }

/* CSS Pak 1 by [[User:Ryan Schmidt]] - Please leave this line intact */
#t-talk[class~=new] a { background-color: #FF9090; }
#t-talk[class~=new]:hover a { background-color: #DD4444; }
a.visited { color: #8976B4; }
a.new { color: #CC4422; }

/**
 * <Gallery> style - restoring from Monobook
 **/

table.gallery {
  border: 1px solid #ccc;
  margin: 2px;
  padding: 2px;
  background-color: #fff;
}

table.gallery tr {
  vertical-align: top;
}

table.gallery td {
  vertical-align: top;
  background-color: #f9f9f9;
  border: solid 2px #fff;
}

div.gallerybox {
  margin: 2px;
  width: 150px;
}

div.gallerybox div.thumb {
  text-align: center;
  border: 1px solid #ccc;
  margin: 2px;
}

div.gallerytext {
  font-size: 94%;
  padding: 2px 4px;
}

/* Show/Hide nav formatting, adapted from Wikipedia:
   http://en.wikipedia.org/wiki/MediaWiki:Monobook.css
   All content visible by default; use style="border-top-style: hidden;"
   to make a template's contents hidden by default. */


div.NavFrame {
  margin: 0;
  padding: 2px;
  border: 1px solid #aaa;
  border-collapse: collapse;
  font-size: 95%;
}

div.NavPic {
  background-color: #fff;
  margin: 0;
  padding: 2px;
  float: left;
}

div.NavFrame div.NavHead {
  height: 1.6em;
  font-weight: 700;
  font-size: 100%;
  background-color: #efefef;
  position: relative;
}

div.NavFrame p {
  font-size: 100%;
}

div.NavFrame div.NavContent p, div.NavFrame div.NavContent {
  font-size: 80%;
}

div.NavEnd {
  margin: 0;
  padding: 0;
  line-height :1px;
  clear: both;
}

a.NavToggle {
  right: 0;
  position: absolute;
  font-weight: 400;
  font-size: smaller;
}

/* Page-level message boxes */
.messagebox {
  margin: 10px;
  border: 1px solid #7d87bc;
  background-color: #d0d5f1;
  padding: 3px;
  font-size: larger;
}