The Lord of the Rings Minecraft Mod Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Script imports */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ActivityFeedMimic.css&only=styles";

/* Additional ActivityFeedMimic styles */
.activityfeed ul.special {
	list-style:none;
}

.activityfeed .mw-changeslist {
	padding:10px;
}

.activityfeed h4, .mw-parser-output .activityfeed ul.special .mw-changeslist-line {
	margin: 0;
}

/* Discussions Embed */

table.mainpage div#discussions-activity-embed{
	background: linear-gradient(var(--mainpage-box-background-color) 60%,var(--mainpage-box-gradient-color) 100%) repeat scroll 0 0 transparent;
}

.discussions-embed .mcf-card-discussions__list {
	margin: 0;
}

.discussions-embed .mcf-card-discussions__list,
.discussions-embed .mcf-card-discussions__list::after,
.discussions-embed .mcf-card-discussions__list::before {
	background: none;
}

.discussions-embed a:not(.mcf-card-discussions__link) {
	background: var(--theme-body-background-color);
	padding: 12px 12px 0 12px;
}

/* Variables */

/* Light / Oasis */
body.skin-oasis, body.theme-fandomdesktop-light {
	--portable-infobox-pi-border-color: #BDB7AE;
    --portable-infobox-pi-border-color--rgb: 189, 183, 174;
    --portable-infobox-pi-background-color: #E0D5C6; 
    --portable-infobox-pi-background-color--rgb: 224, 213, 198;
    --mainpage-box-gradient-color: #e8d7bf;
    --mainpage-box-gradient-color--rgb: 232, 215, 191;
    --mainpage-box-background-color: #efe3d2;
    --mainpage-box-background-color--rgb: 239, 227, 210;
}

/* Dark */
body.theme-fandomdesktop-dark {
	--portable-infobox-pi-border-color: #190f11;
    --portable-infobox-pi-border-color--rgb: 25, 15, 17;
    --portable-infobox-pi-background-color: #100b09;
    --portable-infobox-pi-background-color--rgb: 16, 11, 9;
    --mainpage-box-gradient-color: #0d0a0a;
    --mainpage-box-gradient-color--rgb: 13, 10, 10;
    --mainpage-box-background-color: #060305;
    --mainpage-box-background-color--rgb: 6, 3, 5;
}

/* Mainpage template styling */
table.mainpage {
  background:linear-gradient(var(--mainpage-box-background-color) 60%, var(--mainpage-box-gradient-color) 100%) repeat scroll 0 0 transparent;
  border:2px solid var(--theme-accent-color);
}

table.mainpage div {
  background: var(--theme-accent-color);
  color: var(--theme-page-text-color);
}

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

/*
 * This attempts to disable antialiasing for all images. Instead, nearest neighbor sampling will be used.
 * Images wrapped in containers with the class 'smooth' will not be affected.
*/
:not(.smooth) img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

#worldmap,.worldmap {
    background: #02598D url('https://vignette.wikia.nocookie.net/lotrminecraftmod/images/7/70/MiddleEarth.png') -500px -500px no-repeat;
    background-size: 3200px 4000px;
    cursor: move;
    /* Remove anti-aliasing */
    /* uneeded because already globally defined */
    
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page).
   
   This code is required for Template:TOCLimit.
   
   Copied from https://en.wikipedia.org/wiki/MediaWiki:Common.css */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* Prevent default styling of links inside wikicode-buttons */
span.button a, span.button a:visited, span.button a:hover {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
} 

.page-The_Lord_of_the_Rings_Minecraft_Mod_Wiki .activity-tabs{
	display:none;
}
.page-The_Lord_of_the_Rings_Minecraft_Mod_Wiki .mw-changeslist-legend{
	display:none;
}

/*Mobile-friendly Infobox theme*/

.portable-infobox .pi-font {
	font-size: 14px;
}

.portable-infobox .pi-title {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	background-color:var(--portable-infobox-pi-background-color);
}

.portable-infobox .pi-header {
	font-size:12px;
}

.portable-infobox.pi-background {
	background-color:var(--portable-infobox-pi-background-color);
}

.portable-infobox .pi-border-color {
	border-color:var(--portable-infobox-pi-border-color);
}

.portable-infobox .pi-image img {
	width: 100%;
	height: auto;
}

    /*Formatting Classes*/

.nav_header {
    color: var(--theme-page-text-color);
    font-weight: 700;
}

.font-fantasy {
    font-family: fantasy, sans;
}

/********************************************/
/* Admin and Moderator History Highlighting */
/********************************************/
 
    /*Admins*/
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:LOTRMod"], a[href$="/f/u/25101089"]) { 
    color: #B55A15; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) a[href$="/wiki/User:Thorin11"] { 
    color: #899200; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Gen._Grievous1138"], a[href$="/wiki/User:Gen. Grievous1138"], a[href$="/wiki/User:Gen.%20Grievous1138"], a[href$="/f/u/25012056"]) { 
    color: #000000; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Areades"], a[href$="/f/u/25128896"]) { 
    color: #0000FF; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Beijing1000"], a[href$="/f/u/25133206"]) { 
    color: #136613; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Glflegolas"], a[href$="/f/u/4750818"]) { 
    color: #f1a70d; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Quipp"], a[href$="/f/u/25382961"]) { 
    color: #FF00CC; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:SamwiseFilmore"], a[href$="/f/u/25330335"]) { 
    color: #F88017; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Glaerdir"], a[href$="/f/u/25533095"]) { 
    color: #F962A5; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:ESP_LOTR"], a[href$="/wiki/User:ESP LOTR"], a[href$="/wiki/User:ESP%20LOTR"], a[href$="/f/u/25947274"]) { 
    color: #F0A61D; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Gruk"], a[href$="/f/u/30563719"]) { 
    color: #a82a43; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:MilkMC"], a[href$="/f/u/27219153"]) { 
    color: #3333FF; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:CaptCaptain"], a[href$="/f/u/25828188"]) { 
    color: #00CCFF; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Adaneth_Mirim%C3%AB"], a[href$="/wiki/User:Adaneth Mirim%C3%AB"], a[href$="/wiki/User:Adaneth%20Mirim%C3%AB"], a[href$="/f/u/33169548"]) { 
    color: #9370DB; 
    font-weight:bold; 
}

    /*Mods*/
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Seb_TheDunlending"], a[href$="/wiki/User:Seb TheDunlending"], a[href$="/wiki/User:Seb%20TheDunlending"], a[href$="/f/u/26012265"]) { 
    color: #49c71e; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Smaug_the_Tyrannical"], a[href$="/wiki/User:Smaug the Tyrannical"], a[href$="/wiki/User:Smaug%20the%20Tyrannical"], a[href$="/f/u/25619598"]) { 
    color: #990000; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Commandogregor1234"], a[href$="/f/u/25129884"]) { 
    color: #bd33a4; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Ffets"], a[href$="/f/u/25565811"]) { 
    color: #43520a; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Special_Elf_Friend"], a[href$="/wiki/User:Special Elf Friend"], a[href$="/wiki/User:Special%20Elf%20Friend"], a[href$="/f/u/25131077"]) { 
    color: #00ced1; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Narvin"], a[href$="/f/u/25672535"]) { 
    color: #24a0d0; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:High_Prince_Imrahil"], a[href$="/wiki/User:High Prince Imrahil"], a[href$="/wiki/User:High%20Prince%20Imrahil"], a[href$="/f/u/26295802"]) { 
    color: #5c8ae6; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:GandalftheTurquoise"], a[href$="/f/u/25869554"]) { 
    color: #00ced1; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:War_Pig1237"], a[href$="/wiki/User:War Pig1237"], a[href$="/wiki/User:War%20Pig1237"], a[href$="/f/u/26236093"]) { 
    color: #0099cc; 
    font-weight:bold; 
}

:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Arantoer"], a[href$="/f/u/26127220"]) { 
    color: #B1FB17; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:AlteOgre"], a[href$="/f/u/26172435"]) { 
    color: #669900; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:High_King_Ithilion"], a[href$="/wiki/User:High King Ithilion"], a[href$="/wiki/User:High%20King%20Ithilion"], a[href$="/f/u/26149161"]) {
    color: #3f00ff;
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:LysurusPeriphragmoides789"], a[href$="/f/u/27388204"]) {
    color: #c63d00;
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Recneps"], a[href$="/f/u/25841881"]) {
    color: #8B008B;
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Gorbag12"], a[href$="/f/u/26065088"]) { 
    color: #9496a6; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Dinopizzagamer"], a[href$="/f/u/25959378"]) {
    color: #8FBC8F;
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Catfishperson"], a[href$="/f/u/26322120"]) {
    color: #09D41C;
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Aidansebastian"], a[href$="/f/u/26093684"]) { 
    color: #007E25; 
    font-weight:bold;
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Rayn_Turammarth"], a[href$="/wiki/User:Rayn Turammarth"], a[href$="/wiki/User:Rayn%20Turammarth"], a[href$="/f/u/26428291"]) { 
    color: #00AF9B; 
    font-weight:bold; 
}
 
:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Rocket_Engineer"], a[href$="/wiki/User:Rocket Engineer"], a[href$="/wiki/User:Rocket%20Engineer"], a[href$="/f/u/26119768"], a[href$="/wiki/User:Rocket_Architect"], a[href$="/wiki/User:Rocket Architect"], a[href$="/wiki/User:Rocket%20Architect"]) { 
    color:#b5b3ff;
    font-weight:bold;
}

:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Aldan_Tanneo"], a[href$="/wiki/User:Aldan Tanneo"], a[href$="/wiki/User:Aldan%20Tanneo"], a[href$="/f/u/25792814"]) { 
    color:#53a0db;
    font-weight:bold;
}

:is(table.diff, ul#pagehistory li, body.ns-0, body.ns-500, body.ns-501, body.ns--1) :is(a[href$="/wiki/User:Thorin_Stonehelm"], a[href$="/wiki/User:Thorin Stonehelm"], a[href$="/wiki/User:Thorin%20Stonehelm"], a[href$="/f/u/26116279"]) { 
    color: #c53422; 
    font-weight:bold; 
}

/* Comment and message wall borders */
#articleComments .comment-Mevans, #articleComments .comment-admin, #articleComments .comment-mod, #articleComments .comment-tempmod, #MessageWall .message-Mevans, #MessageWall .message-admin, #MessageWall .message-mod, #MessageWall .message-tempmod {
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 36px;
}

.Message.message-Mevans, .Message.message-admin, .Message.message-mod, .Message.message-tempmod {
	padding-left:12px;
	padding-top:12px;
}

.Reply_body__3woA9.comment-Mevans, .Reply_body__3woA9.comment-admin, .Reply_body__3woA9.comment-mod, .Reply_body__3woA9.comment-tempmod, #MessageWall .Reply.message-Mevans, #MessageWall .Reply.message-admin, #MessageWall .Reply.message-mod, #MessageWall .Reply.message-tempmod {
	padding-top: 12px;
}

/* Mevans */
.skin-oasis .comment-Mevans, .theme-fandomdesktop-light .comment-Mevans {
	background-color: #D8B958;
}

.theme-fandomdesktop-dark .comment-Mevans {
	background-color: #726b67;
}

.skin-oasis #MessageWall .message-Mevans, .theme-fandomdesktop-light #MessageWall .message-Mevans {
	background-color: rgb(216, 180, 88);
}

.theme-fandomdesktop-dark #MessageWall .message-Mevans {
	background-color: rgb(114, 107, 103);
}

#articleComments .comment-Mevans, #MessageWall .message-Mevans {
	background-image: url('https://images.wikia.nocookie.net/__cb20141225003527/lotrminecraftmod/images/thumb/4/4e/Modcreator.png/250px-Modcreator.png');
	border: 6px double #B55A15;
}

/* Admins */
.skin-oasis .comment-admin, .theme-fandomdesktop-light .comment-admin {
	background-color: #D8B958;
}

.theme-fandomdesktop-dark .comment-admin {
	background-color: #726b67;
}

.skin-oasis #MessageWall .message-admin, .theme-fandomdesktop-light #MessageWall .message-admin {
	background-color: rgba(216, 180, 88, 0.85);
}

.theme-fandomdesktop-dark #MessageWall .message-admin {
	background-color: rgba(114, 107, 103, 0.85);
}

#articleComments .comment-admin, #MessageWall .message-admin {
	background-image: url('https://images.wikia.nocookie.net/__cb20140625215453/lotrminecraftmod/images/0/03/Admin1_120.png');
	border-width: 6px;
	border-style: double;
}

/* Mods */
.skin-oasis .comment-mod, .theme-fandomdesktop-light .comment-mod {
	background-color: #D6BC88;
}

.theme-fandomdesktop-dark .comment-mod {
	background-color: #5c5753;
}

.skin-oasis #MessageWall .message-mod, .theme-fandomdesktop-light #MessageWall .message-mod {
	background-color: rgba(214, 188, 136, 0.85);
}

.theme-fandomdesktop-dark #MessageWall .message-mod {
	background-color: rgba(92, 87, 83, 0.85);
}

#articleComments .comment-mod, #MessageWall .message-mod {
	background-image: url('https://images.wikia.nocookie.net/__cb20141205133613/lotrminecraftmod/images/d/d1/Mod.png');
	border-width: 2px;
	border-style: solid;
}

/* Temp Mods */
.skin-oasis .comment-tempmod, .theme-fandomdesktop-light .comment-tempmod {
	background-color: #cdc0b0;
}

.theme-fandomdesktop-dark .comment-tempmod {
	background-color: #46423f;
}

.skin-oasis #MessageWall .message-tempmod, .theme-fandomdesktop-light #MessageWall .message-tempmod {
	background-color: rgba(205, 192, 176, 0.66);
}

.theme-fandomdesktop-dark #MessageWall .message-tempmod {
	background-color: rgba(70, 66, 63, 0.66);
}

.comment-tempmod, #MessageWall .message-tempmod {
	background-image: url('https://vignette.wikia.nocookie.net/lotrminecraftmod/images/b/b2/Temp_mod_tag_3.png/revision/latest?cb=20150605193955');
}

/* Individual Admins */
#articleComments .comment-Thorin, #MessageWall .message-Thorin {
	border-color: #A7B200;
}

#articleComments .comment-GenGrievous, #MessageWall .message-GenGrievous {
	border-color: #DC143C;
}

#articleComments .comment-Areades, #MessageWall .message-Areades {
	border-color: #81BEF7;
}

#articleComments .comment-Beijing, #MessageWall .message-Beijing {
	border-color: #136613;
}

#articleComments .comment-Glflegolas, #MessageWall .message-Glflegolas {
	border-color: #387C44;
}

#articleComments .comment-Quipp, #MessageWall .message-Quipp {
	border-color: #00CCFF;
}

#articleComments .comment-SamwiseFilmore, #MessageWall .message-SamwiseFilmore {
	border-color: #D07130;
}

#articleComments .comment-Glaerdir, #MessageWall .message-Glaerdir {
	border-color: #F962A5;
}

#articleComments .comment-ESPLOTR, #MessageWall .message-ESPLOTR {
	border-color: #0EC79F;
}

#articleComments .comment-Gruk, #MessageWall .message-Gruk {
	border-color: #a82a43;
}

#articleComments .comment-MilkMC, #MessageWall .message-MilkMC {
	border-color: #3333FF;
}

#articleComments .comment-CaptCaptain, #MessageWall .message-CaptCaptain {
	border-color: #00CCFF;
}

#articleComments .comment-AdanethMirimë, #MessageWall .message-AdanethMirimë {
	border-color: #9370DB;
}

/* Individual Mods */
#articleComments .comment-SebTheDunlending, #MessageWall .message-SebTheDunlending {
	border-color: #49C71E;
}

#articleComments .comment-SmaugtheTyrannical, #MessageWall .message-SmaugtheTyrannical {
	border-color: #CCAC00;
}

#articleComments .comment-Commandogregor, #MessageWall .message-Commandogregor {
	border-color: #BD33A4;
}

#articleComments .comment-Ffets, #MessageWall .message-Ffets {
	border-color: #C4E838;
}

#articleComments .comment-SpecialElfFriend, #MessageWall .message-SpecialElfFriend {
	border-color: #00CED1;
}

#articleComments .comment-Narvin, #MessageWall .message-Narvin {
	border-color: #24A0D0;
}

#articleComments .comment-HighPrinceImrahil, #MessageWall .message-HighPrinceImrahil {
	border-color: #5C8AE6;
}

#articleComments .comment-GandalftheTurquoise, #MessageWall .message-GandalftheTurquoise {
	border-color: #00CED1;
}

#articleComments .comment-WarPig, #MessageWall .message-WarPig {
	border-color: #0099CC;
}

#articleComments .comment-Arantoer, #MessageWall .message-Arantoer {
	border-color: #4AA02C;
}

#articleComments .comment-AlteOgre, #MessageWall .message-AlteOgre {
	border-color: #669900;
}

#articleComments .comment-HighKingIthilion, #MessageWall .message-HighKingIthilion {
	border-color: #3F00FF;
}

#articleComments .comment-LysurusPeriphragmoides, #MessageWall .message-LysurusPeriphragmoides {
	border-color: #c63d00;
}

#articleComments .comment-Recneps, #MessageWall .message-Recneps {
	border-color: #8B008B;
}

#articleComments .comment-Gorbag, #MessageWall .message-Gorbag {
	border-color: #000000;
}

#articleComments .comment-Dinopizzagamer, #MessageWall .message-Dinopizzagamer {
	border-color: #8FBC8F;
}

#articleComments .comment-Catfishperson, #MessageWall .message-Catfishperson {
	border-color: #13A005;
}

#articleComments .comment-Aidansebastian, #MessageWall .message-Aidansebastian {
	border-color: #007E25;
}

#articleComments .comment-RaynTurammarth, #MessageWall .message-RaynTurammarth {
	border-color: #00AF9B;
}

#articleComments .comment-AldanTanneo, #MessageWall .message-AldanTanneo {
	border-color: #53a0db;
}

#articleComments .comment-ThorinStonehelm, #MessageWall .message-ThorinStonehelm {
	border-color: #0078FF;
}

#articleComments .comment-RocketEngineer, #MessageWall .message-RocketEngineer {
	border-color: #b5b3ff;
}

/* Minecraft font, should work now. */
@font-face {
    font-family: "Minecraft";
    src: url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.eot"),
         url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/d35b191ec3938dab10be20a8c590428f.svg#Minecraftia") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Tengwar font */
@font-face
{
    font-family: Tengwar;
    src: url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.eot"),
         url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/7677cf4fb9bd54194e8756556e36dee1.svg#Tengwar Annatar") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: Tengwar;
    src: url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.eot"),
         url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/78bc4b7664a85072813711d537764a3d.svg#Tengwar Annatar") format("svg");
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: Tengwar;
    src: url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.eot"),
         url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/75efceca49883d3975acc8aa41a6d8cb.svg#Tengwar Annatar") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face
{
    font-family: Tengwar;
    src: url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.eot"),
         url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/c069e1d87af86360717352447337cab0.svg#Tengwar Annatar") format("svg");
    font-weight: bold;
    font-style: italic;
}
Advertisement