n@905: /* structure.css n@905: * Define the structure for classes and objects in HTML n@905: */ n@905: n@905: div.title { n@905: width: 100%; n@905: height: 50px; n@905: margin-bottom: 10px; n@905: font-size: 2em; n@905: } n@905: n@905: div.indicator-box { n@905: position: absolute; n@905: left: 150px; n@905: top: 10px; n@905: width: 300px; n@905: height: 60px; n@905: padding: 20px; n@905: border-radius: 10px; n@905: background-color: rgb(100,200,200); n@905: } n@905: n@905: div.comment-div { n@905: border:#444444; n@905: border-style:solid; n@905: border-width:1px; n@905: width: 624px; n@905: float: left; n@905: margin: 5px; n@905: } n@905: n@905: div.comment-div span { n@905: margin-left: 15px; n@905: } n@905: n@905: div.popupHolder { n@905: width: 500px; n@905: height: 250px; n@905: background-color: #fff; n@905: border-radius: 10px; n@905: box-shadow: 0px 0px 50px #000; n@905: z-index: 2; n@905: } n@905: n@905: button.popupButton { n@905: /* Button for popup window n@905: */ n@905: width: 50px; n@905: height: 25px; n@905: position: absolute; n@905: left: 440px; n@905: top: 215px; n@905: border-radius: 5px; n@905: border: #444; n@905: border-width: 1px; n@905: border-style: solid; n@905: background-color: #fff; n@905: } n@905: n@905: textarea.trackComment { n@905: width: 618px; n@905: margin-right:15px; n@905: }