Path: blob/master/red30/src/main/webapp/css/style.css
580 views
#menu ul {1list-style: none;2}3#menu li {4display: inline;5}67ul {8list-style-type: none;9border-radius: 5px;10}1112ul li a {13color: #6B8E23;14padding: 10px;15border-radius: 5px;16}1718table.elements, .elements td, .elements th {19cell-spacing: 0px;20text-align: left;21height:30px;22}2324tr.elements:nth-child(even) {25background: #DCDCDC;26}2728th.elements {29color: white;30background: #6B8E23;31align: center;32height: 30px;33}3435<!-- #FFA500 -->3637div.elements {38border: 1px solid #DCDCDC;39width: 94%;40height: 50%;41margin-left: 3%;42margin-right: 3%;43overflow: scroll;44}4546table.elements {47table-layout: fixed;48border-collapse: collapse;49width: 94%;50margin-left: 3%;51margin-right: 3%;52height: 100%;53text-align: left;54overflow: scroll;55}5657table.small {58border-collapse: collapse;59width: 94%;60margin-left: 3%;61margin-right: 3%;62height: 100%;63text-align: left;64overflow: scroll;65}6667div.buttons {68width: 100%;69margin: 0 auto;70}7172div.quarterPage {73width: 96%;74margin-left: 2%;75margin-right: 2%;76height: 80%;77overflow: scroll;78}7980div.halfPage {81width: 96%;82margin-left: 2%;83margin-right: 2%;84height: 40%; margin 0 auto;85overflow: scroll;86}8788table.fullPage {89table-layout: fixed;90width: 100%;91border-collapse: collapse;92height: 80%;93border-collapse: collapse;94}9596td.fullPage {97width: 50%;98}99tr.lastrow {100height: auto;101}102103h4.message {104font-size: 20px;105align: center;106color: #6B8E23;107padding: 10px;108border-radius: 5px;109}110111table, td, th, ul, p, h4, h3 {112font-family: "Trebutchet MS", Helvetica, Tahoma, sans-serif;113font-size: 15px;114}115116h2 {117font-family: "Trebutchet MS", Helvetica, Tahoma, sans-serif;118color: #6B8E23;119}120121122123