| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994 |
- #commentsContainer {
- font-family: 'Lucida sans Unicode', Arial, Verdana;
- clear: both;
- margin: 7px;
- }
- #comments {
- font-size: 12px;
- border: 1px solid #eee;
- border-bottom: 1px solid #ddd;
- color: #444;
- float:left;
- width: 100%;
- padding: 5px 5px 5px 0;
- vertical-align: middle;
- background-image: url('../img/icon_comment24x24.png');
- background-position: 10px 50%;
- background-repeat: no-repeat;
- background-color: #fbfbfb;
- box-shadow:0px 2px 3px #eee;
- }
- div.cmTitle{
- float:left;
- padding: 5px 0 5px 0;
- margin: 0;
- right: 15px;
- }
- #comments #userAccount {
- padding: 5px 0 5px 0;
- margin: 0;
- right: 15px;
- float:right;
- display: inline-block;
-
- }
- #commentsContainer input{
- margin: 5px 0 0 0 ;
- }
- ul.commentStyle {
- list-style: none;
- padding: 0
- }
- ul.commentStyle li {
- clear: both;
- padding: 0;
- margin-left: 5px;
- }
- ul.commentStyle li ul.commentStyle li {
- margin-left: 30px;
- border-top: 0px solid #eee;
- }
- ul.commentStyle li:first-child {
- border-top: 1px solid #eee;
- background-color: #fff;
- }
- ul.commentStyle li div.content {
- clear: both;
- padding: 0px 7px 5px 15px;
- margin: 0;
- }
- div.liContent {
- padding: 10px 0 5px 0;
- border-bottom: 1px solid #eee;
- }
- div.liContent div.liContent {
- padding-left: 165px;
- }
- div.liContent:hover,div.suspended:hover {
- /* background-color: lightyellow;*/
- background-color: #F9FEFF;
- }
- .liContent .head {
- width: 97%;
- padding: 0px 0 0px 10px;
- display: inline-block;
- float: left;
- /*/Only for IE7 & IE8
- padding:0px 0 0px 10px\9; */
- }
- .minus,.plus {
- background-image: url('../img/expand.png');
- background-repeat: no-repeat;
- padding: 0px 5px 5px 5px;
- width: 10px;
- height: 10px;
- background-position: -16px 0;
- margin-top: 2px;
- margin-right: 7px;
- cursor: pointer;
- float: left;
- }
- .plus {
- background-position: 0 0;
- }
- .minus {
- background-position: -16px 0;
- }
- div.name {
- float: left;
- padding:0px 0 10px 0;
- color: #667799;
- font-weight:bold
- }
- div.date {
- font-size: 0.8em;
- padding-left: 17px;
- float: right;
- color: #555;
- }
- div.version {
- font-size: 0.9em;
- padding-left: 10px;
- float: right;
- color: #444;
- vertical-align: middle;
- }
- div.product {
- font-size: 0.9em;
- padding-left: 10px;
- float: right;
- color: #444;
- vertical-align: middle;
- }
- .bt_admin {
- display: inline-block;
- float: right;
- width: 300px;
- }
- .commentState {
- color: #444;
- float: left;
- font-size: 0.8em;
- width: 60px;
- text-align: center;
- text-shadow: 0 1px 0 #fff;
- margin-left: 7px;
- }
- .level {
- padding: 0 10px 0 10px;
- }
- .actions {
- width: 210px;
- border-left: 1px solid #eee;
- float: right;
- }
- .bt_edit,.bt_approve,.bt_suspend,.bt_delete{
- padding: 2px 4px 2px 4px;
- width: 50px;
- background-color: #fff;
- border-radius: 5px;
- text-align: center;
- text-shadow: 0 1px 0 #fff;
- cursor: pointer;
- margin-left: 10px;
- font-size: 0.9em;
- box-shadow: 0px 1px 5px #ddd;
- float: right;
- border:1px solid #ddd;
- color:#555;
- }
- .bt_edit:hover,.bt_approve:hover,.bt_suspend:hover,.bt_delete:hover {
- color:#000;
- background-color: #E1F1FF;
- }
- #oldComments {
- clear: both;
- }
- #bt_new {
- clear: both;
- margin-top:10px;
- padding: 10px 0 15px 0px;
- position: relative;
- display: inline-block;
- width: 100%
- }
- .bt_new,#bt_approveAll {
- float: left;
- background-color: #fdfdfd;
- cursor: pointer;
- font-size: 0.8em;
- color: #444;
- text-shadow: 0 1px 0 #fff;
- text-decoration: none;
- padding: 5px 10px 5px 10px;
- min-width: 60px;
- border: 1px solid #ddd;
- border-radius: 5px;
- box-shadow: 0px 1px 7px #ddd;
- }
- .bt_new:hover {
- background-color: #eee /*color: #336699;*/
- }
- .bt_reply {
- color: #336699;
- font-size: 0.9em;
- margin:auto;
- float:inherit;
- }
- .bt_reply:hover {
- cursor: pointer;
- }
- /*
- #preload {
- width: 30%;
- position: absolute;
- clear: both;
- background-color: #fff;
- padding-left: 15px;
- border-radius: 7px;
- border: 1px solid #ccc;
- border-top: 0;
- float: none;
- box-shadow: 1px 1px 10px #999;
- top: 50%;
- left: 50%;
- margin-top: -15%;
- margin-left: -15%;
- z-index: 100;
- vertical-align: top;
- text-align: center;
- padding-top: 50px;
- height: 127px;
- }
- */
- #loginResponse {
- color: red;
- font-style: italic
- }
- .bt_toolbar,#accountInfo a,#userAccount #bt_logIn,#userAccount #bt_logOff,#userAccount #bt_editProfile
- {
- background-color: #DFF1FF;
- cursor: pointer;
- font-size: 0.8em;
- color: #333;
- text-shadow: 0 1px 0 #fff;
- text-decoration: none;
- padding: 5px 10px 5px 10px;
- min-width: 60px;
- border: 1px solid #ddd;
- border-radius: 5px;
- margin: 0;
- margin-left: 10px;
- box-shadow: 1px 1px 7px #ddd;
- }
- .bt_toolbar:hover,#accountInfo a:hover,#userAccount #bt_logIn:hover,#userAccount #bt_logOff:hover,#userAccount #bt_editProfile:hover
- {
- background-color: #CCE8FF;
- }
- #u_Profile {
- clear: both;
- position: relative;
- background-color: #fff;
- padding-left: 15px;
- border-radius: 7px;
- border: 1px solid #ccc;
- border-top: 0;
- float: none;
- width: 300px;
- box-shadow: 1px 1px 10px #999;
- margin-top: 14px;
- z-index: 100;
- }
- #u_Profile form {
- margin-bottom: 15px;
- }
- #u_Profile table {
- font-size: 1em;
- width: 100%;
- padding: 2%;
- }
- #u_Profile table thead td {
- font-size: 1.2em
- }
- #u_Profile table td:FIRST-CHILD {
- width: 55%;
- }
- #u_Profile table#u_notification {
- margin: 0;
- padding: 0
- }
- #u_Profile table#u_notification td:FIRST-CHILD {
- width: 75%;
- }
- .u_response {
- color: #cc0000
- }
- .btnHGlue{
- display: inline-block;
- width:30px;
- height:10px;
- }
- .btn,.bt_cancel,#l_bt_submit_nc,#bt_recover,#bt_signUp,#logIn,#l_bt_submit_log,#bt_passwd,.span_bt,#bt_profile,#bt_close
- {
- background-color: #F9F9F9;
- border:1px solid #ddd;
- border-radius: 5px;
- box-shadow: 1px 1px 3px #ddd;
- min-width: 60px;
- color: #444;
- text-shadow: 0 1px 0 #fff;
- cursor: pointer;
- padding: 6px 10px 6px 10px;
- margin-top: 15px;
- display: inline-block;
- font-size: 0.9em;
- font-style:normal;
- text-align: center;
- }
- .btn:HOVER,.bt_cancel:hover,#l_bt_submit_nc:hover,#bt_recover:hover,#bt_signUp:hover,#logIn:hover,#l_bt_submit_log:hover,.span_bt:hover,#bt_passwd:hover,#bt_profile:hover, #bt_close:hover
- {
- color:#000;
- border:1px solid #ccc;
- background-color: #E1F1FF;
- box-shadow: 1px 1px 3px #ddd;
- }
- #commentsContainer div,#commentsContainer span {
- line-height: normal;
- }
- #o_captcha .realperson-text{
- line-height: 3px;;
- }
- #cm_count, #preload {
- margin-left: 35px;
- }
- #cm_count,#cm_title {
- font-weight: bold;
- font-size: 1.2em;
- padding-left: 5px;
- }
- /* Log In data */
- #loginData,#recoverPwd,#signUp {
- width: 350px;
- position: absolute;
- clear: both;
- background-color: #fff;
- border-radius: 7px;
- border: 1px solid #ccc;
- float: left;
- padding: 10px;
- box-shadow: 1px 1px 10px #999;
- top: 20%;
- left: 50%;
- margin-top: -15%; /*set to a negative number 1/2 of your height*/
- margin-left: -25%; /*set to a negative number 1/2 of your width*/
- z-index: 100;
- }
- #signUp {
- width: 350px;
- }
- .login {
- font-size: 1em;
- width: 96%;
- padding: 2%;
- }
- .login thead td {
- font-size: 1.2em;
- font-weight: bold;
- }
- .login td:FIRST-CHILD {
- width: 50%
- }
- .loginAlternative {
- width: 93%;
- /*padding: 10px;*/
- }
- .loginAlternative span {
- padding: 0px 5px 10px 5px;
- margin: 0
- }
- .loginAlternative span:hover {
- color: #cc0000;
- cursor: pointer;
- }
- #link_lostPwd {
- float: left;
- color: #336699;
- }
- #link_signUp {
- float: right;
- color: #336699;
- }
- /* / Log In data */
- #signUp table thead td {
- text-align:left;
- font-size: 1.2em;
- font-weight: bold;
- }
- #signUp #signUpResponse{
- padding:15px 0 10px 0;
- font-size:0.9em;
- font-weight:normal;
- }
- #signUp #signUpResponse #bt_close{
- font-size:0.8em;
- font-style:normal;
- font-weight:normal;
- margin-left:auto;
- margin-right:auto;
- display:inherit;
- text-align: center;
- width:100px;
- }
- #signUp table td:FIRST-CHILD {
- width: 45%
- }
- .inputTable {
- width: 180px;
- }
- #signUp table {
- font-size: 1em;
- width: 100%;
- }
- /* / Sign up Form */
- #recoverPwd table thead td {
- font-size: 1.2em;
- }
- #recoverPwd table td:FIRST-CHILD {
- width: 45%
- }
- #recoverPwd table {
- font-size: 1em;
- width: 100%;
- }
- #userAccount #recoverPwd {
- position: absolute;
- margin-top: 7px;
- right: 10px;
- }
- /* / Lost Password Form */
- /* Insert new comment */
- #newComment {
- width: 96%;
- margin: 10px;
- padding: 10px;
- font-size: 1em;
- vertical-align: bottom;
- }
- #newComment form {
- padding: 0;
- margin: 0
- }
- #commentTitle {
- padding-bottom: 4px;
- display: inline-block;
- font-weight:bold;
- color:#444
- }
- /* Close button */
- .bt_close {
- clear: both;
- background-image: url("../img/close.png");
- background-repeat: no-repeat;
- /*background-position:5px 5px;*/
- position: relative;
- cursor: pointer;
- width: 20px;
- height: 20px;
- padding: 0px 4px 0 4px;
- text-align: center;
- float: right;
- margin-top: 10px;
- }
- .bt_close:HOVER {
- background-image: url("../img/close_hover.png");
- }
- #newComment .bt_close {
- margin: 0px;
- }
- /* / Close button */
- #u_Profile {
- clear: both;
- float: right;
- position: absolute;
- width: 500px;
- right: 10px;
- margin-top: 35px;
- z-index: 100;
- }
- #preload img {
- padding: 0px 5px 0px 5px;
- margin-bottom:0px;
- }
- .red {
- color: #cc0000
- }
- div.suspended {
- background-color: white;
- }
- .moderationInfo {
- margin: 0;
- padding: 0px 0px 0px 20px;
- color: #cc0000;
- text-shadow:0 1px 0 #fff;
- }
- .mustBeModerate {
- background-color: #E8F0F7;
- padding: 10px;
- border-radius: 10px;
- margin-bottom: 10px
- }
- /* ADMIN */
- #cm_title span {
- padding: 8px
- }
- #approveAll {
- position: absolute;
- right: 0;
- }
- #bt_approveAll {
- background-color: #eee;
- text-shadow: 0 1px 0 #fff;
- cursor: pointer;
- }
- #bt_approveAll:hover {
- background-color: #98C1D6;
- text-shadow: 0 1px 0 #ddd;
- }
- #showConfirmApproveAll {
- right: 20px;
- position: absolute;
- background-color: #fcfcfc;
- border: 1px solid #ccc;
- min-width: 150px;
- box-shadow: 1px 1px 15px #555;
- padding: 15px;
- margin-top: 25px;
- width: 250px;
- text-align: center;
- }
- #confirmDelete {
- right: 20px;
- position: absolute;
- background-color: #fcfcfc;
- border: 1px solid #ccc;
- min-width: 150px;
- box-shadow: 1px 1px 15px #555;
- padding: 15px;
- margin-top: 25px
- }
- #confirmActions {
- text-align: center;
- padding: 10px;
- margin-top: 20px;
- }
- #confirmDelete #commentToDelete {
- text-align: left;
- padding: 10px;
- border: 1px solid #ccc;
- background-color: #fff;
- margin: 5px
- }
- #confirmActions span {
- text-align: center;
- padding: 4px;
- border: 1px solid #ccc;
- border-radius: 5px;
- width: 25px;
- margin: 40px;
- cursor: pointer
- }
- .cleditorMain {
- border: 1px solid #bbb;
- padding: 0 1px 1px;
- background-color: #fff;
- }
- .cleditorMain iframe {
- border: none;
- margin: 0;
- padding: 0
- }
- .cleditorMain textarea {
- border: none;
- margin: 0;
- padding: 0;
- overflow-y: scroll;
- font: 10pt Arial, Verdana;
- resize: none;
- outline: none /* webkit grip focus */
- }
- .cleditorToolbar {
- background: url('../img/toolbar.gif') repeat
- }
- .cleditorGroup {
- float: left;
- height: 26px
- }
- .cleditorButton {
- float: left;
- width: 24px;
- height: 24px;
- margin: 1px 0 1px 0;
- background: url('../img/buttons.gif')
- }
- .cleditorDisabled {
- opacity: 0.3;
- filter: alpha(opacity = 30)
- }
- .cleditorDivider {
- float: left;
- width: 1px;
- height: 23px;
- margin: 1px 0 1px 0;
- background: #CCC
- }
- .cleditorPopup {
- border: solid 1px #999;
- background-color: white;
- position: absolute;
- font: 10pt Arial, Verdana;
- cursor: default;
- z-index: 10000
- }
- .cleditorList div {
- padding: 2px 4px 2px 4px
- }
- .cleditorList p,.cleditorList h1,.cleditorList h2,.cleditorList h3,.cleditorList h4,.cleditorList h5,.cleditorList h6,.cleditorList font
- {
- padding: 0;
- margin: 0;
- background-color: Transparent
- }
- .cleditorColor {
- width: 150px;
- padding: 1px 0 0 1px
- }
- .cleditorColor div {
- float: left;
- width: 14px;
- height: 14px;
- margin: 0 1px 1px 0
- }
- .cleditorPrompt {
- background-color: #F6F7F9;
- padding: 4px;
- font-size: 8.5pt
- }
- .cleditorPrompt input,.cleditorPrompt textarea {
- font: 8.5pt Arial, Verdana;
- }
- .cleditorMsg {
- background-color: #FDFCEE;
- width: 150px;
- padding: 4px;
- font-size: 8.5pt
- }
- .textError {
- color: red;
- font-weight: bold;
- }
- .textInfo {
- color: yellow;
- font-weight: normal;
- }
- #adminMenu {
- clear: both;
- float: right;
- padding: 5px 0 5px 0;
- margin: 0;
- right: 15px;
- display: inline-block;
- }
- #adminMenu .span_bt {
- float: right;
- margin-right: 20px;
- }
- .formTitle {
- height: 30px;
- font-weight: bold;
- font-size: 1.2em;
- float: left;
- padding: 10px 10px 10px 10px;
- }
- #loginData input, #recoverPwd input,#signUp input{
- line-height: 18px;
- margin: 10px 0 0 0;
- }
- .v_true,.v_false {
- padding: 3px 5px 3px 5px;
- width: 30px;
- height: 20px;
- background-color: #eee;
- border-radius: 5px;
- text-align: center;
- text-shadow: 0 1px 0 #fff;
- cursor: pointer;
- font-size: 1em;
- box-shadow: 0px 1px 2px #999;
- float: left;
- margin-top: 15px;
- margin-left: 10px;
- }
- .versionTimeLine {
- float: left;
- width: 56px;
- background-image: url('../img/timeVersion.png');
- background-position: 50% 0px;
- background-repeat: no-repeat;
- margin-bottom: 10px;
- }
- .v_true:hover,.v_false:hover {
- background-color: #98C1D6;
- text-shadow: 0 1px 0 #ddd;
- margin-left: 10px;
- }
- .v_true {
- background-color: #dfd;
- }
- .gtSign {
- padding: 3px 0px 3px 0px;
- width: 15px;
- height: 20px;
- margin-top: 15px;
- text-align: center;
- text-shadow: 0 1px 0 #fff;
- font-size: 1em;
- float: left;
- }
- #v_preload {
- height: 30px;
- font-weight: bold;
- font-size: 1.2em;
- float: left;
- padding: 10px 10px 10px 10px;
- }
- #setVersionInfo {
- clear: both;
- padding: 10px;
- }
- #exportDiv {
- position: absolute;
- clear: both;
- width: 60%;
- background-color: #fff;
- border-radius: 7px;
- border: 1px solid #ccc;
- border-top: 0;
- float: none;
- padding: 10px;
- box-shadow: 1px 1px 10px #999;
- top: 30%;
- left: 50%;
- min-width:400px;
- margin-top: -10%; /*set to a negative number 1/2 of your height*/
- margin-left: -30%; /*set to a negative number 1/2 of your width*/
- z-index: 100;
- }
- #ll_exp_sel {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .selected {
- position: relative;
- float: left;
- margin-left: 20px;
- background-color: #fff;
- padding: 10px;
- }
- .bandL {
- float: left;
- }
- .ex_close {
- background-image: url("../img/close.png");
- background-position: 0px 0px;
- width: 10px;
- height: 10px;
- float: right;
- cursor: pointer;
- }
- .ex_close:HOVER {
- background-image: url("../img/close_hover.png");
- cursor: pointer;
- }
- .bt_inactiv {
- background-color: #efefef;
- border-radius: 5px;
- box-shadow: 0 1px 4px #aaa;
- min-width: 60px;
- color: #ddd;
- text-shadow: 0 1px 0 #fff;
- cursor: pointer;
- padding: 6px 10px 6px 10px;
- margin-top: 15px;
- display: inline-block;
- font-size: 0.9em;
- text-align: center;
- border: 0;
- }
- .bt_inactiv:hover {
- background-color: #efefef;
- color: #ddd;
- text-shadow: 0 1px 0 #222;
- box-shadow: 0 1px 7px #000;
- }
- .hrPadding {
- padding: 20px 10px 0px 10px;
- }
- div.table {
- width: 99%;
- }
- div.tbHRow {
- width: 98%;
- height:100%;
- float: left;
- padding: 5px 0px 5px 0px;
- border-bottom: 1px solid #ccc;
- background-color: #69c;
- color: #fff;
- text-shadow: 0 1px 0 #333;
- text-align: center;
- }
- div.tbHCell {
- float: left;
- width: 10%;
- }
- div.tbRow {
- float: left;
- width: 99%;
- padding-bottom: 5px;
- border-bottom: 1px solid #ccc;
- vertical-align: middle;
- }
- div.tbRow:hover {
- background-color:#fffff0;
- }
- div.tbCell {
- float: left;
- vertical-align: middle;
- padding-left:5px;
- }
- div.tbCell p{
-
- }
- #newPassword {
- position: absolute;
- clear: both;
- width: 40%;
- background-color: #fff;
- border-radius: 7px;
- border: 1px solid #ccc;
- border-top: 0;
- float: none;
- padding: 10px;
- box-shadow: 1px 1px 10px #999;
- top: 20%;
- left: 50%;
- margin-top: -10%; /*set to a negative number 1/2 of your height*/
- margin-left: -20%; /*set to a negative number 1/2 of your width*/
- z-index: 100;
- }
- div.info{
- font-size:xx-small;
- color: #777
- }
- .shareF{
- display: inline-block;
- }
- .sharePName, #shareWithTitle{
- font-size: 0.8em;
- padding: 0px 3px 0px 3px;
- }
- .sharePName{
- font-weight:bold;
- }
- .sharePID{
- display: none;
- }
- div#shareWith{
- clear: both;
- display: block;
- }
|