Wasteland Wiki
No edit summary
 
No edit summary
 
Line 1: Line 1:
  +
{{Forumheader|Wiki discussion}}
/* ######################################################################## */
 
/* ### CSS placed here will be applied to all skins on the entire site. ### */
 
/* ### See also: [[MediaWiki:Vector.css]] ### */
 
/* ######################################################################## */
 
   
  +
<!-- Please put your content under this line. Be sure to sign your edits with four tildes ~~~~ -->
/* ################################################## */
 
  +
I think we should make any "Help:" links [[Template:External redirect|soft redirects]] to the equivalent help pages on the Vault - seems more practical than copying The Vault's help pages and subsequently having to maintain two sets of help pages. What do you think? -- [[User:Porter21|Porter21]] <sub>([[User_talk:Porter21|talk]])</sub> 22:15, 17 March 2012 (UTC)
/* ### SHARED BACKGROUNDS ### */
 
/* ################################################## */
 
   
  +
:Would it not be possible to transclude the help pages from The Vault? [[User:GhostAvatar|GhostAvatar]] 23:10, 31 March 2012 (UTC)
.va-forum-index th,
 
  +
::Interesting idea, but I can't see the harm in just redirecting people. I think that'd be best unless it was possible to transclude them, as people would want to feel like they are on the same site still. I'm put off if I click a seemingly internal link and am redirected off a site. <sub>[[User:GuardianOfTheWastes|<span style="color: #002bb8;">Φύλαξ</span>]]</sub> <sup>[[User talk:GuardianOfTheWastes|<span style="color: #002bb8;">[~μίλησε μου~]</span>]]</sup> 23:46, 31 March 2012 (UTC)
.va-forum-search th,
 
  +
:::From what I have read, as long as $wgEnableScaryTransclusion is set to true in the LocalSettings.php and you have set the interwiki table entry for the Fallout wiki to transclude, then you should be able to transclude any page from the Fallout wiki. $wgEnableScaryTransclusion would need to be set by Curse, but the interwiki table can be done by yourself. So I would change the interwiki table entry first and try it out. If that works then you can transclude the help pages here, only thing I would add is a box at the top of each help page stating that the info is transcluded from the Fallout wiki, so if anyone here wants to edit it, they at least know where to go to correct anything. [[User:GhostAvatar|GhostAvatar]] 11:58, 3 April 2012 (UTC)
.va-infobox-title,
 
.va-navbox-title,
 
.va-portal-section-header {
 
background-color: #6A4F34;
 
background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wgARCAAIAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/9oADAMBAAIQAxAAAAGDAG//xAAVEAEBAAAAAAAAAAAAAAAAAAAAEv/aAAgBAQABBQKX/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwF//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAFxAAAwEAAAAAAAAAAAAAAAAAADKi4v/aAAgBAQAGPwJJyf/EABQQAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQEAAT8hX//aAAwDAQACAAMAAAAQ+//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQMBAT8Qf//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQIBAT8Qf//EABQQAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQEAAT8Qd//Z);
 
background-image: url(/images/d/d1/WidgetBackground.jpg?1) !ie;
 
}
 
   
  +
::::I was pondering the same idea, but with all the warnings about how inefficient cross-wiki transclusion is I wasn't sure whether Curse would agree with that being enabled. I guess that's something you'd need to pester Ausir about. -- [[User:Porter21|Porter21]] <sub>([[User_talk:Porter21|talk]])</sub> 08:06, 17 April 2012 (UTC)
/* ################################################## */
 
/* ### GENERAL FIXES ### */
 
/* ################################################## */
 
 
/* Logo */
 
div#p-logo a {
 
background: transparent url(/images/c/c9/Logo.png?1) center no-repeat !important;
 
}
 
 
/* Remove header from main page */
 
body.page-Wasteland_2_Wiki #firstHeading {
 
display: none;
 
}
 
 
/* Recent changes byte indicators */
 
.mw-plusminus-pos {
 
color: #006500;
 
}
 
 
.mw-plusminus-neg {
 
color: #8B0000;
 
}
 
 
/* Checkered background for images in File namespace */
 
body.ns-6 #file img {
 
background-color: transparent;
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC);
 
background-image: url(/skins/common/images/Checker-16x16.png?1) !ie;
 
}
 
 
body.ns-6 #file button img {
 
background: transparent;
 
}
 
 
/* More noticeable file upload warnings */
 
#wpDestFile-warning > div {
 
background: #F00;
 
border: 1px solid #AAA;
 
color: #FFF;
 
padding: 0 5px;
 
}
 
 
/* Make <ref> tags not increase line height */
 
.reference {
 
line-height: 1em;
 
}
 
 
/* Smaller text for <references> tag */
 
ol.references {
 
font-size: 11px;
 
line-height: 16px;
 
}
 
 
/* Warning messages for file uploads */
 
@media screen {
 
.warning {
 
list-style: none;
 
color: #000;
 
}
 
ul.warning {
 
margin: 0;
 
}
 
}
 
 
/* Collapse buttons */
 
.mw-collapsible-toggle {
 
font-weight: normal;
 
}
 
 
/* ################################################## */
 
/* ### SPECIAL PORTLETS ### */
 
/* ################################################## */
 
 
#p-Contribute,
 
#p-On_the_wiki {
 
display: none;
 
}
 
 
/* ################################################## */
 
/* ### CHEVRONS ### */
 
/* ################################################## */
 
 
.va-chevron-down,
 
.va-chevron-left,
 
.va-chevron-right,
 
.va-chevron-up {
 
border: 3px solid transparent;
 
display: inline-block;
 
font-size: 0;
 
height: 0;
 
line-height: 0;
 
margin: 0 1px;
 
position: relative;
 
}
 
 
.va-chevron-down {
 
border-top-color: #000;
 
top: 1px;
 
}
 
 
.va-chevron-left {
 
border-right-color: #000;
 
margin-left: -3px;
 
}
 
 
.va-chevron-right {
 
border-left-color: #000;
 
margin-right: -3px;
 
}
 
 
.va-chevron-up {
 
border-bottom-color: #000;
 
bottom: 2px;
 
}
 
 
/* ################################################## */
 
/* ### WIKI WATERMARK ### */
 
/* ################################################## */
 
 
.va-wiki-watermark {
 
background: transparent url(/images/b/b4/Wiki-watermark.png?1) center no-repeat;
 
}
 
 
/* ################################################## */
 
/* ### CURSE FOOTER ### */
 
/* ################################################## */
 
 
#ft {
 
background: none;
 
font-size: 10px;
 
margin-left: 160px;
 
margin-bottom: 5px;
 
}
 
 
#ft div {
 
margin-top: 5px;
 
padding: 5px;
 
zoom: 1;
 
}
 
 
#ft div:before,
 
#ft div:after {
 
content: "";
 
display: table;
 
}
 
 
#ft div:after {
 
clear: both;
 
}
 
 
#ft div ul {
 
list-style: none none outside;
 
margin: 0;
 
}
 
 
#ft,
 
#ft h1 {
 
color: #444;
 
}
 
 
#ft a {
 
color: #000;
 
}
 
 
#ft .network-navigation ul {
 
float: left;
 
width: 115px;
 
}
 
 
#ft .network-navigation ul.double {
 
width: 230px;
 
}
 
 
#ft .network-navigation ul li {
 
float: left;
 
margin-bottom: 2px;
 
width: 115px;
 
}
 
 
#ft .network-navigation ul li.header {
 
clear: both;
 
color: #FF6015;
 
font-size: 12px;
 
font-weight: bold;
 
width: 100%;
 
}
 
 
#ft .network-navigation ul.curse li.header a {
 
background-color: transparent;
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAWCAYAAAAisWU6AAAE/0lEQVRo3u2Ze0xbVRzHoaww6KBceu91MjPHUIJzzpHF4CMxZJGgImoKjZmMMQo6/WMQwGAENcpYFLbqgghzjhDAWSnaiYGCQToeRR7yEA0Y5BHGEmE8xrvt7OP4vaRNGlyMy/ZH/zjf5Jt7zj2vpOeT3++cXg+PW4gc5xg4CBbDIg8qqrshksZJSQq3H1Dtg3fAnvRXobozqHJ5H5LBx5I3uEzAtZdCRXV3wPqQl5J8PoMU8CfJx7w//UWo7hyqKqS9Ci6UlPBK8jmvhh9H1DqAqCX5V19CdsNn7Ha7wWazdaD86eLi4pNmszlgbW2tAPVCi8Wiam1tTV5aWnodfc7gXdHU1FS+UqlkbrzKKizJ3FnMXWZL5i4KT/tx7shqIit2WWMv/I3JZOq0Wq3V09PTz6Lut7KykifMJazh9Pz8/FG6g+4K1rdsIKmTJZPLsibyNTdKKviz5CM+nCi5bVug2g9fm52dvV5aWppfXFysmJiYKO3u7laj2bOnp+cQ2sng4OCvIpFoZ3h4uASQDQJCe3BwcBT6CPB4m5PYH6zJnK38Kf/T1xSyC4DLPpUQVOiyThPWmFEoFLG9vb2JsEZ4r9VqQ9Bmnpubm6mrq1O1t7efx1otjnmp3AaoSs6bfAeoLrOeRC99mLRItaSBMRI1W0zOc/cBLk/XqIVNbf4bysrKOoHq5q2xq6tLVFJS8rxQR/seAayBgYEuATTHmA4BLBTDXG6fXyFqWfIjJM8haoWgbumPY644AcGYTixjXF5ePrGxsSHOzs4Oc8zPwMbJyclhqVTqv7q6+mhZWdk+tG2nu+lOYF3g00kt+8lm+Xcvb2Lwe5toA9bJKVkVolUENnw7XOAClm1mZuY6wzC7bjnfbYCFiGVtjJa+iXKpKYk15Tzil+FsNxqNsUiBZmE9PA0LCwshjrk2wUJ6tWLKRUTD9YqKihi6k+4Gloq/iujURBqCHiA/+x4kasklkhdkB1Q6bHgm/ATs4woWzk2L8fHxO7cAJbpdsBCpbL+8wOgQuVbWEtklpMVQ1zn1ev0hAHUF4+2ITL9FRkb6OcEaHx//QywWH0Q6TvHy8mLoTrobWDn8IDnHrZBLbB35PrCeFDKLgIpg4zWwFi5yTYXg40cBkrGxsZONjY1OcEQjIyPvOlLVLtiEc9cIQPBCWQIP/1cqvKqQPX3zGDc7f0SmPRUh2TzTISpmCs/c3FxvRCU90qExLi7uIddUiOYdQh9cGqIrKyspXG4FVhr3CknnJkkeYDrNEpK9CZXgVdgE58G+zv4484QhTf0JTsxIUWXY5DT4Ig7tP6FZAGkbQNAJIOGMVINI0wwo1oW6SqWKQrtwZguE9ULEaoqWKoV/+Mfigw4Yk9jRUXnQMWEdjG3GDTMd/V+Ep3A56MHh/x6UhcvBTdwWVwFUFcoaQDyEIRzdTXcCC9DAh0kKpyKvcR0klbuBug3+C/4SfnDrp53y8nK2s7Mzs7+/X2swGHS1tbXFcrn8sDP1tbW1MXj/Vn19/WepqalynU6XoNFocnCLy42JiWG7Yxl5TVTAe5qogJyGZ6TvJ+zx2S2MG36ZuX/oJaYyOtg7cGho6LG+vr4vAGxTdXX1udDQ0HAA69vS0pKlVqvfqampyRGMqPlBUVFRpnNtKveCSwT7w/fCR+F0xyedQPq9kIqKioqKioqKioqKioqKioqKioqKiup/6h9OVmDDLR7VrgAAAABJRU5ErkJggg==);
 
background-image: url(/extensions/Curse/Icons/White.png) !ie;
 
background-repeat: no-repeat;
 
display: block;
 
height: 18px;
 
text-indent: -999em;
 
width: 115px;
 
}
 
 
@media print {
 
#ft {
 
display: none;
 
}
 
}
 
 
/* ################################################## */
 
/* ### TABLES ### */
 
/* ################################################## */
 
 
.va-table {
 
background-color: #E7EADA;
 
border-collapse: collapse;
 
empty-cells: show;
 
font-size: 11px;
 
line-height: 16px;
 
margin-bottom: 5px;
 
}
 
 
.va-table tr td,
 
.va-table tr th {
 
border: 1px solid #AAA;
 
padding: 1px 2px;
 
}
 
 
.va-table tr th {
 
background-color: #C9D0AC;
 
font-weight: bold;
 
}
 
 
/* Collapse button */
 
.va-table .mw-collapsible-toggle a {
 
color: #000;
 
}
 
 
/* Adapting lists & paragraphs */
 
.va-table ul,
 
.va-table ol,
 
.va-table p {
 
line-height: 16px;
 
margin-bottom: 0;
 
margin-top: 0;
 
}
 
 
.va-table ul,
 
.va-table ol {
 
margin-left: 20px;
 
}
 
 
.va-table ul + p,
 
.va-table ul + ol,
 
.va-table ul + ul,
 
.va-table ol + p,
 
.va-table ol + ol,
 
.va-table ol + ul,
 
.va-table p + p,
 
.va-table p + ol,
 
.va-table p + ul {
 
margin-top: 5px;
 
}
 
 
/* Highlighted rows */
 
.va-table tr.va-table-highlight,
 
.va-table tr.va-table-highlight th {
 
background-color: #D6DBC1;
 
}
 
 
/* Tables with specific vertical alignment for cells */
 
.va-table-top tr td {
 
vertical-align: top;
 
}
 
 
.va-table-middle tr td {
 
vertical-align: middle;
 
}
 
 
.va-table-bottom tr td {
 
vertical-align: bottom;
 
}
 
 
/* Tables with specific horizontal alignment for cells */
 
.va-table-center tr td {
 
text-align: center ;
 
}
 
 
.va-table-left tr td {
 
text-align: left;
 
}
 
 
.va-table-right tr td {
 
text-align: right;
 
}
 
 
/* Tables which are full width */
 
.va-table-full {
 
width: 960px;
 
}
 
 
/* Tables which leave enough space for an infobox on the right */
 
.va-table-full-infobox {
 
width: 680px;
 
}
 
 
/* Tables in which the first column starts with an icon */
 
.va-table-icon tr td:first-child {
 
padding-left: 18px;
 
text-indent: -18px;
 
}
 
 
/* ################################################## */
 
/* ### FORUMS ### */
 
/* ################################################## */
 
 
/* Remove "Discussion" tab for forum pages */
 
body.ns-110 #ca-talk,
 
body.ns-111 #ca-addsection,
 
body.ns-111 #ca-edit {
 
display: none;
 
}
 
 
/* Overall style */
 
.va-forum-header,
 
.va-forum-index,
 
.va-forum-search {
 
border: 1px solid #aaa;
 
box-shadow: 2px 2px 2px #AAA;
 
-moz-box-shadow: 2px 2px 2px #AAA;
 
-webkit-box-shadow: 2px 2px 2px #AAA;
 
}
 
 
.va-forum-index th,
 
.va-forum-search th {
 
/* Shared background; see top of page */
 
border: 1px solid #000;
 
color: #FFF;
 
}
 
 
.va-forum-header div,
 
.va-forum-index td,
 
.va-forum-search td {
 
background-color: #E7EADA;
 
border: 1px solid #AAA;
 
vertical-align: top;
 
}
 
 
/* Header */
 
.va-forum-header {
 
margin: 10px 0;
 
padding: 2px;
 
}
 
 
.va-forum-header div {
 
padding: 5px;
 
}
 
 
/* Search */
 
.va-forum-search {
 
float: right;
 
margin: 0 0 8px 5px;
 
text-align: center;
 
}
 
 
.va-forum-search td {
 
font-size: 11px;
 
padding: 5px;
 
}
 
 
/* Index */
 
.va-forum-index th.forum_title {
 
padding-left: 9px;
 
text-align: left;
 
width: 70%;
 
}
 
 
.va-forum-index th.forum_edited {
 
width: 30%;
 
}
 
 
.va-forum-index th.va-forum-subheader {
 
background: #C9D0AC;
 
border: 1px solid #AAA;
 
color: #000;
 
padding-left: 9px;
 
text-align: left;
 
}
 
 
.va-forum-index td {
 
line-height: 16px;
 
}
 
 
.va-forum-index td.forum_edited {
 
font-size: 11px;
 
text-align: center;
 
}
 
 
.va-forum-index td.va-forum-footer {
 
background: #D6DBC1;
 
border: 1px solid #AAA;
 
}
 
 
.va-forum-index td.forum_title {
 
padding: 1px 2px 1px 3px;
 
}
 
 
.va-forum-index td.forum_title a:link,
 
.va-forum-index td.forum_title a:visited {
 
border-left: 3px solid #E7EADA;
 
display: inline-block;
 
padding-left: 3px;
 
}
 
 
.va-forum-index td.forum_title a.forum_new:link {
 
border-left-color: #006722;
 
}
 
 
.va-forum-index td.forum_title a.forum_new:visited {
 
border-left-color: #E7EADA;
 
}
 
 
.va-forum-index td.forum_title span.forum_author {
 
display: block;
 
font-size: 11px;
 
padding-left: 17px;
 
}
 
 
.va-forum-index td.forum_title span.forum_author a {
 
border: none;
 
padding: 0;
 
}
 
 
.va-forum-index span.forum_editor {
 
display: block;
 
font-size: 11px;
 
}
 
 
/* ################################################## */
 
/* ### PORTALS ### */
 
/* ################################################## */
 
 
/* Columns */
 
.va-portal-columns-left {
 
float: left;
 
margin-right: -275px;
 
position: relative;
 
width: 100%;
 
}
 
 
.va-portal-columns-left-inner {
 
margin-right: 275px;
 
}
 
 
.va-portal-columns-right {
 
clear: right;
 
float: right;
 
position: relative;
 
width: 265px;
 
}
 
 
.va-portal-columns-below {
 
clear: both;
 
}
 
 
/* Content boxes */
 
.va-portal-section {
 
background: transparent;
 
border: 1px solid #AAA;
 
box-shadow: 2px 2px 2px #AAA;
 
-moz-box-shadow: 2px 2px 2px #AAA;
 
-webkit-box-shadow: 2px 2px 2px #AAA;
 
margin-bottom: 5px;
 
margin-top: 0px;
 
}
 
 
.va-portal-section-body {
 
border: 1px solid #AAA;
 
background-color: #E7EADA;
 
margin: 1px;
 
padding: 3px 5px;
 
}
 
 
.va-portal-section-header {
 
/* Shared background; see top of page */
 
border: 1px solid #000;
 
color: #FFF;
 
margin: 1px 1px 0;
 
padding: 3px 5px;
 
text-align: left;
 
}
 
 
.va-portal-section-header h2 {
 
border: none;
 
color: #FFF;
 
font-size: 14px;
 
font-weight: bold;
 
margin: 0;
 
padding: 0;
 
}
 
 
.va-portal-section-header-cleft,
 
.va-portal-section-header-cright {
 
display: none;
 
}
 
 
.va-portal-section-header-links {
 
float: right;
 
font-size: 10px;
 
}
 
 
/* Header - links */
 
.va-portal-section-header a:link,
 
.va-portal-section-header a:visited,
 
.va-portal-section-header a:hover,
 
.va-portal-section-header a:active {
 
color: #FFF !important;
 
}
 
 
.va-portal-section-header a.new {
 
color: #F11 !important;
 
}
 
 
/* Welcome */
 
.va-portal-welcome {
 
padding: 2px 0 3px;
 
text-align: center;
 
}
 
 
.va-portal-welcome .va-wikiinothermedia {
 
margin: 8px 0 0;
 
}
 
 
.va-portal-welcome-title {
 
font-size: 14px;
 
margin: 0;
 
}
 
 
.va-portal-welcome-subtitle {
 
font-size: 11px;
 
line-height: 16px;
 
margin: 0;
 
}
 
 
.va-portal-welcome-slogan {
 
margin: 3px 0 0;
 
}
 
 
/* TOC */
 
.va-portal-toc {
 
border-collapse: collapse;
 
font-size: 95%;
 
width: 100%;
 
}
 
 
.va-portal-toc td {
 
padding: 0 5px;
 
vertical-align: top;
 
}
 
 
.va-portal-toc p {
 
border-bottom: 1px solid #AAA;
 
font-weight: bold;
 
}
 
 
/* Featured articles */
 
.va-portal-featuredarticle-footer {
 
border-top: 1px solid #AAA;
 
clear: both;
 
margin-top: 10px;
 
text-align: right;
 
}
 
 
/* Intro - image buttons */
 
.va-portal-buttons {
 
border-collapse: collapse;
 
font-size: 95%;
 
margin: 0 auto;
 
text-align: center;
 
}
 
 
.va-portal-buttons th,
 
.va-portal-buttons td {
 
width: 50%;
 
}
 
 
.va-portal-buttons th {
 
font-weight: normal;
 
padding-top: 3px;
 
vertical-align: middle;
 
}
 
 
.va-portal-buttons td {
 
padding-bottom: 3px;
 
vertical-align: top;
 
white-space: nowrap;
 
}
 
 
/* Did you know */
 
.va-portal-dyk p {
 
margin: 0;
 
}
 
 
.va-portal-dyk-item {
 
padding: 0 0 0 15px;
 
position: relative;
 
}
 
 
.va-portal-dyk .va-portal-dyk-dots {
 
float: left;
 
margin-left: -15px;
 
width: 15px;
 
}
 
 
/* ################################################## */
 
/* ### GENERIC BOX (various minor templates) ### */
 
/* ################################################## */
 
 
.va-genericbox {
 
background: #F9F9F9;
 
border: 1px solid #AAA;
 
}
 
 
/* ################################################## */
 
/* ### TITLE ICONS (Template:Games) ### */
 
/* ################################################## */
 
 
.va-titleicons,
 
.va-titleicons-hover {
 
font-size: 11px;
 
margin: 0;
 
max-width: 275px;
 
position: absolute;
 
z-index: 3;
 
}
 
 
.va-titleicons {
 
background: transparent;
 
border: none;
 
display: none;
 
height: 27px;
 
line-height: 25px;
 
overflow: hidden;
 
right: 0;
 
text-align: right;
 
top: 4px;
 
}
 
 
.va-titleicons-hover {
 
background: #FFF;
 
border: 1px solid #000;
 
box-shadow: 1px 2px 10px #AAA;
 
-moz-box-shadow: 1px 2px 10px #AAA;
 
-webkit-box-shadow: 1px 2px 10px #AAA;
 
height: auto;
 
overflow: auto;
 
padding: 0 5px;
 
right: -1px;
 
text-align: center;
 
top: 3px;
 
}
 
 
.va-titleicons-preview {
 
text-align: right;
 
}
 
 
.va-titleicons-fullsize,
 
.va-titleicons-hover .va-titleicons-preview {
 
display: none;
 
}
 
 
.va-titleicons-hover .va-titleicons-fullsize {
 
display: block;
 
}
 
 
.va-titleicons-more {
 
float: right;
 
line-height: 25px;
 
padding: 0 2px;
 
}
 
 
/* ################################################## */
 
/* ### INFOBOXES (Template:Infobox) ### */
 
/* ################################################## */
 
 
/* Outer table */
 
.va-infobox {
 
border: 1px solid #AAA;
 
box-shadow: 2px 2px 2px #AAA;
 
-moz-box-shadow: 2px 2px 2px #AAA;
 
-webkit-box-shadow: 2px 2px 2px #AAA;
 
clear: right;
 
float: right;
 
font-size: 11px;
 
line-height: 16px;
 
margin: 0 0 5px 10px;
 
}
 
 
/* Inner tables */
 
.va-infobox-cont,
 
.va-infobox-group {
 
margin: 0;
 
width: 100%;
 
}
 
 
.va-infobox-mainimage-table {
 
margin: 0 auto;
 
}
 
 
.va-infobox-mainimage-table + .va-infobox-mainimage-table {
 
margin-top: 2px;
 
}
 
 
/* Cellspacing */
 
.va-infobox,
 
.va-infobox-cont,
 
.va-infobox-group,
 
.va-infobox-mainimage-table,
 
.va-infobox-spacing-h,
 
.va-infobox-spacing-v {
 
background: transparent;
 
}
 
 
.va-infobox-spacing-h {
 
border-right: 1px solid #FFF;
 
width: 0%;
 
}
 
 
.va-infobox-spacing-v {
 
font-size: 1px;
 
height: 1px;
 
line-height: 0;
 
}
 
 
.va-infobox-columns + .va-infobox-spacing {
 
display: none !important;
 
}
 
 
/* Widths */
 
.va-infobox-columns-1 .va-infobox-col1 {
 
width: 100%;
 
}
 
 
.va-infobox-columns-2 .va-infobox-col1,
 
.va-infobox-columns-3 .va-infobox-col1,
 
.va-infobox-columns-4 .va-infobox-col1 {
 
width: 28%;
 
}
 
 
.va-infobox-columns-2 .va-infobox-col2 {
 
width: 72%;
 
}
 
 
.va-infobox-columns-3 .va-infobox-col2,
 
.va-infobox-columns-3 .va-infobox-col3 {
 
width: 36%;
 
}
 
 
.va-infobox-columns-4 .va-infobox-col2,
 
.va-infobox-columns-4 .va-infobox-col3,
 
.va-infobox-columns-4 .va-infobox-col4 {
 
width: 24%;
 
}
 
 
/* Cell styles */
 
.va-infobox-content,
 
.va-infobox-footer,
 
.va-infobox-header,
 
.va-infobox-image,
 
.va-infobox-label,
 
.va-infobox-title {
 
padding: 1px 2px;
 
}
 
 
.va-infobox-content,
 
.va-infobox-footer,
 
.va-infobox-image,
 
.va-infobox-mainimage {
 
background: #E7EADA;
 
border: 1px solid #AAA;
 
}
 
 
.va-infobox-header,
 
.va-infobox-icon,
 
.va-infobox-label {
 
background: #C9D0AC;
 
border: 1px solid #AAA;
 
}
 
 
.va-infobox-image,
 
.va-infobox-footer,
 
.va-infobox-header,
 
.va-infobox-icon,
 
.va-infobox-mainimage,
 
.va-infobox-mainimage-cont,
 
.va-infobox-mainimage-image {
 
text-align: center;
 
vertical-align: middle;
 
}
 
 
.va-infobox-content {
 
text-align: left;
 
vertical-align: top;
 
}
 
 
.va-infobox-label {
 
cursor: default;
 
text-align: right;
 
vertical-align: top;
 
}
 
 
.va-infobox-icon-cont {
 
margin: 0;
 
padding: 0;
 
position: relative;
 
}
 
 
.va-infobox-icon-table {
 
margin: 0 auto;
 
}
 
 
.va-infobox-mainimage-cont + .va-infobox-icon-table {
 
position: absolute;
 
right: 3px;
 
top: 1px;
 
}
 
 
/* FIXME: Find better method to prevent column width oddities in IE8/Webkit */
 
.va-infobox-image {
 
max-width: 0;
 
}
 
 
.va-infobox-image-cont {
 
margin-right: -100%;
 
margin-right: 0 !ie;
 
text-align: center;
 
width: 100%;
 
}
 
 
.va-infobox-image-desc {
 
font-size: 10px;
 
line-height: 15px;
 
padding: 1px 1px 0;
 
}
 
 
.va-infobox-image-upload {
 
padding: 15px 3px;
 
}
 
 
.va-infobox-mainimage {
 
padding: 2px 0;
 
}
 
 
.va-infobox-mainimage-cont {
 
margin: 0;
 
width: 100%;
 
}
 
 
.va-infobox-mainimage-image {
 
background: transparent;
 
padding: 0 1px;
 
}
 
 
.va-infobox-mainimage-minheight {
 
width: 0%;
 
}
 
 
.va-infobox-mainimage-minheight div {
 
height: 120px;
 
margin: 0;
 
padding: 0;
 
width: 1px;
 
}
 
 
.va-infobox-title {
 
/* Shared background; see top of page */
 
border: 1px solid #000;
 
color: #FFF;
 
text-align: center;
 
vertical-align: middle;
 
width: 100%;
 
}
 
 
.va-infobox-title-main {
 
font-size: 15px;
 
font-weight: bold;
 
line-height: 20px;
 
}
 
 
.va-infobox-title-sub {
 
font-size: 12px;
 
line-height: 15px;
 
}
 
 
.va-infobox-title-super {
 
font-size: 10px;
 
line-height: 12px;
 
}
 
 
.va-infobox-tooltip {
 
border-color: #AAA transparent transparent #AAA;
 
border-style: solid;
 
border-width: 3px;
 
float: left;
 
height: 0;
 
left: -2px;
 
margin-bottom: -100%;
 
margin-right: -100%;
 
position: absolute;
 
top: -1px;
 
width: 0;
 
}
 
 
.va-infobox-tooltip-cell {
 
cursor: help;
 
}
 
 
.va-infobox-tooltip-cont {
 
height: 0;
 
position: relative;
 
width: 0;
 
}
 
 
/* Collapse buttons */
 
.va-infobox-group-collapsible .va-infobox-header {
 
padding-left: 40px;
 
padding-right: 40px;
 
}
 
 
.va-infobox-header .mw-collapsible-toggle {
 
left: 40px;
 
margin-left: -100%;
 
position: relative;
 
}
 
 
.va-infobox-header .mw-collapsible-toggle a {
 
color: #000;
 
}
 
 
/* Links */
 
.va-infobox-title a:link,
 
.va-infobox-title a:visited {
 
color: #AFA000 !important;
 
}
 
.va-infobox-title a:hover,
 
.va-infobox-title a:active {
 
color: #FFF !important;
 
}
 
.va-infobox-title a.new {
 
color: #F11 !important;
 
}
 
 
/* Adapting lists & paragraphs */
 
.va-infobox ul,
 
.va-infobox ol,
 
.va-infobox p {
 
line-height: 16px;
 
margin-bottom: 0;
 
margin-top: 0;
 
}
 
 
.va-infobox ul,
 
.va-infobox ol {
 
margin-left: 20px;
 
}
 
 
.va-infobox ul + p,
 
.va-infobox ul + ol,
 
.va-infobox ul + ul,
 
.va-infobox ol + p,
 
.va-infobox ol + ol,
 
.va-infobox ol + ul,
 
.va-infobox p + p,
 
.va-infobox p + ol,
 
.va-infobox p + ul {
 
margin-top: 5px;
 
}
 
 
/* Auxiliary template: Template:Infobox/divider */
 
.va-infobox-divider-float {
 
border-color: #AAA;
 
border-style: solid;
 
border-width: 0 0 1px 1px;
 
clear: right;
 
float: right;
 
margin: -1px 0 0 2px;
 
min-width: 18px;
 
padding: 0 0 0 2px;
 
text-align: center;
 
}
 
 
.va-infobox-divider-vert {
 
width: 100%;
 
}
 
 
.va-infobox-divider-left,
 
.va-infobox-divider-right {
 
vertical-align: top;
 
width: 50%;
 
}
 
 
.va-infobox-divider-left {
 
border-right: 1px solid #AAA;
 
padding: 0 2px 0 0;
 
}
 
 
.va-infobox-divider-right {
 
padding: 0 0 0 2px;
 
}
 
 
.va-infobox-divider-section-start,
 
.va-infobox-divider-section-end {
 
display: none;
 
}
 
 
.va-infobox-divider-section-end + .va-infobox-divider-section-start {
 
border-top: 1px solid #AAA;
 
clear: both;
 
display: block;
 
margin: 1px 0;
 
}
 
 
/* ################################################## */
 
/* ### NAVBOXES (Template:Navbox) ### */
 
/* ################################################## */
 
 
/* Outer table - border */
 
.va-navbox-border {
 
border: 1px solid #AAA;
 
box-shadow: 2px 2px 2px #AAA;
 
-moz-box-shadow: 2px 2px 2px #AAA;
 
-webkit-box-shadow: 2px 2px 2px #AAA;
 
}
 
 
.va-navbox-bottom + .va-navbox-bottom {
 
margin-top: 2px;
 
}
 
 
/* Outer table - widths, floats */
 
.va-navbox {
 
font-size: 11px;
 
line-height: 16px;
 
width: 100%;
 
}
 
 
.va-navbox-bottom {
 
clear: both;
 
margin: 5px auto 0;
 
width: 100%;
 
}
 
 
.va-navbox-left {
 
clear: left;
 
float: left;
 
margin: 0 1.5em 0.5em 0;
 
width: 240px;
 
}
 
 
.va-navbox-right {
 
clear: right;
 
float: right;
 
margin: 0 0 0.5em 1.5em;
 
width: 240px;
 
}
 
 
/* Inner tables */
 
.va-navbox-brick {
 
margin: 0;
 
width: 100%;
 
}
 
 
/* Cellspacing */
 
.va-navbox,
 
.va-navbox-border,
 
.va-navbox-brickcont,
 
.va-navbox-padding,
 
.va-navbox-spacing-h,
 
.va-navbox-spacing-v {
 
background: transparent;
 
}
 
 
.va-navbox-padding {
 
padding: 1px;
 
}
 
 
.va-navbox-spacing-h {
 
width: 1px;
 
}
 
 
.va-navbox-columncont .va-navbox-spacing-h {
 
border-right: 1px solid #FFF;
 
width: 0%;
 
}
 
 
.va-navbox-spacing-v {
 
font-size: 1pt;
 
height: 1px;
 
line-height: 0em;
 
}
 
 
/* Cell styles and widths */
 
/* Remember to update the column width calculations when changing widths */
 
.va-navbox-title {
 
/* Shared background; see top of page */
 
border: 1px solid #000;
 
color: #FFF;
 
font-weight: normal;
 
padding: 1px 2px;
 
}
 
 
.va-navbox-headertext,
 
.va-navbox-titletext {
 
font-weight: bold;
 
padding-left: 40px;
 
padding-right: 40px;
 
}
 
 
.va-navbox-maintitle .va-navbox-titletext {
 
font-size: 118%;
 
}
 
 
/* v/d/e and collapse button */
 
.va-navbox-editlink {
 
float: left;
 
margin-right: -100%;
 
text-align: left;
 
width: 40px;
 
}
 
 
.va-navbox .mw-collapsible-toggle {
 
margin-left: -100%;
 
}
 
 
.va-navbox-cell,
 
.va-navbox-colgroup,
 
.va-navbox-column,
 
.va-navbox-footer,
 
.va-navbox-group,
 
.va-navbox-header,
 
.va-navbox-image,
 
.va-navbox-subgroup {
 
padding: 1px 2px;
 
}
 
 
.va-navbox-colgroup,
 
.va-navbox-group,
 
.va-navbox-subgroup {
 
font-weight: bold;
 
}
 
 
.va-navbox-group,
 
.va-navbox-subgroup {
 
text-align: center;
 
width: 15%;
 
}
 
 
.va-navbox-footer,
 
.va-navbox-group,
 
.va-navbox-header {
 
background: #C9D0AC;
 
border: 1px solid #AAA;
 
}
 
 
.va-navbox-colgroup,
 
.va-navbox-subgroup {
 
background: #D6DBC1;
 
border: 1px solid #AAA;
 
}
 
 
.va-navbox-cell,
 
.va-navbox-column,
 
.va-navbox-image {
 
background: #E7EADA;
 
border: 1px solid #AAA;
 
}
 
 
.va-navbox-cell-nogroups,
 
.va-navbox-column,
 
.va-navbox-colgroup,
 
.va-navbox-footer,
 
.va-navbox-image {
 
text-align: center;
 
}
 
 
.va-navbox-cell-withgroups {
 
text-align: left;
 
}
 
 
.va-navbox-column {
 
vertical-align: top;
 
}
 
 
.va-navbox-image {
 
width: 8%;
 
}
 
 
/* Lists in column rows */
 
.va-navbox-formatlist ul,
 
.va-navbox-formatlist li {
 
list-style-image: none;
 
list-style-type: none;
 
line-height: 16px;
 
margin: 0.6em 0;
 
padding: 0;
 
}
 
 
.va-navbox-formatlist li li {
 
font-size: 90%;
 
}
 
 
.va-navbox-formatlist li ul {
 
margin-bottom: 0.5em;
 
margin-top: -0.1em;
 
}
 
 
.va-navbox-formatlist li ul li {
 
margin: 0em;
 
}
 
 
/* Nested */
 
.va-navbox .va-navbox-nested {
 
font-size: 100%;
 
}
 
 
.va-navbox-nested .va-navbox-title {
 
background: #C9D0AC;
 
border: 1px solid #AAA;
 
color: #000;
 
}
 
 
.va-navbox-nested .va-navbox-footer,
 
.va-navbox-nested .va-navbox-group,
 
.va-navbox-nested .va-navbox-header {
 
background: #D6DBC1;
 
}
 
 
.va-navbox-nested .va-navbox-colgroup,
 
.va-navbox-nested .va-navbox-subgroup {
 
background: #DDE1CB;
 
}
 
 
/* Links */
 
.va-navbox-editlink .va-navbar-item {
 
color: #FFF !important;
 
}
 
 
.va-navbox-nowraplinks .va-navbox-cell a,
 
.va-navbox-nowraplinks .va-navbox-column a {
 
white-space: nowrap;
 
}
 
 
.va-navbox-maintitle a:link,
 
.va-navbox-maintitle a:visited {
 
color: #AFA000 !important;
 
}
 
 
.va-navbox-maintitle a:hover,
 
.va-navbox-maintitle a:active {
 
color: #FFF;
 
}
 
 
.va-navbox-maintitle a.new {
 
color: #F11 !important;
 
}
 
 
.va-navbox-maintitle .mw-collapsible-toggle a {
 
color: #FFF !important;
 
}
 
 
/* Printing */
 
@media print {
 
.va-navbox,
 
.va-navbox-border {
 
display: none;
 
}
 
}
 
 
/* ################################################## */
 
/* ### COPYRIGHT BOXES (Template:Copyrightbox) ### */
 
/* ################################################## */
 
 
.va-copybox {
 
background-color: #E7EADA;
 
border: 1px solid #A8ACA8;
 
border-collapse: collapse;
 
clear: both;
 
color: #000;
 
font-size: 11px;
 
line-height: 16px;
 
margin: 10px 0;
 
padding: 3px 5px;
 
width: 100%;
 
}
 
 
.va-copybox th {
 
padding: 1px 0 1px 5px;
 
text-align: center;
 
vertical-align: middle;
 
width: 30px;
 
}
 
 
.va-copybox td {
 
padding-left: 5px;
 
}
 
 
.va-copybox + .va-copybox {
 
margin-top: -8px;
 
}
 
 
/* Printing */
 
@media print {
 
.va-copybox {
 
background-color: transparent;
 
}
 
}
 
 
/* ################################################## */
 
/* ### SOURCE BOXES (Template:Sourcebox) ### */
 
/* ################################################## */
 
 
.va-sourcebox {
 
border-collapse: collapse;
 
font-size: 11px;
 
line-height: 16px;
 
margin: 0;
 
}
 
 
.va-sourcebox th {
 
padding: 0 5px;
 
text-align: center;
 
vertical-align: middle;
 
}
 
 
.va-sourcebox td {
 
padding: 0;
 
}
 
 
.va-sourcebox td span {
 
border-bottom: 1px solid #000;
 
border-top: 1px solid #000;
 
display: block;
 
float: left;
 
padding: 2px 5px;
 
}
 
 
/* ################################################## */
 
/* ### DIRECTION BOXES (Template:Directionbox) ### */
 
/* ################################################## */
 
 
.va-dirbox {
 
background-color: #F9F9F9;
 
border: 1px solid #AAA;
 
border-collapse: collapse;
 
clear: left;
 
color: #000;
 
font-size: 11px;
 
line-height: 16px;
 
margin: 5px 0;
 
padding: 2px 5px;
 
}
 
 
.va-dirbox + .va-dirbox {
 
margin-top: -3px;
 
}
 
 
.va-dirbox th {
 
line-height: 20px;
 
padding: 1px 0 1px 5px;
 
text-align: center;
 
vertical-align: middle;
 
width: 40px;
 
}
 
 
.va-dirbox th div {
 
margin: 0;
 
padding: 0;
 
text-align: center;
 
width: 25px;
 
}
 
 
.va-dirbox td {
 
padding: 1px 5px;
 
width: 100%;
 
}
 
 
/* Printing */
 
@media print {
 
.va-dirbox {
 
display: none;
 
}
 
}
 
 
/* ################################################## */
 
/* ### MESSAGE BOXES (Template:Mbox) ### */
 
/* ################################################## */
 
 
/* Main style */
 
.va-mbox {
 
background-color: #F9F9F9;
 
border: 1px solid #AAA;
 
border-collapse: collapse;
 
color: #000;
 
font-size: 11px;
 
line-height: 16px;
 
margin: 10px 0;
 
padding: 0;
 
}
 
 
.va-mbox + .va-mbox {
 
margin-top: -8px;
 
}
 
 
.va-mbox-body {
 
padding: 1px 9px 1px 0px;
 
width: 100%;
 
}
 
 
.va-mbox-footer {
 
font-size: 90%;
 
}
 
 
.va-mbox-header {
 
font-weight: bold;
 
}
 
 
.va-mbox-image {
 
padding: 1px 5px;
 
text-align: center;
 
vertical-align: middle;
 
}
 
 
.va-mbox-noborder .va-mbox-image {
 
padding-left: 9px;
 
padding-right: 9px;
 
}
 
 
.va-mbox-noimage .va-mbox-image,
 
.va-mbox-noborder.va-mbox-noimage .va-mbox-image {
 
padding: 0;
 
}
 
 
.va-mbox-image div {
 
margin: 0 auto;
 
}
 
 
.va-mbox-noimage .va-mbox-image div {
 
width: 9px;
 
}
 
 
/* Template:Mbox management */
 
.va-mbox.va-mbox-management {
 
background-color: #DDD;
 
}
 
 
/* Template:Mbox mediawiki */
 
.mw-warning-with-logexcerpt .va-mbox.va-mbox-mediawiki {
 
border-left: none !important;
 
border-right: none !important;
 
border-top: none !important;
 
margin: 0;
 
}
 
 
/* Template:Mbox project */
 
.va-mbox.va-mbox-project {
 
background-color: #ECECD4;
 
}
 
 
/* Template:Mbox talk */
 
.va-mbox.va-mbox-talk {
 
background-color: #E7EADA;
 
box-shadow: 2px 2px 2px #AAA;
 
-moz-box-shadow: 2px 2px 2px #AAA;
 
-webkit-box-shadow: 2px 2px 2px #AAA;
 
font-size: 1em;
 
line-height: 1.5em;
 
margin-left: 5%;
 
margin-right: 5%;
 
}
 
 
.va-mbox.va-mbox-talk .va-mbox-footer {
 
font-size: 85%;
 
}
 
 
/* Printing */
 
@media print {
 
.va-mbox {
 
display: none;
 
}
 
}
 
 
/* ################################################## */
 
/* ### HATNOTES (Template:Hatnote) ### */
 
/* ################################################## */
 
 
.va-hatnote {
 
font-style: italic;
 
margin-bottom: 5px;
 
padding-left: 2em;
 
}
 
 
/* ################################################## */
 
/* ### INTROS (Template:Intro) ### */
 
/* ################################################## */
 
 
.va-intro-image {
 
padding-left: 2px;
 
padding-right: 2px;
 
}
 
 
.va-intro td {
 
padding-bottom: 2px;
 
}
 
 
.va-intro-header {
 
font-size: 16px;
 
font-weight: bold;
 
}
 
 
.va-intro-bullets {
 
font-size: 11px;
 
line-height: 16px;
 
vertical-align: top;
 
}
 
 
/* ################################################## */
 
/* ### AUDIO SNIPPETS, QUOTES & TRANSCRIPTS ### */
 
/* ### (Template:Listen, Template:Newsquote, ### */
 
/* ### Template:Quotation, Template:Transcript) ### */
 
/* ################################################## */
 
 
/* Container */
 
.va-listen,
 
.va-newsquote,
 
.va-quotation,
 
.va-transcript {
 
line-height: 18px;
 
padding: 10px 25px;
 
}
 
 
.va-listen-left,
 
.va-listen-right,
 
.va-quotation-left,
 
.va-quotation-right {
 
border-bottom: 1px solid #AAA;
 
border-top: 1px solid #AAA;
 
}
 
 
.va-listen-left,
 
.va-listen-right {
 
width: 240px;
 
}
 
 
.va-quotation-center {
 
margin: auto;
 
}
 
 
.va-quotation-left,
 
.va-quotation-right {
 
width: 240px;
 
}
 
 
.va-listen-left,
 
.va-quotation-left {
 
clear: left;
 
float: left;
 
margin: 10px 10px 10px 0;
 
}
 
 
.va-listen-right,
 
.va-quotation-right {
 
clear: right;
 
float: right;
 
margin: 10px 0 10px 10px;
 
}
 
 
/* Quotation marks/icons */
 
.va-listen-icon,
 
.va-newsquote-quot-l,
 
.va-newsquote-quot-r,
 
.va-quotation-quot-l,
 
.va-quotation-quot-r,
 
.va-transcript-icon {
 
position: relative;
 
width: 40px;
 
z-index: -1;
 
}
 
 
.va-listen-icon,
 
.va-transcript-icon {
 
float: left;
 
left: -25px;
 
margin-right: -40px;
 
top: -5px;
 
}
 
 
.va-newsquote-quot-l,
 
.va-newsquote-quot-r,
 
.va-quotation-quot-l,
 
.va-quotation-quot-r {
 
color: #E0E0E0;
 
font: bold 55px/40px serif;
 
height: 18px;
 
}
 
 
.va-newsquote-quot-l,
 
.va-quotation-quot-l {
 
float: left;
 
left: -15px;
 
margin-right: -40px;
 
}
 
 
.va-newsquote-quot-r,
 
.va-quotation-quot-r {
 
float: right;
 
margin-left: -40px;
 
right: -15px;
 
text-align: right;
 
}
 
 
/* Quoted text/audio file desc) */
 
.va-listen-item,
 
.va-listen-item .ogg-player-options,
 
.va-newsquote-text,
 
.va-quotation-text {
 
font-size: 12px;
 
}
 
 
.va-listen-text,
 
.va-newsquote-text,
 
.va-quotation-text {
 
font-style: italic;
 
}
 
 
.va-transcript-text {
 
font-family: monospace;
 
}
 
 
/* Source */
 
.va-newsquote-source,
 
.va-quotation-source {
 
padding: 5px 0 0;
 
text-align: right;
 
}
 
 
.va-quotation-source {
 
font-size: 10px;
 
line-height: 15px;
 
}
 
 
/* "Incomplete quote" dots */
 
.va-newsquote-dots {
 
font-style: normal;
 
padding: 3px 0;
 
}
 
 
/* Audio file list */
 
.va-listen-item {
 
margin: 0 auto;
 
width: 180px;
 
}
 
 
.va-listen-item audio {
 
margin-bottom: 5px;
 
width: 100%;
 
}
 
 
.va-listen-item div {
 
margin-bottom: 2px;
 
}
 
 
.va-listen-item + .va-listen-item {
 
border-top: 1px solid #D9D9D9;
 
margin-top: 5px;
 
}
 
 
/* ################################################## */
 
/* ### STAT TABLES (Template:Stats creature) ### */
 
/* ################################################## */
 
 
.va-stats-creature-name {
 
text-align: center;
 
}
 
 
.va-stats-creature-icontable {
 
margin: 0 auto;
 
}
 
 
.va-stats-creature-icontable td {
 
border: none;
 
vertical-align: top;
 
}
 
 
.va-stats-creature-icon {
 
font-weight: bold;
 
left: 0;
 
position: absolute;
 
text-align: center;
 
top: 0;
 
width: 20px;
 
}
 
 
.va-stats-creature-item {
 
min-width: 10px;
 
padding: 0 2px 0 22px;
 
position: relative;
 
}
 
 
.va-stats-creature-item + .va-stats-creature-item {
 
margin-top: 2px;
 
}
 
 
.va-stats-creature-icontable-full,
 
.va-stats-creature-layout-1 td {
 
width: 100%;
 
}
 
 
.va-stats-creature-layout-2 td {
 
width: 50%;
 
}
 
 
.va-stats-creature-layout-3 td {
 
width: 33%;
 
}
 
 
.va-stats-creature-layout-3 td:first-child {
 
width: 34%;
 
}
 
 
.va-stats-creature-layout-4 td {
 
width: 25%;
 
}
 
 
/* ################################################## */
 
/* ### CONSOLE COMMANDS (Template:Console) ### */
 
/* ################################################## */
 
 
.va-console {
 
background-color: #CFC;
 
color: #000;
 
font-family: monospace;
 
}
 
 
.va-console-cmd {
 
color: #555;
 
}
 
 
/* ################################################## */
 
/* ### TOCs (Template:TOC, Template:Document TOC) ### */
 
/* ################################################## */
 
 
.va-toclimit-2 .toclevel-1 ul,
 
.va-toclimit-3 .toclevel-2 ul,
 
.va-toclimit-4 .toclevel-3 ul,
 
.va-toclimit-5 .toclevel-4 ul,
 
.va-toclimit-6 .toclevel-5 ul,
 
.va-toclimit-7 .toclevel-6 ul {
 
display: none;
 
}
 
 
/* ################################################## */
 
/* ### TOOLTIPS (Template:Tooltip) ### */
 
/* ################################################## */
 
 
.va-tooltip {
 
border-bottom: 1px dotted;
 
cursor: help;
 
}
 
 
/* ################################################## */
 
/* ### SHORTCUTS (Template:Shortcut) ### */
 
/* ################################################## */
 
 
.va-shortcut {
 
float: right;
 
font-size: 10px;
 
line-height: 15px;
 
margin: 0 0 5px 5px;
 
padding: 3px 5px;
 
text-align: center;
 
}
 
 
/* ################################################## */
 
/* ### SPECIAL <pre> TAGS (Template:Pre fake) ### */
 
/* ################################################## */
 
 
.va-pre-fake {
 
background-color: #F9F9F9;
 
border: 1px dashed #AAA;
 
font-family: monospace;
 
line-height: 1.1em;
 
overflow: auto;
 
padding: 1em;
 
white-space: pre;
 
}
 
 
/* ################################################## */
 
/* ### TEMPLATE DOCUMENTATION ### */
 
/* ### (Template:Docparam/Template:Documentation) ### */
 
/* ################################################## */
 
 
/* Template:Docparam */
 
.va-docparam {
 
background: #F9F9F9;
 
border: 1px dotted #D9D9D9;
 
margin-bottom: 3px;
 
overflow: auto;
 
padding: 0 2px 0 20px;
 
text-indent: -20px;
 
}
 
 
.va-docparam-icon {
 
float: left;
 
margin: 0;
 
padding: 0;
 
width: 20px;
 
}
 
 
.va-docparam-default {
 
float: right;
 
font-size: 10px;
 
}
 
 
.va-docparam-params {
 
font-family: monospace;
 
}
 
 
.va-docparam-desc {
 
margin: 0;
 
padding: 0 0 5px 20px;
 
}
 
 
/* Template:Documentation */
 
.va-documentation,
 
.va-documentation-bar-top,
 
.va-documentation-bar-bottom {
 
border-color: #AAA;
 
border-style: solid;
 
clear: both;
 
}
 
 
.va-documentation {
 
border-width: 1px;
 
margin: 10px 0;
 
}
 
 
.va-documentation-bar-top,
 
.va-documentation-bar-bottom {
 
background: #D6DBC1;
 
color: #000;
 
margin: 0;
 
padding: 5px;
 
}
 
 
.va-documentation-bar-top {
 
border-width: 0 0 1px 0;
 
}
 
 
.va-documentation-bar-bottom {
 
border-width: 1px 0 0 0;
 
text-align: right;
 
}
 
 
.va-documentation-links {
 
float: right;
 
text-align: right;
 
}
 
 
.va-documentation-content {
 
margin: 0;
 
padding: 10px;
 
}
 
 
.va-documentation-small {
 
font-size: 10px;
 
}
 
 
/* ################################################## */
 
/* ### RSS FEEDS (Template:RSSPost) ### */
 
/* ################################################## */
 
 
.va-rsspost-date {
 
font-size: 10px;
 
text-align: right;
 
}
 
 
/* ################################################## */
 
/* ### EXTENSIONS ### */
 
/* ################################################## */
 
 
/* CategoryTree */
 
.va-pagelist a.CategoryTreeLabelPage,
 
.va-pagelist-hidefirst a.CategoryTreeLabelPage {
 
font-style: normal;
 
}
 
 
.va-pagelist div.CategoryTreeItem,
 
.va-pagelist-hidefirst div.CategoryTreeItem {
 
display: list-item;
 
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAYAAABhPKSIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeF7NjbEJAAAIw7zRu/w5ouBUBEeHDM2QGiA8kObBULuFcJbSXN8T78SqnpKltAIAAAAASUVORK5CYII=);
 
list-style-image: url(/skins/vector/images/bullet-icon.png?1) !ie;
 
list-style-position: outside;
 
list-style-type: disc;
 
margin-left: 1.5em;
 
}
 
 
.va-pagelist-hidefirst div.CategoryTreeSection:first-child,
 
.va-pagelist span.CategoryTreeBullet {
 
display: none;
 
}
 
 
/* ################################################## */
 
/* ### TEMPORARY BUG FIXES (to be checked after ### */
 
/* ### MediaWiki updates) ### */
 
/* ################################################## */
 
 
/* MW bug 35257 - jQuery.makeCollapsible: Nested collapsible tables bug */
 
html.client-js .va-navbox .va-navbox-brick.mw-collapsed tr {
 
display: none;
 
}
 
 
html.client-js .va-navbox .va-navbox-brick.mw-collapsed tr:first-child {
 
display: table-row;
 
display: block !ie;
 
}
 
 
/* ################################################## */
 
/* ### TEMPORARY KICKSTARTER BUTTON ### */
 
/* ################################################## */
 
 
.va-kickstarter {
 
background-color: #FEB505 !important;
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABLCAIAAAA+tHrUAAAARklEQVQY041QQQoAIAgb/f/HqeuQoYZQhzE3QTZBcoA2AKtM9VlDH+DMstncMwnmhc4r/iyaj/3X/ZwHnjPnhtZeXe/4ywIeF4tN8lb4XwAAAABJRU5ErkJggg==) !important;
 
background-position: center !important;
 
background-repeat: repeat-x !important;
 
font-size: 85% !important;
 
margin-top: 7px !important;
 
text-align: center !important;
 
width: 247px !important;
 
}
 
 
.va-kickstarter:hover,
 
.va-kickstarter:active,
 
.va-kickstarter:focus {
 
background-color: #FFC818 !important;
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABLCAIAAAA+tHrUAAAARUlEQVQY042OSQrAMAwDB///x7WlXtwkhG6HQUgyRtgO4AcZUBv54HOiDLzozsiP+7uv3i//1XuGVuDqvjd7RZ1renTpCXnycHTZQDJiAAAAAElFTkSuQmCC) !important;
 
}
 
 
.va-kickstarter-header {
 
font-size: 125% !important;
 
font-weight: bold !important;
 
}
 

Revision as of 08:07, 17 April 2012

Forums: Index > Wiki discussion > Site help

I think we should make any "Help:" links soft redirects to the equivalent help pages on the Vault - seems more practical than copying The Vault's help pages and subsequently having to maintain two sets of help pages. What do you think? -- Porter21 (talk) 22:15, 17 March 2012 (UTC)

Would it not be possible to transclude the help pages from The Vault? GhostAvatar 23:10, 31 March 2012 (UTC)
Interesting idea, but I can't see the harm in just redirecting people. I think that'd be best unless it was possible to transclude them, as people would want to feel like they are on the same site still. I'm put off if I click a seemingly internal link and am redirected off a site. Φύλαξ [~μίλησε μου~] 23:46, 31 March 2012 (UTC)
From what I have read, as long as $wgEnableScaryTransclusion is set to true in the LocalSettings.php and you have set the interwiki table entry for the Fallout wiki to transclude, then you should be able to transclude any page from the Fallout wiki. $wgEnableScaryTransclusion would need to be set by Curse, but the interwiki table can be done by yourself. So I would change the interwiki table entry first and try it out. If that works then you can transclude the help pages here, only thing I would add is a box at the top of each help page stating that the info is transcluded from the Fallout wiki, so if anyone here wants to edit it, they at least know where to go to correct anything. GhostAvatar 11:58, 3 April 2012 (UTC)
I was pondering the same idea, but with all the warnings about how inefficient cross-wiki transclusion is I wasn't sure whether Curse would agree with that being enabled. I guess that's something you'd need to pester Ausir about. -- Porter21 (talk) 08:06, 17 April 2012 (UTC)