o_comments.css 17 KB

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