Шаблон:JobPageHeader/styles.css
.ss13-job-header {
background-color: rgba(20, 22, 23, 0.6) !important; border: 2px solid var(--border-color, #3f4348) !important; box-shadow: 0 0 10px rgba(0, 173, 181, 0.2) !important; border-radius: 6px !important; padding: 15px !important; margin-bottom: 20px !important; font-family: 'Courier New', Courier, monospace !important; color: var(--text-main, #e3e4e6) !important; text-align: left !important; box-sizing: border-box !important; width: 100% !important; position: relative !important;
}
.job-header-top-row {
display: grid !important; grid-template-columns: 1fr 86px !important; align-items: center !important; border-bottom: 1px solid var(--border-color, #3f4348) !important; padding-bottom: 12px !important; margin-bottom: 15px !important; min-height: 86px !important; width: 100% !important; box-sizing: border-box !important;
}
.job-header-main-title {
font-size: 26px !important; font-weight: bold !important; color: #ffffff !important; text-shadow: 0 0 5px rgba(255, 255, 255, 0.2) !important; line-height: 1.2 !important; text-align: left !important;
}
.job-header-icon-box {
width: 86px !important; height: 86px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(255, 255, 255, 0.04) !important; border: 1px dashed var(--border-color, #3f4348) !important; border-radius: 4px !important; overflow: hidden !important; margin-left: auto !important; flex-shrink: 0 !important;
}
.job-header-pixel-image img {
image-rendering: -moz-crisp-edges !important; image-rendering: -webkit-crisp-edges !important; image-rendering: pixelated !important; image-rendering: crisp-edges !important;
}
.job-header-grid {
display: grid !important; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important; gap: 12px !important; text-align: left !important;
}
.job-grid-tile {
background-color: var(--bg-input, #161719) !important; padding: 8px 12px !important; border-radius: 0 4px 4px 0 !important; text-align: left !important; border-left: 3px solid var(--accent, #00adb5) !important;
}
.job-grid-tile .tile-label {
font-size: 11px !important; color: var(--text-muted, #a8a095) !important; text-transform: uppercase !important;
}
.job-grid-tile .tile-value {
font-size: 14px !important; font-weight: bold !important; color: var(--text-main, #e3e4e6) !important; margin-top: 2px !important;
}
.difficulty-tile, .dept-tile {
border-left-color: var(--tile-color) !important;
}
.access-tile { border-left-color: #e8cd54 !important; } .supervisor-tile { border-left-color: #4946e3 !important; } .duty-tile { border-left-color: #238636 !important; }
.job-header-desc-block {
margin-top: 15px !important; padding: 10px !important; background-color: var(--bg-card, #282a2d) !important; border: 1px dashed var(--border-color, #3f4348) !important; border-radius: 4px !important; font-size: 13px !important; line-height: 1.4 !important; text-align: left !important;
}
.desc-highlight {
color: var(--accent, #00adb5) !important; font-weight: bold !important;
}
.ss13-job-header.rgb {
border-image: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet) 1 !important; border-radius: 0 !important;
}
.rainbow {
position: absolute !important; bottom: 0 !important; left: 0 !important; height: 4px !important; width: 100% !important; background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet) !important;
}
body.theme-syndicate .ss13-job-header { box-shadow: 0 0 10px rgba(255, 51, 51, 0.3) !important; } body.theme-bloodcult .ss13-job-header { box-shadow: 0 0 10px rgba(255, 77, 77, 0.3) !important; } body.theme-heretic .ss13-job-header { box-shadow: 0 0 10px rgba(57, 255, 20, 0.3) !important; }