MediaWiki:Common.css

From SuperMemo Help
Revision as of 09:36, 5 November 2013 by SuperMemoHelp (talk | contribs) (ADDED: a.glossaryEntryLink style declaration)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

li#n-recentchanges {
	border-top: 1px solid #AAA;
}

ul#page-menu {
	margin: 0;
	padding: 7px 0 23px;
	border-bottom: 1px solid #CCC;
	float: left;
	line-height: normal;
	list-style: none;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

ul#page-menu li {
	margin: 0 1em;
	display: inline;
}

ul#page-menu a {
	padding: 0 0 19px;
	border-bottom: 4px solid #FFF;
	color: #999;
	background-image: url(../images/page_menu.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#page-menu a.abc {
	background-position: 50% 20px;
}

ul#page-menu a.youtube {
	background-position: 50% -44px;
}

ul#page-menu a.hints-and-tips {
	background-position: 50% -108px;
}

ul#page-menu a.reference {
	background-position: 50% -172px;
}

ul#page-menu a.overviews {
	background-position: 50% -236px;
}

ul#page-menu a.glossary {
	background-position: 50% -300px;
}

ul#page-menu a.buy {
	background-position: 50% -364px;
}

ul#page-menu a.support {
	background-position: 50% -428px;
}

ul#page-menu a:hover {
	border-color: #F60;
	color: #666
} 

ul#page-menu a#current {
	border-color: #F60;
	color: #06F;
}

h1#firstHeading {
	clear: both;
}

#p-QuickLinks li {
    padding-left: 20px;
    background-repeat: no-repeat;
}

#n-Pages {
    background-image: url(../images/pages.png);
}

#n-Images {
    background-image: url(../images/images.png);
}

div#orig-page {
    padding: 2px 0 4px 19px;
    background: transparent url(../images/page_orig.png) no-repeat scroll 0 50%;
}

.inset {
    padding: 5px;
}

.inset.attention {
    background-color: #FF0;
}

p.mail-header {
    margin: 0;
    padding: 0;
}

.mail-header {
    display: inline;
    background: #FFFF80;
}

.mail-header .mail-subject {
    color: #FFF;
    background: #00F;
    font-weight: bold;
}

#playSlideshow {
	padding-right: 3px;
	padding-left: 51px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background: transparent url(../images/slideshow-48x48.png) no-repeat left center;
}

.playSlideshow {
	margin: 3px;
	padding: 1px 18px;
	padding-right: 1px;
	display: inline-block;
	background: transparent url(../images/slideshow-16x16.png) no-repeat 1px center;
}

.cloze {
	color: red;
	background-color: #FF0;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
}

.clozed {
	background-color: #E67300;
        font-face: Arial;
}

.extract {
	background-color: #44C2FF;
}

.reference {
	color: #C40000;
	background-color: #FFA6FF;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 10pt;
}

.ignore {
	background-color: #DAB6B6;
	font-family: Arial;
	font-style: italic;
	font-size: 9pt;
}

.bs-callout {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

/* Variations */
.bs-callout-danger {
	border-color: #dFb5b4;
	background-color: #fcf2f2;
}

.bs-callout-warning {
	border-color: #FFBF00;
	background-color: #FF0;
}

.bs-callout-info {
	border-color: #d0e3f0;
	background-color: #f0f7fd;
}

.bs-callout-info {
	border-color: #bce8f1;
	background-color: #f4f8fa;
}

.bs-callout-comment {
	border-color: #adadad;
	background-color: #ebebeb;
}

a.glossaryEntryLink {
	color: green;
	text-decoration: none;
}