Difference between revisions of "MediaWiki:Masquerade.css"

From Masq
 
(19 intermediate revisions by one user not shown)
Line 2: Line 2:
 
font-weight: bold;
 
font-weight: bold;
 
color: #fff;
 
color: #fff;
background-color: #900;
+
background-color: #800;
 +
    font-family: "de-walpergens-pica",serif !important;
 +
    font-size: 115%;
 
}
 
}
 
.rencat {
 
.rencat {
font-weight: bold;
+
    background-color: #FFFFCC;
background-color: #ffa;
+
    border-bottom: 1px dotted #AA0000 !important;
 +
    border-left: 0 none;
 +
    border-right: 0 none;
 +
    border-top: 1px solid #AA0000 !important;
 +
    font-family: "de-walpergens-pica",serif !important;
 +
    font-size: 110%;
 
}
 
}
 
.rensubcat {
 
.rensubcat {
background-color: #ffd;
+
    background-color: #FFFFEE;
 +
    font-family: "de-walpergens-pica",serif !important;
 +
    font-size: 105%;
 +
    border-bottom: 1px dotted #AA0000 !important;
 +
    border-left: 0 none;
 +
    border-right: 0 none;
 +
    border-top: 1px dotted #AA0000 !important;
 +
}
 +
.G, .H, .W {
 +
text-align: center;
 +
padding-left: 0px;
 +
}
 +
.renownchart {
 +
    border-spacing: 0;
 +
    border-collapse: collapse;
 +
}
 +
.renownchart td, .renownchart th {
 +
padding-left: 5px;
 +
}
 +
 
 +
table.wikitable {
 +
background: transparent;
 +
}
 +
#allies table {
 +
border-spacing: 0;
 +
}
 +
 
 +
.thumbborder {
 +
margin: 0.3em 0.2em 0 0.2em;
 +
}
 +
 
 +
.navhead li {
 +
margin: -1px 0 0 0;
 +
}
 +
 
 +
th {
 +
    height: 1em;
 +
}
 +
.logdate {
 +
    height: 100%;
 +
}
 +
.page-Remembering_Augury #commentForm > form {
 +
    background: rgba(255, 255, 179,.25);
 +
    padding: .5em 2em;
 +
    margin: -2em 0 1.75em;
 +
    min-width: 32em;
 +
    border: 1px #880000 dotted;
 +
}
 +
.page-Remembering_Augury #commenterName,
 +
.page-Remembering_Augury #commentSubject {
 +
    margin-left: 0;
 
}
 
}

Latest revision as of 07:00, 10 January 2020

.renhead {
font-weight: bold;
color: #fff;
background-color: #800;
    font-family: "de-walpergens-pica",serif !important;
    font-size: 115%;
}
.rencat {
    background-color: #FFFFCC;
    border-bottom: 1px dotted #AA0000 !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px solid #AA0000 !important;
    font-family: "de-walpergens-pica",serif !important;
    font-size: 110%;
}
.rensubcat {
    background-color: #FFFFEE;
    font-family: "de-walpergens-pica",serif !important;
    font-size: 105%;
    border-bottom: 1px dotted #AA0000 !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px dotted #AA0000 !important;
}
.G, .H, .W {
text-align: center;
padding-left: 0px;
}
.renownchart {
    border-spacing: 0;
    border-collapse: collapse;
}
.renownchart td, .renownchart th {
padding-left: 5px;
}

table.wikitable {
background: transparent;
}
#allies table {
border-spacing: 0;
}

.thumbborder {
margin: 0.3em 0.2em 0 0.2em;
}

.navhead li {
margin: -1px 0 0 0;
}

th {
    height: 1em;
}
.logdate {
    height: 100%;
}
.page-Remembering_Augury #commentForm > form {
    background: rgba(255, 255, 179,.25);
    padding: .5em 2em;
    margin: -2em 0 1.75em;
    min-width: 32em;
    border: 1px #880000 dotted;
}
.page-Remembering_Augury #commenterName, 
.page-Remembering_Augury #commentSubject {
    margin-left: 0;
}