231 lines
3.5 KiB
CSS
231 lines
3.5 KiB
CSS
/*#ViewSelectorField {
|
||
top: 0px;
|
||
}
|
||
*/
|
||
/*
|
||
#BottomMargin::after {
|
||
content: " 右上のヘルプメニューに「目安箱」を設置しました。\A プリザンターに関する各種お問合せはそちらよりお寄せください。\A\A\A";
|
||
font-size: 150%;
|
||
color: #4169e1;
|
||
white-space: pre;
|
||
}*/
|
||
|
||
.status-red {
|
||
color: white !important;
|
||
background: red !important;
|
||
}
|
||
|
||
.status-blue {
|
||
color: white !important;
|
||
background: blue !important;
|
||
}
|
||
|
||
.status-green {
|
||
color: white !important;
|
||
background: green !important;
|
||
}
|
||
|
||
.status-yellow {
|
||
color: black !important;
|
||
background: yellow !important;
|
||
}
|
||
|
||
.status-white {
|
||
color: black !important;
|
||
background: white !important;
|
||
}
|
||
|
||
.status-grey {
|
||
color: white !important;
|
||
background: grey !important;
|
||
}
|
||
|
||
.status-black {
|
||
color: white !important;
|
||
background: black !important;
|
||
}
|
||
|
||
.status-purple {
|
||
color: white !important;
|
||
background: purple !important;
|
||
}
|
||
|
||
.status-orange {
|
||
color: black !important;
|
||
background: orange !important;
|
||
}
|
||
|
||
.status-pink {
|
||
color: black !important;
|
||
background: pink !important;
|
||
}
|
||
|
||
.status-brown {
|
||
color: white !important;
|
||
background: brown !important;
|
||
}
|
||
|
||
.status-big-red {
|
||
color: white !important;
|
||
background: red !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-blue {
|
||
color: white !important;
|
||
background: blue !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-green {
|
||
color: white !important;
|
||
background: green !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-yellow {
|
||
color: black !important;
|
||
background: yellow !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-white {
|
||
color: black !important;
|
||
background: white !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-grey {
|
||
color: white !important;
|
||
background: grey !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-black {
|
||
color: white !important;
|
||
background: black !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-purple {
|
||
color: white !important;
|
||
background: purple !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-orange {
|
||
color: black !important;
|
||
background: orange !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-pink {
|
||
color: black !important;
|
||
background: pink !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
.status-big-brown {
|
||
color: white !important;
|
||
background: brown !important;
|
||
font-size: 150% !important;
|
||
}
|
||
|
||
|
||
div#PublishWarning {
|
||
background: blue;
|
||
}
|
||
|
||
#Breadcrumb>li>a>span.label {
|
||
font-size: 200%;
|
||
font-weight: bold;
|
||
}
|
||
|
||
#Breadcrumb>li>span {
|
||
font-size: 200%;
|
||
font-weight: bold;
|
||
margin: 0 3px 0 3px;
|
||
}
|
||
|
||
/*コメント付記スタイル*/
|
||
.commentAdd {
|
||
float: left;
|
||
margin-left: 121px;
|
||
font-weight: bold;
|
||
color: black;
|
||
|
||
&.nowrap {
|
||
white-space: nowrap;
|
||
}
|
||
|
||
&.big {
|
||
font-size: 1.3em;
|
||
}
|
||
|
||
&.small {
|
||
font-size: 0.7em;
|
||
}
|
||
|
||
&.right {
|
||
float: right;
|
||
}
|
||
|
||
&.red {
|
||
color: red;
|
||
}
|
||
|
||
&.blue {
|
||
color: blue;
|
||
}
|
||
|
||
&.green {
|
||
color: green;
|
||
}
|
||
|
||
&.grey {
|
||
color: grey;
|
||
}
|
||
|
||
&.purple {
|
||
color: purple;
|
||
}
|
||
|
||
&.skyblue {
|
||
color: skyblue;
|
||
}
|
||
|
||
&.yellow {
|
||
color: yellow;
|
||
}
|
||
}
|
||
|
||
/*フォントサイズ変更スタイル*/
|
||
.fontSize60 {
|
||
font-size: 0.6em !important;
|
||
height: auto;
|
||
}
|
||
|
||
.fontSize80 {
|
||
font-size: 0.8em !important;
|
||
height: auto;
|
||
}
|
||
|
||
.fontSize120 {
|
||
font-size: 1.2em !important;
|
||
height: auto;
|
||
}
|
||
|
||
.fontSize130 {
|
||
font-size: 1.3em !important;
|
||
height: auto;
|
||
}
|
||
|
||
.fontSize150 {
|
||
font-size: 1.5em !important;
|
||
height: auto;
|
||
}
|
||
|
||
.fontSize200 {
|
||
font-size: 2em !important;
|
||
height: auto;
|
||
} |