"미디어위키:Chameleon.css"의 두 판 사이의 차이
미미위키
25번째 줄: | 25번째 줄: | ||
/* ssp help css */ | /* ssp help css */ | ||
+ | table.QnA { | ||
+ | margin: 0 auto 1em auto; | ||
+ | width: 95%; | ||
+ | border-collapse: separate; | ||
+ | border-spacing: 2px; | ||
+ | } | ||
+ | table.QnA tr td { | ||
+ | background-color: #ddddff; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | table.QnA tr:first-child td { | ||
+ | background-color: transparent; | ||
+ | border: #cc6666 1px dashed; | ||
+ | } | ||
+ | table.QnA tr td span.Head { | ||
+ | font-weight: bold; | ||
+ | color: #6666cc; | ||
+ | } | ||
+ | table.QnA tr:first-child td span.Head { | ||
+ | font-weight: bold; | ||
+ | color: #cc6666; | ||
+ | } | ||
+ | table.QnA td span.Undertone { | ||
+ | color: #aaaabb; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | table.Links { | ||
+ | background-color: #aaaadd; | ||
+ | margin: 0 auto 1em auto; | ||
+ | width: 95%; | ||
+ | border-collapse: separate; | ||
+ | border-spacing: 2px; | ||
+ | } | ||
+ | table.Links td.Banner { | ||
+ | width: 250px; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | table.Links td.Name, | ||
+ | table.Links td.Url { | ||
+ | background-color: #ddddee; | ||
+ | vertical-align: middle; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | table.Links td.Intro { | ||
+ | background-color: #eeeeff; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | table.Links td.Intro .Undertone { | ||
+ | color: #b0b0b0; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | table.Links thead td { | ||
+ | border: 1px dashed #669; | ||
+ | background-color: #fef; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | table.Links thead th:first-child { | ||
+ | background-color: #333399; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | table.KeyboardShortcut, | ||
+ | table.CommandLineSwitch, | ||
+ | table#environment { | ||
+ | background-color: #aaaabb; | ||
+ | margin: 0 auto 1em auto; | ||
+ | width: 95%; | ||
+ | border-collapse: separate; | ||
+ | border-spacing: 2px; | ||
+ | } | ||
+ | table.KeyboardShortcut td:first-child, | ||
+ | table.CommandLineSwitch td:first-child { | ||
+ | width: 30%; | ||
+ | padding: 0.2em; | ||
+ | background-color: #ddddee; | ||
+ | } | ||
+ | table.KeyboardShortcut td + td, | ||
+ | table.CommandLineSwitch td + td { | ||
+ | background-color: #eeeeff; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | table#environment th { | ||
+ | padding: 0.2em; | ||
+ | background-color: #ddddee; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table#environment td { | ||
+ | background-color: #eeeeff; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | .Doing { | ||
+ | color: Navy; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .Sentence, | ||
+ | .Recommend, | ||
+ | .Condition { | ||
+ | color: Green; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .Note { | ||
+ | font-size: small; | ||
+ | padding-left: 5px; | ||
+ | padding-right: 5px; | ||
+ | } | ||
+ | .System { | ||
+ | color: #006600; | ||
+ | font-weight: bold; | ||
+ | } | ||
.Hint { | .Hint { | ||
− | + | margin: 5px; | |
− | + | padding: 5px; | |
− | + | border: 1px dashed #669; | |
− | + | background-color: #fef; | |
− | + | overflow: hidden; | |
+ | } | ||
+ | .Hint:before { | ||
+ | content: "HINT:"; | ||
} | } | ||
− | . | + | .Figure { |
− | + | float: right; | |
} | } |
2015년 4월 27일 (월) 18:54 판
/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.buttonline {
clear:both;
text-align:center;
position: relative;
/*display: inline-block;*/
}
.buttonline2{
float:none;
height:38px;
}
.edittools_outer
{
display: table;
width: 100%;
height: 100%;
}
.edittools_inner
{
display: table-cell;
vertical-align: middle;
text-align: center;
}
/* ssp help css */
table.QnA {
margin: 0 auto 1em auto;
width: 95%;
border-collapse: separate;
border-spacing: 2px;
}
table.QnA tr td {
background-color: #ddddff;
padding: 0.5em;
}
table.QnA tr:first-child td {
background-color: transparent;
border: #cc6666 1px dashed;
}
table.QnA tr td span.Head {
font-weight: bold;
color: #6666cc;
}
table.QnA tr:first-child td span.Head {
font-weight: bold;
color: #cc6666;
}
table.QnA td span.Undertone {
color: #aaaabb;
font-size: 95%;
}
table.Links {
background-color: #aaaadd;
margin: 0 auto 1em auto;
width: 95%;
border-collapse: separate;
border-spacing: 2px;
}
table.Links td.Banner {
width: 250px;
text-align: center;
vertical-align: middle;
}
table.Links td.Name,
table.Links td.Url {
background-color: #ddddee;
vertical-align: middle;
padding: 0.5em;
}
table.Links td.Intro {
background-color: #eeeeff;
padding: 0.5em;
}
table.Links td.Intro .Undertone {
color: #b0b0b0;
font-size: 95%;
}
table.Links thead td {
border: 1px dashed #669;
background-color: #fef;
padding: 0.5em;
}
table.Links thead th:first-child {
background-color: #333399;
color: #ffffff;
}
table.KeyboardShortcut,
table.CommandLineSwitch,
table#environment {
background-color: #aaaabb;
margin: 0 auto 1em auto;
width: 95%;
border-collapse: separate;
border-spacing: 2px;
}
table.KeyboardShortcut td:first-child,
table.CommandLineSwitch td:first-child {
width: 30%;
padding: 0.2em;
background-color: #ddddee;
}
table.KeyboardShortcut td + td,
table.CommandLineSwitch td + td {
background-color: #eeeeff;
padding: 0.2em;
}
table#environment th {
padding: 0.2em;
background-color: #ddddee;
text-align: left;
}
table#environment td {
background-color: #eeeeff;
padding: 0.2em;
}
.Doing {
color: Navy;
font-weight: bold;
}
.Sentence,
.Recommend,
.Condition {
color: Green;
font-weight: bold;
}
.Note {
font-size: small;
padding-left: 5px;
padding-right: 5px;
}
.System {
color: #006600;
font-weight: bold;
}
.Hint {
margin: 5px;
padding: 5px;
border: 1px dashed #669;
background-color: #fef;
overflow: hidden;
}
.Hint:before {
content: "HINT:";
}
.Figure {
float: right;
}