Hitachi Vantara Vietnam Jira (internal)
jira.hv-vn.com by tranquangphuc
Details
Authortranquangphuc
LicenseNo License
Categoryuserstyles, jira
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name jira.hv-vn.com
@version 20220629.02.15
@namespace userstyles.world/user/tranquangphuc
@description Hitachi Vantara Vietnam Jira (internal)
@author tranquangphuc
@license No License
==/UserStyle== */
/* ==UserStyle==
@name jira.hv-vn.com
@version 20220624.03.39
@namespace userstyles.world/user/tranquangphuc
@description Hitachi Vantara Vietnam Jira (internal)
@author tranquangphuc
@license No License
==/UserStyle== */
@-moz-document domain("jira.hv-vn.com") {
.aui-page-panel {
background: #F0F0F0;
}
#title-text {
font-weight: bold;
}
.page-metadata .author,
.page-metadata .editor,
.page-metadata .last-modified {
font-weight: bold;
}
.wiki-content {
font-family: sans-serif;
font-size: 16px;
}
.ia-fixed-sidebar:not(.collapsed) .ia-scrollable-section {
background: #F0F0F0;
scrollbar-width: thin;
}
.ia-fixed-sidebar:not(.collapsed) .ia-scrollable-section:hover {
overflow-x: visible;
width: unset;
z-index: 13;
background: white;
box-shadow: 4px 4px 8px gray;
}
.wiki-content .confluence-embedded-image {
border-radius: 0.5rem;
box-shadow: 0 0 4px gray;
}
.wiki-content .confluence-embedded-image:hover {
outline: 1px solid #3b73af;
}
.wiki-content .confluenceTable tr:hover {
background: white;
}
.wiki-content .confluence-embedded-image + .confluence-embedded-image {
margin-left: 1rem;
}
}