MediaWikiCommon.css

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: ; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Infobox template style */
.infobox {
   border: 1px solid ;
   background-color: ;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid ;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid ;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: ;
}
.mw-plusminus-neg {
   color: ;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
 div.thumb {
   color:inherit;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid ;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid ;
}
td.lang-code0 {
  background-color: ;
  color: black;
}
td.lang-description0 {
  background-color: ;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid ;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: ;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: ;
  color: black;
}

.lang-blockN {
   border:1px solid ;
}
td.lang-codeN {
  background-color: ;
  color: black;
}
td.lang-descriptionN {
  background-color: ;
  color: black;
}

/* ################################################## */
/* ### INFOBOXES (Template:Infobox)               ### */
/* ################################################## */
 
/* Outer table */
.va-infobox {
   border: 1px solid ;
   box-shadow: 2px 2px 2px ;
   -moz-box-shadow: 2px 2px 2px ;
   -webkit-box-shadow: 2px 2px 2px ;
   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;
}
 
/* Cellspacing */
.va-infobox, .va-infobox-cont,
.va-infobox-group, .va-infobox-mainimage-table,
.va-infobox-space-h, .va-infobox-space-h-t,
.va-infobox-space-v {
   background: transparent;
}
 
.va-infobox-space-h {
   border-right: 2px solid ;
   width: 0%;
}
 
.va-infobox-space-h-t {
   margin: 0;
   padding: 0;
   width: 1px;
}
 
.va-infobox-space-v {
   font-size: 1px;
   height: 2px;
   line-height: 0;
}
 
.va-infobox-columns + .va-infobox-space {
   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: ;
   border: 1px solid ;
}
 
.va-infobox-header, .va-infobox-icon,
.va-infobox-label {
   background: ;
   border: 1px solid ;
}
 
.va-infobox-image, .va-infobox-footer,
.va-infobox-header, .va-infobox-icon-center,
.va-infobox-mainimage, .va-infobox-mainimage-image {
   text-align: center;
   vertical-align: middle;
}
 
.va-infobox-content {
   text-align: left;
   vertical-align: top;
}
 
.va-infobox-label {
   text-align: right;
   vertical-align: top;
}
 
.va-infobox-icon, .va-infobox-icon-center {
   padding: 1px;
}
 
.va-infobox-icon {
   position: absolute;
   right: 1px;
   top: 1px;
}
 
.va-infobox-icon-cont {
   margin: 0;
   padding: 0;
   position: relative;
}
 
.va-infobox-image-desc {
   padding: 1px 1px 0;
}
 
.va-infobox-image-upload {
   padding: 15px 3px;
}
 
.va-infobox-mainimage {
   padding: 2px 0;
}
 
.va-infobox-mainimage-image {
   background: transparent;
   padding: 0 1px;
}
 
.va-infobox-title {
   background:  url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
   border: 1px solid ;
   color: ;
   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:  transparent transparent ;
   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-cont {
   height: 0;
   position: relative;
   width: 0;
}
 
/* Cell styles - infocard */
.va-infocard .va-infobox-title {
   background: ;
   border: 1px solid ;
   color: ;
}
 
/* Collapse buttons */
.va-infobox-group-collapsible .va-infobox-header {
   padding-left: 40px;
   padding-right: 40px;
}
 
.va-infobox-header .collapseButton {
   left: 40px;
   margin-left: -100%;
   position: relative;
}
 
/* Links */
.va-infobox-title a:link, .va-infobox-title a:visited { 
   color:  !important;
}
.va-infobox-title a:hover, .va-infobox-title a:active { 
   color:  !important;
}
.va-infobox-title a.new {
   color:  !important;
}
 
.va-infocard .va-infobox-title a:link,
.va-infocard .va-infobox-title a:active,
.va-infocard .va-infobox-title a:hover,
.va-infocard .va-infobox-title a:visited {
   color:  !important;
}
 
/* For templates which should leave space for the infobox on the right */
.va-infobox-space {
   padding: 0 270px 0 0;
}
 
/* ################################################## */
/* ### NAVBOXES (Template:Navbox)                 ### */
/* ################################################## */
 
/* Outer table - border */
.va-navbox-border {
   border: 1px solid ; 
   box-shadow: 2px 2px 2px ;
   -moz-box-shadow: 2px 2px 2px ;
   -webkit-box-shadow: 2px 2px 2px ;
}
 
.va-navbox-bottom + .va-navbox-bottom {
   margin-top: 2px;
}
 
/* Outer table - widths, floats */
.va-navbox {
   width: 100%;
   font-size: 11px; 
   line-height: 16px;
}
 
.va-navbox-bottom {
   width: 100%;
   clear: both; 
   margin: 5px auto 0;
}
 
.va-navbox-left {
   width: 200px;
   clear: left;
   float: left;
   margin: 0 1.5em 0.5em 0;
}
 
.va-navbox-right {
   width: 200px;
   clear: right;
   float: right;
   margin: 0 0 0.5em 1.5em;
}
 
/* Inner tables */
.va-navbox-brick {
   width: 100%;
   margin: 0;
}
 
/* Cellspacing */
.va-navbox, .va-navbox-border,
.va-navbox-brickcont, .va-navbox-padding,
.va-navbox-space-h, .va-navbox-space-v {
   background: transparent;
}
 
.va-navbox-padding {
   padding: 2px;
}
 
.va-navbox-space-h {
   width: 2px;
}
 
.va-navbox-columncont .va-navbox-space-h {
   width: 0%;
   border-right: 2px solid ;
}
 
.va-navbox-space-v {
   height: 2px;
   font-size: 1pt;
   line-height: 0em;
}
 
/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.va-navbox-title {
   background:  url(http://images.wikia.com/fallout/images/d/d1/WidgetBackground.jpg?1);
   border: 1px solid ;
   font-weight: normal;
   color: ;
   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%;
}
 
.va-navbox-editlink {
   float: left;
   width: 40px;
   text-align: left;
   margin-right: -100%;
}
 
.va-navbox .collapseButton {
   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 {
   width: 15%;
   text-align: center;
}
 
.va-navbox-footer, .va-navbox-group,
.va-navbox-header {
   background: ;
   border: 1px solid ;
}
 
.va-navbox-colgroup, .va-navbox-subgroup {
   background: ;
   border: 1px solid ;
}
 
.va-navbox-cell, .va-navbox-column,
.va-navbox-image {
   background: ;
   border: 1px solid ;
}
 
.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: none;
   line-height: 16px;
   margin: 0.6em 0;
   padding: 0;
}
 
.va-navbox-formatlist li li {
   font-size: 90%;
}
 
.va-navbox-formatlist li ul {
   margin-top: -0.1em;
   margin-bottom: 0.5em;
}
 
.va-navbox-formatlist li ul li {
   margin: 0em;
}
 
/* Nested */
.va-navbox .va-navbox-nested {
   font-size: 100%;
}
 
.va-navbox-nested .va-navbox-title {
   background: ;
   color: ;
   border: 1px solid ;
}
 
.va-navbox-nested .va-navbox-footer, 
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
   background: ;
}
 
.va-navbox-nested .va-navbox-colgroup, 
.va-navbox-nested .va-navbox-subgroup {
   background: ;
}
 
/* Links */
.va-navbox-editlink .va-navbar-item {
   color:  !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:  !important;
}
 
.va-navbox-maintitle a:hover,
.va-navbox-maintitle a:active {
   color: ;
}
 
.va-navbox-maintitle a.new {
   color:  !important;
}
 
/* Printing */
@media print {
   .va-navbox, .va-navbox-border {
      display: none;
}
 
}
/* Removing Pages I'm following section */
body.ns-2 div.article-sidebar {
    display: none !important;
}
==Welcome==

Hi, welcome to Deus Ex Wiki. Thanks for your edit to the :Brent Radford page.

'''Special:Userlogin|Please sign in and create a user name'''. It's an easy way to keep track of your contributions and helps you communicate with the rest of the community.

If you need help, and there are no local admins here, you may want to visit the wikia:Forum:Community Central Forum|forums on the Community Central Wiki. You can also check our w:c:community:Blog:Wikia Staff Blog|Staff blog to keep up-to-date with the latest news and events around Wikia. 

Happy editing, User:Ausir|Ausir (w:forums|help forum | w:sblog|blog)
File:Placeholder|thumb|220px

This is your user page. Please edit this page to tell the community about yourself!

==My favorite pages==

* Add links to your favorite pages on the wiki here!
* Favorite page #2
* Favorite page #3
==Welcome==

Hi, welcome to Deus Ex Wiki! Thanks for your edit to the :Talk:Hacking (DX3) page.

If you need help, and there are no local admins here, you may want to visit the wikia:Forum:Community Central Forum|forums on the Community Central Wiki. You can also check our w:c:community:Blog:Wikia_Staff_Blog|Staff blog to keep up-to-date with the latest news and events around Wikia. 

Happy editing, User:Ausir|Ausir (w:forums|help forum | w:sblog|blog)
==Welcome==

Hi, welcome to Deus Ex Wiki. Thanks for your edit to the :Unique eBooks (DX3) page.

'''Special:Userlogin|Please sign in and create a user name'''. It's an easy way to keep track of your contributions and helps you communicate with the rest of the community.

If you need help, and there are no local admins here, you may want to visit the wikia:Forum:Community Central Forum|forums on the Community Central Wiki. You can also check our w:c:community:Blog:Wikia Staff Blog|Staff blog to keep up-to-date with the latest news and events around Wikia. 

Happy editing, User:Ausir|Ausir (w:forums|help forum | w:sblog|blog)
==Welcome==

Hi, welcome to Deus Ex Wiki. Thanks for your edit to the :Ogre page.

'''Special:Userlogin|Please sign in and create a user name'''. It's an easy way to keep track of your contributions and helps you communicate with the rest of the community.

If you need help, and there are no local admins here, you may want to visit the wikia:Forum:Community Central Forum|forums on the Community Central Wiki. You can also check our w:c:community:Blog:Wikia Staff Blog|Staff blog to keep up-to-date with the latest news and events around Wikia. 

Happy editing, User:Ausir|Ausir (w:forums|help forum | w:sblog|blog)
== Licensing ==
{{Deus Ex: Human Revolution image}}
Category:Deus Ex: Human Revolution character images
== Middle name ==

Can anybody explain where the Wendell part came from? Frank never gives out his middle name in-game, nor have I seen it in any other source material. User:-S-|-S- 19:02, September 9, 2011 (UTC)

I find myself wondering the same, I remember reading that there was a website for the game, pre-release, that had some sort of hacking minigame...on it you could find some character profiles, I believe one was his. Obviously I haven't seen it for myself however, so this is a best guess. However, I did just do a quick google search for "francis wendell pritchard", and there's lots of other places the name is used (including player-written FAQs), though it's also possible that the name originated from this article as well.

User:Philanthr0py|Philanthr0py 03:24, September 10, 2011 (UTC)

But what I'd like too know is WTH does FRANK come in for F/&ยค/% sake !! That should be a bigger question

Frank is a common alternative to Francis. It's not really rocket science. User:-S-|-S- 00:03, September 15, 2011 (UTC)

In the e-mail on his PC it's stated that he goes by the hacker nickname "''Nucl3arsnake". ''I'm pretty sure I've seen this nickname on a security e-mail somewhere before; like Picus TV or TYM. Any ideas where this could happen? I personally think I read it sometime after gathering Van Bruggen's Evidence.


== Arch of Monitors ==

Not sure if it's an easter egg or what; but I noticed the arch of ol' skool monitors and had to giggle. Given the heavily conspiracy theorist laden bend in this game, the arch has got to be a tribute to the Stone Masons. User:Shadizar666|Shadizar666 (w:c:doom:User talk:|Ruck Rules) 08:34, August 19, 2013 (UTC)
==Templates==
Hey Ausir hello ;), and thanks to reply to my call.

Yes actually templates are here for a while and they are the only things that have not changed here since a long time. Since The Vault is, on my opinion of contributor, one of the best wikia gaming and having the best templates I've seen, so like you said I wanted to import some of them if it was possible.

Not many in fact (also, don't bother you if put proper fields take you an unnecessary time where you can be useful in helping other Wiki, I would take care of that, it's just the format that is difficult to create since like you say it requires auxilliary templates and CSS). I wanted to acquire from The Vault:

*Infobox character (black and gold color - more high-tec design than this of The Vault for consistent with the Deus Ex universe, if you need some images, tell me), fields would be if you want to take care:
**name       
**image (optional) - (it would be nice if the image doesn't require the code image File:NOM.png, such as The Vault and not as our current here)
**desc (optional)
**haircolor (optional)
**eyecolor (optional)
**augmentation (optional)
**birthdate (optional)
**deathdate (optional)
**nationality (optional)
**family (optional)
**affiliation (optional)
**role (optional)
**rank (optional)	
**stats (optional)
**location (optional)
**appearances (optional)
**mentions (optional)
**quests (optional)
**actor (optional)
**extra (optional)


*Infobox person, fields would be if you want to take care: **type (developer or employee or musician or actor) **name **image (optional) - (also like the first, if we can avoid to put the code image, it could be nice) **desc (optional) **aka (optional) **birthdate (optional) **deathdate (optional) **employer1 **year1 **employer2 (optional) **year2 (optional) **"etc." **game1 **game1role **game2 (optional) **game2role (optional) **"etc." **otherwork (optional) **homepage (optional) **wikipedia (optional) **moby (optional) **otherlinks (optional)

*Archive template for talk page's archiving

*Inventory, fields would be if you want to take care: **mainweapon **secondaryweapon (optional) **otheritem

These are the four at the moment which is sorely lacking in the Deus Ex Wiki =). Hoping to not give you too much works and if you need help, please tell me my friend. Have a nice evening and see you soon Ausir! User:Itachou|Itachou User talk:Itachou|~talk~ 19:07, September 9, 2011 (UTC) :Yes agree, but it seems to ask a lot of work right? If you need anything just tell me, I will try to do something even if Template is not my favorite domains. I saw you have already one the "Template:Infobox Person", thanks my friend =), we will be able to start creating the pages of real life person. :For the Character Infobox, it is old and unattractive (secondary) compared to the current design of the Wiki now. In addition, the format of its writing is extremely hard to change and it has some things need to be modified and reformated like fields or section like Biographical information etc. User:Itachou|Itachou User talk:Itachou|~talk~ 14:44, September 12, 2011 (UTC) ::I've noticed your conversation, and I can do them if you need/want me to... I can understand the code and thus create and reuse different ones if that would halp you Ausir, and you too Itachou. '''''User:General Carter|General''' '''User talk:General Carter|Carter''''' :::That's fine Ausir :). I don't mind the work, and I will probably make a few new ones anyway. Anyway, I'll get started on the weekend. Do you want me to tell you when I am done? A bit of constructive criticism is always good. See you around Ausir :). '''''User:General Carter|General''' '''User talk:General Carter|Carter'''''
== Headshots? ==

Is it really sure, that a headshot from an upgraded pistol does not kill an ogre instantly? User:Irian|Irian 19:20, September 9, 2011 (UTC)

== Typhoon? ==

Wait wait wait, Ogres can use the Typhoon? What? I've never seen this and the article is vague on that point, so can someone please confirm? Special:Contributions/76.104.188.147|76.104.188.147 19:33, September 9, 2011 (UTC)

: I've found ammo for the Typhoon on Ogre corpses, which is likely how that originated; it could be said that they can use it ''in the fiction'' but if it can be confirmed that Ogres cannot use them in ''gameplay'' then it shouldn't be there, to avoid confusion; I never noticed an Ogre using a Typhoon attack, but I doubt I gave any a good enough chance to. I also don't get into many firefights though, so I'm not gonna say I know they don't. I do want to say that I wasn't finding the ammo on the bodies until Omega Ranch, but again, that could be a fluke.

: The Ogres do use the Typhoon. I got too close to one Ogre during the Picus Underground section and the Ogre roared, throwing back both arms and firing Typhoon bullets. It fires in a front arc rather than a spin like Jensen. Will find a screenshot for the wiki to confirm for you.--User:Khorne25|Khorne25 07:03, September 12, 2011 (UTC)

To be honest, I am also somewhat sceptical of the claim that Ogres require multiple headshots to be killed. Even on the hardest level of difficulty, the only enemies, apart from robots and bosses, that need multiple headshots from a maximum upgraded pistol are medium soldiers (two headshots) and heavy armoured ones (two - three headshots). All the rest can be killed with a single bullet from a normal pistol. I have never had problems with Ogres and was quite surprised to see them presented as tough adversaries in this articles - headshots kill them easily without wasting much ammo. User:Flamdring|Flamdring 04:24, September 11, 2011 (UTC)

If you think something in the article is wrong, then edit it. I'm still out of town and calling it out on the talk page usually doesn't work. User:Dorgles|Dorgles 06:02, September 11, 2011 (UTC)
==Welcome==
Hi, welcome to Deus Ex Wiki. Thanks for your edit to the '''Talk:Ogre''' page.

'''Special:Userlogin|Please sign in and create a user name'''. It's an easy way to keep track of your contributions and helps you communicate with the rest of the community.

Please leave a message on User talk:Itachou|my talk page if I can help with anything! -- User:Itachou|Itachou (User_talk:Itachou|Talk) 19:34, September 9, 2011
== Licensing ==
{{Deus Ex: Human Revolution image}}
Category:Deus Ex: Human Revolution character images