Difference between revisions of "MediaWiki:Chameleon.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Blanked the page)
Line 1: Line 1:
/*@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);*/
 
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
 
  
body{
 
background: url("http://wiki.visionaire-tracker.net/images/ftp/bg_noise_dark.png");
 
/*background: url("http://wiki.visionaire-tracker.net/images/ftp/bg_noise_light.png");*/
 
background-repeat: repeat;
 
​text-shadow: none !important;
 
font-family: 'Roboto Condensed', sans-serif;
 
font-weight: 400;
 
color: rgba(255, 255, 255, 0.8);
 
}
 
 
#content {
 
/*background: url("http://wiki.visionaire-tracker.net/images/ftp/bg_noise_dark.png");*/
 
background: url("http://wiki.visionaire-tracker.net/images/ftp/bg_noise_lighter.png");
 
background-repeat: repeat;
 
padding-top: 10px;
 
padding-bottom: 10px;
 
font-size: 17px;
 
color: rgba(0,0,0,0.7);
 
​text-shadow: none !important;
 
 
-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
 
-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.75);
 
box-shadow:        0px 3px 4px 0px rgba(50, 50, 50, 0.75);
 
 
-webkit-border-bottom-right-radius: 10px;
 
-webkit-border-bottom-left-radius: 10px;
 
-moz-border-radius-bottomright: 10px;
 
-moz-border-radius-bottomleft: 10px;
 
border-bottom-right-radius: 10px;
 
border-bottom-left-radius: 10px;
 
}
 
 
.navbar-default .navbar-nav > li > a {
 
color: rgba(255, 255, 255, 0.8);
 
font-weight: 700;
 
font-size: 12px;
 
}
 
 
.firstHeading {
 
color: rgba(255, 153, 0, 0.6);
 
text-shadow: 0px 1px 1px rgba(255,255,255,0.7);
 
border-bottom: 1px solid #dddddd;
 
}
 
 
h2 {
 
padding-bottom:5px;
 
border-bottom: 1px dashed #dddddd;
 
}
 
 
h1, h2, h3, h4, h5, h6 {
 
font-family: 'Roboto Condensed', sans-serif;
 
font-weight: 400;
 
color: rgba(0, 0, 0, 0.6);
 
}
 
 
.tick {
 
background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_tick.png");
 
width:16px;
 
height:16px;
 
margin: 0 auto;
 
}
 
 
.cross {
 
background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_x.png");
 
width:16px;
 
height:16px;
 
margin: 0 auto;
 
}
 
 
/* table colors */
 
table.ts a, table.ex a, table.in a { text-decoration: none; font-weight: bold; }
 
 
 
table.ex th { font-size: 13px; }
 
 
.ftoc {
 
position: fixed;
 
left: -250px;
 
top: 50%;
 
margin-top: -200px;
 
width: 300px;
 
height: 400px;
 
overflow: auto;
 
background: url("http://wiki.visionaire-tracker.net/images/ftp/bg_noise_lighter.png");
 
background-repeat: repeat;
 
padding: 5px;
 
font-size: 15px;
 
overflow: hidden;
 
z-index: 999;
 
 
-webkit-border-top-right-radius: 5px;
 
-webkit-border-bottom-right-radius: 5px;
 
-moz-border-radius-topright: 5px;
 
-moz-border-radius-bottomright: 5px;
 
border-top-right-radius: 5px;
 
border-bottom-right-radius: 5px;
 
 
-webkit-box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5);
 
-moz-box-shadow:    2px 0px 4px 0px rgba(50, 50, 50, 0.5);
 
box-shadow:        2px 0px 4px 0px rgba(50, 50, 50, 0.5);
 
}
 
 
.ftoc_content {
 
/*display:none;*/
 
left: -500px;
 
position:absolute;
 
}
 
 
 
table.ts, table.ex, table.in {
 
margin-top: 1em;
 
margin-bottom: 1em;
 
background: transparent;
 
border-collapse: separate;
 
border-spacing: 2px 2px;
 
font-weight: bold;
 
width: 100%;
 
}
 
 
table.ts td, table.ex td {
 
  background: rgba(0, 0, 0, 0.1);
 
  vertical-align: top;
 
  padding: 5px;
 
  font-size: 12px;
 
}
 
 
table.in td {
 
  background: rgba(0, 0, 0, 0.1);
 
  vertical-align: middle;
 
  text-align: center;
 
  padding: 5px;
 
  /*font-size: 12px;*/
 
}
 
 
.i_arrow {
 
font-size:42px;
 
width: 5%;
 
}
 
 
.i_norm {
 
font-size: 24px;
 
width: 90%;
 
}
 
 
table.ex td {
 
font-size: 12px;
 
/* font-style: italic; */
 
}
 
 
table.ts tr:hover, table.ex tr:hover, table.in td:hover {
 
  background: rgba(0, 0, 0, 0.1);
 
}
 
 
table.ts th {
 
background: #5bc0de;
 
text-align:left;
 
padding: 5px;
 
color: rgba(0,0,0,0.7);
 
}
 
 
table.ts th a:link { color: rgba(0,0,0,0.7); }
 
table.ts th a:hover { color: rgba(0,0,0,0.9); }
 
 
table.ex th {
 
background: #454545;
 
text-align:left;
 
padding: 5px;
 
}
 
 
td.clickablecell a {
 
    display:block;
 
    width:100%;
 
    height:100%;
 
}
 
 
/* link fixes */
 
.mw-body a { text-decoration: none; }
 
.mw-body a:link { color: rgba(0, 0, 0, 0.5); } /* normal unvisited links */
 
.mw-body a:link:visited { color: rgba(0, 0, 0, 0.5); } /* visited links */
 
.mw-body a:link:active { color: rgba(0, 0, 0, 1); } /* active links */
 
.mw-body a:link.new { color: rgba(200, 0, 0, 0.5) !important; } /* new links */
 
.mw-body a:link.new:hover { color: rgba(200, 0, 0, 1) !important; } /* new links hover */
 
.mw-body a:link.interwiki { color: rgba(0, 0, 0, 0.5); } /* interwiki links */
 
.mw-body a:link.interwiki:hover { color: rgba(0, 0, 0, 1); } /* interwiki links hover */
 
.mw-body a:link.external { color: rgba(0, 0, 0, 0.5); } /* external links */
 
.mw-body a:link.external:hover { color: rgba(0, 0, 0, 1); } /* external links */
 
.mw-body a:link.stub { color: rgba(0, 0, 0, 1); } /* hovered links */
 
.mw-body a:link {color: rgba(0, 0, 0, 0.5)}
 
.mw-body a:visited {color: rgba(0, 0, 0, 0.5)}
 
.mw-body a:hover {color: rgba(0, 0, 0, 1)}
 
.mw-body a:active {color: rgba(0, 0, 0, 1)}
 

Revision as of 12:36, 5 November 2014