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 4: Line 4:




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




Line 16: Line 16:
         text-align: right;
         text-align: right;
         width: auto;
         width: auto;
}
/* ----------------- NEW COLLAPSABLE ELEMENT ----------------- */
.mw-customtoggle-myDivision .mw-customtoggle {
font-size: x-large;
color: #0645ad;
background-color: #fffcdb;
padding: 8px 8px 14px 8px;
margin: 0px;
border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
display: initial;
}
.mw-collapsible .mw-collapsed {
width: 90%;
text-align: left;
padding: 30px;
background-color: #fffcdb;
border: 1px solid #bbbbbb;
}
}



Revision as of 09:04, 25 December 2017

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



/* ----------------- OLD 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;
}


/* ----------------- NEW COLLAPSABLE ELEMENT ----------------- */


.mw-customtoggle-myDivision .mw-customtoggle {
font-size: x-large;
color: #0645ad;
background-color: #fffcdb;
padding: 8px 8px 14px 8px;
margin: 0px;
border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
display: initial;
}


.mw-collapsible .mw-collapsed {
width: 90%;
text-align: left;
padding: 30px;
background-color: #fffcdb;
border: 1px solid #bbbbbb;
}



/* ----------------- 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;
}

#mw-page-base {
    height: 5em;
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url(/wiki/skins/Vector/images/page-fade.png?ffe96);
    background-color: #fff;
background: -moz-linear-gradient(top, #ffffff 0%, #dfe8ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#dfe8ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#dfe8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe8ef',GradientType=0 ); /* IE6-9 */
}

@media screen and (min-width: 982px) {
   #mw-panel {
       padding-left: 1em;
}
}


#p-personal {
    top: 0px !important;
}

#right-navigation {
    margin-top: 40px !important;
}

div#mw-panel div.portal {
    margin: 0 0px 0 0em;
}

div.notice1,
p.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:15px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
border-left: 5px solid #FF9933;
}

div.notice2,
p.notice2 {
    width: 50%;
    color: #705000;
    border-color: #fde29b;
    background-color: #fdf1d1;
    border: 1px solid;
    padding: 0.5em 1em;
    margin-bottom: 1em !important;
    display: block;
    clear: both;
}



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;
}

.mw-body {
margin-top:20px;}

#mw-head {
    margin-top: 21px;
}


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.noprint {
height:1px !important;
}

.addthis_toolbox {
    clear: both !important;
    float: none !important;
    font-size: 1.4em;
}