Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.css"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
Line 264: Line 264:
div#p-HITS_Global_Nav .body {
div#p-HITS_Global_Nav .body {
background-color: #C8DAEE !important;
background-color: #C8DAEE !important;
}
div#mw-head {
height:1px !important;
}
}

Revision as of 15:27, 12 April 2014

/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);



/* ----------------- COLLAPSABLE TABLE ----------------- */


table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}



/* ----------------- INFOBOXES GLOBAL ----------------- */
table.infobox-HITS {
width: 22em;
border: 1px solid #999999;
float: right; 
clear: right;
margin: 0px 0px 30px 30px;
padding: 0px 0px 0px 0px;
text-align: left;
-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

}

table.infobox-HITS th {
padding: 5px 2px 5px 2px;
}


#heading_biggest {
text-align:center;
font-size:18px;
font-weight: bold;
display:block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
 line-height:normal !important;
}

#heading_bigger {
text-align:center;
font-size:14px;
font-weight: bold;
display:block;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
 line-height:normal !important;
}



/* ----------------- INFOBOX SONG ----------------- */
table#infobox_song {
background-color: #FFFFCC;
color:#000033;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 11px;
margin-top:0px;
}

#infobox_song #heading_biggest {
background-color: #B1AD7A;
color: #000000;
}



/* ----------------- INFOBOX ALBUM ----------------- */

table#infobox_album {
background-color: #ecf2f7;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 11px;
margin-top:0px;
}

#infobox_album #heading_biggest {
background-color: #becad5;
color: #000000;
}

#infobox_album img {
border: 1px solid #000000;
}


/* ----------------- INFOBOX ARTIST ----------------- */

table#infobox_artist {
width: 25em;
background-color: #ecf7ee;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 11px;
margin-top:0px;
}

#infobox_artist #heading_biggest {
background-color: #bed5bf;
color: #000000;
}

#infobox_artist #heading_bigger {
background-color: #bed5bf; 
color: #555555;
border-bottom: 1px solid #555555;
}


#infobox_artist img {
border: 1px solid #000000;
}



/* ----------------- INFOBOX PERSON ----------------- */

table#infobox_Person {
width: 280px;
background-color: #f6ecec;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 11px;
margin-top:0px;
}

#infobox_Person #heading_biggest {
background-color: #d5bebe;
color: #000000;
}

#infobox_Person #heading_bigger {
background-color: #d5bebe; 
color: #555555;
border-bottom: 1px solid #555555;
}


#infobox_Person img {
border: 1px solid #000000;
}





/* ----------------- TRACKLIST GLOBAL ----------------- */
table.tracklist {
clear: all;
font-size: 11px;
border: 1px solid #878787;
width: 55em;
}

table.tracklist th {
padding: 0px 4px 1px 4px;
margin: 0px;
border-bottom: 1px solid #666666;
}

table.tracklist td {}


/* ----------------- TRACKLIST ALBUMS ----------------- */

table#album {}

table#album th {
background-color: #878787;
color: #ffffff;
}

table#album tr {

}

table#album td {
background-color: #ececec;
padding: 0px 4px 1px 4px;
border-bottom: 1px solid #c6c6c6;
}


/* ----------------- ETC ----------------- */

#p-logo a {
	display: block;
	width: 10em;
	height: 164px; 
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

div.notice1 {
width: 400px;
color:#666666;
background-color:#FFFFFF;
margin: 5px 5px 5px 80px;
padding: 5px 10px 5px 10px;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
font-size:11px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
border-left: 5px solid #FF9933;
}


pre {
/*display: block;
width: 900px;*/
font-family: monospace;
font-size: 12px;
word-wrap:normal;
max-width:800px;
}

h1#firstHeading.firstHeading {
font-family: 'Luckiest Guy', 'Trebuchet MS', Verdana, Arial, Helvetica;
font-weight: normal;
font-size: 30px;
letter-spacing: .04em;
text-shadow: #CCC 2px 2px 5px;
}

div#bodyContent p {
line-height: 1.4em;
margin: 1em 0em 1em 0em;
}

div#bodyContent a {
border-bottom: 1px dotted #AAA;
}
div#bodyContent a:hover {
border-bottom: 1px solid #999;
text-decoration:none;
}

div#p-HITS_Global_Nav .body {
background-color: #C8DAEE !important;
}

div#mw-head {
height:1px !important;
}