MediaWiki:Common.css: Difference between revisions

From SuperMemo Help
Jump to navigation Jump to search
(ADDED: .reference style declaration)
mNo edit summary
 
(18 intermediate revisions by the same user not shown)
Line 24: Line 24:


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


ul#page-menu a.reference {
ul#page-menu a.ref {
background-position: 50% -172px;
background-position: 50% -172px;
}
}
Line 135: Line 135:
display: inline-block;
display: inline-block;
background: transparent url(../images/slideshow-16x16.png) no-repeat 1px center;
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;
}
}


Line 159: Line 168:
font-style: italic;
font-style: italic;
font-size: 9pt;
font-size: 9pt;
}
.SearchHighlight {
background-color: yellow;
COLOR: black;
font-weight: bold;
font-size: 11pt;
}
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout-highlight {
    border-color: #FFBF00;
    background-color: #FF0;
}
.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;
}
.loading {
padding-left: 19px;
background: transparent url(../images/loading.gif) no-repeat;
}
.page-Glossary .tocnumber {
display: none;
}
.page-Glossary #toc li {
margin: 0 1em;
display: inline;
}
.editable_entry {
    padding-top: 1em;
}
DD:nth-last-child(n+2) {
  margin-bottom: .5em;
}
}

Latest revision as of 05:56, 4 May 2019

/* 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 !important;
	border-bottom: 4px solid #FFF;
	color: #999;
	background-image: url(../images/page_menu.png) !important;
	background-repeat: no-repeat !important;
	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.ref {
	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;
}

.SearchHighlight {
	background-color: yellow;
	COLOR: black;
	font-weight: bold;
	font-size: 11pt;
}

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

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

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

.loading {
	padding-left: 19px;
	background: transparent url(../images/loading.gif) no-repeat;
}

.page-Glossary .tocnumber {
	display: none;
}

.page-Glossary #toc li {
	margin: 0 1em;
	display: inline;
}

.editable_entry {
    padding-top: 1em;
}

DD:nth-last-child(n+2) {
  margin-bottom: .5em;
}