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