MediaWiki:Common.css

From UGI Datacore
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@charset "utf-8";
/* CSS placed here will be applied to all skins */

/* General Stuff */
.editsection {
    float: right;
    font-size: 50%;
}

/* Top of page notices and stuff */

div.page-notice {
    border: 1px solid #FF3030;
    
    padding: 5px;
    align: left;
    width: 75%;
    font-size: 85%;
}

div.command-notice {
    border: 1px solid #FFFF00;
    background-color: grey; 
    padding: 5px;
    align: left;
    width: 75%;
    font-size: 85%;

}

div.vli-notice {
    border: 1px solid #306EFF;
    background-color: grey; 
    padding: 5px;
    align: left;
    width: 75%;
    font-size: 85%;

}

span.msg-title {
    font-size: 1.5em;
    color: #990033;
}

/* Tables */

table.language {
        width: 100%;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #ffca5e;
	border-collapse: collapse;
	background-color: white;
}
th.language {
        background: url(http://www.stogeek.com/w/images/a/a6/Bg_th.jpg) no-repeat right;
}
tr.language {
        background: url(http://www.stogeek.com/w/images/b/b1/Bg_td1.jpg) repeat-x top;
}
td.language {
        width: 33%;
}
th.language,td.language,tr.language {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #777777;
	background-color: #FFF8E8;
	color: black;
	line-height: 1.4em;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
        vertical-align: top;
}

/* .feature */
table.feature  {
	font:0.8em Arial, Helvetica, sans-serif;
	background-color:#F2F2F2;
}
th.feature  { 
	background-color:#F5B348; 
	color:#724809; 
	padding:2px; 
	text-transform:uppercase; 
	border-top:1px solid #F4D39E; 
	border-left:1px solid #F4D39E; 
	border-bottom:1px solid #B76E00; 
	border-right:1px solid #B76E00; 
	vertical-align: middle;
}
td.feature  { 
	background-color:#D7DBDD;
	color:#5A666E;
	padding:2px; 
	text-align:center; 
	border-top:1px solid #FFF; 
	border-left:1px solid #FFF; 
	border-bottom:1px solid #AFB5B8; 
	border-right:1px solid #AFB5B8;
}
th.feature {
	background-color:#5A666E; 
	color:#D7DBDD; 
	padding:2px; 
	text-align:center; 
	border-top:1px solid #93A1AA; 
	border-left:1px solid #93A1AA; 
	border-bottom:1px solid #2F3B42; 
	border-right:1px solid #2F3B42;
}

/* Character Infobox Table */

table.chinfo{
		float:right;
		margin: 1.5em 1.5em 1.5em 1.5em;
		clear:right;
		width:300px;
		font-size:90%;
		border-color: #666666 ;
		border-collapse: collapse;
		background-color: #262626; 	
		border-style: solid;
		border-width: 1px;
		padding: 10px;
		color:white;
		vertical-align: top;
		text-align:center;
}

td.chinfo-both {
		text-align:center;
}

td.chinfo-left{
		width: 145px;
		vertical-align: top;
		font-weight:bold;
		font-style:italic;
		text-align:right;
}
td.chinfo-right{
		width: 155px;
		text-align:left;
		vertical-align: top;
}

td.chinfo-section {
		background-color:#4D4D4D;
		font-style:italic;
		font-weight:bold;
}

td.chinfo-caption {
		font-style:italic;
		font-size:85%;
}

td.chinfo-hdr {
		font-size: 1.3em;
                font-weight:bold;
		background: url(http://www.stogeek.com/w/images/a/a6/Bg_th.jpg) no-repeat right;
		color: #333333;
}

/* Vulcan Language Institute tables */

table.vli {
   width: 100%;
   border-collapse: collapse;
   text-align: left;
}