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