1,608
回編集
(ページの作成:「→ここに記述したCSSはすべての外装に反映されます: →* * Styling for links generated by [[MediaWiki:Edittools]] in WikimediaUI inspired theme. * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2020-03-17: .mw-charinsert-buttons { margin-top: 8px; border: 1px solid #c8ccd1; padding: 2px 4px 4px; font-size: 1.1em; text-align: center; } .mw-charinsert-buttons a { background-color: #f8f9fa !important; c…」) |
編集の要約なし |
||
91行目: | 91行目: | ||
background: -webkit-linear-gradient(left, #d6eaff, #f9fcff); | background: -webkit-linear-gradient(left, #d6eaff, #f9fcff); | ||
border-radius: 10px; | border-radius: 10px; | ||
} | |||
/*---- DPL Forum ----*/ | |||
/* Forumheader style */ | |||
.forum-header { | |||
border: 1px solid #aaa; | |||
background-color: #cedff2; | |||
margin: 0 0 1em; | |||
padding: 0 0.5em; | |||
} | |||
/* Forum table outside border */ | |||
table.forum-table { | |||
border: 1px solid lightgrey; | |||
} | |||
/* Forum table cell padding and borders for all table body cells */ | |||
table.forum-table > tbody > tr > td { | |||
border-top: 1px solid lightgrey; | |||
padding: 8px; | |||
} | |||
/* Forum table background color (show on odd rows) */ | |||
table.forum-table > tbody > tr { | |||
background-color:#fff; | |||
} | |||
/* Forum table background color (shows on even rows) */ | |||
table.forum-table > tbody > tr:nth-child(even) { | |||
background-color:#f5faff; | |||
} | |||
/* Forum table header row background, style and padding */ | |||
table.forum-table > tbody > tr > th { | |||
background-color:#cedff2; | |||
font-weight:bold; | |||
padding: 8px; | |||
} | |||
/*-- InputBox --*/ | |||
.inputbox-sidebar { | |||
width: 300px; | |||
border: 1px solid lightgrey; | |||
clear: right; | |||
float: right; | |||
margin: 3px; | |||
padding:10px; | |||
margin-left: 2em; | |||
} | } |