/*
    Research Theme
    [2018 Wikidot Theme]
*/
 
:root {

--research-header-bg: url(http://rpcauthority.wikidot.com/local--files/component:research-theme/ResearchHeaderDefault.png);

/* PALLET SHEET */
--primary-text-color: #88408D;
--nav-hover-background: #662f6a;
 
/* BASE COLORS */
 
/* Page Title */
--page-title-color: #99479e;
 
/* Generic Buttons */
--button-border: 1px solid #3a1b3c;
--button-background: #442046;
--button-hover-border: 1px solid #552858;
--button-hover-background: #552858;
 
/* Header */
--header-icon: url(http://rpcauthority.wikidot.com/local--files/component:research-theme/researchlogo.png);
--header-background: var(--research-header-bg);
--header-tagline-color: #e5cae7;
--header-text-visibility: hidden;
--header-custom-text: 'Divisão de Pesquisa';
--header-tagline-custom-text: 'Arcanus Cognito';
--header-mobile-font-size: 80%;
 
/* Search Bar */
--search-button-background: #221b32;
--search-button-hover-background: #423664;
--search-input-color: #3b334d;
--search-input-hover: #442d68;
 
/* Link Colors */
--link-color: #88408D;
--link-hover-color: #A14BA5;
--new-page-color: #88408D;


/* Scrollbar Colors */
--tabview-side-scrollbar-thumb-background: #3a224c;
--tabview-side-scrollbar-thumb-hover-background: #3e2451;
--BT-scrollbar-thumb-background: #4b2f5f;
--BT-scrollbar-thumb-hover-background: #523368;
 
/* Rating Modules */
--star-rating-hue: 45deg;
 
/* Sidenote Color */
--sidenote-open-background: #271c31!important;
--sidebar-crit-corner-color: #d161d8;
}
 
/* Header Text Shadow */

#header h1 a, #header h2::before {
  text-shadow: 1px 1px 10px #000;
}
 
/* Account Options/Login Info Text */

#login-status a:hover{
    color: #c483c9;
}
