Kamihime Project Wiki
No edit summary
(Added Skrub Blazer as admin)
Line 2: Line 2:
 
.comments li[data-user="Xkpaulo"] blockquote div,
 
.comments li[data-user="Xkpaulo"] blockquote div,
 
.comments li[data-user="Gazmull"] blockquote div,
 
.comments li[data-user="Gazmull"] blockquote div,
  +
.comments li[data-user="Skrub Blazer"] blockquote div,
 
.comments li[data-user="AzureSkye601"] blockquote div{
 
.comments li[data-user="AzureSkye601"] blockquote div{
 
background: transparent !important;
 
background: transparent !important;
 
}
 
}
  +
 
 
.comments li[data-user="Xkpaulo"] .edited-by:after,
 
.comments li[data-user="Xkpaulo"] .edited-by:after,
 
.comments li[data-user="AzureSkye601"] .edited-by:after,
 
.comments li[data-user="AzureSkye601"] .edited-by:after,
 
.comments li[data-user="SlickFenix"] .edited-by:after,
 
.comments li[data-user="SlickFenix"] .edited-by:after,
  +
.comments li[data-user="Skrub Blazer"] .edited-by:after,
 
.comments li[data-user="Gazmull"] .edited-by:after{
 
.comments li[data-user="Gazmull"] .edited-by:after{
 
color: #FFFFFF;
 
color: #FFFFFF;
Line 20: Line 22:
 
.comments li[data-user="Xkpaulo"] blockquote,
 
.comments li[data-user="Xkpaulo"] blockquote,
 
.comments li[data-user="AzureSkye601"] blockquote,
 
.comments li[data-user="AzureSkye601"] blockquote,
  +
.comments li[data-user="Skrub Blazer"] blockquote,
 
.comments li[data-user="Gazmull"] blockquote{
 
.comments li[data-user="Gazmull"] blockquote{
 
background: #E6F1FB !important;
 
background: #E6F1FB !important;
Line 26: Line 29:
 
.comments li[data-user="Xkpaulo"] blockquote:after,
 
.comments li[data-user="Xkpaulo"] blockquote:after,
 
.comments li[data-user="AzureSkye601"] blockquote:after,
 
.comments li[data-user="AzureSkye601"] blockquote:after,
  +
.comments li[data-user="Skrub Blazer"] blockquote:after,
 
.comments li[data-user="Gazmull"] bblockquote:after{
 
.comments li[data-user="Gazmull"] bblockquote:after{
 
border-color: transparent #E6F1FB #E6F1FB transparent !important;
 
border-color: transparent #E6F1FB #E6F1FB transparent !important;
Line 32: Line 36:
 
.comments li[data-user="Xkpaulo"] .edited-by:after,
 
.comments li[data-user="Xkpaulo"] .edited-by:after,
 
.comments li[data-user="AzureSkye601"] .edited-by:after,
 
.comments li[data-user="AzureSkye601"] .edited-by:after,
  +
.comments li[data-user="Skrub Blazer"] .edited-by:after,
 
.comments li[data-user="Gazmull"] .edited-by:after{
 
.comments li[data-user="Gazmull"] .edited-by:after{
 
content: "Administrator";
 
content: "Administrator";

Revision as of 13:35, 20 June 2019

.comments li[data-user="SlickFenix"] blockquote div,
.comments li[data-user="Xkpaulo"] blockquote div,
.comments li[data-user="Gazmull"] blockquote div,
.comments li[data-user="Skrub Blazer"] blockquote div,
.comments li[data-user="AzureSkye601"] blockquote div{
   background: transparent !important;
}

.comments li[data-user="Xkpaulo"] .edited-by:after,
.comments li[data-user="AzureSkye601"] .edited-by:after,
.comments li[data-user="SlickFenix"] .edited-by:after,
.comments li[data-user="Skrub Blazer"] .edited-by:after,
.comments li[data-user="Gazmull"] .edited-by:after{
    color: #FFFFFF; 
    background-color: #000000; 
    border-radius: 6px; 
    padding: 0 5px;
    margin-left: 3px;
}

/* Admin comments */
.comments li[data-user="Xkpaulo"] blockquote,
.comments li[data-user="AzureSkye601"] blockquote,
.comments li[data-user="Skrub Blazer"] blockquote,
.comments li[data-user="Gazmull"] blockquote{
   background: #E6F1FB !important;
}

.comments li[data-user="Xkpaulo"] blockquote:after,
.comments li[data-user="AzureSkye601"] blockquote:after,
.comments li[data-user="Skrub Blazer"] blockquote:after,
.comments li[data-user="Gazmull"] bblockquote:after{
   border-color: transparent #E6F1FB #E6F1FB transparent !important;
}

.comments li[data-user="Xkpaulo"] .edited-by:after,
.comments li[data-user="AzureSkye601"] .edited-by:after,
.comments li[data-user="Skrub Blazer"] .edited-by:after,
.comments li[data-user="Gazmull"] .edited-by:after{
    content: "Administrator"; 
}


/* Moderator comments */
.comments li[data-user="SlickFenix"] blockquote{
   background: #EFF6ED !important;
}

.comments li[data-user="SlickFenix"] blockquote:after{
   border-color: transparent #EFF6ED #EFF6ED transparent !important;
}

.comments li[data-user="SlickFenix"] .edited-by:after{
    content: "Moderator"; 
}


/* Tabber */
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #006CB0 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #006CB0 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(0,108,176, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}

/* Headers */
h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

/* Banded Rows table */
.BandedRows {
    border-collapse: collapse;
    text-align: center;
    width: 99%;
    /*border: 1px solid #AAAAAA;*/
}

.BandedRows .even{
    background: #E6EBEE;
    text-decoration: none;
    font-weight: normal;
}

.BandedRows .nostyle{
    background: none;
    text-decoration: none;
    border: none;
}

.BandedRows th {
	background: #006CB0;
	border: 1px solid #AAAAAA;
	color: white;
}

.BandedRows td {
	border: 1px solid #AAAAAA;
}

/* Other ugly tables */

.infobox,
table.mw-datatable {
    width: 100%;
    text-align: center;
    border: 1px solid #AAAAAA;
}

.infobox th,
table.mw-datatable th {
	background: #006CB0;
	color: white;
	text-align:center
}

.infobox td{
	background:#E6EBEE;
}

.infobox th a,
.navbox-title a {
    color: white;
    text-decoration: none;
}

.Tilelink
{
    position:absolute;
    bottom:0;
    width:100%;
    background-color:rgba(255,255,255,0.6);
    text-align:center;
    color:white;
    font-size:12px;
    z-index:3;
}
 
.Tilelink a
{
    color:black;
    text-decoration: none;
}