User:Thoroaeborus/Sandbox6

From The Urban Dead Wiki
Jump to navigationJump to search

/* Hidden features */

.WikiaArticle .picture-attribution {

display: none;

} /* Removes Image Uploader Attribution */

.magnify {

display: none;

} /* Removes Thumbnail Image Details Button */

/******************************************************************************/ /* Poll styling */

.pollAnswerVotes div { background-color:#960000 !important; } /* Vote count bar color */

.pollAnswerVotes { color:#e1e1e1; border:1px solid #6D0D00 !important; } /* Poll no. of votes font color and bar border color */

div.ajax-poll { border:none !important } /* Poll border style */

.pollAnswerVotes span { top: -5px !important } /* Vertically aligns the vote count text */

/******************************************************************************/ /* Miscellaneous rules */

.customheader, h4.mw-specialpagesgroup, .WikiaFooter #LEFT_SKYSCRAPER_2, .WikiaSearch input[type="text"], .WikiaArticleCategories, .toc, .module, table.customtable, table.collapsible {

border: 1px solid #C80000 !important;
box-shadow: 0 0 5px #E10000 !important;
-moz-box-shadow: 0 0 5px #F00;
-webkit-box-shadow: 0 0 5px #F00;
-moz-border-radius:5px;
border-radius:5px;

} /* Custom style for a verity of blocks */

.customheader, span.headerfont, h1, h2, h3, h4, .bannerfont, table.customtable th, table.collapsible th {

font-weight:bold;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-variant:small-caps;
color:#ede8e8 !important;
text-shadow: 0 0 0.1em #E10000;

} /* Custom text style a veriety of headers, banners, etc. */

.bannerfont {

font-size:50px;
text-align:center;

} /* Custom class for banners */

h4.mw-specialpagesgroup, .customheader {

padding:5px;
font-size: 125%;
background-color: transparent;
background-image: -moz-linear-gradient(top, #6D0D00, transparent);
background-image: -webkit-gradient(linear,left top, left bottom, from(#6D0D00), to(transparent));

} /* Custom class headings and SpecialPages */

.mainpagetable td {

background-color: transparent;
background-image: -moz-linear-gradient(top, transparent, #000000);
background-image: -webkit-gradient(linear,left top, left bottom, from(transparent), to(#000000));
transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-moz-border-radius:5px;
border-radius:5px;

} /* Main page menu images */

.mainpagetable td:hover {

background-color: #6D0D00;
background-image: -moz-linear-gradient(top, transparent, #000000);
background-image: -webkit-gradient(linear,left top, left bottom, from(transparent), to(#000000));
-moz-border-radius:5px;
border-radius:5px;

} /* Hover effect for main page menu images */

span.headerfont {

display: table; 
width: 100%; 
border-bottom: 1px dotted #C80000;
text-align: left; 
font-size: 1.2em

} /* Custom class main page content menu headers */

.WikiaArticle a.external {

color: #7D7D7D;

} /* External Links */

.new {

color: #FF3300 !important;

} /* Make redlinks stand out more */

h3 {

font-weight: bold;

} /* Header III Style */

  1. csAddCategorySwitch, #csAddCategoryButton {
background: #330000 !important;
border: 1px solid #6D0D00 !important;

} /* Custom style for category select button */

  1. csAddCategorySwitch a, span#csAddCategoryButton {
color:#D5D4D4 !important;

} /* Custom style for category select button text */

  1. WikiaSpotlightsModule header h1 {
background-color: #640000;
background-image: -moz-linear-gradient(left center, #640000, #000000);
background-image: -webkit-gradient(linear, left top, right top, from(#640000), to(#000000));

} /* Style for the 'More from Wikia' box */

.WikiaConfirmation {

background-color: transparent;
background-image: -moz-linear-gradient(top , #000000, #00E100, #000000);
background-image: -webkit-gradient(linear,left top, left bottom, from(#000000), (#00E100), to(#000000));
color: #000000;

} /* Action Confirmation Message Style */

.WikiaConfirmation.preview, .WikiaConfirmation.error {

background-color: transparent;
background-image: -moz-linear-gradient(top, #000000, #E10000, #000000);
background-image: -webkit-gradient(linear,left top, left bottom, from(#000000), (#E10000), to(#000000));
color: #E1E1E1;

}

.WikiaConfirmation p {

font-weight: bold;
line-height: 30px;

} /* Text Fix */

.WikiaConfirmation p .sprite.ok {

margin-bottom: -2px;

} /* Icon Fix */

.allpagesredirect {

  font-style: italic;

} /* Mark redirects in Special:Allpages and Special:Watchlist */

.allpagesredirect:after {

  color: #808080; content: " (redirect)"

} /* Mark redirects in Special:Allpages and Special:Watchlist */

.watchlistredir {

  font-style: italic;

} /* Mark redirects in Special:Allpages and Special:Watchlist */

.newpage {

color: #00C800;

} /* New page icon style in RecentChanges */

.minor {

color: #969696;

} /* Minor edit icon style in RecentChanges */

.not-patrolled {

background-color: #330000;

} /* Unpatrolled pages in Special:NewPages */

/******************************************************************************/ /* Header */

.WikiHeaderRestyle > nav {

opacity: 0.8;

} /* Header menu transparency */

.WikiaHeader .chevron {

   border-top-color: #FFFFFF;

} /* Header menu arrow color */

.GlobalNavigation .subnav, .AccountNavigation .subnav {

background-color: #191919;
border-color: #323232;
border-width: 0px 2px 2px;
opacity: 0.9;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;

} /* Style for header menus */

.AccountNavigation .subnav a, .GlobalNavigation .subnav .catnav a {

color: #D5D4D4;

} /* Style for header menu links */

.AccountNavigation .subnav a:hover, .GlobalNavigation .subnav .catnav a:hover {

background: #323232 !important;
color: #ffffff;

} /* Style for header menu links when hovering over them */

.GlobalNavigation .subnav .catnav li, .AccountNavigation .subnav li {

background-color: #191919;
border-top: 1px solid #323232;

} /* Border background and between wiki header menu links */

div.navbackground {

border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;

} /* Bottom border radius for the static nav bar */

/******************************************************************************/ /* Search Box */

.WikiaSearch input[type="text"] {

 color: #646464;
 background: black;  
 color: #f3f3f3;

} /* Input box style */

.WikiaSearch button {

background: black;  
border: none;
color: #f3f3f3;
background-image: -moz-linear-gradient(left center, #320000, #960000);
background-image: -webkit-gradient(linear, left top, right top, from(#320000), to(#960000));

} /* Search button style */

.WikiaSearch button:hover {

background-color: #C80000;
background-image: -moz-linear-gradient(left center, #4B0000, #C80000);
background-image: -webkit-gradient(linear, left top, right top, from(#4B0000), to(#C80000));

} /* Search button style when hovering over it */

.WikiaSearch button:active {

background-color: #640000;
background-image: -moz-linear-gradient(left center, #190000, #640000);
background-image: -webkit-gradient(linear, left top, right top, from(#190000), to(#640000));

} /* Search button style when clicking it */

.WikiaSearch input.placeholder[type="text"] {

color: #969696;

} /* Custom color for predefined search box text */

.WikiaSearch .autocomplete div {

background-color: #0A0A0A;
color: #646464;

} /* Style for autocomplete box */

.WikiaSearch .autocomplete .selected {

background-color: #323232;
color: #969696;

} /* Style for autocomplete box selected elements */

/******************************************************************************/ /* Bottom toolbar style */

.WikiaFooter .tools-menu {

background-color: #191919;
border-color: #323232;
border-width: 2px 2px 0px;
opacity: 0.9;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;

} /* Style for the tools menu */

.WikiaFooter .tools-menu a {

color: #D5D4D4;

} /* Custom color font the links in the tools menu */

.WikiaFooter .tools-menu a:hover {

background-color: #323232;
color: #ffffff;

} /* Custom color font the links in the tools menu when hovering over them */

.WikiaFooter .tools-menu li {

border-top: 1px solid #323232;

} /* Borders between tools menu links */

.WikiaFooter .tools-menu li:first-child {

   border-top: medium none;

} /* Removes border on top of the first link */

/******************************************************************************/ /* History Comparison */

table.diff {

background: #000000;

} /* Table Background */

table.diff td {

background-color: #0A0A0A;

} /* Empty Lines */

table.diff td div {

background-color: #191919;

} /* Changed Lines */

.WikiaArticle td.diff-deletedline {

background-color: #190000;
color: #E10000;

} /* Deleted Lines */

.WikiaArticle td.diff-addedline {

background-color: #001900;
color: #00E100;

} /* Added Lines */

.diffchange-inline {

color: orange;

} /* Changed Text */

/******************************************************************************/ /* File Page Style */

table.filehistory { font-size:95%; } /* Makes the table fit the Wikia skin content window */

table.filehistory th, table.filehistory td {

border: 1px solid #191919;

} /* Color the File History Table Borders */

table.filehistory th {

background-color: #191919;
background-image: -moz-linear-gradient(top, #000000, #323232);
background-image: -webkit-gradient(linear,left top, left bottom, from(#000000), to(#323232));

} /* File History Table Top Row Style */

/******************************************************************************/ /* News Archives */

.gamenews {

font-weight:bold;
font-size:1.1em;
color:#E10000

} /* Game news font style */

.wikinews {

font-weight:bold;
font-size:1.1em;
color:#FAFAFA

} /* Wiki news font style */

.communitynews {

font-weight:bold;
font-size:1.1em;
color:#4B4B4B

} /* Community news font style */

/******************************************************************************/ /* Forum formatting (by -Algorithm & -Splaka) */ .forumheader {

  border: 1px solid #C80000;
  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;

}

/******************************************************************************/ /* Admin highlight */

.comments li[data-user="Sovq"] > blockquote:after, .comments li[data-user="Insert Your Name Here"] > blockquote:after, .comments li[data-user="Captain Awesome"] > blockquote:after, .comments li[data-user="Crynsos"] > blockquote:after, .comments li[data-user="Tlim"] > blockquote:after, .comments li[data-user="Jarki"] > blockquote:after {

   border-color: transparent #330000 #330000 transparent !important;

} .comments li[data-user="Sovq"] > blockquote, .comments li[data-user="Insert Your Name Here"] > blockquote, .comments li[data-user="Captain Awesome"] > blockquote, .comments li[data-user="Crynsos"] > blockquote, .comments li[data-user="Tlim"] > blockquote, .comments li[data-user="Jarki"] > blockquote {

   background: #330000 !important;

}

/******************************************************************************/ /* Customtable and collapsible table definitions */

table.customtable, table.collapsible {

       width: 100%;
       margin: 0.3em 0em;

} /* Table body */

table.customtable th, table.collapsible th {

       font-size: 16px;
       background-color: transparent;
       background-image: -moz-linear-gradient(top, #6D0D00, transparent);
       background-image: -webkit-gradient(linear,left top, left bottom, from(#6D0D00), to(transparent));
       text-align: center;

} /* Table headings */

table.customtable td {

       padding: 5px;
       border: 1px solid #3c0600;

} /* Table cells */

table.customtable tr:nth-child(odd) {

   background: #110000;

} /* Customtable sortable odd rows distinguish */

.collapseLink {

   color: #C80000;

} /* Show/hide button text*/

.collapseButton {

   font-weight: bold !important;

} /* Show/hide button */

/******************************************************************************/ /* Tooltip definitions */

.tooltip { border-bottom: 1px dotted #960000;

       color: #960000;
       cursor: default;

position: relative; }

.tooltip span { margin-left: -999em; position: absolute; }

.tooltip:hover span {

   background-color: #191919;
   opacity: 0.85;
   border: 2px solid #323232;
   border-radius: 5px;
   color: #D5D4D4;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 12px;
   font-variant: normal;
   font-weight: normal;
   line-height: 23px;
   text-align:center;
   margin: 0px;
   padding: 4px;
   position: absolute;
   text-shadow: none;
   width: 250px;
   z-index: 99;
   bottom: 1em;

} /* Hover box style */

  • html a:hover {background: transparent;}

/******************************************************************************/ /* Stat Calculator styling */

.page-Stat_Calculator .slider {

   margin: 5px;
   width: 180px;
   border: 1px solid #6D0D00;
   background: #110000;

}

.page-Stat_Calculator .ui-state-default {

   background: none;
   background-color: #6D0D00;
   background-image: -moz-linear-gradient(top, #851313, #4B0000);
   background-image: -webkit-gradient(linear,left top, left bottom, from(#851313), to(#4B0000));
   border: 1px solid #4B0000;

}

.page-Stat_Calculator .ui-state-hover {

   background: none;
   background-color: #6D0D00;
   background-image: -moz-linear-gradient(top, #731010, #370000);
   background-image: -webkit-gradient(linear,left top, left bottom, from(#731010), to(#370000));
   border: 1px solid #4B0000;

}

.page-Stat_Calculator .ui-state-active {

   background: none;
   background-color: #6D0D00;
   background-image: -moz-linear-gradient(top, #370000, #731010);
   background-image: -webkit-gradient(linear,left top, left bottom, from(#370000), to(#731010));
   border: 1px solid #4B0000;

}

.page-Stat_Calculator .input, .page-Stat_Calculator .option, .page-Stat_Calculator input.option {

   width: 25px;
   border: 0px;
   background: transparent;
   color: #EDE8E8;

}

.page-Stat_Calculator .option {

   width: auto;
   border: 1px solid maroon;
   background: black;

}

.page-Stat_Calculator input.option {

   border: 1px solid maroon;

}

.page-Stat_Calculator .box {

   border: 1px solid #C80000 !important;
   border-radius: 5px 5px 5px 5px;
   margin: 10px 5px;
   padding: 3px;
   width:98%;

} .page-Stat_Calculator .boxheader {

   color: #EDE8E8 !important;
   font-family: "Trebuchet MS",Helvetica,sans-serif;
   font-size: 1.2em;
   text-align: center;
   font-variant: small-caps;
   font-weight: bold;

}

/******************************************************************************/ /*EDIT PAGE LAYOUT OVERRIDES - TO BE REMOVED IF WIKIA FIXES THIS ON THEIR OWN */

  1. EditPage {
   background-color: black !important;
   background-image:  none !important;

} /* General style for edit page */

  1. EditPageHeader {
   border-bottom: 1px solid #C80000 !important;

} /* Removes border under the header */

  1. EditPageEditorWrapper {
   padding-left: 0 !important;

} /* Removes excess padding */

.oasis-dark-theme #EditPageEditor {

   border-left-color: #6D0D00 !important;

} /* Neutral border color for left strip */

  1. EditPageEditor {
   border-left: medium none !important;
   border-right: 1px solid #6D0D00 !important;

} /* Removes excess borders from editor area */

  1. EditPageEditor textarea {
   background: none repeat scroll 0 0 #222222 !important;
   color: #AAAAAA !important;

} /* Source mode background and text colors */

  1. csMainContainer.csEditMode #csCategoryInput, #csMainContainer.csEditMode #csItemsContainerDiv, #csWikitext, #EditPage .module_page_controls textarea {
   background: none repeat scroll 0 0 #222222 !important;
   border: 1px solid #6D0D00 !important;
   color: #E1E1E1 !important;

} /* Summary & category box */

.editpage-intro {

   border-color: #6D0D00 !important;

} /* Custom border for talk page notice */

.CSitem {

   color: #E1E1E1 !important;

} /* Category element in visual mode */

  1. csMainContainer.csEditMode #csItemsContainerDiv .CSitem:hover {
   background-color: #6d0d00 !important;

} /* Category element in visual mode bg color */

.CSsuggestHover {

   background-color: #6D0D00 !important;

} /* Category suggest box highlighted item */

  1. csMainContainer.csEditMode #csSuggestContainer .yui-ac-content {
   border-color: -moz-use-text-color #6D0D00 #6D0D00 !important;

} /* Category suggest box borders */

  1. csMainContainer.csEditMode #csSuggestContainer #csHintContainer {
   border-color: -moz-use-text-color #6D0D00 #6D0D00;

} /* Category suggest notification borders */

  1. csHintContainer {
   background: none repeat scroll 0 0 #666666;
   color: #E1E1E1;

} /* Category suggest notification box */

  1. EditPage .module_page_controls textarea:-moz-placeholder {
   color: #E1E1E1 !important;

} /* Summary box placeholder text */

  1. EditPage .cke_panelbutton a,
  2. EditPage .cke_modulebutton a,
  3. EditPage .module_page_controls .wikia-menu-button.secondary,
  4. EditPage .module_page_controls input.secondary[type="submit"],
  5. EditPage .module_page_controls .wikia-menu-button,
  6. EditPage .module_page_controls input[type="submit"] {
   background-color: #851313 !important;
   background-image: -moz-linear-gradient(top, #851313 35%, #4B0000 65%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #851313), color-stop(65%, #4b0000)) !important;
   border-color: #4B0000 !important;

} /* Button styling */

  1. EditPage .cke_panelbutton a,
  2. EditPage .cke_modulebutton a,
  3. EditPage .module_page_controls .wikia-menu-button > a,
  4. EditPage .module_page_controls .wikia-menu-button .drop,
  5. EditPage .module_page_controls input[type="submit"] > a,
  6. EditPage .module_page_controls input[type="submit"] .drop {
   color: #E1E1E1 !important;

} /* Button styling */

  1. EditPage .module_page_controls .wikia-menu-button.secondary:hover,
  2. EditPage .module_page_controls .wikia-menu-button.secondary:active,
  3. EditPage .module_page_controls input.secondary[type="submit"]:hover,
  4. EditPage .module_page_controls input.secondary[type="submit"]:active {
   background-color: #851313 !important;
   background-image: -moz-linear-gradient(top, #851313 35%, #4B0000 65%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #851313), color-stop(65%, #4B0000)) !important;

} /* Button styling */

  1. EditPage .module_page_controls .wikia-menu-button.secondary > a:hover,
  2. EditPage .module_page_controls .wikia-menu-button.secondary .drop:hover, #EditPage .module_page_controls input.secondary[type="submit"] > a:hover, #EditPage .module_page_controls input.secondary[type="submit"] .drop:hover {
   background-color: #851313 !important;
   background-image: -moz-linear-gradient(top, #731010 35%, #370000 65%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #731010), color-stop(65%, #370000)) !important;

} /* Button styling */

  1. EditPage .module_page_controls .wikia-menu-button.secondary > a:active,
  2. EditPage .module_page_controls .wikia-menu-button.secondary .drop:active, #EditPage .module_page_controls input.secondary[type="submit"] > a:active, #EditPage .module_page_controls input.secondary[type="submit"] .drop:active {
   background-color: #851313 !important;
   background-image: -moz-linear-gradient(top, #4B0000 35%, #851313 65%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #4B0000), color-stop(65%, #851313)) !important;
   border-color: #4B0000 !important;

} /* Button styling */

  1. EditPage .module_page_controls .wikia-menu-button.secondary ul, #EditPage .module_page_controls input.secondary[type="submit"] ul {
   background: none repeat scroll 0 0 #222222 !important;
   border-color: #6D0D00 !important;

} /* Preview button dropdown menu style */

  1. EditPage .module_page_controls .wikia-menu-button.secondary ul a, #EditPage .module_page_controls input.secondary[type="submit"] ul a {
   color: #E1E1E1 !important;

} /* Preview button dropdown menu item styling */

  1. EditPage .module_page_controls .wikia-menu-button.secondary ul a:hover, #EditPage .module_page_controls input.secondary[type="submit"] ul a:hover {
   background-color: #6d0d00 !important;

} /* Preview button dropdown menu item styling */

  1. EditPage .module {
   border-radius: 0 0 0 0 !important;
   box-shadow: none !important;
   border: 1px solid #6d0d00 !important

} /* Siderail modules */

  1. EditPage .module > .module_content {
   background-color: transparent !important;
   background-image: none !important;

} /* Siderail module content */

  1. EditPage .module > h3 {
   background-color: black !important;
   background-image: -moz-linear-gradient(top, #6D0D00 30%, black 100%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #6D0D00), color-stop(65%, black)) !important;

} /* Siderail module header */

  1. EditPageToolbar {
   background-color: black !important;
   background-image: -moz-linear-gradient(top, #6D0D00 50%, black 100%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #6D0D00), color-stop(65%, black)) !important;
   border-bottom: 1px solid #6D0D00 !important;
   box-shadow: none !important;

} /* Upper toolbar style */

  1. EditPageToolbar .cke_toolbar_expand > a {
   color: #E1E1E1 !important;

} /* Style for the "More +" button */

.editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on #EditPageRail .module_page_controls {

   border: medium none !important;

} /* Removes border from the summary box in wide */

.editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on #EditPageRail .module_page_controls label {

   color: #E1E1E1 !important;

} /* Style for the "Minor" checkbox text */

  1. EditPage .cke_toolbar_insert .cke_button > a, #EditPage .cke_toolbar_templates .cke_button > a {
   background-color: #6D0D00 !important;
   border: 1px solid #C80000 !important;
   background-image: -moz-linear-gradient(top, #851313 50%, #4B0000 100%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #851313), color-stop(65%, #4B0000)) !important;

} /* Siderail + main page buttons */

  1. EditPage .cke_toolbar_insert .cke_button > a:hover, #EditPage .cke_toolbar_templates .cke_button > a:hover {
   background-color: black !important;
   background-image: -moz-linear-gradient(top, #6d0d00 50%, black 100%) !important;
   background-image: -webkit-gradient(linear,left top, left bottom, color-stop(35%, #6D0D00), color-stop(65%, black)) !important;

} /* Siderail + main page buttons when hovering */

  1. EditPage .cke_button.cke_button_big > a .cke_label {
   color: #E1E1E1 !important;

} /* Siderail buttons text */

  1. EditPage .module_content > .text-links > li > a, #EditPage .cke_license > a {
   color: #C80000 !important;

} /* Siderail link colors */

  1. EditPage .cke_panel_dropdown {
   background-color: black !important;
   border: 1px solid #C80000 !important;
   box-shadow: 0 0 5px #E10000 !important;
   -moz-box-shadow: 0 0 5px #F00 !important;
   -webkit-box-shadow: 0 0 5px #F00 !important;
   -moz-border-radius:5px !important;
   border-radius:5px !important;

} /* Dropdown menus for main page editor */

  1. EditPageTabs .cke_button .cke_label, #EditPageTabs .cke_menuitem .cke_label {
   color: white !important;

} /* Mode tab text color */

  1. EditPageTabs .cke_button {
   background-color: #ff0000 !important;

} /* Mode tab style */

  1. EditPageTabs .cke_button.cke_off {
   background-color: #c80000 !important;
   border-bottom: none !important;

} /* Mode tab inactive style */

  1. EditPage .cke_button.cke_disabled > a {
   opacity: 0.3 !important;

} /* Less transparency for toolbar buttons */

  1. EditPageEditor #diff {
   background-color: #3A3A3A !important;
   border:none !important

} /* History in edit window */

.editpage-editarea {

   border: medium none !important;

} /* Useless editor area border */

.EditPagePermissionError #EditPageRail > .module.module_page_controls {

   background-color: transparent !important;
   background-image: none !important;

} /* Custom color for useless box in 'view source' mode */

  1. EditPageEditor #myedit {
   background-color: transparent !important;
   border: medium none !important;

} /* Custom color for border in 'view source' mode */