Actions

MediaWiki

Difference between revisions of "Common.css"

From Tenipuri Info

Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
.songinfobox {
.infobox {
     background: #eee;
     background: #eee;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
Line 9: Line 8:
     width: 400px;
     width: 400px;
}
}
.infobox-title {
.songinfobox-title {
     font-size: 2em;
     font-size: 2em;
     text-align: center;
     text-align: center;
}
}
.infobox-image {
.songinfobox th {
    text-align: center;
}
.infobox th {
     text-align: right;
     text-align: right;
     vertical-align: top;
     vertical-align: top;
     width: 120px;
     width: 120px;
}
}
.infobox td {
.songinfobox td {
     vertical-align: top;
     vertical-align: top;
}
}

Revision as of 14:10, 23 July 2019

/* CSS placed here will be applied to all skins */
.songinfobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.songinfobox-title {
    font-size: 2em;
    text-align: center;
}
.songinfobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.songinfobox td {
    vertical-align: top;
}