「MediaWiki:Common.css」の版間の差分

提供:Vikipedia
編集の要約なし
編集の要約なし
(2人の利用者による、間の25版が非表示)
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */


/* タイトル書体をWikipediaと同様にする */
@import url("/vikipedia/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css");
body div#content h1, body div#content h2, body div#content #firstHeading { font-family: sans-serif; }


/* フォントサイズ */
/**
.mw-content-ltr
* モバイル専用
{
*/
     font-size: 15px;
.nodesktop {
     display: none !important;
}
}


/* "テンプレート:メインページ/ようこそ" に表示するロゴ */
/**
.globegris
* タイトル書体をWikipediaと同様にする
{
*/
     background-image: url("//bm.xrea.cc/vikipedia/images/1/10/V3.jpg");
body div#content h1,
body div#content h2,
body div#content #firstHeading {
     font-family: sans-serif;
}
}


/* "メインページ" のタイトル非表示 */
/**
body.page-メインページ #siteSub,
* フォントサイズ
body.page-メインページ .subtitle,
*/
body.page-メインページ h1.firstHeading,
.mw-content-ltr {
body.page-メインページ h1.pagetitle
     font-size: 15px;
{
     display: none;
}
}


pre
/**
{
* "テンプレート:メインページ/ようこそ" に表示するロゴ
    /* Mozilla */
*/
    white-space: -moz-pre-wrap;
.globegris {
    /* Opera 4-6 */
     background-image: url("https://images.2ch.me/1/10/V3.jpg");
     white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}
}


pre.aa
/**
{
* Styling for links generated by [[MediaWiki:Edittools]]
    line-height: 1.13;
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
    letter-spacing: 0px;
* @updated 2012-02-29
    font-family: 'Textar', 'MS PGothic', 'IPAMonaPGothic', 'Mona', sans-serif;
*/
    font-size: 16px;
.mw-charinsert-buttons {
    border: none;
margin-top: 10px;
    background-color: transparent;
border: 1px solid #aaaaaa;
    margin-bottom: 0px;
padding: 1px;
    padding: 0px;
text-align: center;
font-size: 110%;
}
.mw-charinsert-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
}
}

2019年7月15日 (月) 00:46時点における版

/* ここに記述したCSSはすべての外装に反映されます */

@import url("/vikipedia/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css");

/**
 * モバイル専用
 */
.nodesktop {
    display: none !important;
}

/**
 * タイトル書体をWikipediaと同様にする
 */
body div#content h1,
body div#content h2,
body div#content #firstHeading {
    font-family: sans-serif;
}

/**
 * フォントサイズ
 */
.mw-content-ltr {
    font-size: 15px;
}

/**
 * "テンプレート:メインページ/ようこそ" に表示するロゴ
 */
.globegris {
    background-image: url("https://images.2ch.me/1/10/V3.jpg");
}

/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
	margin-top: 10px;
	border: 1px solid #aaaaaa;
	padding: 1px;
	text-align: center;
	font-size: 110%;
}
.mw-charinsert-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}