body { font-family: monospace, monospace; font-size: 15px; background-color: #fdfdfd; color:#091411; word-wrap: break-word; line-height: 1.1; } #mainworkflow { width: 40em; margin:0 auto; } #distribusiverse { margin-bottom: 11em; } #distribusi-index { padding-left: 1em; } .description > textarea { width: 100%; height: 10em; resize: none; } textarea#description { width: 100%; height: 20em; resize: none; } div#buttons{ position: fixed; top: 0.5em; right: 0.5em; display:flex; flex-direction: row; justify-content: center; align-items: center; } div#buttons .distribusi input{ border: none; background: #9de457; text-decoration: none; margin: 0.2em; } div#buttons .distribusi input:hover{ background: #091411; color: #6df2cc; } fieldset.required { border: none; } fieldset.required > ul { padding-left: 0px; } fieldset.required > ul > li{ list-style-type: none; } fieldset.tagfield > input { width: 100%; max-width: 100%; } input { border: none; background: #9de457; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 0.2em; } input:hover { background: #091411; color: #6df2cc; cursor: pointer; } input[type="submit"]:disabled:hover, input[type="submit"]:disabled, input[type="submit"]:disabled:focus { background-color: #2D3039; color: #d28cff; } .error { font-size: 110%; color: #F92020; } #delete { color: black; background-color: #F92020; } #update, #describe { color: black; background-color: #62b264; } /* STOLEN GOODS */ #fancyboi::before { content: "$ "; } @media (prefers-reduced-motion: no-preference) { @keyframes flash { 50% { opacity: 0; } } @keyframes reveal { from { width: 2em; } /* Width of ::before */ to { width: 55%; } } #fancyboi { width: 55%; padding: 0.5em; overflow: hidden; white-space: nowrap; animation: reveal 4s linear; text-overflow: "█"; background-color: #9de457; } #fancyboi::after { content: "█"; animation: flash 0.5s step-end infinite; } } div.maincontent{ width: 55%; border: 3px #9de457; margin-top: 0.5em; padding: 0.5em; border-style: outset; } .tags{ background-color: #000; color: #fff; display: inline-block; padding-left: 4px; padding-right: 4px; text-align: center; margin: 1px; } .searched { background: #fff600 !important; color: black !important; } .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; } .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; position: absolute; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 2s; } .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } .code-example { width: 100%; color: black; padding: 1em; box-sizing: border-box; background: #9de457; outline: none; font-family: Courier, sans-serif; font-size: 16px; } /* Project colors so far. light #9de457 medium #d28cff dark #9de457 background dark #2D3039 yellow important #fff600 red: danger ff5a5a backgrounds */