UNPKG

bpms-reused-codes

Version:

Projeto com diversas funcoes em jquery e javascript genericas e reaproveitaveis para desenvolvimento de novos projetos no Orquestra BPM V3 e Zeev.

89 lines (83 loc) 1.46 kB
body { color: rgb(29, 28, 28); background-color: rgb(240, 240, 240); font-family: "Rubik", sans-serif; font-size: 17px; border-radius: 2px; } #master { width: 100%; } #title { width: 99.9%; min-height: 60px; font-family: "Poppins", sans-serif; color: rgb(140, 59, 194); text-align: center; font-weight: bold; border: 1px solid rgb(140, 59, 194); margin-bottom: 6px; } #title:hover { cursor: pointer; } #menu { width: fit-content; margin: 0; padding: 0; float: left; border: 1px solid rgb(140, 59, 194); min-width: 140px; position: absolute; z-index: 101; background-color: rgb(240, 240, 240); } #menu-options { text-align: center; margin: 0; padding: 0; } #menu-options p { margin: 1px; border-bottom: 1px solid rgb(140, 59, 194); min-height: 50px; min-width: 140px; } #menu-options a:link { color: rgb(46, 46, 46); font-weight: normal; text-decoration: none; padding: 8%; display: block; } #menu-options a:hover, a:active, a:visited { background-color: rgb(223, 223, 223); color: rgb(46, 46, 46); } #menu-bar { width: 20px; margin: 0; padding: 0; } #menu-bar:hover { cursor: pointer; } #menu-bar div { width: 100%; padding: 2px; margin: 2px; background-color: rgb(140, 59, 194); } #content { width: 100%; float: right; text-align: center; margin-top: 10px; z-index: 100; } @media (max-width: 68em) { } /* 1088px */ @media (max-width: 53.5em) { }