「利用者:Raa/naiad.css」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 06:21時点における最新版

h2, h3 {
  padding-bottom: .5em;
}

table.tableNormal {
  border-collapse: collapse;
}
 
table.tableNormal, 
table.tableNormal td,
table.tableNormal th {	
  border: 1px solid #AAA;
  padding: 0 1em;
}

table.prettytable th {
  padding: 4px;
}

table.normaltable {
  border-spacing: 0;
}

table.normaltable td,
table.normaltable th {
  padding: 1px 1em 1px 1em;
  vertical-align: top;
}

td.htd {
  width: 1px;
  background-color: #DDD;
  vertical-align: top;
  white-space: nowrap;
}

div.mw-geshi {
  padding: 0 !important; 
  margin: 0.5em 0 !important; 
  border: 0px solid #555 !important;
}

.mw-geshi pre {
  background-color: #333 !important;
  padding: 0.5em 1em !important;
}

.python.source-python .kw1 {color: #9ea1f0 !important; font-weight: unset !important;}
.python.source-python .kw2 {color: #eaeda3 !important;}
.python.source-python .kw3 {color: #9ea1f0 !important;}
.python.source-python .kw4 {color: #9ea1f0 !important;}
.python.source-python .co1 {color: #9ea1a3 !important;}
.python.source-python .coMULTI {color: #9ea1a3 !important;}
.python.source-python .es0 {color: #eaa1a3 !important;}
.python.source-python .br0 {color: #eaa1f0 !important;}
.python.source-python .sy0 {color: #eaa1f0 !important;}
.python.source-python .st0 {color: #eac7a3 !important;}
.python.source-python .nu0 {color: #9ec7f0 !important;}
.python.source-python .me1 {color: #9eeda3 !important;}