chore(base): remove ui Stylesheets

ref: #873 #757
This commit is contained in:
2025-07-23 07:01:31 +09:30
parent 971e1d61ea
commit bc7344c757
4 changed files with 0 additions and 1562 deletions

View File

@ -7,385 +7,3 @@ body {
margin: 0px;
background: #f0f0f0;
}
h1#site-title {
width: 275px;
height: 76px;
line-height: 76px;
vertical-align: middle;
padding: 0%;
margin: 0%;
}
h2#content_title {
width: 100%;
background-color: #fff;
height: 80px;
line-height: 80px;
text-align: center;
vertical-align: middle;
margin: 0px;
vertical-align: middle;
align-content: center;
padding-right: 50px;
padding-left: 50px
}
.codehilite {
display: inline;
}
span#content_header_icon {
float: right;
width: 30px;
height: 100%;
margin-right: 10px;
text-align: center;
align-content: center;
color: #177ee6;
}
span.icon-text {
vertical-align: middle;
border-radius: 25px;
font-size: inherit;
border: 1px solid #ccc;
line-height: 30px;
padding-left: 1px;
padding-right: 10px;
height: 30px;
display: inline-block;
margin-left: 5px;
}
span.icon-text a {
text-decoration: unset;
color: inherit;
}
span.icon-text a:visited {
text-decoration: unset;
color: inherit;
}
span.add {
color: #315f9c;
}
span.icon-add {
fill: #315f9c;
height: 30px;
line-height: 30px;
margin: 0px;
margin-bottom: -7px;
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.success {
color: #319c3a;
}
span.icon-success {
fill: #319c3a;
height: 30px;
line-height: 30px;
margin: 0px;
margin-bottom: -7px;
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.cross {
color: #9c3131;
}
span.icon-cross {
fill: #9c3131;
height: 30px;
line-height: 30px;
margin: 0px;
margin-bottom: -7px;
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.change {
color: #cab706;
}
span.icon-change {
fill: #cab706;
height: 30px;
line-height: 30px;
margin: 0px;
margin-bottom: -7px;
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.issue {
color: #fc6d26;
}
span.icon-issue {
fill: #fc6d26;
height: 30px;
line-height: 30px;
margin: 0px;
/* margin-bottom: -2px; */
padding: 0px;
vertical-align: middle;
display: inline-block;
}
span.icon-external-link {
height: 30px;
line-height: 30px;
margin: 0px;
padding: 0px;
vertical-align: middle;
display: inline-block;
width: 25px;
}
/* .icon {
display: block;
content: none;
background-color: #3e8e41;
} */
header {
display: flex;
flex-direction: row;
position: fixed;
top: 0px;
width: 100%;
background-color: #151515;
text-align: center;
color: white;
height: 76px;
/* line-height: 76px; */
vertical-align: middle;
}
section {
display: flexbox;
width: 100%;
padding-top: 76px;
padding-left: 275px;
}
article {
background-color: #fff;
padding: 10px;
margin: 20px;
border: 1px solid #e6dcdc;
}
footer {
background-color: #fff;
width: 100%;
height: 76px;
line-height: 76px;
text-align: center;
vertical-align: middle;
padding: 0%;
margin: 0%;
color: #aaa;
font-size: 12px;
}
footer span {
display: inline-block;
width: 33%;
padding: 0px 10px 0px 10px;
margin: 0px;
vertical-align: middle;
height: 100%;
/*line-height: 76px;*/
}
footer span svg {
height: 100%;
width: 30px;
fill: #177ee6
}
/* Style The Dropdown Button */
.dropbtn {
background-color: #177ee6;
color: white;
padding: 10px;
font-size: 16px;
border: none;
cursor: pointer;
min-width: 160px;
}
.accbtn {
background-color: inherit;
color: #000;
padding: 10px;
font-size: 16px;
border: none;
cursor: pointer;
width: 100%;
margin: 0px;
}
header .dropdown {
padding-top: 19px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
/* position: fixed; */
/* display: inline-block; */
display: inline-flexbox;
/* left: 300px; */
/* position: relative; */
/* vertical-align: middle; */
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content form {
margin: 0px;
padding: 0px;
}
.accbtn:hover {
background-color: #b4adad
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #b4adad
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #177ee6;
}
nav {
display: flex;
flex-direction: column;
background: #212427;
padding: 20px;
width: 275px;
height: 100%;
position: fixed;
top: 76px;
bottom: 4rem;
left: 0;
overflow-y: auto;
}
nav button.collapsible {
background-color: inherit;
color: white;
cursor: pointer;
padding: 0px 18px 0px 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin: 0px;
line-height: 50px;
vertical-align: middle;
}
nav button.active, .collapsible:hover {
font-weight: bold;
}
nav button.collapsible:after {
content: url('/static/icons/nav_arrow_right.svg');
color: white;
float: right;
margin-left: 5px;
}
nav button.active:after {
content: url('/static/icons/nav_arrow_down.svg');
font-weight: bold;
}
nav div.content {
padding: 0px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
margin: 0px;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0px;
}
nav ul li {
padding: 10px;
}
nav ul li:hover {
border-left: 3px solid #73bcf7;
background-color: #666;
}
nav ul li.active {
border-left: 3px solid #73bcf7;
}
nav a {
color: #177ee6;
text-decoration: none;
}
nav a:visited {
color: #177ee6;
text-decoration: none;
}

View File

@ -1,75 +0,0 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #f8f8f8; padding: 5px; border: 1px solid #ccc; font-size: 11pt;}
.codehilite .c { color: #3D7B7B; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #9C6500 } /* Comment.Preproc */
.codehilite .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.codehilite .gr { color: #E40000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #008400 } /* Generic.Inserted */
.codehilite .go { color: #717171 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #687822 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #717171; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #767600 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #A45A77 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */

View File

@ -1,318 +0,0 @@
/*******************************************************************************
refactored
*******************************************************************************/
#content-body form div label {
display: inline-block;
line-height: inherit;
text-align: right;
width: 200px;
}
#content-body form div .helptext {
color: #999;
display: inline;
font-size: 12px;
}
#content-body form div input[type=text],
#content-body form div select {
background-color: #fff;
border: none;
border-bottom: 1px solid #ccc;
font-size: inherit;
height: 30px;
line-height: inherit;
width: 400px;
}
#content-body form#dynamic-form {
align-content: center;
align-items: center;
justify-content: center;
line-height: 30px;
padding: 10px;
/* text-align: center; */
text-align: right;
width: 650px;
}
#content-body form#dynamic-form div:not(#markdown) {
align-items: center;
display: block;
line-height: inherit;
justify-content: center;
padding: 5px;
text-align: center;
width: 100%;
}
input[type=button],
input[type=submit] {
background-color: #177ee6;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
height: 30px;
margin: 10px;
}
/* Style the navigation tabs at the top of a content page */
.content-navigation-tabs {
display: block;
overflow: hidden;
border-bottom: 1px solid #ccc;
/* background-color: #f1f1f1; */
width: 100%;
text-align: left;
padding: 0px;
margin: 0px
}
.content-navigation-tabs-link {
border: 0px;
margin: none;
padding: none;
}
/* Style the buttons that are used to open the tab content */
.content-navigation-tabs button {
display: inline;
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
margin: 0px;
padding: 0px;
padding: 14px 16px;
transition: 0.3s;
font-size: inherit;
color: #6a6e73;
}
/* Change background color of buttons on hover */
.content-navigation-tabs button:hover {
/* background-color: #ddd; */
border-bottom: 3px solid #ccc;
}
/* Create an active/current tablink class */
.content-navigation-tabs button.active {
/* background-color: #ccc; */
border-bottom: 3px solid #177ee6;
}
/* Style content for each tab */
.content-tab {
width: 100%;
display: none;
padding-bottom: 0px;
border: none;
border-top: none;
}
.content-tab hr {
border: none;
border-top: 1px solid #ccc;
}
.content-tab pre {
word-wrap: break-word;
white-space: pre-wrap;
}
/* Style for section fields on details page */
.detail-view-field {
display: unset;
height: 30px;
line-height: 30px;
padding: 0px 20px 40px 20px;
}
.detail-view-field label {
display: inline-block;
font-weight: bold;
width: 200px;
margin: 10px;
height: 30px;
line-height: 30px;
}
.detail-view-field span {
display: inline-block;
width: 340px;
margin: 10px;
border-bottom: 1px solid #ccc;
height: 30px;
line-height: 30px;
}
/*******************************************************************************
EoF refactored
*******************************************************************************/
main section a {
color: #177ee6;
text-decoration: none;
}
main section a:visited {
color: #177ee6;
text-decoration: none;
}
article div:not(.codehilite) {
/* background-color: #ff0000; */
justify-content: center;
width: 100%;
/* display: block; */
display: flex;
flex-wrap: wrap;
}
table {
width: 100%;
text-align: center;
}
tr {
height: 30px;
}
td {
border-bottom: 1px solid #ccc;
padding: 20px;
}
section .content-header {
display: flex;
/* background-color: #08f008; */
align-items: center;
width: 100%;
justify-content: space-evenly;
padding: 0px;
min-height: 120px;
}
section .content-header fieldset {
/* background-color: #0851f0; */
width: 350px;
padding: 0px;
border: none;
}
section .content-header fieldset label {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
}
section .content-header fieldset input {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
}
.comments {
background-color: #f0f0f0;
padding: 10px;
margin: 10px -20px -50px -20px;
width: auto;
}
.comment {
background-color: #fff;
margin: 10px 5px 10px 5px;
padding: 5px;
border-radius: 10px;
border: 1px solid #e6dcdc;
}
.comment-header {
text-align: left;
font-size: 12px;
color: #999;
margin: 0px;
padding: 2px;
height: 30px;
}
.comment-header svg {
fill: #999;
height: 100%;
margin: auto 0 auto 0;
}
.comment-header span {
line-height: auto;
margin: auto;
margin: auto 10px auto 2px;
}
.comment-body {
display:inline-block;
padding: 10px 5px 10px 20px;
}
.comment-footer {
color: #999;
font-size: 12px;
padding: 2px;
width: 100%;
}
.comment-footer svg {
fill: #999;
height: 100%;
margin: auto 0 auto 0;
}
.comment-footer span {
line-height: auto;
margin: auto 10px auto 2px;
}

View File

@ -1,787 +0,0 @@
#badge {
display: table;
padding: 1px 5px 0px 2px;
margin: 0px;
border: 1px solid #ccc;
border-radius: 15px;
/* height:fit-content; */
}
#badge #text {
display: inline-block;
vertical-align: middle;
margin: 0px;
padding: 0px;
padding-left: 5px;
}
#badge #icon {
display: inline-block;
width: 20px;
vertical-align: middle;
padding: 0px;
margin: 0px;
}
#badge .icon svg{
width: 20px;
height: 20px;
}
#linked-tickets {
display: table;
padding: 0px;
margin: 0px;
}
#linked-tickets .ticket {
display: inline-block;
line-height: 30px;
vertical-align: middle;
margin: 0px;
padding: 0px;
}
#linked-tickets .ticket svg{
display: inline;
width: 20px;
height: 30px;
}
#linked-tickets .icon {
display: inline-block;
width: 20px;
line-height: 30px;
vertical-align: middle;
padding: 0px;
margin: 0px;
}
#linked-tickets .icon svg{
display: inline;
width: 20px;
height: 30px;
}
#linked-tickets .icon.icon-related svg{
background-color: #afdbff;
border-radius: 10px;
fill: #0b91ff;
height: 20px;
}
#linked-tickets .icon.icon-blocks svg{
background-color: #fcd5b1;
border-radius: 10px;
fill: #e79b37;
height: 20px;
}
#linked-tickets .icon.icon-blocked_by svg{
background-color: #f3c6c6;
border-radius: 10px;
fill: #ff1c1c;
height: 20px;
}
#linked-tickets .ticket #ticket-icon {
display: inline-block;
width: 20px;
line-height: 30px;
vertical-align: middle;
padding: 0px;
margin: 0px 5px 0px 0px;
height: 20px;
}
#linked-tickets .ticket #ticket-icon svg {
display: inline;
height: 22px;
padding: 1px;
border: none;
border-radius: 10px;
}
#ticket-additional-data {
padding-right: 10px;
}
#ticket-additional-data div {
margin-top: 10px;
padding: 0px;
}
#ticket-content {
display: flex;
height: auto;
margin: 20px;
padding: 0px;
width: auto;
font-size: 12pt;
}
#ticket-content div {
display: inline-block;
}
#ticket-data {
margin: 0px;
padding: 0px;
width: 100%;
}
#ticket-data div {
display: block;
}
#ticket-description {
background-color: #fff;
border: 1px solid #ccc;
margin: 0px 10px 0px 0px;
padding: 0px;
}
#ticket-description h3 {
font-size: inherit;
font-weight: normal;
height: 30px;
line-height: 30px;
margin: 0px;
padding: 0px 10px 0px 10px;
text-align: left;
}
#ticket-description h3 span.sub-script {
color: #777;
font-size:smaller;
}
#ticket-description div {
padding: 10px;
}
#data-block {
border: 1px solid #ccc;
padding: 0px;
}
#data-block h3 button {
float: right;
height: 20px;
margin-bottom: auto;
margin-top: auto;
}
#data-block div {
margin: 0px;
padding: 0px;
padding-left: 10px;
}
#data-block.linked-item div#item {
display: inline-block;
text-align: center;
width: 33%;
}
#data-block.linked-item div#item p{
margin: 0px;
padding: 0px;
}
#ticket-comments {
padding: 10px;
}
#ticket-comments ul {
padding: 0px;
padding-left: 30px;
margin: 0px;
}
#ticket-comments li:not(#Action) {
line-height: 30px;
margin: 0px;
margin-bottom: 30px;
padding-left: 10px;
}
#ticket-comments li#Action {
line-height: 30px;
margin: 0px;
margin-bottom: -10px;
margin-top: -20px;
padding-left: 10px;
}
#data-block h3 {
background-color: #177ee6;
color: #fff;
display: flex;
font-size: 16px;
height: 30px;
line-height: 30px;
margin: 0px;
padding-left: 5px;
}
#data-block h3 #text {
height: inherit;
line-height: inherit;
padding: 0px;
width: 100%;
}
#data-block h3 #icons {
height: inherit;
line-height: inherit;
margin-right: 0px;
margin-left: auto;
text-align: right;
width: 200px;
}
#data-block h3 #icons svg {
height: 30px;
margin: 0px;
margin-right: 5px;
width: 20px;
fill: #fff;
}
#rendered-ticket-link {
display: flexbox;
line-height: 30px;
}
#rendered-ticket-link #text{
display: inline-block;
height: 20px;
line-height: inherit;
font-size: inherit;
}
#icon.ticket-status {
display: inline-block;
width: 20px;
height: 20px;
line-height: 30px;
margin: 0px;
vertical-align: middle;
}
#rendered-ticket-link #icon.ticket-status svg {
width: 20px;
height: 20px;
margin: 0px;
line-height: inherit;
}
#icon.ticket-status-assigned svg {
background-color: #e1ffb2;
border: none;
border-radius: 10px;
fill: #2e9200;
}
#icon.ticket-status-assigned_planning svg {
background-color: #e1ffb2;
border: none;
border-radius: 10px;
fill: #2e9200;
}
#icon.ticket-status-approvals svg {
background-color: #ffceb2;
border: none;
border-radius: 10px;
fill: #d86100;
}
#icon.ticket-status-accepted svg {
background-color: #e1ffb2;
border: none;
border-radius: 10px;
fill: #2e9200;
}
#icon.ticket-status-evaluation svg {
background-color: #b2d6ff;
border: none;
border-radius: 10px;
fill: #007592;
}
#icon.ticket-status-testing svg {
background-color: #b2d3ff;
border: none;
border-radius: 10px;
fill: #8c00ff;
}
#icon.ticket-status-draft svg {
background-color: #cacaca;
border: none;
border-radius: 10px;
fill: #4d4d4d;
}
#icon.ticket-status-new svg {
background-color: #b2dcff;
border: none;
border-radius: 10px;
fill: #004492;
}
#icon.ticket-status-pending svg {
background-color: #ffceb2;
border: none;
border-radius: 10px;
fill: #d86100;
}
#icon.ticket-status-solved svg {
background-color: #c9b2ff;
border: none;
border-radius: 10px;
fill: #640092;
}
#icon.ticket-status-closed svg {
background-color: #c9b2ff;
border: none;
border-radius: 10px;
fill: #640092;
}
#icon.ticket-status-invalid svg {
background-color: #ffb2b6;
border: none;
border-radius: 10px;
fill: #920000;
}
#ticket-comments #comment {
border: 1px solid #177ee6;
}
#ticket-comments #comment h4 {
background-color: #177ee6;
border: none;
color: #fff;
display: flex;
font-size: inherit;
height: 30px;
line-height: 30px;
margin: 0px;
padding-left: 5px;
}
#comment h4 #text {
height: inherit;
line-height: inherit;
padding: 0px;
text-align: left;
width: 100%;
}
#comment h4 #text span.sub-script{
font-size: smaller;
}
#comment h4 #icons {
border: none;
display: inline-block;
height: inherit;
line-height: inherit;
margin-right: 0px;
margin-left: auto;
text-align: right;
width: 200px;
}
#ticket-comments #comment h4 #icons svg {
fill: #fff;
height: 30px;
margin: 0px;
margin-right: 5px;
width: 20px;
}
#discussion {
margin: 0px;
}
#discussion h4 {
border-left: 1px solid #177fe66e;
border-right: 1px solid #177fe66e;
display: block;
margin: 0px;
margin-right: 0px;
margin-left: auto;
height: 30px;
line-height: inherit;
text-align: right;
padding: 0px;
}
#discussion svg {
width: 20px;
height: 30px;
margin: 0px;
margin-right: 5px;
margin-left: 5px;
}
#ticket-meta {
background-color: #fff;
width: 400px;
border: 1px solid #ccc;
margin-right: 0px;
margin-left: auto;
padding: 0px;
}
#ticket-meta h3 {
line-height: 30px;
height: 30px;
margin: 0px;
text-align: center;
}
#ticket-meta fieldset {
display: block;
margin: 10px;
border: none;
}
#ticket-meta fieldset label {
width: 100%;
display: block;
line-height: 30px;
font-weight: bold;
}
#ticket-meta fieldset span.text {
/*width: 100%;*/
display: block;
line-height: 30px;
border: none;
border-bottom: 1px solid #ccc;
}
.incident-ticket {
background-color: #f7baba;
}
.request-ticket {
background-color: #f7e9ba;
}
.change-ticket {
background-color: #badff7;
}
.problem-ticket {
background-color: #f7d0ba;
}
.issue-ticket {
background-color: #baf7db;
}
.project_task-ticket {
background-color: #c5baf7;
}
.comment-type-default {
background-color: #fff;
}
.comment-type-Notification {
background-color: #96c7ff;
}
.comment-type-Solution {
background-color: #b7ff96;
}
.comment-type-Task {
background-color: #f8ff96;
}
#comment fieldset {
border: none;
display: inline-block;
line-height: 14pt;
width: 200px;
font-size: 10pt;
}
#comment fieldset label {
display: block;
font-weight: bold;
line-height: inherit;
}
#comment fieldset span {
display: block;
line-height: inherit;
}
#comment hr {
border: none;
border-bottom: 1px solid #ccc;
margin: 0px 5px 0px 5px;
}
#markdown {
font-size: 12pt;
}
#markdown p {
font-size: inherit;
}
div#markdown {
justify-content: center;
display: block;
text-align: left;
padding: 10px;
}
#markdown .codehilite {
display: block;
width: 100%;
word-wrap: break-word;
white-space: pre-wrap;
}
#markdown h1 {
background-color: inherit;
color: inherit;
font-size: 24px;
line-height: 24px;
padding: 24px 0px 48px 0px;
margin: 0px;
text-align: left;
}
#markdown h2 {
background-color: inherit;
color: inherit;
font-size: 20px;
line-height: 20px;
padding: 20px 0px 40px 0px;
margin: 0px;
text-align: left;
}
#markdown h3 {
background-color: inherit;
color: inherit;
font-size: 18px;
line-height: 18px;
padding: 18px 0px 36px 0px;
margin: 0px;
text-align: left;
}
#markdown h4 {
background-color: inherit;
color: #000;
font-size: 16px;
line-height: 16px;
padding: 16px 0px 32px 0px;
margin: 0px;
text-align: left;
}
#markdown h5 {
background-color: inherit;
color: #000;
font-size: 14px;
line-height: 14px;
padding: 14px 0px 28px 0px;;
margin: 0px;
text-align: left;
}
#markdown li {
background-color: inherit;
font-size: inherit;
line-height: 25px;
padding: 5px;
margin: 0px;
text-align: left;
}
#markdown p:not(div.admonition p){
background-color: inherit;
font-size: inherit;
line-height: 25px;
padding: 0px;
margin: 0px;
text-align: left;
}
#markdown div.admonition {
border-width: 1px;
border-style: solid;
border-radius: 10px;
font-size: inherit;
margin: 10px;
padding: 0px;
}
#markdown div.admonition p.admonition-title {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: inherit;
margin: 0px;
padding: 2px 10px 2px 10px;
width: 100%;
}
#markdown div.admonition p:not(p.admonition-title) {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
font-size: inherit;
padding: 10px;
margin: 0px;
width: 100%;
}
#markdown div.admonition.info {
background-color: #b6f5dd;
border-color:#27ffbe;
}
#markdown div.admonition.info p.admonition-title {
background-color: #1ef59170;
}
#markdown div.admonition.note {
background-color: #b6d3f5;
border-color:#278cff;
}
#markdown div.admonition.note p.admonition-title {
background-color: #1e82f570;
color: #fff;
}
#markdown div.admonition.tip {
background-color: #bbf5b6;
border-color:#39ff27;
}
#markdown div.admonition.tip p.admonition-title {
background-color: #37f51e70;
color: #fff;
}
#markdown div.admonition.warning {
background-color: #f5d8b6;
border-color:#ffa127;
}
#markdown div.admonition.warning p.admonition-title {
background-color: #f5911e70;
color: #fff;
}
#markdown div.admonition.danger {
background-color: #f5b6b6;
border-color:#ff2727;
}
#markdown div.admonition.danger p.admonition-title {
background-color: #f51e1e70;
color: #fff;
}
#markdown div.admonition.quote {
background-color: #d3d3d3;
border-color:#868686;
}
#markdown div.admonition.quote p.admonition-title {
background-color: #81818170;
color: #fff;
}
#markdown div.admonition.quote p:not(p.admonition-title) {
font-style: italic;
}