comments.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994
  1. #commentsContainer {
  2. font-family: 'Lucida sans Unicode', Arial, Verdana;
  3. clear: both;
  4. margin: 7px;
  5. }
  6. #comments {
  7. font-size: 12px;
  8. border: 1px solid #eee;
  9. border-bottom: 1px solid #ddd;
  10. color: #444;
  11. float:left;
  12. width: 100%;
  13. padding: 5px 5px 5px 0;
  14. vertical-align: middle;
  15. background-image: url('../img/icon_comment24x24.png');
  16. background-position: 10px 50%;
  17. background-repeat: no-repeat;
  18. background-color: #fbfbfb;
  19. box-shadow:0px 2px 3px #eee;
  20. }
  21. div.cmTitle{
  22. float:left;
  23. padding: 5px 0 5px 0;
  24. margin: 0;
  25. right: 15px;
  26. }
  27. #comments #userAccount {
  28. padding: 5px 0 5px 0;
  29. margin: 0;
  30. right: 15px;
  31. float:right;
  32. display: inline-block;
  33. }
  34. #commentsContainer input{
  35. margin: 5px 0 0 0 ;
  36. }
  37. ul.commentStyle {
  38. list-style: none;
  39. padding: 0
  40. }
  41. ul.commentStyle li {
  42. clear: both;
  43. padding: 0;
  44. margin-left: 5px;
  45. }
  46. ul.commentStyle li ul.commentStyle li {
  47. margin-left: 30px;
  48. border-top: 0px solid #eee;
  49. }
  50. ul.commentStyle li:first-child {
  51. border-top: 1px solid #eee;
  52. background-color: #fff;
  53. }
  54. ul.commentStyle li div.content {
  55. clear: both;
  56. padding: 0px 7px 5px 15px;
  57. margin: 0;
  58. }
  59. div.liContent {
  60. padding: 10px 0 5px 0;
  61. border-bottom: 1px solid #eee;
  62. }
  63. div.liContent div.liContent {
  64. padding-left: 165px;
  65. }
  66. div.liContent:hover,div.suspended:hover {
  67. /* background-color: lightyellow;*/
  68. background-color: #F9FEFF;
  69. }
  70. .liContent .head {
  71. width: 97%;
  72. padding: 0px 0 0px 10px;
  73. display: inline-block;
  74. float: left;
  75. /*/Only for IE7 & IE8
  76. padding:0px 0 0px 10px\9; */
  77. }
  78. .minus,.plus {
  79. background-image: url('../img/expand.png');
  80. background-repeat: no-repeat;
  81. padding: 0px 5px 5px 5px;
  82. width: 10px;
  83. height: 10px;
  84. background-position: -16px 0;
  85. margin-top: 2px;
  86. margin-right: 7px;
  87. cursor: pointer;
  88. float: left;
  89. }
  90. .plus {
  91. background-position: 0 0;
  92. }
  93. .minus {
  94. background-position: -16px 0;
  95. }
  96. div.name {
  97. float: left;
  98. padding:0px 0 10px 0;
  99. color: #667799;
  100. font-weight:bold
  101. }
  102. div.date {
  103. font-size: 0.8em;
  104. padding-left: 17px;
  105. float: right;
  106. color: #555;
  107. }
  108. div.version {
  109. font-size: 0.9em;
  110. padding-left: 10px;
  111. float: right;
  112. color: #444;
  113. vertical-align: middle;
  114. }
  115. div.product {
  116. font-size: 0.9em;
  117. padding-left: 10px;
  118. float: right;
  119. color: #444;
  120. vertical-align: middle;
  121. }
  122. .bt_admin {
  123. display: inline-block;
  124. float: right;
  125. width: 300px;
  126. }
  127. .commentState {
  128. color: #444;
  129. float: left;
  130. font-size: 0.8em;
  131. width: 60px;
  132. text-align: center;
  133. text-shadow: 0 1px 0 #fff;
  134. margin-left: 7px;
  135. }
  136. .level {
  137. padding: 0 10px 0 10px;
  138. }
  139. .actions {
  140. width: 210px;
  141. border-left: 1px solid #eee;
  142. float: right;
  143. }
  144. .bt_edit,.bt_approve,.bt_suspend,.bt_delete{
  145. padding: 2px 4px 2px 4px;
  146. width: 50px;
  147. background-color: #fff;
  148. border-radius: 5px;
  149. text-align: center;
  150. text-shadow: 0 1px 0 #fff;
  151. cursor: pointer;
  152. margin-left: 10px;
  153. font-size: 0.9em;
  154. box-shadow: 0px 1px 5px #ddd;
  155. float: right;
  156. border:1px solid #ddd;
  157. color:#555;
  158. }
  159. .bt_edit:hover,.bt_approve:hover,.bt_suspend:hover,.bt_delete:hover {
  160. color:#000;
  161. background-color: #E1F1FF;
  162. }
  163. #oldComments {
  164. clear: both;
  165. }
  166. #bt_new {
  167. clear: both;
  168. margin-top:10px;
  169. padding: 10px 0 15px 0px;
  170. position: relative;
  171. display: inline-block;
  172. width: 100%
  173. }
  174. .bt_new,#bt_approveAll {
  175. float: left;
  176. background-color: #fdfdfd;
  177. cursor: pointer;
  178. font-size: 0.8em;
  179. color: #444;
  180. text-shadow: 0 1px 0 #fff;
  181. text-decoration: none;
  182. padding: 5px 10px 5px 10px;
  183. min-width: 60px;
  184. border: 1px solid #ddd;
  185. border-radius: 5px;
  186. box-shadow: 0px 1px 7px #ddd;
  187. }
  188. .bt_new:hover {
  189. background-color: #eee /*color: #336699;*/
  190. }
  191. .bt_reply {
  192. color: #336699;
  193. font-size: 0.9em;
  194. margin:auto;
  195. float:inherit;
  196. }
  197. .bt_reply:hover {
  198. cursor: pointer;
  199. }
  200. /*
  201. #preload {
  202. width: 30%;
  203. position: absolute;
  204. clear: both;
  205. background-color: #fff;
  206. padding-left: 15px;
  207. border-radius: 7px;
  208. border: 1px solid #ccc;
  209. border-top: 0;
  210. float: none;
  211. box-shadow: 1px 1px 10px #999;
  212. top: 50%;
  213. left: 50%;
  214. margin-top: -15%;
  215. margin-left: -15%;
  216. z-index: 100;
  217. vertical-align: top;
  218. text-align: center;
  219. padding-top: 50px;
  220. height: 127px;
  221. }
  222. */
  223. #loginResponse {
  224. color: red;
  225. font-style: italic
  226. }
  227. .bt_toolbar,#accountInfo a,#userAccount #bt_logIn,#userAccount #bt_logOff,#userAccount #bt_editProfile
  228. {
  229. background-color: #DFF1FF;
  230. cursor: pointer;
  231. font-size: 0.8em;
  232. color: #333;
  233. text-shadow: 0 1px 0 #fff;
  234. text-decoration: none;
  235. padding: 5px 10px 5px 10px;
  236. min-width: 60px;
  237. border: 1px solid #ddd;
  238. border-radius: 5px;
  239. margin: 0;
  240. margin-left: 10px;
  241. box-shadow: 1px 1px 7px #ddd;
  242. }
  243. .bt_toolbar:hover,#accountInfo a:hover,#userAccount #bt_logIn:hover,#userAccount #bt_logOff:hover,#userAccount #bt_editProfile:hover
  244. {
  245. background-color: #CCE8FF;
  246. }
  247. #u_Profile {
  248. clear: both;
  249. position: relative;
  250. background-color: #fff;
  251. padding-left: 15px;
  252. border-radius: 7px;
  253. border: 1px solid #ccc;
  254. border-top: 0;
  255. float: none;
  256. width: 300px;
  257. box-shadow: 1px 1px 10px #999;
  258. margin-top: 14px;
  259. z-index: 100;
  260. }
  261. #u_Profile form {
  262. margin-bottom: 15px;
  263. }
  264. #u_Profile table {
  265. font-size: 1em;
  266. width: 100%;
  267. padding: 2%;
  268. }
  269. #u_Profile table thead td {
  270. font-size: 1.2em
  271. }
  272. #u_Profile table td:FIRST-CHILD {
  273. width: 55%;
  274. }
  275. #u_Profile table#u_notification {
  276. margin: 0;
  277. padding: 0
  278. }
  279. #u_Profile table#u_notification td:FIRST-CHILD {
  280. width: 75%;
  281. }
  282. .u_response {
  283. color: #cc0000
  284. }
  285. .btnHGlue{
  286. display: inline-block;
  287. width:30px;
  288. height:10px;
  289. }
  290. .btn,.bt_cancel,#l_bt_submit_nc,#bt_recover,#bt_signUp,#logIn,#l_bt_submit_log,#bt_passwd,.span_bt,#bt_profile,#bt_close
  291. {
  292. background-color: #F9F9F9;
  293. border:1px solid #ddd;
  294. border-radius: 5px;
  295. box-shadow: 1px 1px 3px #ddd;
  296. min-width: 60px;
  297. color: #444;
  298. text-shadow: 0 1px 0 #fff;
  299. cursor: pointer;
  300. padding: 6px 10px 6px 10px;
  301. margin-top: 15px;
  302. display: inline-block;
  303. font-size: 0.9em;
  304. font-style:normal;
  305. text-align: center;
  306. }
  307. .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
  308. {
  309. color:#000;
  310. border:1px solid #ccc;
  311. background-color: #E1F1FF;
  312. box-shadow: 1px 1px 3px #ddd;
  313. }
  314. #commentsContainer div,#commentsContainer span {
  315. line-height: normal;
  316. }
  317. #o_captcha .realperson-text{
  318. line-height: 3px;;
  319. }
  320. #cm_count, #preload {
  321. margin-left: 35px;
  322. }
  323. #cm_count,#cm_title {
  324. font-weight: bold;
  325. font-size: 1.2em;
  326. padding-left: 5px;
  327. }
  328. /* Log In data */
  329. #loginData,#recoverPwd,#signUp {
  330. width: 350px;
  331. position: absolute;
  332. clear: both;
  333. background-color: #fff;
  334. border-radius: 7px;
  335. border: 1px solid #ccc;
  336. float: left;
  337. padding: 10px;
  338. box-shadow: 1px 1px 10px #999;
  339. top: 20%;
  340. left: 50%;
  341. margin-top: -15%; /*set to a negative number 1/2 of your height*/
  342. margin-left: -25%; /*set to a negative number 1/2 of your width*/
  343. z-index: 100;
  344. }
  345. #signUp {
  346. width: 350px;
  347. }
  348. .login {
  349. font-size: 1em;
  350. width: 96%;
  351. padding: 2%;
  352. }
  353. .login thead td {
  354. font-size: 1.2em;
  355. font-weight: bold;
  356. }
  357. .login td:FIRST-CHILD {
  358. width: 50%
  359. }
  360. .loginAlternative {
  361. width: 93%;
  362. /*padding: 10px;*/
  363. }
  364. .loginAlternative span {
  365. padding: 0px 5px 10px 5px;
  366. margin: 0
  367. }
  368. .loginAlternative span:hover {
  369. color: #cc0000;
  370. cursor: pointer;
  371. }
  372. #link_lostPwd {
  373. float: left;
  374. color: #336699;
  375. }
  376. #link_signUp {
  377. float: right;
  378. color: #336699;
  379. }
  380. /* / Log In data */
  381. #signUp table thead td {
  382. text-align:left;
  383. font-size: 1.2em;
  384. font-weight: bold;
  385. }
  386. #signUp #signUpResponse{
  387. padding:15px 0 10px 0;
  388. font-size:0.9em;
  389. font-weight:normal;
  390. }
  391. #signUp #signUpResponse #bt_close{
  392. font-size:0.8em;
  393. font-style:normal;
  394. font-weight:normal;
  395. margin-left:auto;
  396. margin-right:auto;
  397. display:inherit;
  398. text-align: center;
  399. width:100px;
  400. }
  401. #signUp table td:FIRST-CHILD {
  402. width: 45%
  403. }
  404. .inputTable {
  405. width: 180px;
  406. }
  407. #signUp table {
  408. font-size: 1em;
  409. width: 100%;
  410. }
  411. /* / Sign up Form */
  412. #recoverPwd table thead td {
  413. font-size: 1.2em;
  414. }
  415. #recoverPwd table td:FIRST-CHILD {
  416. width: 45%
  417. }
  418. #recoverPwd table {
  419. font-size: 1em;
  420. width: 100%;
  421. }
  422. #userAccount #recoverPwd {
  423. position: absolute;
  424. margin-top: 7px;
  425. right: 10px;
  426. }
  427. /* / Lost Password Form */
  428. /* Insert new comment */
  429. #newComment {
  430. width: 96%;
  431. margin: 10px;
  432. padding: 10px;
  433. font-size: 1em;
  434. vertical-align: bottom;
  435. }
  436. #newComment form {
  437. padding: 0;
  438. margin: 0
  439. }
  440. #commentTitle {
  441. padding-bottom: 4px;
  442. display: inline-block;
  443. font-weight:bold;
  444. color:#444
  445. }
  446. /* Close button */
  447. .bt_close {
  448. clear: both;
  449. background-image: url("../img/close.png");
  450. background-repeat: no-repeat;
  451. /*background-position:5px 5px;*/
  452. position: relative;
  453. cursor: pointer;
  454. width: 20px;
  455. height: 20px;
  456. padding: 0px 4px 0 4px;
  457. text-align: center;
  458. float: right;
  459. margin-top: 10px;
  460. }
  461. .bt_close:HOVER {
  462. background-image: url("../img/close_hover.png");
  463. }
  464. #newComment .bt_close {
  465. margin: 0px;
  466. }
  467. /* / Close button */
  468. #u_Profile {
  469. clear: both;
  470. float: right;
  471. position: absolute;
  472. width: 500px;
  473. right: 10px;
  474. margin-top: 35px;
  475. z-index: 100;
  476. }
  477. #preload img {
  478. padding: 0px 5px 0px 5px;
  479. margin-bottom:0px;
  480. }
  481. .red {
  482. color: #cc0000
  483. }
  484. div.suspended {
  485. background-color: white;
  486. }
  487. .moderationInfo {
  488. margin: 0;
  489. padding: 0px 0px 0px 20px;
  490. color: #cc0000;
  491. text-shadow:0 1px 0 #fff;
  492. }
  493. .mustBeModerate {
  494. background-color: #E8F0F7;
  495. padding: 10px;
  496. border-radius: 10px;
  497. margin-bottom: 10px
  498. }
  499. /* ADMIN */
  500. #cm_title span {
  501. padding: 8px
  502. }
  503. #approveAll {
  504. position: absolute;
  505. right: 0;
  506. }
  507. #bt_approveAll {
  508. background-color: #eee;
  509. text-shadow: 0 1px 0 #fff;
  510. cursor: pointer;
  511. }
  512. #bt_approveAll:hover {
  513. background-color: #98C1D6;
  514. text-shadow: 0 1px 0 #ddd;
  515. }
  516. #showConfirmApproveAll {
  517. right: 20px;
  518. position: absolute;
  519. background-color: #fcfcfc;
  520. border: 1px solid #ccc;
  521. min-width: 150px;
  522. box-shadow: 1px 1px 15px #555;
  523. padding: 15px;
  524. margin-top: 25px;
  525. width: 250px;
  526. text-align: center;
  527. }
  528. #confirmDelete {
  529. right: 20px;
  530. position: absolute;
  531. background-color: #fcfcfc;
  532. border: 1px solid #ccc;
  533. min-width: 150px;
  534. box-shadow: 1px 1px 15px #555;
  535. padding: 15px;
  536. margin-top: 25px
  537. }
  538. #confirmActions {
  539. text-align: center;
  540. padding: 10px;
  541. margin-top: 20px;
  542. }
  543. #confirmDelete #commentToDelete {
  544. text-align: left;
  545. padding: 10px;
  546. border: 1px solid #ccc;
  547. background-color: #fff;
  548. margin: 5px
  549. }
  550. #confirmActions span {
  551. text-align: center;
  552. padding: 4px;
  553. border: 1px solid #ccc;
  554. border-radius: 5px;
  555. width: 25px;
  556. margin: 40px;
  557. cursor: pointer
  558. }
  559. .cleditorMain {
  560. border: 1px solid #bbb;
  561. padding: 0 1px 1px;
  562. background-color: #fff;
  563. }
  564. .cleditorMain iframe {
  565. border: none;
  566. margin: 0;
  567. padding: 0
  568. }
  569. .cleditorMain textarea {
  570. border: none;
  571. margin: 0;
  572. padding: 0;
  573. overflow-y: scroll;
  574. font: 10pt Arial, Verdana;
  575. resize: none;
  576. outline: none /* webkit grip focus */
  577. }
  578. .cleditorToolbar {
  579. background: url('../img/toolbar.gif') repeat
  580. }
  581. .cleditorGroup {
  582. float: left;
  583. height: 26px
  584. }
  585. .cleditorButton {
  586. float: left;
  587. width: 24px;
  588. height: 24px;
  589. margin: 1px 0 1px 0;
  590. background: url('../img/buttons.gif')
  591. }
  592. .cleditorDisabled {
  593. opacity: 0.3;
  594. filter: alpha(opacity = 30)
  595. }
  596. .cleditorDivider {
  597. float: left;
  598. width: 1px;
  599. height: 23px;
  600. margin: 1px 0 1px 0;
  601. background: #CCC
  602. }
  603. .cleditorPopup {
  604. border: solid 1px #999;
  605. background-color: white;
  606. position: absolute;
  607. font: 10pt Arial, Verdana;
  608. cursor: default;
  609. z-index: 10000
  610. }
  611. .cleditorList div {
  612. padding: 2px 4px 2px 4px
  613. }
  614. .cleditorList p,.cleditorList h1,.cleditorList h2,.cleditorList h3,.cleditorList h4,.cleditorList h5,.cleditorList h6,.cleditorList font
  615. {
  616. padding: 0;
  617. margin: 0;
  618. background-color: Transparent
  619. }
  620. .cleditorColor {
  621. width: 150px;
  622. padding: 1px 0 0 1px
  623. }
  624. .cleditorColor div {
  625. float: left;
  626. width: 14px;
  627. height: 14px;
  628. margin: 0 1px 1px 0
  629. }
  630. .cleditorPrompt {
  631. background-color: #F6F7F9;
  632. padding: 4px;
  633. font-size: 8.5pt
  634. }
  635. .cleditorPrompt input,.cleditorPrompt textarea {
  636. font: 8.5pt Arial, Verdana;
  637. }
  638. .cleditorMsg {
  639. background-color: #FDFCEE;
  640. width: 150px;
  641. padding: 4px;
  642. font-size: 8.5pt
  643. }
  644. .textError {
  645. color: red;
  646. font-weight: bold;
  647. }
  648. .textInfo {
  649. color: yellow;
  650. font-weight: normal;
  651. }
  652. #adminMenu {
  653. clear: both;
  654. float: right;
  655. padding: 5px 0 5px 0;
  656. margin: 0;
  657. right: 15px;
  658. display: inline-block;
  659. }
  660. #adminMenu .span_bt {
  661. float: right;
  662. margin-right: 20px;
  663. }
  664. .formTitle {
  665. height: 30px;
  666. font-weight: bold;
  667. font-size: 1.2em;
  668. float: left;
  669. padding: 10px 10px 10px 10px;
  670. }
  671. #loginData input, #recoverPwd input,#signUp input{
  672. line-height: 18px;
  673. margin: 10px 0 0 0;
  674. }
  675. .v_true,.v_false {
  676. padding: 3px 5px 3px 5px;
  677. width: 30px;
  678. height: 20px;
  679. background-color: #eee;
  680. border-radius: 5px;
  681. text-align: center;
  682. text-shadow: 0 1px 0 #fff;
  683. cursor: pointer;
  684. font-size: 1em;
  685. box-shadow: 0px 1px 2px #999;
  686. float: left;
  687. margin-top: 15px;
  688. margin-left: 10px;
  689. }
  690. .versionTimeLine {
  691. float: left;
  692. width: 56px;
  693. background-image: url('../img/timeVersion.png');
  694. background-position: 50% 0px;
  695. background-repeat: no-repeat;
  696. margin-bottom: 10px;
  697. }
  698. .v_true:hover,.v_false:hover {
  699. background-color: #98C1D6;
  700. text-shadow: 0 1px 0 #ddd;
  701. margin-left: 10px;
  702. }
  703. .v_true {
  704. background-color: #dfd;
  705. }
  706. .gtSign {
  707. padding: 3px 0px 3px 0px;
  708. width: 15px;
  709. height: 20px;
  710. margin-top: 15px;
  711. text-align: center;
  712. text-shadow: 0 1px 0 #fff;
  713. font-size: 1em;
  714. float: left;
  715. }
  716. #v_preload {
  717. height: 30px;
  718. font-weight: bold;
  719. font-size: 1.2em;
  720. float: left;
  721. padding: 10px 10px 10px 10px;
  722. }
  723. #setVersionInfo {
  724. clear: both;
  725. padding: 10px;
  726. }
  727. #exportDiv {
  728. position: absolute;
  729. clear: both;
  730. width: 60%;
  731. background-color: #fff;
  732. border-radius: 7px;
  733. border: 1px solid #ccc;
  734. border-top: 0;
  735. float: none;
  736. padding: 10px;
  737. box-shadow: 1px 1px 10px #999;
  738. top: 30%;
  739. left: 50%;
  740. min-width:400px;
  741. margin-top: -10%; /*set to a negative number 1/2 of your height*/
  742. margin-left: -30%; /*set to a negative number 1/2 of your width*/
  743. z-index: 100;
  744. }
  745. #ll_exp_sel {
  746. margin-top: 10px;
  747. margin-bottom: 10px;
  748. }
  749. .selected {
  750. position: relative;
  751. float: left;
  752. margin-left: 20px;
  753. background-color: #fff;
  754. padding: 10px;
  755. }
  756. .bandL {
  757. float: left;
  758. }
  759. .ex_close {
  760. background-image: url("../img/close.png");
  761. background-position: 0px 0px;
  762. width: 10px;
  763. height: 10px;
  764. float: right;
  765. cursor: pointer;
  766. }
  767. .ex_close:HOVER {
  768. background-image: url("../img/close_hover.png");
  769. cursor: pointer;
  770. }
  771. .bt_inactiv {
  772. background-color: #efefef;
  773. border-radius: 5px;
  774. box-shadow: 0 1px 4px #aaa;
  775. min-width: 60px;
  776. color: #ddd;
  777. text-shadow: 0 1px 0 #fff;
  778. cursor: pointer;
  779. padding: 6px 10px 6px 10px;
  780. margin-top: 15px;
  781. display: inline-block;
  782. font-size: 0.9em;
  783. text-align: center;
  784. border: 0;
  785. }
  786. .bt_inactiv:hover {
  787. background-color: #efefef;
  788. color: #ddd;
  789. text-shadow: 0 1px 0 #222;
  790. box-shadow: 0 1px 7px #000;
  791. }
  792. .hrPadding {
  793. padding: 20px 10px 0px 10px;
  794. }
  795. div.table {
  796. width: 99%;
  797. }
  798. div.tbHRow {
  799. width: 98%;
  800. height:100%;
  801. float: left;
  802. padding: 5px 0px 5px 0px;
  803. border-bottom: 1px solid #ccc;
  804. background-color: #69c;
  805. color: #fff;
  806. text-shadow: 0 1px 0 #333;
  807. text-align: center;
  808. }
  809. div.tbHCell {
  810. float: left;
  811. width: 10%;
  812. }
  813. div.tbRow {
  814. float: left;
  815. width: 99%;
  816. padding-bottom: 5px;
  817. border-bottom: 1px solid #ccc;
  818. vertical-align: middle;
  819. }
  820. div.tbRow:hover {
  821. background-color:#fffff0;
  822. }
  823. div.tbCell {
  824. float: left;
  825. vertical-align: middle;
  826. padding-left:5px;
  827. }
  828. div.tbCell p{
  829. }
  830. #newPassword {
  831. position: absolute;
  832. clear: both;
  833. width: 40%;
  834. background-color: #fff;
  835. border-radius: 7px;
  836. border: 1px solid #ccc;
  837. border-top: 0;
  838. float: none;
  839. padding: 10px;
  840. box-shadow: 1px 1px 10px #999;
  841. top: 20%;
  842. left: 50%;
  843. margin-top: -10%; /*set to a negative number 1/2 of your height*/
  844. margin-left: -20%; /*set to a negative number 1/2 of your width*/
  845. z-index: 100;
  846. }
  847. div.info{
  848. font-size:xx-small;
  849. color: #777
  850. }
  851. .shareF{
  852. display: inline-block;
  853. }
  854. .sharePName, #shareWithTitle{
  855. font-size: 0.8em;
  856. padding: 0px 3px 0px 3px;
  857. }
  858. .sharePName{
  859. font-weight:bold;
  860. }
  861. .sharePID{
  862. display: none;
  863. }
  864. div#shareWith{
  865. clear: both;
  866. display: block;
  867. }