Difference between revisions of "MediaWiki:Chameleon.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
m
 
(86 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
h2 {
 
h2 {
 
padding-bottom:5px;
 
padding-bottom:5px;
 +
color: rgba(255, 153, 0, 0.9);
 +
font-family: 'Roboto Condensed', sans-serif;
 +
font-weight: 400;
 
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 
border-bottom: 1px dashed rgba(0,0,0,0.2);
 
border-bottom: 1px dashed rgba(0,0,0,0.2);
Line 25: Line 28:
  
 
h3 {
 
h3 {
text-decoration-color: rgba(255, 153, 0, 0.9);
+
/*
 +
text-decoration-color: rgba(0, 0, 0, 0.2);
 
text-decoration-line: underline;
 
text-decoration-line: underline;
text-decoration-style: wavy;
+
text-decoration-style: dashed;
 +
*/
 +
border-bottom: 1px dashed rgba(0,0,0,0.2);
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
+
h1, h3, h4, h5, h6 {
 
color: rgba(255, 255, 255, 0.9);
 
color: rgba(255, 255, 255, 0.9);
 
font-family: 'Roboto Condensed', sans-serif;
 
font-family: 'Roboto Condensed', sans-serif;
 
font-weight: 400;
 
font-weight: 400;
 +
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 +
}
 +
 +
h4, h5, h6 {
 +
border-bottom: 1px dashed rgba(0,0,0,0.2);
 
}
 
}
  
Line 57: Line 68:
  
 
.mw-body a { text-decoration: none; }
 
.mw-body a { text-decoration: none; }
.mw-body a:link { color: rgba(255, 255, 255, 0.4) !important; } /* normal unvisited links */
+
.mw-body a:link { color: rgba(255, 153, 0, 0.7) !important; } /* normal unvisited links */
.mw-body a:link:visited { color: rgba(255, 255, 255, 0.4) !important; } /* visited links */
+
.mw-body a:link:visited { color: rgba(255, 153, 0, 0.7) !important; } /* visited links */
.mw-body a:link:active { color: rgba(255, 255, 255, 1) !important; } /* active links */
+
.mw-body a:link:active { color: rgba(255, 153, 0, 1) !important; } /* active links */
.mw-body a:link.new { color: rgba(254, 95, 95, 0.8) !important; } /* new links */
+
.mw-body a:link.new { color: rgba(255, 153, 0, 0.3) !important; } /* new links */
.mw-body a:link.new:hover { color: rgba(254, 95, 95, 1) !important; } /* new links hover */
+
.mw-body a:link.new:hover { color: rgba(255, 153, 0, 1) !important; } /* new links hover */
.mw-body a:link.interwiki { color: rgba(255, 255, 255, 0.4) !important; } /* interwiki links */
+
.mw-body a:link.interwiki { color: rgba(255, 153, 0, 0.7) !important; } /* interwiki links */
.mw-body a:link.interwiki:hover { color: rgba(255, 153, 0, 0.9) !important; } /* interwiki links hover */
+
.mw-body a:link.interwiki:hover { color: rgba(255, 153, 0, 1) !important; } /* interwiki links hover */
.mw-body a:link.external { color: rgba(255, 255, 255, 0.4) !important; } /* external links */
+
.mw-body a:link.external { color: rgba(255, 153, 0, 0.7) !important; } /* external links */
.mw-body a:link.external:hover { color: rgba(255, 153, 0, 0.9) !important; } /* external links */
+
.mw-body a:link.external:hover { color: rgba(255, 153, 0, 1) !important; } /* external links */
.mw-body a:link.stub { color: rgba(255, 255, 255, 0.4) !important; } /* hovered links */
+
.mw-body a:link.stub { color: rgba(255, 255, 255, 0.7) !important; } /* hovered links */
.mw-body a.mw-redirect {color: rgba(255, 255, 255, 0.4) !important;}
+
.mw-body a.mw-redirect {color: rgba(255, 255, 255, 0.7) !important;}
.mw-body a.mw-redirect:hover {color: rgba(255, 153, 0, 0.9) !important;}
+
.mw-body a.mw-redirect:hover {color: rgba(255, 153, 0, 1) !important;}
.mw-body a:link {color: rgba(255, 255, 255, 0.4) !important;}
+
.mw-body a:link {color: rgba(255, 153, 0, 0.7) !important;}
.mw-body a:visited {color: rgba(255, 255, 255, 0.4) !important;}
+
.mw-body a:visited {color: rgba(255, 153, 0, 0.7) !important;}
.mw-body a:hover {color: rgba(255, 153, 0, 0.9) !important;}
+
.mw-body a:hover {color: rgba(255, 153, 0, 1) !important;}
.mw-body a:active {color: rgba(255, 255, 255, 1) !important;}
+
.mw-body a:active {color: rgba(255, 153, 0, 1) !important;}
 +
 
 +
.mw-collapsible-toggle { color: transparent; !important}
 +
.mw-collapsible-toggle a { color: rgba(0, 0, 0, 0.7) !important; }
 +
.mw-collapsible-toggle a:hover { color: rgba(0, 0, 0, 0.9) !important; }
 +
.qntoggle a { color: rgba(255, 153, 0, 0.7) !important; }
 +
.qntoggle a:hover { color: rgba(255, 153, 0, 0.9) !important; }
  
 
.tooltipster-light {
 
.tooltipster-light {
Line 183: Line 200:
 
}
 
}
  
#searchInput { width:180px !important; }
+
#searchInput { width:245px !important; }
  
 
.p-logo, .navbar-brand {
 
.p-logo, .navbar-brand {
 
border: none !important;
 
border: none !important;
border-left: none !important;  
+
/*border-left: none !important;*/
 +
padding-right: 50px;
 
}
 
}
 +
 +
.navbar-brand img {max-width:34px; position:fixed; margin-top:6px; margin-left:10px;}
  
 
.navbar-default .navbar-nav > li > a {
 
.navbar-default .navbar-nav > li > a {
 
  color: rgba(255, 255, 255, 0.8);
 
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
+
font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
+
  font-weight: 400;
 +
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 +
  font-size:14px;
 
}
 
}
  
Line 206: Line 228:
 
.navbar-default .navbar-nav > li > a:hover {
 
.navbar-default .navbar-nav > li > a:hover {
 
background: rgba(0,0,0,0.050);
 
background: rgba(0,0,0,0.050);
 +
color: rgba(255, 153, 0, 0.9);
 
}
 
}
  
Line 278: Line 301:
 
  /*font-weight: bold;*/
 
  /*font-weight: bold;*/
 
  width: 100%;
 
  width: 100%;
 +
font-size:14px !important;
 
}
 
}
  
Line 284: Line 308:
 
   vertical-align: top;
 
   vertical-align: top;
 
   padding: 5px;
 
   padding: 5px;
   font-size: 13px;
+
   /*font-size: 13px;*/
 
}
 
}
  
Line 311: Line 335:
  
 
table.ts th {
 
table.ts th {
  background: #5bc0de;
+
  /*background: #5bc0de;*/
 +
background: rgba(255, 153, 0, 0.9);
 
  text-align:left;
 
  text-align:left;
 
  padding: 5px;
 
  padding: 5px;
Line 358: Line 383:
 
  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 a { color: rgba(255, 153, 0, 0.7); !important; }
 +
.ftoc a:hover { color: rgba(255, 153, 0, 0.9); !important; }
  
 
.ftoc_content {
 
.ftoc_content {
Line 371: Line 399:
 
.mw-body .ftoc a:link:visited { color: rgba(255, 255, 255, 0.6) !important; } /* visited 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: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 { color: rgba(255, 0, 20, 0.8) !important; } /* new links */
 +
.mw-body .ftoc a:link.new { color: rgba(255, 255, 255, 0.8) !important; }
 
.mw-body .ftoc a:link.new:hover { color: rgba(255, 0, 0, 1) !important; } /* new links hover */
 
.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 { color: rgba(255, 255, 255, 0.6) !important; } /* interwiki links */

Latest revision as of 22:35, 9 October 2022

#content {
/*background-color: #424142;*/
background-image: url("/css/img/dark_content.png");
background-repeat: repeat;
color: rgba(255,255,255,0.7);

-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.35);
box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.35);
}

.firstHeading {
color: rgba(255, 153, 0, 0.9);
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
border-bottom: 1px solid rgba(0,0,0,0.2);
}

hr { border-color: rgba(0,0,0,0.2); }

h2 {
padding-bottom:5px;
color: rgba(255, 153, 0, 0.9);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
border-bottom: 1px dashed rgba(0,0,0,0.2);
}

h3 {
/*
text-decoration-color: rgba(0, 0, 0, 0.2);
text-decoration-line: underline;
text-decoration-style: dashed;
*/
border-bottom: 1px dashed rgba(0,0,0,0.2);
}

h1, h3, h4, h5, h6 {
color: rgba(255, 255, 255, 0.9);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
}

h4, h5, h6 {
border-bottom: 1px dashed rgba(0,0,0,0.2);
}

table.ts td, table.ex td {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0,0,0,0.1);
}

table.ts tr:hover, table.ex tr:hover, table.in td:hover {
  background: rgba(0, 0, 0, 0.1);
}

textarea, #editform { color: black; }

.orng-shdw { text-shadow: 0px -1px 1px rgba(0,0,0,0.5);}


/* link fixes */
.mw-body .wikiEditor-ui a:link {color: rgba(0, 0, 0, 0.5) !important;}
.mw-body .wikiEditor-ui a:visited {color: rgba(0, 0, 0, 0.5) !important;}
.mw-body .wikiEditor-ui a:hover {color: rgba(0, 0, 0, 1) !important;}
.mw-body .wikiEditor-ui a:active {color: rgba(0, 0, 0, 1) !important;}

.mw-body a { text-decoration: none; }
.mw-body a:link { color: rgba(255, 153, 0, 0.7) !important; } /* normal unvisited links */
.mw-body a:link:visited { color: rgba(255, 153, 0, 0.7) !important; } /* visited links */
.mw-body a:link:active { color: rgba(255, 153, 0, 1) !important; } /* active links */
.mw-body a:link.new { color: rgba(255, 153, 0, 0.3) !important; } /* new links */
.mw-body a:link.new:hover { color: rgba(255, 153, 0, 1) !important; } /* new links hover */
.mw-body a:link.interwiki { color: rgba(255, 153, 0, 0.7) !important; } /* interwiki links */
.mw-body a:link.interwiki:hover { color: rgba(255, 153, 0, 1) !important; } /* interwiki links hover */
.mw-body a:link.external { color: rgba(255, 153, 0, 0.7) !important; } /* external links */
.mw-body a:link.external:hover { color: rgba(255, 153, 0, 1) !important; } /* external links */
.mw-body a:link.stub { color: rgba(255, 255, 255, 0.7) !important; } /* hovered links */
.mw-body a.mw-redirect {color: rgba(255, 255, 255, 0.7) !important;}
.mw-body a.mw-redirect:hover {color: rgba(255, 153, 0, 1) !important;}
.mw-body a:link {color: rgba(255, 153, 0, 0.7) !important;}
.mw-body a:visited {color: rgba(255, 153, 0, 0.7) !important;}
.mw-body a:hover {color: rgba(255, 153, 0, 1) !important;}
.mw-body a:active {color: rgba(255, 153, 0, 1) !important;}

.mw-collapsible-toggle { color: transparent; !important}
.mw-collapsible-toggle a { color: rgba(0, 0, 0, 0.7) !important; }
.mw-collapsible-toggle a:hover { color: rgba(0, 0, 0, 0.9) !important; }
.qntoggle a { color: rgba(255, 153, 0, 0.7) !important; }
.qntoggle a:hover { color: rgba(255, 153, 0, 0.9) !important; }

.tooltipster-light {
  border-radius: 5px; 
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
}
.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}



/* roboto-condensed-300 - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/roboto-condensed-v16-cyrillic-ext_vietnamese_latin-ext_greek_latin_greek-ext_cyrillic-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body{
background-image: url("/css/img/dark_bg.png");
background-repeat: repeat;
color: rgba(255, 255, 255, 0.6);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
overflow-x: hidden;
}

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

#searchInput { width:245px !important; }

.p-logo, .navbar-brand {
border: none !important;
/*border-left: none !important;*/
padding-right: 50px;
}

.navbar-brand img {max-width:34px; position:fixed; margin-top:6px; margin-left:10px;}

.navbar-default .navbar-nav > li > a {
 color: rgba(255, 255, 255, 0.8);
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: 400;
 text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 font-size:14px;
}

.navbar { 
background-image: url("/css/img/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);
color: rgba(255, 153, 0, 0.9);
}

.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("/css/img/dark_content.png");
}

.tick {
background:url("/css/img/wiki_tick.png");
width:16px;
height:16px;
margin: 0 auto;
}

.tick2 {
background:url("/css/img/wiki_tick.png");
width:16px;
height:16px;
display: inline-block;
position: relative;
}

.cross {
background:url("/css/img/wiki_x.png");
width:16px;
height:16px;
margin: 0 auto;
}

.tip-r, .tip-t {
/*background:url("/css/img/wiki_info.png");
width:16px;
height:16px;*/
cursor: pointer;
/*display: inline-block;
position: relative;*/
color: #5bc0de;
}

.nl {display: inline; }

/* 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%;
 font-size:14px !important;
}

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;*/
 background: rgba(255, 153, 0, 0.9);
 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("/css/img/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 a { color: rgba(255, 153, 0, 0.7); !important; }
.ftoc a:hover { color: rgba(255, 153, 0, 0.9); !important; }

.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 { color: rgba(255, 255, 255, 0.8) !important; }
.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: 350px;
  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: 55px;
}

.paypal_btn:hover {
opacity: 0.7;
}

/* begin tooltip css */

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-noir {
	border-radius: 0px; 
	border: 3px solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

#filetoc, #filetoc a {
 color: #000000;
}