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

.article-parent-tab {
	border-bottom: 1px solid silver;
	margin: 0 auto;
}
.article-parent-tab div {
    margin: 0 auto;
}
.article-parent-tab ul {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
	margin: 0;
}
 
.article-parent-tab ul ul {
	width: 100%;
	margin-right: 10000px; /* hack-ish */
}
 
.article-parent-tab ul li {
	display: inline;	
	margin: 0;
	padding: 0;
}
 
.article-parent-tab ul li a,
.article-parent-tab ul li strong.selflink {
	display: inline-block;	
	border: 1px solid silver;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	padding: 5px 32px;
	margin: 0 2px;
}

.article-parent-tab {
	border-bottom: 1px solid silver;
	margin: 0 auto;
}
.article-parent-tab div {
    margin: 0 auto;
}
.article-parent-tab ul {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
	margin: 0;
}
 
.article-parent-tab ul ul {
	width: 100%;
	margin-right: 10000px; /* hack-ish */
}
 
.article-parent-tab ul li {
	display: inline;	
	margin: 0;
	padding: 0;
}
 
.article-parent-tab ul li a,
.article-parent-tab ul li strong.selflink {
	display: inline-block;	
	border: 1px solid silver;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	padding: 5px 32px;
	margin: 0 2px;
}
Advertisement