MediaWiki:Common.css

From Auranogi
Revision as of 02:23, 16 April 2023 by Garmik (talk | contribs)

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.
/* <pre> */

#p-navigation {
 background-color: #1195db;
 border-radius: 6px;
}
max
#p-navigation a {
 color:white;
 font-weight: bold;
 line-height: normal;
}

#p-navigation a:hover {
 text-decoration-line: none;
 color: #cff6ff;
}

.page-Main_Page h1.firstHeading {
 display: none;
} 

#mainHomeContent {
 display: flex;
}

#homeRight {
 display: flex;
 margin-left: auto; 
}



.home #toc {
	display: none;
}

.home h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

.home h2 {
	font-size: 1.25em;
	font-weight: bold;
	border: none;
	margin: 0 0 0.15em;
}

h1 small, h2 small {
   font-size: 12px;
}

.invert {
	color: white;
}

.content-tile {
	border: 1px solid #438ab5;
	background-color: #3980ab;
	padding: 1em;
	width: 100%;
	margin-right: 1em;
	margin-bottom: 1em;
}

@media (min-width: 590px) {
   .content-tile {
       width: 25%;
   }
}

.content-tile p {
	font-size: 1.25em;
	font-weight: bold;
}

.content-tile a, .content-tile a.new, .content-tile a.new:visited {
	color: white;
}

.colored {
	padding: 1em;
	background-color: #3980ab;
	color: white;
}

.colored h1, .colored h2, .colored h3, .colored h4 {
	color: white;
}

.colored a, .colored a.new, .colored a.new:visited {
	color: #54e1ef !important;
}


@media screen and (max-width:650px) {
#mainHomeContent {
  display: block;
}
#homeRight {
 margin-left: 0; 
 margin-bottom: 1em;
}

.content-tile {
 margin-right: 0;
}
}


/* MediaWiki:DynamicNav.js */

.NavFrame {
	background-color: #1195db;
	padding: 1px;
	color: white;
	text-align: center;
	font-weight: bold;
}

.NavFrame .NavHead {
	padding: 2px;
	border: 1px solid white;
	cursor: pointer;
}

.NavFrame .navigation {
	float: right;
	color: #fff;
	margin-right: 8px;
	width: 50px;
}

.NavFrame .NavContent {
	display: none;
	padding: 8px;
	background-color: white;
	color: black;
	font-weight: normal;
}

/* skill backgrounds */

.skill-table-title {
	font-weight: bold;
}

.skill-category-gun {
	background-color: #be9df5;
}

.skill-category-music {
	background-color: #f59deb;
}

.skill-category-fighter {
	background-color: #abbecc;
}

.skill-category-alchemy {
	background-color: #8fcf82;
}

.skill-category-magic {
	background-color: #6bb0ed;
}

.skill-category-combat {
	background-color: #ed6f6b;
}

.skill-category-life {
	background-color: #ede06b;
}

/* Tabs */

.tabs-label {
	background-color: #1195DB8A;
	border: none;
	color: white;
	border-radius: 0;
}
.tabs-tabbox > .tabs-label {
	border-radius: 0;
}
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
	background-color: #FFF;
	background-color: #1195DB;
}
.tabs-tabbox > .tabs-container {
	padding: 2px;
	border-radius: 4px;
	border: 1px solid #1195DB;
}

/* Rewards List */

.rewards-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 75vw;
}

.rewards-list-section {
  background-color: #f8f9fa;
  padding: 8px;
  width: 240px;
  border: 1px solid #1195db;
  margin: 1px;
}

.rewards-list-section ul {
  max-height: 200px;
  min-height: 150px;
  overflow-y: auto;
  list-style-position: inside;
}

rewards-list-section > b {
  text-align: center;
  display: inline-block;
}

.rewards-list-section b {
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #1195db;
  color: white;
}

.prefix, .suffix {
  font-weight: bold;
  text-decoration: underline;
}

.prefix {
  text-decoration-style: dashed;
}

.suffix {
  text-decoration-style: dotted;
}