default.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592
  1. /* Styles that should disappear */
  2. .row {
  3. width:100%;
  4. }
  5. div.row div.label {
  6. width: 0%;
  7. }
  8. div.row div.formw {
  9. width: 100%;
  10. }
  11. /* Redefining html styles */
  12. body {
  13. font-family: bold arial, verdana, helvetica, sans-serif;
  14. font-size: 12px;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. img {
  19. border: none;
  20. }
  21. a {
  22. font-family:Arial, Helvetica, sans-serif;
  23. font-weight: bold;
  24. text-decoration: none;
  25. }
  26. a:link {
  27. color : #4171b5;
  28. }
  29. a:visited {
  30. color : #4171b5;
  31. }
  32. a:hover {
  33. color: #000915;
  34. }
  35. a:active {
  36. }
  37. input, input[type=file], select, textarea {
  38. border:1px solid #4171b5;
  39. padding:1px 2px;
  40. }
  41. input[type=button], input[type=submit] {
  42. border:1px solid #4171b5;
  43. background:#F0F0F0;
  44. padding-left:10px;
  45. padding-right:10px;
  46. font-weight:bold;
  47. color:#4171b5;
  48. }
  49. /* header 1 styles */
  50. #header {
  51. background-color: #4171b5;
  52. color: #b0c8eb;
  53. font-weight: bold;
  54. }
  55. #header1 {
  56. padding-left: 30px;
  57. }
  58. #header1 a {
  59. color: #d6e3f5;
  60. text-decoration: none;
  61. }
  62. #header1 a:hover {
  63. }
  64. #my_courses {
  65. float: right;
  66. font-weight: bold;
  67. }
  68. #header1 img {
  69. border: 0px;
  70. }
  71. /* header 2 styles */
  72. #header2 {
  73. float: right;
  74. clear: right;
  75. }
  76. #header2 a {
  77. color: #d6e3f5;
  78. text-decoration: none;
  79. }
  80. #header2 a:hover {
  81. }
  82. #Header2Right ul {
  83. float: right;
  84. list-style-type: none;
  85. text-align: right;
  86. margin: 0;
  87. padding: 0;
  88. }
  89. #Header2Right ul li {
  90. display: inline;
  91. }
  92. #Header2Right ul li a {
  93. }
  94. #Header2Right ul li a:hover {
  95. }
  96. /* header 3 styles */
  97. #header3 {
  98. border-bottom: 1px solid #aeaeae;
  99. height:auto;
  100. font-weight: bold;
  101. margin: 0;
  102. padding: 0;
  103. }
  104. #header3 ul {
  105. list-style:none;
  106. }
  107. #header3 li {
  108. display:inline;
  109. cursor: pointer;
  110. }
  111. #header3 a {
  112. color: #d6e3f5;
  113. float:left;
  114. text-decoration:none;
  115. cursor: pointer;
  116. padding-right: 1px;
  117. height:25px;
  118. }
  119. #header3 li a:hover {
  120. float:left;
  121. text-decoration:none;
  122. cursor: pointer;
  123. }
  124. #header3 li a span {
  125. float:left;
  126. cursor: pointer;
  127. padding-right: 10px;
  128. padding-top: 5px;
  129. height:20px;
  130. }
  131. #header3 li a:hover span {
  132. float:left;
  133. cursor: pointer;
  134. }
  135. #header3 #current a {
  136. color: #fff;
  137. float:left;
  138. text-decoration:none;
  139. }
  140. #header3 #current a span {
  141. float:left;
  142. }
  143. #logout li a {
  144. display: inline;
  145. float: right;
  146. vertical-align:top;
  147. margin-right:5px;
  148. text-decoration:none;
  149. }
  150. #logout li a:hover {
  151. float: right;
  152. vertical-align:top;
  153. text-decoration:none;
  154. margin-right:5px;
  155. }
  156. #logout li a span {
  157. float:left;
  158. cursor: pointer;
  159. }
  160. #logout li a:hover span{
  161. }
  162. /* header 4 styles */
  163. #header4 {
  164. background-color: #fff;
  165. height: 21px;
  166. }
  167. a.breadcrumb {
  168. height: 21px;
  169. color: #4171b5;
  170. }
  171. a.breadcrumb0 {
  172. background:url(images/home.gif) no-repeat;
  173. padding-left: 22px;
  174. }
  175. /* footer styles */
  176. #footer {
  177. background: #4171b5 url('images/bg.jpg') no-repeat 50% 100%;
  178. color: #b0c8eb;
  179. padding: 82px 0 .8em 2%;
  180. border-bottom: 1px solid #4171b5;
  181. }
  182. #footerright {
  183. margin-top: 10px;
  184. float: right;
  185. margin-right:20px;
  186. }
  187. #footerleft {
  188. padding-top: 10px;
  189. }
  190. #footer a {
  191. color: #FFFFFF;
  192. }
  193. /* main styles */
  194. #main {
  195. padding-left: 30px;
  196. position: relative;
  197. min-height: 320px;
  198. padding-left: 15px;
  199. padding-right: 15px;
  200. padding-bottom: 5px;
  201. }
  202. /* my courses styles */
  203. #maincontent {
  204. float: left;
  205. width: 80%;
  206. min-height: 333px;
  207. margin-top:0;
  208. float: right;
  209. clear: right;
  210. }
  211. .coursestatusicons {
  212. border: 0px solid #000;
  213. float: left;
  214. padding-right: 5px;
  215. width: auto;
  216. }
  217. .courseslist {
  218. margin-left: -25px;
  219. }
  220. .courses {
  221. list-style-type: none;
  222. margin-bottom: 5px;
  223. }
  224. .courses a {
  225. text-decoration:underline;
  226. }
  227. .user_course_category {
  228. background-color: #efefef;
  229. border: 1px solid #666;
  230. font-weight: bold;
  231. color: #666;
  232. list-style-type: none;
  233. margin: 5px;
  234. padding: 5px;
  235. }
  236. .menu {
  237. background: url('images/bglogin.jpg') repeat-y top center;
  238. float: left;
  239. clear: left;
  240. width: 215px;
  241. border: 1px solid #b0c8eb;
  242. margin: 0 0 1em 0;
  243. padding: 0 0 .3em 0;
  244. /* min-height hack for ie6 or older*/
  245. min-height: 320px;
  246. height: auto !important;
  247. height: 320px;
  248. }
  249. .menu #lang_form select {
  250. margin: 1em 31px;
  251. }
  252. .menu form {
  253. color: #000915;
  254. font-weight: bold;
  255. margin-bottom: .8em;
  256. text-align: center;
  257. }
  258. .menucaption {
  259. font-size: 12px;
  260. font-weight: bold;
  261. padding-left: 12px;
  262. }
  263. .menusection {
  264. width: 100%;
  265. margin: .3em 0 .3em 0;
  266. padding-left: 3px;
  267. }
  268. .menusectioncaption {
  269. font-weight:bold;
  270. position: relative;
  271. }
  272. .menulist {
  273. list-style: none;
  274. padding: 0;
  275. }
  276. .note {
  277. width: auto;
  278. margin: 24px 6px 0 6px;
  279. padding: 3px;
  280. border: 2px outset;
  281. border-color:#4171b5;
  282. }
  283. /* form styles */
  284. .form {
  285. width: 75%;
  286. float: 'left';
  287. }
  288. form div.row {
  289. clear: both;
  290. padding-top: 5px;
  291. }
  292. .form_header {
  293. white-space: nowrap;
  294. padding: 2px;
  295. background-color: #f0f0f0;
  296. border: 1px solid #bbb;
  297. font-weight: bold;
  298. }
  299. form div.row div.label {
  300. float: left;
  301. width: 18%;
  302. text-align: right;
  303. }
  304. form div.row div.formw {
  305. width: 80%;
  306. }
  307. [dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
  308. float: left;
  309. text-align: right;
  310. }
  311. [dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
  312. float: right;
  313. text-align: left;
  314. }
  315. form span.form_required {
  316. color: #f00;
  317. }
  318. form span.form_error {
  319. color: #f00;
  320. font-size: x-small;
  321. margin: 2px;
  322. }
  323. /* feedback messages */
  324. .confirmation-message,.error-message,.normal-message,.warning-message {
  325. border: 2px solid #4171b5;
  326. margin: 1em auto;
  327. padding: 40px .5em .5em .3em;
  328. position: relative;
  329. width: 500px;
  330. color: #111;
  331. background: transparent url('images/alert.jpg') no-repeat 54px 0px;
  332. font: bold 110% Arial, sans-serif, sans;
  333. text-align: left;
  334. }
  335. .confirmation-message img,.error-message img,.normal-message img,.warning-message img
  336. {
  337. position: absolute;
  338. top: 0;
  339. left: 238px;
  340. }
  341. .confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link
  342. {
  343. position: absolute;
  344. bottom: 0.2em;
  345. right: 0.5em;
  346. }
  347. /* other styles */
  348. .clear {
  349. clear: both;
  350. line-height: 0px;
  351. height: 0;
  352. }
  353. /* actions */
  354. .actions_lp {
  355. background:#F8F8F8;
  356. border-bottom:1px solid #4171b5;
  357. border-top:1px solid #4171b5;
  358. height:29px;
  359. padding-left: -17px;
  360. margin-bottom: 1px;
  361. vertical-align:middle;
  362. width: 90%;
  363. margin-left:17px;
  364. }
  365. .actions_lp img {
  366. vertical-align:middle;
  367. }
  368. .actions_lp a {
  369. margin-right: 10px;
  370. vertical-align:middle;
  371. }
  372. .actions_lp span {
  373. margin-right: 10px;
  374. vertical-align:middle;
  375. }
  376. .actions_lp form {
  377. margin-right: 10px;
  378. vertical-align:middle;
  379. }
  380. .actions {
  381. background:#efefef;
  382. border-bottom:1px solid #4171b5;
  383. border-top:1px solid #4171b5;
  384. /*height:35px;*/
  385. padding:2px;
  386. margin-bottom: 5px;
  387. /*background:url(images/actions.jpg) repeat-x;*/
  388. vertical-align:middle;
  389. }
  390. .actions img {
  391. /*display:inline-block;*/
  392. border: none;
  393. text-decoration: none;
  394. background-color: #efefef;
  395. padding-right: 5px;
  396. vertical-align:middle;
  397. }
  398. .actions a {
  399. display:inline-block;
  400. margin-right: 10px;
  401. vertical-align:middle;
  402. }
  403. .actions span {
  404. margin-right: 10px;
  405. vertical-align:middle;
  406. }
  407. .actions form {
  408. margin-right: 10px;
  409. vertical-align:middle;
  410. }
  411. /* big actions */
  412. .actionsbig {
  413. background:#F8F8F8;
  414. border-bottom:1px solid #4171b5;
  415. border-top:1px solid #4171b5;
  416. background-color:#efefef;
  417. height:100%;
  418. padding:2px;
  419. margin-bottom: 5px;
  420. vertical-align:middle;
  421. }
  422. .actions img {
  423. vertical-align:middle;
  424. }
  425. .actions a {
  426. margin-right: 10px;
  427. vertical-align:middle;
  428. }
  429. /* styles for the profile page */
  430. .profile_image {
  431. float: right;
  432. margin-right: 20px;
  433. }
  434. .profile_form {
  435. float: left;
  436. width: 75%;
  437. }
  438. /* course introduction */
  439. #courseintrocenter {
  440. position: relative;
  441. width: 80%;
  442. margin: 25px auto 10px;
  443. }
  444. #courseintro_iconscenter {
  445. position: relative;
  446. width: 80%;
  447. margin: 0px auto 10px;
  448. }
  449. #courseintroleft {
  450. position: relative;
  451. width: 80%;
  452. margin-bottom: 5px;
  453. }
  454. #courseintro_iconsleft {
  455. position: relative;
  456. width: 80%;
  457. }
  458. /* styles for the agenda */
  459. #agenda {
  460. width: 100%;
  461. margin: 0 auto;
  462. border: 1px solid #CCCCCC;
  463. border-collapse: collapse;
  464. }
  465. /* The cells with the name of the days of the weeks (mon->sun)*/
  466. .weekdays {
  467. background-color: #dcdcdc;
  468. text-align: center;
  469. font-weight: bold;
  470. border: 1px solid #CCCCCC;
  471. border-collapse: collapse;
  472. }
  473. /* The cells for the days (1->31) */
  474. .days_week {
  475. height: 40px;
  476. width: 12%;
  477. border: 1px solid #CCCCCC;
  478. border-collapse: collapse;
  479. background-color: #f9f9f9;
  480. }
  481. .days_weekend {
  482. height: 40px;
  483. width: 12%;
  484. border: 1px solid #CCCCCC;
  485. border-collapse: collapse;
  486. background-color: #eaeaea;
  487. }
  488. .days_today {
  489. height: 40px;
  490. width: 12%;
  491. border: 1px solid #CCCCCC;
  492. border-collapse: collapse;
  493. background-color: #FFCA8D;
  494. color: #CC3300;
  495. font-weight: bold;
  496. }
  497. .agenda_month_divider {
  498. background-color: #666;
  499. color: #fff;
  500. text-align: center;
  501. }
  502. /*The caption of the calendar (displays the month and the << and >> links*/
  503. #agenda_list .title {
  504. background-color: #680157;
  505. color: #fff;
  506. text-align: left;
  507. padding: 2px 10px;
  508. text-align: center;
  509. border: 1px solid #bbb;
  510. }
  511. #agenda_list .title a:link, #agenda_list #title a:visited {
  512. color: #fff;
  513. padding: 2px 10px;
  514. text-align: center;
  515. }
  516. #agenda_list .title a:hover {
  517. color: #B70297;
  518. padding: 2px 10px;
  519. text-align: center;
  520. }
  521. /* text in the cells: display of agenda items (visible)*/
  522. #agenda_list .data {
  523. background-color: #eee;
  524. text-align: left;
  525. padding: 2px 10px;
  526. font-weight: bold;
  527. border: 0px solid #dcdcdc;
  528. border-collapse: collapse;
  529. }
  530. #agenda_list .datanotbold {
  531. background-color: #eee;
  532. text-align: left;
  533. padding: 2px 10px;
  534. font-weight: normal;
  535. border: 0px solid #dcdcdc;
  536. border-collapse: collapse;
  537. }
  538. #agenda_list .text {
  539. background-color: #fff;
  540. text-align: left;
  541. padding: 2px 10px;
  542. font-weight: normal;
  543. border: 0px solid #dcdcdc;
  544. border-collapse: collapse;
  545. }
  546. /*text in the cells: display of agenda items (invisible)*/
  547. #agenda_list .data_hidden {
  548. background-color: #eee;
  549. text-align: left;
  550. padding: 2px 10px;
  551. font-weight: bold;
  552. border: 0px solid #dcdcdc;
  553. border-collapse: collapse;
  554. color: #999999;
  555. }
  556. #agenda_list .datanotbold_hidden {
  557. background-color: #eee;
  558. text-align: left;
  559. padding: 2px 10px;
  560. font-weight: normal;
  561. border: 0px solid #dcdcdc;
  562. border-collapse: collapse;
  563. color: #999999;
  564. }
  565. #agenda_list .text_hidden {
  566. background-color: #fff;
  567. text-align: left;
  568. padding: 2px 10px;
  569. font-weight: normal;
  570. border: 0px solid #dcdcdc;
  571. border-collapse: collapse;
  572. color: #999999;
  573. }
  574. /*text in the cells: display of agenda items (highlighted)*/
  575. #agenda_list .datanow {
  576. background-color: #FFCC00;
  577. text-align: left;
  578. padding: 2px 10px;
  579. font-weight: bold;
  580. border: 0px solid #dcdcdc;
  581. border-collapse: collapse;
  582. }
  583. #agenda_list .datanotboldnow {
  584. background-color: #FFCC00;
  585. text-align: left;
  586. padding: 2px 10px;
  587. font-weight: normal;
  588. border: 0px solid #dcdcdc;
  589. border-collapse: collapse;
  590. }
  591. #agenda_list .textnow {
  592. background-color: #fff;
  593. text-align: left;
  594. padding: 2px 10px;
  595. font-weight: normal;
  596. border: 0px solid #dcdcdc;
  597. border-collapse: collapse;
  598. }
  599. .personal_agenda {
  600. color: #008000;
  601. }
  602. .personal_agenda a:link, .personal_agenda a:visited {
  603. color: #008000;
  604. }
  605. a.personal_agenda:link, a.personal_agenda:visited {
  606. color: #008000;
  607. }
  608. .personal_agenda a:hover, .personal_agenda a:hover {
  609. color: #B70297;
  610. }
  611. a.personal_agenda:hover, a.personal_agenda:hover {
  612. color: #B70297;
  613. }
  614. /* Login form */
  615. #formLogin div {
  616. margin-bottom: 3px;
  617. }
  618. #formLogin div input[type=submit] {
  619. width: 109px;
  620. }
  621. /* normal table*/
  622. .normal_table {
  623. margin: 3px;
  624. border-collapse: collapse;
  625. width: 98%;
  626. padding: 5px;
  627. }
  628. /* Data table */
  629. .data_table {
  630. margin: 3px;
  631. border-collapse: collapse;
  632. width: 100%;
  633. padding: 5px;
  634. }
  635. .data_table th {
  636. text-transform: capitalize;
  637. padding: .2em;
  638. background: #8cafe1 url('images/crystal3.png') repeat-x;
  639. color: #fff;
  640. border-right: 1px solid #fff;
  641. }
  642. .data_table th a {
  643. color: #fff;
  644. text-decoration:none;
  645. }
  646. .data_table th a:hover{
  647. color: #d6e3f5;
  648. }
  649. .data_table tr.row_odd {
  650. border-right: 1px solid #fff;
  651. background: #dfecff;
  652. padding: .2em;
  653. color: #00122B;
  654. margin: 0;
  655. }
  656. .data_table tr.row_odd:hover, .data_table tr.row_even:hover {
  657. background-color: #8cafe1;
  658. }
  659. .data_table tr.row_even {
  660. border-right: 1px solid #fff;
  661. background: #d6e3f5;
  662. padding: .2em;
  663. color: #00122B;
  664. margin: 0;
  665. }
  666. .data_table td {
  667. padding: 5px;
  668. vertical-align: top;
  669. border-bottom: 2px solid #fff;
  670. border-right: 2px solid #fff;
  671. border-left: 2px solid #fff;
  672. }
  673. /* sections in the page */
  674. .sectiontitle {
  675. background-color: #EFEFEF;
  676. border: 1px solid #4171b5;
  677. font-weight: bold;
  678. color: #4171b5;
  679. list-style-type: none;
  680. margin: 5px;
  681. padding: 5px;
  682. }
  683. .sectioncomment {
  684. color: #000000;
  685. margin: 5px;
  686. padding: 5px;
  687. }
  688. .sectionvalue {
  689. list-style-type: none;
  690. margin: 5px;
  691. padding: 5px;
  692. }
  693. /* invisible styles */
  694. a.invisible {
  695. color: #999999;
  696. }
  697. a.invisible:visited {
  698. color: #999999;
  699. }
  700. a.invisible:active {
  701. color: #999999;
  702. }
  703. a.invisible:hover {
  704. color: #999999;
  705. }
  706. /* Platform Administration */
  707. div.admin_section {
  708. width: 40%;
  709. float: left;
  710. padding: 5px;
  711. margin: 10px 20px;
  712. }
  713. div.admin_section h4 {
  714. background-color: #EFEFEF;
  715. border: 1px solid #4171b5;
  716. font-weight: bold;
  717. color: #4171b5;
  718. list-style-type: none;
  719. margin: 5px;
  720. padding: 5px;
  721. }
  722. /* course homepage */
  723. .courseadminview, .platformadminview {
  724. position: relative;
  725. width: 80%;
  726. margin: 25px auto 10px;
  727. padding: 10px;
  728. border: 1px solid #0049AF;
  729. }
  730. .courseadminview img, .platformadminview img {
  731. display:inline-block;
  732. border: none;
  733. text-decoration: none;
  734. background-color: #fff;
  735. padding-right: 5px;
  736. vertical-align:middle;
  737. }
  738. .viewcaption {
  739. position: relative;
  740. top: -20px;
  741. font-weight: bold;
  742. background-color: #fff;
  743. padding: 0 4px;
  744. }
  745. /* learning path */
  746. table.lp_build {
  747. height:400px;
  748. width:100%;
  749. }
  750. table.lp_build td {
  751. vertical-align:top;
  752. }
  753. table.lp_build td.tree {
  754. border-right:1px solid #999999;
  755. width:240px;
  756. }
  757. table.lp_build td.workspace {
  758. padding: 0px;
  759. padding-left:5px;
  760. width:auto;
  761. }
  762. table.lp_overview {
  763. width:100%;
  764. }
  765. table.lp_overview td {
  766. border-bottom:1px solid #999999;
  767. border-top:1px solid #999999;
  768. height:20px;
  769. padding:3px;
  770. vertical-align:middle;
  771. width:auto;
  772. }
  773. table.lp_overview td.title {
  774. width:200px;
  775. }
  776. table.lp_overview td.actions {
  777. text-align:center;
  778. width:100px;
  779. }
  780. table.lp_overview td.move {
  781. text-align:center;
  782. width:50px;
  783. }
  784. table.lp_overview th {
  785. background:#FFFFFF;
  786. padding-left:3px;
  787. text-align:center;
  788. }
  789. table.lp_overview tr {
  790. background:#F8F8F8;
  791. }
  792. table.lp_overview tr:hover {
  793. background:#E5EDF9;
  794. }
  795. table.lp_overview img {
  796. margin-left:3px;
  797. }
  798. table.lp_prerequisites th {
  799. background:#F8F8F8;
  800. border-bottom:1px solid #999999;
  801. border-top:1px solid #999999;
  802. }
  803. .lp_mediaplayer {
  804. float: right;
  805. padding-top: 3px;
  806. margin-right: 5px;
  807. }
  808. div.lp_manipulate {
  809. background:#F8F8F8;
  810. border-bottom:1px dotted #999999;
  811. margin-bottom:0px;
  812. padding:3px 0 3px 10px;
  813. }
  814. div.lp_manipulate a {
  815. padding-right:10px;
  816. }
  817. div.lp_resource_header {
  818. background:#F0F0F0;
  819. border:1px solid #999999;
  820. font-weight:bold;
  821. padding:10px;
  822. width:350px;
  823. cursor:pointer;
  824. margin-top: -1px;
  825. }
  826. div.lp_resource_elements {
  827. background:#FAFAFA;
  828. border:1px solid #999999;
  829. display:none;
  830. padding:5px 10px;
  831. width:350px;
  832. margin-top: -1px;
  833. }
  834. .learnpath_chapter_form {
  835. width: 300px;
  836. }
  837. .learnpath_item_form {
  838. width: 300px;
  839. }
  840. #learnpath_preview_frame {
  841. margin-top: 5px;
  842. border:1px solid #CCCCCC;
  843. height:490px;
  844. width:95%;
  845. }
  846. /* exercices styles */
  847. .exercice_form {
  848. width: 300px;
  849. }
  850. #validationButton {
  851. text-decoration: none;
  852. margin: 5px;
  853. border:1px solid #999999;
  854. background:#F0F0F0;
  855. padding: 3px;
  856. padding-left:10px;
  857. padding-right:10px;
  858. font-weight:bold;
  859. color:#666;
  860. }
  861. .exercise_scenario_label {
  862. }
  863. .exercise_scenario_element {
  864. }
  865. span.checkbox {
  866. width: 19px;
  867. height: 25px;
  868. padding: 0 5px 0 0;
  869. background: url(images/checkbox.gif) no-repeat;
  870. display: block;
  871. clear: left;
  872. float: left;
  873. }
  874. span.radio {
  875. width: 19px;
  876. height: 25px;
  877. padding: 0 5px 0 0;
  878. background: url(images/radio.gif) no-repeat;
  879. display: block;
  880. clear: left;
  881. float: left;
  882. }
  883. /* forum styles */
  884. .forum_header {
  885. background: #f3f3f3;
  886. font-weight: bold;
  887. }
  888. .forum_message_left {
  889. width: 150px;
  890. vertical-align: top;
  891. /*border-bottom: 1px solid #666666;*/
  892. border-right: 1px solid #aaa;
  893. background-color: #F7F7F7;
  894. }
  895. .forum_message_post_title {
  896. border-bottom: 1px solid #aaa;
  897. font-weight: bold;
  898. background-color: #F7F7F7;
  899. height: 20px;
  900. }
  901. .forum-thread-header{
  902. color: #000000;
  903. background-color: #F7F7F7;
  904. border-left: 1px solid #aaa;
  905. border-right: 1px solid #aaa;
  906. border-bottom: 1px solid #aaa;
  907. border-top: 1px solid #aaa;
  908. }
  909. .forum-thread-body{
  910. color: #000000;
  911. background-color: #FFFFFF;
  912. border-left: 1px solid #aaa;
  913. border-right: 1px solid #aaa;
  914. border-bottom: 1px solid #aaa;
  915. border-top: 1px solid #aaa;
  916. }
  917. /* Survey styles */
  918. #survey_title {
  919. background-color:#dcdcdc;
  920. color:#000;
  921. padding:2px;
  922. }
  923. #survey_subtitle {
  924. background-color:#dcdcdc;
  925. color:#000;
  926. padding:2px;
  927. }
  928. .survey_content {
  929. background-color:#EFEFEF;
  930. color:#264269;
  931. padding:5px;
  932. border: 1px solid #999;
  933. }
  934. .survey_question_wrapper {
  935. border: 1px solid #999;
  936. }
  937. .survey_question {
  938. /* 264269 4271b5 E5EDF9 */
  939. background-color:#f0f0f0;
  940. color:#999;
  941. padding:5px;/*border: 1px solid #264269;*/
  942. }
  943. .survey_question_options {
  944. /* 264269 4271b5 E5EDF9 */
  945. background-color:#FFF;
  946. color:#000;
  947. padding:5px;/*border: 1px solid #264269;*/
  948. }
  949. /* Blog */
  950. .blog_menu {
  951. border-bottom: 1px dashed #dddddd;
  952. border-right: 1px dashed #dddddd;
  953. border-left: 1px dashed #dddddd;
  954. padding: 10px;
  955. }
  956. .blogpost {
  957. border: 1px solid #DDDDDD;
  958. background-color: #ECECEC;
  959. margin-bottom: 15px;
  960. padding: 10px;
  961. }
  962. .blogpost_title {
  963. display: block;
  964. font-weight: bold;
  965. padding-bottom: 5px;
  966. }
  967. .blogpost_date {
  968. display: block;
  969. font-weight: bold;
  970. color: #333333;
  971. padding-bottom: 10px;
  972. }
  973. .blogpost_info {
  974. display: block;
  975. color: #333333;
  976. border-top: 1px solid #dddddd;
  977. margin-top: 5px;
  978. }
  979. .blogpost_comment {
  980. border-top: 1px dashed #dddddd;
  981. border-right: 1px dashed #dddddd;
  982. border-bottom: 1px dashed #dddddd;
  983. border-left: 1px dashed #dddddd;
  984. margin-bottom: 10px;
  985. padding: 10px;
  986. background-color: white;
  987. }
  988. .blogpost_comment_title {
  989. display: block;
  990. font-weight: bold;
  991. color: #1657A9;
  992. padding-bottom: 5px;
  993. }
  994. .blogpost_comment_date {
  995. display: block;
  996. font-size: 10px;
  997. font-weight: bold;
  998. color: #333333;
  999. padding-bottom: 10px;
  1000. }
  1001. .blogpost_comment_info {
  1002. font-size: 10px;
  1003. display: block;
  1004. color: #333333;
  1005. border-top: 1px solid #dddddd;
  1006. margin-top: 10px;
  1007. }
  1008. .blogpost {
  1009. border: 1px solid #DDDDDD;
  1010. background-color: #ECECEC;
  1011. margin-bottom: 15px;
  1012. padding: 10px;
  1013. }
  1014. .comments {
  1015. border: 1px solid #dddddd;
  1016. margin-bottom: 10px;
  1017. margin-top: 10px;
  1018. padding: 10px;
  1019. background-color: #F4F4F4;
  1020. }
  1021. /* tabbed menu */
  1022. #tabbed_menu {
  1023. border: 1px solid #4171b5;
  1024. background: transparent url('images/dropbox.jpg') no-repeat top left;
  1025. width: 300px;
  1026. margin: 0 0 1em 0;
  1027. }
  1028. #tabbed_menu_tabs {
  1029. width: 90%;
  1030. margin: 15px .2em 0 .2em;
  1031. padding: 0;
  1032. list-style-type: none;
  1033. }
  1034. #tabbed_menu_tabs li {
  1035. padding: 0;
  1036. margin: 0 .8em;
  1037. }
  1038. /* system announcements */
  1039. div.system_announcement {
  1040. padding: .2em;
  1041. background-color: #d6e3f5;
  1042. border: 1px solid #002D6D;
  1043. color: #002D6D;
  1044. }
  1045. .system_announcement {
  1046. background: #8cafe1 url('images/crystal3.png') repeat-x;
  1047. font: bold 100% arial, sans-serif, sans;
  1048. color: #fff;
  1049. }
  1050. .system_announcement a {
  1051. color: #d6e3f5;
  1052. }
  1053. .system_announcement a:hover,.system_announcement a:focus {
  1054. color: #fff;
  1055. }
  1056. .system_announcement_content {
  1057. font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
  1058. }
  1059. .system_announcements {
  1060. background: transparent url('images/systemenouvelles.jpg') no-repeat top
  1061. left;
  1062. padding-top: 30px;
  1063. width: 50%;
  1064. }
  1065. .system_announcements h3 {
  1066. text-align: center;
  1067. }
  1068. .system_announcement_title {
  1069. color: #fff;
  1070. }
  1071. #image_preview {
  1072. text-align:center;
  1073. padding-left: 17px;
  1074. }
  1075. .skip {
  1076. display: none;
  1077. }
  1078. /* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
  1079. #add_course,#profile,#advanced_course_search,#advanced_search,#category,#course_user_import,#export_users,#update_course,#user_add,#user_import
  1080. {
  1081. border: 1px solid #0049AF;
  1082. background: transparent url("images/headerform.jpg") no-repeat top left;
  1083. width: 550px;
  1084. position: relative;
  1085. padding: 60px 0 1em 0;
  1086. }
  1087. /* Glossary tool */
  1088. .glossary-term {
  1089. margin: 1em;
  1090. background-color: #ffe99b;
  1091. padding: 0.5em 0.5em 1.8em 0;
  1092. -moz-border-radius: 0.5em;
  1093. }
  1094. .glossary-term-title {
  1095. margin: 2em 0 1em 0.5em;
  1096. font-weight: bold;
  1097. font-size: 120%;
  1098. }
  1099. .glossary-term-desc {
  1100. margin-left: 1em;
  1101. }
  1102. .glossary-term-action-links {
  1103. float: right;
  1104. }
  1105. .glossary-term-edit-form {
  1106. margin: 1em;
  1107. background-color: #FFE4C4;
  1108. padding: 0.5em 0.5em 2em 0;
  1109. -moz-border-radius: 0.5em;
  1110. }
  1111. .glossary-term-edit-desc {
  1112. font-weight: bold;
  1113. font-size: 120%;
  1114. }
  1115. .glossary-term-edit-title {
  1116. font-weight: bold;
  1117. font-size: 120%;
  1118. }
  1119. .glossary-add-form {
  1120. font-weight: bold;
  1121. font-size: 120%;
  1122. margin: 1em;
  1123. }
  1124. .glossary-orderby-link {
  1125. float:right;
  1126. margin: 1em;
  1127. }
  1128. .glossary-msg-error {
  1129. color: #FF0000;
  1130. display :none;
  1131. font-weight: normal;
  1132. font-size: 80%;
  1133. }
  1134. /* Notebook */
  1135. .notebook-add-form {
  1136. margin: 1em;
  1137. background-color: #c3d9ff;
  1138. padding: 1em 1em;
  1139. }
  1140. .notebook-add-desc-textarea {
  1141. background-color: #f2f5f8;
  1142. border-color: #ffe99b;
  1143. overflow: hidden;
  1144. }
  1145. .notebook-add-title-text {
  1146. background-color: #f2f5f8;
  1147. border-color: #ffe99b;
  1148. }
  1149. .notebook-edit-desc-textarea {
  1150. background-color: #e0ecff;
  1151. border-color: #ffe99b;
  1152. overflow: hidden;
  1153. }
  1154. .notebook-edit-title-text {
  1155. background-color: #e0ecff;
  1156. border-color: #ffe99b;
  1157. }
  1158. .notebook-msg-error {
  1159. color: #FF0000;
  1160. display :none;
  1161. background-color: #ffe99b;
  1162. width: 40%;
  1163. }
  1164. .notebook-list{
  1165. margin: 1em 1em 0em 1em;
  1166. background-color: #79b;
  1167. padding: 0.3em 0.3em;
  1168. -moz-border-radius: 0.5em;
  1169. }
  1170. .notebook-title-list{
  1171. color : #fff;
  1172. padding: 0.3em 0.3em;
  1173. font-weight: bold;
  1174. font-size: 120%;
  1175. }
  1176. .notebook-desc-list {
  1177. margin: 0em;
  1178. background-color: #f2f5f8;
  1179. padding: 0.5em 0.3em 2em 0.3em;
  1180. border: 1px solid #79b;
  1181. }
  1182. .notebook-term-action-links {
  1183. padding: 0.3em 0.3em;
  1184. width: 50%;
  1185. color : #fff;
  1186. }
  1187. .notebook-orderby-link {
  1188. text-align:right;
  1189. margin-right: 1em;
  1190. }
  1191. .notebook-search-title {
  1192. text-align:right;
  1193. margin: 1em;
  1194. }
  1195. .notebook-date-information {
  1196. color : #fff;
  1197. padding: 0.3em;
  1198. font-size: 120%;
  1199. font-weight: bold;
  1200. }
  1201. /*NAVIGATION MENU BAR*/
  1202. .menucaption {
  1203. font-size: 12px;
  1204. font-weight: bold;
  1205. padding-left: 12px;
  1206. }
  1207. .menusection {
  1208. width: auto;
  1209. margin: 24px 6px 0 6px;
  1210. padding-left: 10px;
  1211. border: 1px solid #4171B5;
  1212. }
  1213. .menusectioncaption {
  1214. position: relative;
  1215. top: -9px;
  1216. background-color: #E5EDF9;
  1217. font-size: 12px;
  1218. padding: 0 8px 0 4px;
  1219. }
  1220. .menulist {
  1221. list-style: none;
  1222. margin: 0 0 12px 0;
  1223. padding: 0;
  1224. }
  1225. #centerwrap {
  1226. float: left;
  1227. width: 100%;
  1228. margin-right: -95%;
  1229. /* this needs to be less than 100% for Moz/Mac which thinks
  1230. it's empty otherwise. The difference is made up by putting a
  1231. negative left margin on the left float:
  1232. Note IE/Mac doesn't like this method ~ it wants the 100% so it can
  1233. be fed in using IE only CSS below becasue IE/Win also works with the 100% method.
  1234. */
  1235. }
  1236. #center { margin: 0 190px 0 0; padding: 10px 0 40px 0;
  1237. min-height: 300px; }
  1238. #toolnav { float: right; width: 180px; padding: 0; margin: 0;
  1239. margin-left: -5%; /* the difference to make the left colum appear flush left */
  1240. }
  1241. /* Hide from IE5-mac. Only IE-win sees this. \*/
  1242. * html #toolnav { margin-right: 0px;}
  1243. * html #center { height: 1%; margin-left: 0; }
  1244. /* End hide from IE5/mac */
  1245. /* --- course navigation menu as a definition list --- */
  1246. #swap_menu_link {
  1247. float: left;
  1248. }
  1249. #toolnavbox {
  1250. margin: 0 0 0 10px;
  1251. padding: 0;
  1252. float: left;
  1253. border: 1px solid #4271b5;
  1254. }
  1255. #toolnavbox dl {
  1256. width: 160px;
  1257. margin: 0 auto;
  1258. padding: 0;
  1259. background: transparent;
  1260. font-size: 12px;
  1261. text-align: center;
  1262. }
  1263. #toolnavbox dt {
  1264. margin: 0;
  1265. padding: 0;
  1266. font-weight: bold;
  1267. font-size: 12px;
  1268. text-align: center;
  1269. color: #000;
  1270. border-bottom: 1px solid #fff;
  1271. background: transparent;
  1272. }
  1273. #toolnavbox dd {
  1274. margin: 0;
  1275. padding: 0;
  1276. color: #009;
  1277. text-align: left;
  1278. border-bottom:1px solid #fff;
  1279. background: #E5EDF9;
  1280. }
  1281. #toolnav img {
  1282. float: left;
  1283. width: 25px;
  1284. height: 25px;
  1285. margin: 0 4px 0 0;
  1286. }
  1287. #toolnavlist a, #toolnavlist a:link {
  1288. background: #E5EDF9;
  1289. color: #4171b5;
  1290. padding: 5px 5px 5px 10px;
  1291. margin: 0;
  1292. text-decoration: none;
  1293. display: block;
  1294. }
  1295. #toolnavlist a:hover {
  1296. background: #fff;
  1297. color:#4171b5;
  1298. }
  1299. #toolnavlist a#here {
  1300. background: #fff;
  1301. color:#4171b5;
  1302. }
  1303. /* --- end of course navigation menu section --- */
  1304. /**********************************************
  1305. * MESSAGE TOOL *
  1306. **********************************************/
  1307. /* styles from the new_message.php file */
  1308. .message_view_table{
  1309. cellspacing:0;
  1310. cellpadding:0;
  1311. background-color:#dbeaf5;
  1312. border=0;
  1313. border-collapse: collapse;
  1314. width: 100%;
  1315. }
  1316. .message_view_table th{
  1317. padding-right: 12px;
  1318. border: 1px solid gray;
  1319. background-color: #f0f0f0;
  1320. }
  1321. /* styles from the my.profile.php file */
  1322. .message-content {
  1323. float:right;
  1324. margin:20px auto;
  1325. background:#F5E38E;
  1326. border:2px solid #EBCA4F;
  1327. padding:10px;
  1328. width:200px;
  1329. position:relative;
  1330. margin-top:115px;
  1331. margin-right:-100px;
  1332. }
  1333. .message-content .message-delete {
  1334. position: absolute;
  1335. top: 10px;
  1336. right: 10px;
  1337. cursor: pointer;
  1338. }
  1339. .message-content-internal{
  1340. display:inline;
  1341. margin:20px auto;
  1342. background:#F5E38E;
  1343. border:2px solid #EBCA4F;
  1344. padding:10px;
  1345. width:100px;
  1346. position:relative;
  1347. margin-top:150px;
  1348. margin-right:-100px;
  1349. }
  1350. .message-title { color:#ff0000; font-size:15px; }
  1351. .message-body { font-size:11px; padding: 0 0 11px; color:#333; }
  1352. .message-link { color:#ff8400; }
  1353. .message-view {
  1354. float:right;
  1355. margin:20px auto;
  1356. background:#F5E38E;
  1357. border:2px solid #EBCA4F;
  1358. padding:10px;
  1359. width:100px;
  1360. position:relative;
  1361. margin-top:115px;
  1362. margin-right:-100px;
  1363. }
  1364. /**********************************************
  1365. * EXERCISE TOOL *
  1366. **********************************************/
  1367. .exercice_form {
  1368. width: 300px;
  1369. }
  1370. #validationButton{
  1371. text-decoration: none;
  1372. margin: 5px;
  1373. /*border:1px solid #999999;*/
  1374. /*background:#F0F0F0; */
  1375. padding: 3px;
  1376. padding-left:10px;
  1377. padding-right:10px;
  1378. font-weight:bold;
  1379. color:#666;
  1380. }
  1381. .rounded{
  1382. background:#ccc;
  1383. padding: 3px;
  1384. width: 200px;
  1385. margin-left:10px;
  1386. }
  1387. .rounded_inner{
  1388. background:#FFF;
  1389. padding-top: 10px;
  1390. padding-bottom: 10px;
  1391. }
  1392. .rounded_inner:hover{
  1393. color:#C802A5;
  1394. background:#F0F0F0;
  1395. }
  1396. .exercise_scenario_label{
  1397. }
  1398. .exercise_scenario_element{
  1399. }
  1400. span.checkbox {
  1401. width: 19px;
  1402. height: 25px;
  1403. padding: 0 5px 0 0;
  1404. background: url(images/checkbox.gif) no-repeat;
  1405. display: block;
  1406. clear: left;
  1407. float: left;
  1408. }
  1409. span.radio {
  1410. width: 19px;
  1411. height: 25px;
  1412. padding: 0 5px 0 0;
  1413. background: url(images/radio.gif) no-repeat;
  1414. display: block;
  1415. clear: left;
  1416. float: left;
  1417. }
  1418. #question_title{
  1419. }
  1420. #exercise_close_link{
  1421. background: url(images/close.gif) no-repeat;
  1422. padding-left: 20px;
  1423. }
  1424. #exercise_close_link:hover{
  1425. background: url(images/close_highlight.gif) no-repeat;
  1426. padding-left: 20px;
  1427. }
  1428. /*****************************************************
  1429. * BUTTONS *
  1430. *****************************************************/
  1431. /* BUTTONS */
  1432. button {
  1433. /*display:block;
  1434. float:left;*/
  1435. margin:0 8px 0 0;
  1436. background-color:#f5f5f5;
  1437. border:2px solid #909090;
  1438. border-top:2px solid #eee;
  1439. border-left:2px solid #eee;
  1440. -moz-border-radius-topright : 10px;
  1441. -moz-border-radius-topleft : 10px;
  1442. -moz-border-radius-bottomright : 10px;
  1443. -moz-border-radius-bottomleft : 10px;
  1444. font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  1445. font-size:100%;
  1446. line-height:130%;
  1447. text-decoration:none;
  1448. font-weight:bold;
  1449. color:#565656;
  1450. outline:none;
  1451. cursor:pointer;
  1452. padding:3px 5px 3px 5px; /* Links */
  1453. }
  1454. button:hover{
  1455. background-color:#e0e0e0;
  1456. color:#545454;
  1457. border-top:2px solid #eee;
  1458. border-left:2px solid #eee;
  1459. }
  1460. button:active{
  1461. background-color:#909090;
  1462. border:2px solid #909090;
  1463. color:#fff;
  1464. outline:none;
  1465. }
  1466. button img{
  1467. margin:0 10px -3px -3px !important;
  1468. padding:0;
  1469. border:none;
  1470. width:16px;
  1471. height:16px;
  1472. }
  1473. /* NEGATIVE */
  1474. button.negative, .cancel{
  1475. color:#680000;
  1476. border-bottom:2px inset #800000;
  1477. border-right:2px inset #800000;
  1478. outline:none;
  1479. }
  1480. button.negative, .cancel:hover{
  1481. background:#f5f5f5;
  1482. color:#d12f19;
  1483. border-top:2px solid #eee;
  1484. border-left:2px solid #eee;
  1485. }
  1486. button.negative:active{
  1487. background-color:#380000;
  1488. border:2px solid #380000;
  1489. color:#fff;
  1490. outline:none;
  1491. }
  1492. /*including "cross" image*/
  1493. button.cancel{
  1494. margin:0 10px -3px -3px !important;
  1495. padding:3px 1px 1px 23px;
  1496. /*text-decoration:none;
  1497. text-align:right;*/
  1498. width:auto;
  1499. height:100%;
  1500. background-position:3%;
  1501. background-image:url(/main/img/delete.gif);
  1502. background-repeat:no-repeat;
  1503. }
  1504. /* POSITIVE */
  1505. button.positive, .save, .add{
  1506. color:#529214;
  1507. border-bottom:2px inset #529220;
  1508. border-right:2px inset #52922;
  1509. outline:none;
  1510. }
  1511. button.positive, .save:hover,.add:hover{
  1512. background-color:#E6EFC2;
  1513. color:#529214;
  1514. border-top:2px solid #eee;
  1515. border-left:2px solid #eee;
  1516. }
  1517. button.positive:active{
  1518. background-color:#698B22;
  1519. border:2px solid #556b2f;
  1520. color:#fff;
  1521. outline:none;
  1522. }
  1523. /*including "save" image*/
  1524. button.save{
  1525. margin:0 10px -3px -3px !important;
  1526. padding:3px 1px 1px 23px;
  1527. /*text-decoration:none;
  1528. text-align:right;*/
  1529. width:auto;
  1530. height:100%;
  1531. background-position:3%;
  1532. background-image:url(/main/img/accept.png);
  1533. background-repeat:no-repeat;
  1534. }
  1535. /*including "add" image*/
  1536. button.add{
  1537. margin:0 10px -3px -3px !important;
  1538. padding:3px 1px 1px 23px;
  1539. /*text-decoration:none;
  1540. text-align:right;*/
  1541. width:auto;
  1542. height:100%;
  1543. background-position:3%;
  1544. background-image:url(/main/img/addd.gif);
  1545. background-repeat:no-repeat;
  1546. }