このWikiの現在の状態 > CSS

「このWikiの現在の状態/CSS」の編集履歴(バックアップ)一覧に戻る

このWikiの現在の状態/CSS - (2012/11/06 (火) 01:08:41) のソース

a.new, #p-personal a.new {
  color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
  color: #a55858;
}
span.nobr{
  white-space:nowrap;
}

table{
  border-collapse: collapse;
//  margin:100px auto;
}
.odd{
  background:#d9ffcc;
}
th{
  background:#9dc2ca;
  color:#0c2a22;
  white-space:nowrap;
  text-align:center;
}
th,td{
  padding:5px;
  font-size:small;
  border: solid white 1px;
}
.even{
  background:lightcyan;
}
.hover{
  background:#B2D8FF;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
  border-top: 2px solid #080808;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #080808;
  border-bottom: 2px solid #080808;
  border-left: 8px solid #080808;
  border-right: 1px solid #080808;
  background-color: #544E4F;
  color: white;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 3px;
  border-top: 0px none gray;
  border-bottom: 2px solid #080808;
  border-left: 8px solid #080808;
  border-right: 0px none gray;
}

h4 {
  font-size: 100%;
  border-top: 0px none;
  border-left: 0px solid gray;
  border-bottom: 1px solid;
  border-right: 0px none;
  text-indent : -5px;
}

.leftcol .leftpad ul{
  margin: 0px 0px 0px 1em;
  padding: 0px 0px 0px 0em;
}


.menucontent {
	width: 500px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 150%/100% Arial, Helvetica, sans-serif;
}
.menucontent li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.menucontent strong {
	background: #fff;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.menucontent em {
	background: #fff;
	padding: 0 0 0 5px;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.menucontent sup {
	font-size: 60%;
	color: #666;
	margin-left: 3px;
}