Difference between revisions of "MediaWiki:Chameleon.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 376: Line 376:
 
   margin-top: -20px;
 
   margin-top: -20px;
 
}
 
}
 
/* ttip */
 
 
/*
 
* Tipped - <%= pkg.description %> - v<%= pkg.version %>
 
* (c) 2012-<%= grunt.template.today("yyyy") %> Nick Stakenburg
 
*
 
* http://www.tippedjs.com
 
*
 
* License: http://www.tippedjs.com/license
 
*/
 
 
.tpd-tooltip {
 
  position: absolute;
 
}
 
 
/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
 
  within their own namespace */
 
.tpd-tooltip,
 
.tpd-tooltip [class^="tpd-"] {
 
  -webkit-box-sizing: content-box;
 
  -moz-box-sizing: content-box;
 
  box-sizing: content-box;
 
}
 
 
/* Content */
 
.tpd-content-wrapper {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  float: left;
 
  width: 100%;
 
  height: 100%;
 
  overflow: hidden;
 
}
 
.tpd-content-spacer,
 
.tpd-content-relative,
 
.tpd-content-relative-padder {
 
  float: left;
 
  position: relative;
 
}
 
.tpd-content-relative {
 
  width: 100%;
 
}
 
 
.tpd-content {
 
  float: left;
 
  clear: both;
 
  position: relative;
 
  padding: 10px;
 
  font-size: 11px;
 
  line-height: 16px;
 
  color: #fff;
 
}
 
.tpd-has-inner-close .tpd-content-relative .tpd-content { padding-right: 0 !important; }
 
.tpd-tooltip .tpd-content-no-padding { padding: 0 !important; }
 
 
.tpd-title-wrapper {
 
  float: left;
 
  position: relative;
 
  overflow: hidden;
 
}
 
.tpd-title-spacer {
 
  float: left;
 
}
 
.tpd-title-relative,
 
.tpd-title-relative-padder {
 
  float: left;
 
  position: relative;
 
}
 
.tpd-title-relative { width: 100%; }
 
.tpd-title {
 
  float: left;
 
  position: relative;
 
  font-size: 11px;
 
  line-height: 16px;
 
  padding: 10px;
 
  font-weight: bold;
 
  text-transform: uppercase;
 
  color: #fff;
 
}
 
.tpd-has-title-close .tpd-title { padding-right: 0 !important; }
 
.tpd-close {
 
  position: absolute;
 
  top: 0;
 
  right: 0;
 
  width: 28px;
 
  height: 28px;
 
  cursor: pointer;
 
  overflow: hidden;
 
  color: #fff;
 
}
 
.tpd-close-icon {
 
  float: left;
 
  font-family: Arial, Baskerville, monospace;
 
  font-weight: normal;
 
  font-style: normal;
 
  text-decoration: none;
 
  width: 28px;
 
  height: 28px;
 
  font-size: 28px;
 
  line-height: 28px;
 
  text-align: center;
 
}
 
 
 
/* Skin */
 
.tpd-skin {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
}
 
 
.tpd-frames {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
}
 
.tpd-frames .tpd-frame {
 
  float: left;
 
  width: 100%;
 
  height: 100%;
 
  clear: both;
 
}
 
 
.tpd-backgrounds {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  width: 100%;
 
  height: 100%;
 
  -webkit-transform-origin: 0% 0%;
 
  transform-origin: 0% 0%;
 
}
 
.tpd-background-shadow {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  width: 100%;
 
  height: 100%;
 
  background-color: transparent;
 
  pointer-events: none;
 
}
 
.tpd-no-shadow .tpd-skin .tpd-background-shadow { box-shadow: none !important; }
 
 
.tpd-background-box {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  height: 100%;
 
  width: 100%;
 
  overflow: hidden;
 
}
 
.tpd-background-box-shift,
 
.tpd-background-box-shift-further {
 
  position: relative;
 
  float: left;
 
  width: 100%;
 
  height: 100%;
 
}
 
.tpd-background {
 
  border-radius: 10px;
 
  float: left;
 
  clear: both;
 
  background: none;
 
  -webkit-background-clip: padding-box; /* Safari */
 
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
 
  border-style: solid;
 
  border-width: 1px;
 
  border-color: #282828;
 
  border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
 
}
 
/* no radius */
 
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background { border-radius: 0; }
 
.tpd-background-title {
 
  float: left;
 
  clear: both;
 
  width: 100%;
 
  background-color: #282828;
 
}
 
.tpd-background-content {
 
  float: left;
 
  clear: both;
 
  width: 100%;
 
  background-color: #282828;
 
}
 
.tpd-background-border-hack {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  width: 100%;
 
  height: 100%;
 
  border-style: solid;
 
}
 
 
.tpd-background-box-top { top: 0; }
 
.tpd-background-box-bottom { bottom: 0; }
 
.tpd-background-box-left { left: 0; }
 
.tpd-background-box-right { right: 0; }
 
 
/* iframeshim IE6 */
 
.tpd-iframeshim {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  width: 100%;
 
  height: 100%;
 
  margin: 0;
 
  padding: 0;
 
  zoom: 1;
 
  filter: alpha(opacity=0);
 
  opacity: 0;
 
}
 
 
/* Skin / Stems */
 
.tpd-shift-stem {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  overflow: hidden;
 
}
 
.tpd-shift-stem-side {
 
  position: absolute;
 
}
 
.tpd-frame-top .tpd-shift-stem-side,
 
.tpd-frame-bottom .tpd-shift-stem-side { width: 100%; }
 
.tpd-frame-left .tpd-shift-stem-side,
 
.tpd-frame-right .tpd-shift-stem-side { height: 100%; }
 
 
.tpd-stem {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  overflow: hidden; /* shows possible invalid subpx rendering */
 
  width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
 
  height: 8px;
 
  margin-left: 3px; /* space from the side */
 
  margin-top: 3px; /* space between target and stem */
 
  -webkit-transform-origin: 0% 0%;
 
  transform-origin: 0% 0%;
 
}
 
/* remove margins once we're done measuring */
 
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset { margin: 0 !important; }
 
 
.tpd-stem-spacer {
 
  float: left;
 
  position: relative;
 
  width: 100%;
 
  height: 100%;
 
}
 
.tpd-stem-reset .tpd-stem-spacer { margin-top: 0; }
 
 
.tpd-stem-point {
 
  width: 100px;
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
}
 
.tpd-stem-downscale,
 
.tpd-stem-transform {
 
  float: left;
 
  width: 100%;
 
  height: 100%;
 
  -webkit-transform-origin: 0% 0%;
 
  transform-origin: 0% 0%;
 
  position: relative;
 
}
 
 
.tpd-stem-side {
 
  width: 50%;
 
  height: 100%;
 
  float: left;
 
  position: relative;
 
  overflow: hidden;
 
}
 
.tpd-stem-side-inversed {
 
  -webkit-transform: scale(-1,1);
 
  transform: scale(-1,1);
 
}
 
.tpd-stem-triangle {
 
  width: 0;
 
  height: 0;
 
  border-bottom-style: solid;
 
  border-left-color: transparent;
 
  border-left-style: solid;
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
}
 
.tpd-stem-border {
 
  width: 20px;
 
  height: 100%;
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
  background-color: #fff; /* will become transparent */
 
  border-right-color: #fff;
 
  border-right-style: solid;
 
  border-right-width: 0;
 
}
 
 
.tpd-stem-border-corner {
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
  height: 100%;
 
  border-right-style: solid;
 
  border-right-width: 0;
 
}
 
 
/* fixes rendering issue in IE */
 
.tpd-stem * { z-index: 0; zoom: 1; }
 
 
/* used by IE < 9 */
 
.tpd-stem-border-center-offset,
 
.tpd-stem-border-center-offset-inverse {
 
  float: left;
 
  position: relative;
 
  width: 100%;
 
  height: 100%;
 
  overflow: hidden;
 
}
 
.tpd-stem-notransform {
 
  float: left;
 
  width: 100%;
 
  height: 100%;
 
  position: relative;
 
}
 
.tpd-stem-notransform .tpd-stem-border {
 
  height: 100%;
 
  position: relative;
 
  float: left;
 
  top: 0;
 
  left: 0;
 
  margin: 0;
 
}
 
.tpd-stem-notransform .tpd-stem-border-center {
 
  position: absolute;
 
}
 
.tpd-stem-notransform .tpd-stem-border-corner {
 
  background: #fff;
 
  border: 0;
 
  top: auto;
 
  left: auto;
 
}
 
.tpd-stem-notransform .tpd-stem-border-center,
 
.tpd-stem-notransform .tpd-stem-triangle {
 
  height: 0;
 
  border: 0;
 
  left: 50%;
 
}
 
 
/* transformations for left/right/bottom */
 
.tpd-stem-transform-left {
 
  -webkit-transform: rotate(-90deg) scale(-1,1);
 
  transform: rotate(-90deg) scale(-1,1);
 
}
 
.tpd-stem-transform-right {
 
  -webkit-transform: rotate(90deg) translate(0, -100%);
 
  transform: rotate(90deg) translate(0, -100%);
 
}
 
.tpd-stem-transform-bottom {
 
  -webkit-transform: scale(1,-1) translate(0, -100%);
 
  transform: scale(1,-1) translate(0, -100%);
 
}
 
 
 
/* Spinner measurements */
 
.tpd-loading-icon {
 
  position: absolute;
 
  width: 42px;
 
  height: 42px;
 
  display: none;
 
}
 
.tpd-loading-line {
 
  z-index: 12;
 
  height: 3px;
 
  width: 2px;
 
  margin-bottom: 5px;
 
}
 
.tpd-spinner {
 
  margin-left: 50%;
 
  margin-top: 50%;
 
}
 
/* show the loader while loading and hide all the content */
 
.tpd-is-loading .tpd-loading-icon { display: block; }
 
.tpd-is-loading .tpd-content-wrapper,
 
.tpd-is-loading .tpd-title-wrapper { display: none; }
 
 
 
/* The actual spinner */
 
@-moz-keyframes tpd-spin { 100% { -moz-transform: rotate(360deg); } }
 
@-webkit-keyframes tpd-spin { 100% { -webkit-transform: rotate(360deg); } }
 
@keyframes tpd-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 
 
.tpd-spin {
 
  position: absolute;
 
  top: 50%;
 
  left: 50%;
 
}
 
 
.tpd-spin-rotate,
 
.tpd-spin-frame {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  width: 100%;
 
  height: 100%;
 
}
 
 
.tpd-spin-line {
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
}
 
 
 
/* Resets while measuring content */
 
.tpd-tooltip-measuring {
 
  top: 0;
 
  left: 0;
 
  position: absolute;
 
  max-width: 100%;
 
  width: 100%;
 
}
 
.tpd-tooltip-measuring .tpd-skin,
 
.tpd-tooltip-measuring .tpd-loading-icon {
 
  display: none;
 
}
 
 
/* Links */
 
.tpd-tooltip a,
 
.tpd-tooltip a:hover { color: #8e8e8e; text-decoration: none; }
 
.tpd-tooltip a:hover { text-decoration: underline; }
 
 
 
/*
 
* Sizes
 
*/
 
/* x-small */
 
.tpd-size-x-small .tpd-content,
 
.tpd-size-x-small .tpd-title {
 
  padding: 7px 8px;
 
  font-size: 10px;
 
  line-height: 15px;
 
}
 
.tpd-size-x-small .tpd-background { border-radius: 5px; }
 
.tpd-size-x-small .tpd-stem {
 
  width: 12px; 
 
  height: 6px;
 
  margin-left: 4px;
 
  margin-top: 2px;
 
}
 
.tpd-size-x-small.tpd-no-radius .tpd-stem { margin-left: 7px; }
 
.tpd-size-x-small .tpd-loading-icon { width: 32px; height: 32px; } 
 
.tpd-size-x-small .tpd-loading-line {
 
  z-index: 12;        /* amount of lines */
 
  margin-bottom: 4px; /* radius of the inner circle */
 
  height: 3px;        /* length of a line */
 
  width: 2px;        /* width of a line */
 
}
 
.tpd-size-x-small .tpd-close { margin-bottom: 1px; }
 
 
/* small */
 
.tpd-size-small .tpd-content,
 
.tpd-size-small .tpd-title {
 
  padding: 8px;
 
  font-size: 10px;
 
  line-height: 16px;
 
}
 
.tpd-size-small .tpd-background { border-radius: 6px; }
 
.tpd-size-small .tpd-stem {
 
  width: 14px;
 
  height: 7px;
 
  margin-left: 5px;
 
  margin-top: 2px;
 
}
 
.tpd-size-small.tpd-no-radius .tpd-stem { margin-left: 8px; }
 
.tpd-size-small .tpd-loading-icon { width: 34px; height: 34px; }
 
.tpd-size-small .tpd-loading-line {
 
  z-index: 12;        /* amount of lines */
 
  margin-bottom: 4px; /* radius of the inner circle */
 
  height: 3px;        /* length of a line */
 
  width: 2px;        /* width of a line */
 
}
 
.tpd-size-small .tpd-close { margin: 2px 1px; }
 
 
 
/* medium (default) */
 
.tpd-size-medium .tpd-content,
 
.tpd-size-medium .tpd-title {
 
  padding: 10px;
 
  font-size: 11px;
 
  line-height: 16px;
 
}
 
.tpd-size-medium .tpd-background { border-radius: 8px; }
 
.tpd-size-medium .tpd-stem {
 
  width: 16px;      /* best cross browser stem width is 2xheight, for a 90deg angle */
 
  height: 8px;
 
  margin-left: 6px; /* space from the side */
 
  margin-top: 2px;  /* space to offset the tooltip */
 
}
 
.tpd-size-medium.tpd-no-radius .tpd-stem { margin-left: 10px; }
 
/* wraps the loader, ideal dimensions don't cause stem movement when opening large tooltips */
 
.tpd-size-medium .tpd-loading-icon { width: 42px; height: 42px; }
 
.tpd-size-medium .tpd-loading-line {
 
  z-index: 12;        /* amount of lines */
 
  margin-bottom: 5px; /* radius of the inner circle */
 
  height: 4px;        /* length of a line */
 
  width: 2px;        /* width of a line */
 
}
 
.tpd-size-medium .tpd-close { margin: 4px 2px; }
 
 
 
 
/* large */
 
.tpd-size-large .tpd-content,
 
.tpd-size-large .tpd-title {
 
  padding: 10px;
 
  font-size: 13px;
 
  line-height: 18px;
 
}
 
.tpd-size-large .tpd-background { border-radius: 8px; }
 
.tpd-size-large .tpd-stem {
 
  width: 18px;
 
  height: 9px;
 
  margin-left: 7px;
 
  margin-top: 2px;
 
}
 
.tpd-size-large.tpd-no-radius .tpd-stem { margin-left: 10px; }
 
.tpd-size-large .tpd-loading-icon { width: 50px; height: 50px; }
 
.tpd-size-large .tpd-loading-line {
 
  z-index: 12;        /* amount of lines */
 
  margin-bottom: 5px; /* radius of the inner circle */
 
  height: 5px;        /* length of a line */
 
  width: 2px;        /* width of a line */
 
}
 
.tpd-size-large .tpd-close { margin: 5px 2px 5px 2px; }
 
 
 
 
/* Skins */
 
/* default (dark) */
 
.tpd-skin-dark .tpd-content,
 
.tpd-skin-dark .tpd-title,
 
.tpd-skin-dark .tpd-close { color: #fff; }
 
.tpd-skin-dark .tpd-background-content,
 
.tpd-skin-dark .tpd-background-title {
 
  background-color: #282828;
 
}
 
.tpd-skin-dark .tpd-background {
 
  border-width: 1px;
 
  border-color: #282828;
 
  border-color: rgba(255,255,255,.1);
 
}
 
/* line below the title */
 
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #404040; }
 
/* links */
 
.tpd-skin-dark a,
 
.tpd-skin-dark a:hover { color: #ccc; }
 

Revision as of 18:43, 18 January 2015

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body{
background-image: url("http://wiki.visionaire-tracker.net/images/ftp/dark_bg.png");
background-repeat: repeat;
color: rgba(255, 255, 255, 0.6);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}

#content {
padding-top: 10px;
padding-bottom: 10px;
font-size: 17px;
}

#searchInput { width:180px !important; }

.p-logo, .navbar-brand {
border: none !important;
border-left: none !important; 
}

.navbar-default .navbar-nav > li > a {
 color: rgba(255, 255, 255, 0.8);
 font-weight: 700;
 font-size: 12px;
}

.navbar { 
background-image: url("http://wiki.visionaire-tracker.net/images/ftp/dark_content.png");

-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);
}

.navbar-default .navbar-nav > li > a:hover {
background: rgba(0,0,0,0.050);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
background-color: rgba(0,0,0,0.050);
}

.dropdown-menu {
background-image: url("http://wiki.visionaire-tracker.net/images/ftp/dark_content.png");
}

.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; }

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: 13px;
}

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 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%;
}

.ftoc {
 background: url("http://wiki.visionaire-tracker.net/images/ftp/dark_content.png");
 background-repeat: repeat;
 position: fixed;
 left: -250px;
 top: 50%;
 margin-top: -200px;
 width: 300px;
 height: 400px;
 overflow: auto;
 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;
}

/* .ftoc fix */
.ftoc h1, .ftoc h2, .ftoc h2, .ftoc h4, .ftoc h5, .ftoc h6 { color: rgba(255, 255, 255, 0.6);}
.mw-body .ftoc a { text-decoration: none; }
.mw-body .ftoc a:link { color: rgba(255, 255, 255, 0.6) !important; } /* normal unvisited links */
.mw-body .ftoc a:link:visited { color: rgba(255, 255, 255, 0.6) !important; } /* visited links */
.mw-body .ftoc a:link:active { color: rgba(255, 255, 255, 1) !important; } /* active links */
.mw-body .ftoc a:link.new { color: rgba(255, 0, 20, 0.8) !important; } /* new links */
.mw-body .ftoc a:link.new:hover { color: rgba(255, 0, 0, 1) !important; } /* new links hover */
.mw-body .ftoc a:link.interwiki { color: rgba(255, 255, 255, 0.6) !important; } /* interwiki links */
.mw-body .ftoc a:link.interwiki:hover { color: rgba(255, 255, 255, 1) !important; } /* interwiki links hover */
.mw-body .ftoc a:link.external { color: rgba(255, 255, 255, 0.6) !important; } /* external links */
.mw-body .ftoc a:link.external:hover { color: rgba(255, 255, 255, 1) !important; } /* external links */
.mw-body .ftoc a:link.stub { color: rgba(255, 255, 255, 1) !important; } /* hovered links */
.mw-body .ftoc a.mw-redirect {color: rgba(255, 255, 255, 0.6) !important;}
.mw-body .ftoc a.mw-redirect:hover {color: rgba(255, 255, 255, 1) !important;}
.mw-body .ftoc a:link {color: rgba(255, 255, 255, 0.6) !important;}
.mw-body .ftoc a:visited {color: rgba(255, 255, 255, 0.6) !important;}
.mw-body .ftoc a:hover {color: rgba(255, 255, 255, 1) !important;}
.mw-body .ftoc a:active {color: rgba(255, 255, 255, 1) !important;}

.mw-body .buy a:link:hover, .mw-body .download a:link:hover,
.mw-body .buy a:link.external:hover, .mw-body .download a:link.external:hover { color: #fff !important; }

@media screen and (min-width: 767px) {
  .tt_div {
  position: fixed;
  top: 4px;
  right: 310px;
  height: 35px;
  width: 35px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .tt_div {
  position: fixed;
  top: 4px;
  right: 60px;
  height: 30px;
  width: 30px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.7;
  }
}

.tt_div:hover {
opacity: 1;
}

.tt_div img {
height: 35px;
width: 35px;
}

.wikiEditor-ui, .wikiEditor-ui a, .wikiEditor-ui a:hover,
.wikiEditor-ui-toolbar, .wikiEditor-ui-toolbar a, .wikiEditor-ui-toolbar a:hover { color: black !important; }

.buy, .download, .buy_lrg, .download_lrg {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 50px;
	text-decoration:none;
        text-align:center;
	text-shadow:1px -1px 0px #cc9f52;
}
.buy:hover, .download:hover, .buy_lrg:hover, .download_lrg:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
        color: #fff;
}

.buy { width:49%; float:left; }
.download { width:49%; float:right; }
.buy_lrg { width:100%; float:left; }
.download_lrg { width:100%; float:right; }

.buy:active, .download:active, .buy_lrg:active, .download_lrg:active  {
	position:relative;
	top:1px;
}

.orng-shdw {
color: rgba(255, 153, 0, 0.9);
}

.s15 { font-size: 15px; }
.s16 { font-size: 16px; }
.s17 { font-size: 17px; }
.s18 { font-size: 18px; }
.s19 { font-size: 19px; }
.s20 { font-size: 20px; }
.s24 { font-size: 24px; }

.cent { text-align: center; }

/*
#content img {
-webkit-box-shadow: 1px 0px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    1px 0px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:         1px 0px 4px 0px rgba(50, 50, 50, 0.5);
}
*/

.paypal_btn {
position: absolute;
right: 50px;
top: 70px;
}

/* begin tooltip css */

.tip:hover { cursor: help; }

.tooltip, .arrow:after {
  background: black;
  border: 2px solid white;
}

.tooltip {
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
  font: italic 11px "Helvetica Neue", Sans-Serif;
  font-stretch: condensed;
  text-decoration: none;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}

.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
}

.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}